body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#conteneur {
	width: 95%;
}
#header {
	border-bottom: 5px solid #000;
}
#gauche {
}
#droite {
	border-top: 4px solid #666;
	padding: 0 1.2em;
	}
#pied {
	clear:both; /* C'est lui qui stabilise la mise en page, les float et le border du conteneur*/
	border-top: 1px solid #333;
}

/*********************HEADER */

#header h1 {
	color: #7A8630;
	font-size: 1.5em;
}

ul#menu {
	margin:0;
	padding:0;
	list-style:none;
	height: 35px;
	}

#menu li {
	float:left;
    margin:0;
    padding:0;
	height: 35px;
	}
	
#menu a:link, #menu a:active, #menu a:visited /*, #menu_change a:hover*/ {
	text-decoration: none;
	padding:12px 12px 0 12px;
	display: block;
	color: #666666;
    }
#menu #actif {
	font-weight: bold;
}



ul#pictos { /* a terminer */
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
/************************ GAUCHE */
#gauche {
color: #333300;
}
#gauche a {
color: #555;
text-decoration: none;
border-bottom: 1px dotted #7A8630;
}
#gauche a:hover {
border-bottom: 1px solid #7A8630;
}
#gauche a.post-next {
	font-weight: bold;
	color: #D78807;
	border-bottom-color: #D78807;
	}
#gauche p {
padding: 0 1.2em;
}
#gauche h2 {
color: #7A8630;
text-align: center;
height: 48px;
font-family: Trebuchet MS, verdana, sans-serif;
margin: 0;
padding: 0;
font-size: 1.6em;
border-bottom: 1px solid #000000;
}
#gauche h2 span {
color: #333300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.6em;
}

#gauche h3 {
background-color: #E3E9CB;
margin: 0 1em;
padding: 0.2em;
color: #7A8630;
font-size: 1.2em;
}

#gauche h4 {
padding: 0 1.2em;
margin-bottom: -1em;
font-size: 1em;
}


h2#Divers {
color: #90ABBE;
}

td, th {
	font-weight: normal;
	font-size: 0.85em;
}

#gauche table {
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 1em auto 2em auto;
	width: 90%;
}

#gauche table td, #gauche table th {
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table#comparatif {
border-right: 0;
border-bottom: 0;
}

#comparatif td {
text-align: center;
}
th.ShylockComparatif2 {
width: 80px;
text-align: center;
font-weight: bold;
}
th.ShylockComparatif1 {
width: 200px;
font-weight: bold;
}
tr.LigneAlternee {
background-color: #e5e5e5;
}
#gauche address {
margin-left: 15px;
font-style: normal;
}
#gauche form {
margin-left: 15px;
}
#gauche label {
display: block;
font-weight: bold;
color: #666666;
}

/************************* DROITE */
#droite h3 {
padding: 5px;
margin: 0;
font-size: 1.2em;
}

#droite p {
padding: 5px;
margin: 0;
}
#droite img {
margin-left: 5px;
}

#droite a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #7A8630;
}
#droite a:hover {
	border-bottom: 1px solid #7A8630;
}
	
#captures_min a, #captures_min a:hover {
	border: 0;
}

#captures_min img {
	border: 1px solid #666;
	margin: 5px;
}



/* PIED */
div#pied {
padding: 3px 0 2px 15px;
font-size: 0.85em;
color: #666;
}
#pied a {
color: #666;
text-decoration: none;
}

