@charset "utf-8";
html { height: 100%; }
body {
	background: #444444;
	margin: 0px;
	padding-top: 10px;
}
#site {
	background: #FFFFFF;
	display: table;
	width: 885px;
	height: expression( this.scrollHeight < 600 ? "601px" : "100%" ); /* sets min-height for IE */
	min-height: 600px; /* sets min-height value for all standards-compliant browsers */
	border: 10px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: #999999;
	height: 320px;
}
#bande {
	background: #021e2f;
	display: block;
	height: 10px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px none #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px none #FFFFFF;
}
#content {
	background: #ececec url(../images/coin_right.gif) no-repeat right bottom;
	display: table;
	clear: both;
	height: expression( this.scrollHeight < 400 ? "401px" : "100%" ); /* sets min-height for IE */
	min-height: 400px; /* sets min-height value for all standards-compliant browsers */
	width: 885px;
	height: 400px;
}
#left {
	background: #e2e2e2;
	display: block;
	width: 195px;
	border: 8px solid #ECECEC;
	float: left;
	height: expression( this.scrollHeight < 400 ? "401px" : "auto" ); /* sets min-height for IE */
	min-height: 400px;
	color: #021E2F;
}

#left ul {
	padding: 0px;
	margin: 20px 5px 0px 30px;
}
#left li {
	list-style: url(../images/puce_bleu.gif);
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
#left li a {
	color: #021E2F;
	text-decoration: none;
}
#left li a:hover {
	color: #076DAB;
	text-decoration: none;
}
#s_menu {
	display: block;
	margin-top: 5px;
	list-style: none;
	margin-left: 27px;
	margin-bottom: -10px;
}
#s_menu ul {
	padding: 0px;
	margin: 2px 0px 8px 15px;
}
#s_menu li {
	list-style: url(../images/puce_vert.gif);
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
#s_menu li a { color: #39892F; }
#s_menu li a:hover { color: #4EBC41; }
#right {
	display: table;
	float: right;
	width: 600px;
	height: expression( this.scrollHeight < 380 ? "381px" : "auto" ); /* sets min-height for IE */
	min-height: auto; /* sets min-height value for all standards-compliant browsers */
	margin-top: 10px;
	margin-right: 20px;
}	
#right h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #021E2F;
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#right h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #021E2F;
	display: block;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#right ul { color: #021E2F; }
#right li {
	font-family: Tahoma;
	font-size: 11px;
	color: #021E2F;
	list-style-type: disc;
}

#right p {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
#right strong {
	font-family: Tahoma;
	font-size: 11px;
	color: #39892F;
}
#right a {
	color: #39892F;
	text-decoration: none;
	font-weight: bold;
}
#right a:hover { color: #021E2F; 
}
#footer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font: bold 10px Tahoma;
	color: #FFFFFF;
	width: 885px;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	clear: both;
}
#footer_menu {
	background: #FFFFFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 885px;
	text-align: center;
	padding-top: 10px;
	clear: both;
	border-top: 10px none #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	font: bold 11px Tahoma;
	color: #021e2f;
	text-transform: uppercase;
}

#footer_menu a {
	color: #021E2F;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #45953a;
	text-decoration: none;
}
#footer a {
	font-family: Tahoma;
	font-size: 10px;
	color: #39892F;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
.titre {
	font-family: Tahoma;
	font-size: 18px;
	color: #021E2F;
	background-image: url(../images/bande.gif);
	display: block;
	width: 500px;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 25px;
}
.riopel {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #021E2F;
}
