body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
	background: url(bgblue.jpg) repeat-x #fff;
}
#header {
	height: 100px;
	padding-left: 290px;
}
#menu {
	list-style: none;
	padding-left: 214px;
	margin: 0px;
	font-weight: bold;
	height: 30px;
	font-size: 0.95em;
}
#menu li {
	display:inline;
}
#menu li a {
	padding-left: 1.3em;
	padding-right: 0.8em;
	text-decoration: none;
	background: url(puce.gif) center left no-repeat;
	color: #0082d6;
}

#menu li a:hover {
	background-image: url(puce-on.gif) ;
	color: #e7b277;
}
#menu #current a {
	background-image: url(puce-on.gif);
	color: #e7b277;
}
#conteneur {
	margin: 0 auto;
	width: 800px;
	background: url(bg.jpg) no-repeat #fff;
	position: relative;
	min-height:480px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
	margin-top: 25px;
}
#centre {
	margin-left: 282px;
	padding-top: 1em;
}
#centre li {
	list-style:circle;
}
#gauche {
	position: absolute;
	left:0;
	width: 250px;
	color:#0082d6;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
}
#promo {
	background-color: #ecedf2;	
	padding: 12px 2px 12px 2px;
	margin: 25px 0 0 0;
	border: 2px solid #0082d6;
}
#contact {
	margin: 0 auto;
	width: 800px;
	background: url(bgcontact.jpg) no-repeat #fff;
	position: relative;
	min-height:143px!important; /* taille minimal pour les moteur gecko et IE7 */
	height:143px; /* taille max pour IE6 */
	height:auto !important; /* on remet à la normal pour gecko et IE7 */
}
#contact p {
	padding-left:560px;
	font-size:0.9em;
}
#contact b {
	color:#0082d6;
}
p {
	margin: 0 0 10px 0;
}
h1 {
	color: #0082d6;
	font-size: 1.15em;
	padding-top: 15px;
	line-height: 1.35em;
}
h2 {
	color: #0082d6;
	font-size: 1.1em;
}
.imaged{
	float: right;
}
.bleu{
	color: #0082d6;
}
.rouge{
	color: #FF0000;
	font-weight:bold;
}
a.bleu:link{
	text-decoration:underline;
	color: #0082d6;
}
a.rouge:link{
	text-decoration:underline;
	color: #FF0000;
}
.petit{
	font-size: 0.8em;
	font-style:italic;
}
.blanc{
	color: #fff;
	font-size:1.2em
}
a.blanc:link{
	text-decoration:underline;
	font-weight:bold;
	color: #fff;
}
a.bleu:visited, a.rouge:visited{
	text-decoration:underline;
	color: #666;
}

a.bleu:hover, a.blanc:hover, a.rouge:hover{
	text-decoration:none;
}
#footer {
	margin: 0;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 1em;
}
#footer a {
	color: #0082d6;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#ref {
	color: #fff;
	text-align: center;
	font-size: 0.5em;
}
blink {
visibility: expression((function(){
if (!window.IEBlink) {
window.IEBlink = "visible";
setInterval(function() {
window.IEBlink = (window.IEBlink=="visible"?"hidden":"visible");
var blinks = document.getElementsByTagName("blink");
for (var i=0; i<blinks.length; i++) { blinks[i].style.visibility=window.IEBlink; }
}, 700)
}
return "";
})());
}
hr {
	clear: both;
	visibility: hidden;
	background-color: #FFF;
}

