/* --------------------------------------------------------------------------------
	CSS Document 
	
	Projet: www.effeilo.fr - Effeilo, Book en ligne - v1
	Créé le: 18/01/2009
	Auteur: Effeilo
	E-mail: effeilo@gmail.com
	Site web: www.effeilo.fr
	Langue: FR
	
	Sommaire:	REINITIALISATION
				CLASSES GENERIQUES
				BODY
				CONTACT
					FORMULAIRE
				HEADER
				MENU
				FOCUS	
				CONTENT	
				FOOTER
				CAROUSSEL
-------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------
	REINITIALISATION
-------------------------------------------------------------------------------- */

/* ------------ réinitialisation des marges pour tous les naviguateurs ----------- */
* {
	margin: 0; 
	padding: 0;
}
/* ------------ réinitialisation des listes pour tous les naviguateurs ----------- */
ul, li {
	list-style : none;
}
/* ------------ réinitialisation des images pour tous les navigateurs ----------- */
img {
	border: none;
}
/* ------------ réinitialisation des liens pour tous les navigateurs ----------- */
a {
	outline: none;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	CLASSES GENERIQUES
-------------------------------------------------------------------------------- */
.global {
}

/* ------------ propriétés de la classe clear ----------- */
.clear {
	clear: both;
}
/* ------------ propriétés de la classe clear ----------- */
.red {
	color: red;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	BODY
-------------------------------------------------------------------------------- */

/* ------------ définition du corps de la page ------------ */
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #383838;

}

h1 {
	text-indent: -5000px;
	height: 140px;
	background-image:url(../images/logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
}



/*********************************************************************************/


/* --------------------------------------------------------------------------------
	HEADER
-------------------------------------------------------------------------------- */

/* ------------ propriétés et mise en forme du bloc bgHeader ------------ */
#bgHeader {	
	height: 150px;
	background-image:url(../images/bgHeader.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-color: #000000;
}

#bgContact {
	height: 150px;
	background-image: url(../images/contact-bottom1.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/* ------------ propriétés et mise en forme du bloc header ------------ */
#header {
	width: 820px;
	margin: 0 auto;
	position: relative;
}
/* ------------ propriétés du lien contactLink ------------ */
#header a.contactLink {

	text-decoration: none;
	display: block;
	width: 99px;
	float: right;
	height: 29px;
	background-image: url(../images/ongletContactBottom.png);
	background-position: 10px 0;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 1px 0 0 41px;
}
/* ------------ propriétés du hover du lien contactLink ------------ */
#header a:hover.contactLink {
	color: #8a9191;
}



/*********************************************************************************/

/* --------------------------------------------------------------------------------
	MENU
-------------------------------------------------------------------------------- */

/* ------------ propriétés de la liste menu ------------ */
.Bar1 {
	list-style: none;
	width: 690px;
	height: 56px;
	margin: 0 auto;
	padding: 0 0 0 130px;
	background-image: url(../images/bgMenu.gif);
	background-repeat: no-repeat;
	background-position: 120px 6px;
}

/* ------------ propriétés des éléments de la liste menu ------------ */
.Bar1 li {
	float: left;
	position: relative;
	text-align: center;
}
/* ------------ mise en forme des liens du menu ------------ */
.Bar1 a {
	display: block;
	width: 140px;
	line-height: 32px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #8a9191;
	line-height: 44px;
}

.Bar1 a:hover {
	color: #fff;
}
/* ------------ mise en forme des hovers des liens du menu ------------ */
.Bar1 a.hover {
	color: #fff;	
}
/* ------------ mise en forme du lien du menu de la page en cours ------------ */
.Bar1 a.active {
	background-image:url(../images/onglet.png);
	background-repeat: no-repeat;
	background-position: center 0;
	color: #fff;
	height: 56px;
}

/* ------------ mise en forme de l'infobulle pour les menus ------------ */
.Bar1 li em {
	background: url(../images/hover.png) no-repeat;
	width: 130px;
	height: 53px;
	position: absolute;
	color: #fff;
	top: -80px;
	left: -10px;
	text-align: center;
	padding: 8px 15px 0 15px;
	font-style: normal;
	z-index: 2;
	display: none;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	FOCUS
-------------------------------------------------------------------------------- */

/* ------------ propriétés du bloc focus ------------ */
#focus {
	height: 338px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: 0 33px;
	background-color: #000000;
}
/* ------------ propriétés du bloc home ------------ */
.FrontMenu {
	width: 820px;
	margin: 0 auto;
}

.FrontMenu .Panel {
	height: 306px;
	width: 820px;
}

.FrontMenu .Panel div {
	height: 306px;
	width: 820px;
}

.FrontMenu .Panel .item {
	float: left;
	width: 820px;
}
/* ------------ propriétés du bloc focusHomeLeft ------------ */
#homeLeft, #aboutLeft {
	width: 400px;
	height: 306px;
	float: left;	
}
/* ------------ propriétés du bloc focusHomeRight ------------ */
#homeRight, #aboutRight {
	width: 400px;
	height: 306px;
	float: left;	
	margin: 0 0 0 20px;
}
/* ------------ mise en forme des paragraphes du bloc focusHomeLeft ------------ */
#homeLeft p {
	width: 380px;
	padding: 80px 0 0 0;
	font-size: 20px;
	line-height: 26px;
	color: #989898;
}
/* ------------ mise en forme du texte alternatif du bloc focusHomeLeft ------------ */
#homeLeft p span {
	color: #fff;
}
/* ------------ mise en forme des titres du bloc focusHomeRight ------------ */
#focusHomeRight  h3 {
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	padding: 40px 0 0 0;
	height: 15px;
}

#aboutLeft p {
	width: 380px;
	padding: 35px 0 0 0;
	font-size: 14px;
	color: #989898;
	text-align: justify;
}

#aboutLeft p span {
	color: #fff;
}

.FrontMenu .Panel div #skills span {
	color: #fff;
}

.FrontMenu .Panel div #skills .skillsPart1 {
	width: 255px;
	float: left;
	margin: 20px 0 0 5px;
	color: #989898;
}

.FrontMenu .Panel div #skills .skillsPart2 {
	width: 255px;
	float: left;
	margin: 20px 0 0 25px;
	color: #989898;
}

.FrontMenu .Panel div #skills .skillsPart3 {
	width: 255px;
	float: left;
	margin: 20px 0 0 25px;
	color: #989898;
}

.FrontMenu .Panel div #skills .skillsPart1 h4, .FrontMenu .Panel div #skills .skillsPart2 h4, .FrontMenu .Panel div #skills .skillsPart3 h4{
	font-size: 13px;
	font-weight: bold;
	color: #c4a880;
	text-transform: uppercase;
}

.FrontMenu .Panel div #skills .skillsPart1 ul {
	margin: 20px 0 10px 0;
}

.FrontMenu .Panel div #skills .skillsPart2 ul {
	margin: 20px 0 10px 0;
}

.FrontMenu .Panel div #skills .skillsPart3 ul {
	margin: 20px 0 10px 0;
}

.FrontMenu .Panel div #skills .skillsPart1 ul li {
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 5px 13px;
}

.FrontMenu .Panel div #skills .skillsPart2 ul li {
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 5px 13px;
}

.FrontMenu .Panel div #skills .skillsPart3 ul li {
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 5px 13px;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	CONTENT
-------------------------------------------------------------------------------- */

#content {
	width: 820px;
	margin:0 auto;
}

.newsA {
	width: 260px;
	float: left;
	margin: 20px 0 0 0;
}

.newsB {
	width: 260px;
	float: left;
	margin: 20px 0 0 20px;
}

.newsC {
	width: 260px;
	float: left;
	margin: 20px 0 0 20px;
}

.newsTop {
	width: 260px;
	height: 13px;
	background-image: url(../images/news-top.png);
}

.newsTitle {
	width: 260px;
	background-image: url(../images/news.png);
	background-repeat: repeat-y;
}

.newsContent01 {
	width: 260px;
	background-image: url(../images/news.png);
	background-repeat: repeat-y;
}

.newsContent02 {
	width: 260px;
	background-image: url(../images/news.png);
	background-repeat: repeat-y;
}

.newsContent03 {
	width: 260px;
	background-image: url(../images/news.png);
	background-repeat: repeat-y;
}

.newsBottom {
	width: 260px;
	height: 15px;
	background-image: url(../images/news-bottom.png);
	background-repeat: no-repeat;
}

.newsTitle h4 {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 0 0 20px;
	line-height: 20px;
}

.newsContent01 p {
	font-size: 13px;
	color: #fff;
	padding: 20px 20px 8px 20px;
	text-align: justify;
}

.newsContent02 p {
	font-size: 12px;
	color: #fff;
	padding: 0 20px 8px 70px;
}

.newsContent02 p a#bookPdf {
	display: block;
	width: 100px;
	height: 129px;
	background-image: url(../images/book-pdf.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
}

.newsContent02 p a#bookPdf:hover {
	background-position: 0 -129px;
}

.newsContent03 p {
	font-size: 12px;
	color: #fff;
	padding: 0 20px 8px 70px;
}

.newsContent03 p a#cvPdf {
	display: block;
	width: 100px;
	height: 129px;
	background-image: url(../images/cv-pdf.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -5000px;
}

.newsContent03 p a#cvPdf:hover {
	background-position: 0 -129px;
}

.news01 {
	float: right;
	margin: 0 20px 0 0;
	display: block;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
}

.news02 {
	float: right;
	margin: 0 20px 0 0;
	display: block;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
}

.news03 {
	float: right;
	margin: 0 20px 0 0;
	display: block;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
}

.news01:hover, .news02:hover, .news03:hover {
	background-position: 0 -20px;
}

.test {
	float: right;
	margin: 0 20px 0 0;
	display: block;
	background-image: url(../images/close1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
}

/* --------------------------------------------------------------------------------
	FOOTER
-------------------------------------------------------------------------------- */

/* ------------ propriétés du bloc footer ------------ */
#footer {
	margin: 30px;
}
/* ------------ mise en forme des paragraphes du bloc footer ------------ */
#footer p {
	text-align: center;
}
/* ------------ mise en forme des textes alternatifs du bloc footer ------------ */
#footer p span {
	color: #fff;
}
/* ------------ mise en forme des liens des paragraphes du bloc footer ------------ */
#footer p a {
	text-align: center;
	color: #5d5d5d;	
}
/* ------------ mise en forme des hovers liens des paragraphes du bloc footer ------------ */
#footer p a:hover {
	color: #fff;
}

/*********************************************************************************/

/* --------------------------------------------------------------------------------
	CAROUSSEL
-------------------------------------------------------------------------------- */


#slider {
	width:315px;
	height:193px;
	color:#fff;
	overflow:hidden;
	margin: 0 0 0 63px;
	padding: 13px 0 0 0;

}

#slider1 {
	width:315px;
	height:193px;
	color:#fff;
	overflow:hidden;
	margin: 0 0 0 63px;
	padding: 13px 0 0 0;

}

object {
	margin: 13px 0 0 63px;
}

#headslide {
	margin: 20px 0 0 0;
	width:400px;
	height:280px;
	background-image: url(../images/mac1.png);
}

#aboutMac {
	margin: 20px 0 0 0;
	width:400px;
	height:280px;
	background-image: url(../images/mac1.png);
	background-repeat: no-repeat;
}

#headslide1 {
	margin: 20px 0 0 0;
	width:400px;
	height:280px;
	background-image: url(../images/mac1.png);
}

#aboutMac1 {
	margin: 20px 0 0 0;
	width:400px;
	height:280px;
	background-image: url(../images/mac1.png);
	background-repeat: no-repeat;
}


