@charset "UTF-8";
/* CSS Document */

body{
	background:url(images/bgbody.jpg) center top fixed no-repeat #000080;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#page{
	width:800px;
	margin:auto;
}

#conteneurHead{
	height:17px;
	width:800px;
	background:url(images/bgPage_01.png);
}
#conteneurCorp{
	width:800px;
	min-height:300px;
	background:url(images/bgPage_02.png);
}
#conteneurCorp2{
	padding:10px;	
}
#conteneurBottom{
	width:800px;
	height:18px;
	background:url(images/bgPage_05.png);
}
.inputSH{
	width:300px;
	font-size:14px;
	color:#003;
}
.textAeraSH{
	width:100%;
	font-size:14px;
	color:#003;
}
.Deroulant{
	font-weight:bold;
	color:#FFF;
	font-size:16px;
}
#footer{
	text-align:center;
	font-size:10px;
	color:#FFF;
	margin-top:20px;
}
#footer a {
	color:#FFF;	
}
.Offre{
	font-size:14px;
}
.MessageTarifOFF{
	padding:5px;
	background:#F00;
	color:#FFF;
}
.MessageTarifON{
	padding:5px;
	background:#3F6;
	color:#000;
}
