/* --- COULEURS --- */


/* Général */
body {
	color: #F0E39E;
	background: #fff;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Bloc central contenant #navigationLeft et #contenu */
#centre {
	 /*background: url(img/07-colonnes.png) repeat-y; Voir -> Note 1 */
}

/* navigationLeft */
#navigationLeft {
	 /*  background: #181A12;-> 2 */
}
#navigationLeft a {
	color: #FF6533;
}
#navigationLeft a:hover, #navigationLeft a:focus {

	margin-left:5px;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background-image:url(../images/contenu.gif);
	background-repeat:repeat-y;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 10px 5px;
}
#global2 {
	width: 1024px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}
#global {
	width: 854px; /* -> 3 */
	margin: 0 0;
}
/* En-tête */
#entete {
	background-color:#FFF;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central contenant #navigationLeft et #contenu */
#centre {
	width: 100%; /* -> 5 */
	overflow: hidden;
	background-repeat:no-repeat;
	background-color: #FFF;
}

/* Menu de navigationLeft */
#navigationLeft {
	width: 233px;
	float: left; /* -> 6 */
}
#navigationLeft ul {
	margin: 0;
	list-style: none;
}
#navigationLeft a {
	display: block;
	height: 1%; /* -> 7 */

	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}



#butt_notre_entreprise {
	display: block;
	background-image: url(../images/notre-entreprise0.gif);
	background-position:left top;
	background-repeat:no-repeat;
	
	width:101px;
	height:46px;
	text-align: left;	
	
	padding: 0px 0px;
	color: #fff;
	font: 0.9em "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	line-height:0.9em;
	text-decoration: none;
	}
#butt_notre_entreprise:hover, #butt_notre_entreprise:focus, #butt_notre_entreprise:active {
	text-decoration: none;
	background-image: url(../images/notre-entreprise.gif);
	background-position:right top;
	background-repeat:no-repeat;

	}


.navBasLink:hover {
	color: #E45B0E;
	}

/* Contenu */
#contenu {
	margin-left: 253px; /* -> 8 */
	padding: 10px 20px;
	background-color: #FFF;
	color: #112159;
	font: 0.9em "Trebuchet MS",Arial,sans-serif;
	min-height: 400px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 15px 10px 225px;
	font-size: 0.8em;
	font-family:"Times New Roman", Times, serif;
	background-image: url(../images/logo-plaire.gif);
	background-repeat: no-repeat;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0px;
	font-size: 1em;
	text-align: center;
}




/* Navigation */



/* Menu de navigation */


#navigation {
	background: #181A12;
}

#navigation a:hover, #navigation a:focus {
	padding-top:3px;
}

#navigation {
	padding: 0px 0px;
	background-image: url(../images/nav1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 46px;

}
#navigation ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li.gauche {
	float: left;
	margin-right: 0px;
	font-size: 1.4em;
	font-style: italic;
}
#navigation li.droite {
	float: right;
	margin-right: 0;
	margin-left: 0px;
	padding: 0 0;
}
#navigation a {
	padding: 0px;
	line-height: 1.5;
	font-size: 0.9em;
	text-decoration: none;
}



#navBas {
	padding: 0px;
	background-image: url(../images/navBas.gif);
	background-repeat: no-repeat;
	width: 854px;
	height: 49px;
	color: #FFF;
	font: 0.9em "Trebuchet MS",Arial,sans-serif;
	text-decoration:none;
	position: relative;
	line-height: 0.8;
}

#navBas a {
	color: #FFF;
}
#navBas a:hover, a:focus {
	color: #E45B0E;
}
#photoEtapes {
	padding: 0px;
	background-image: url(../images/etapes.gif);
	width: 330px;
	background-repeat: no-repeat;
	padding-left: 210px;
	padding-right: 30px;
	position: relative;

}

.sous-titre {
	color: #F90;
	font-size:12px;
	font-weight:bold
}

.certif{
	background-color: #9DB2BC;
}