@charset "utf-8";
/* CSS Document */
body {
	background: #AFF;
}
img {
	border:none;	
}
#wrapper {
	text-align: center;
	width: 790px;
	margin-right: auto;
	margin-left: auto;	
}
#entete {
	background: #CCC;
}
#menu {
	float: left;
	background: url(/images/menu.jpg) no-repeat;
	height: 375px;
	width: 211px;
}
#centre {
	float: left;
	background: #FFF url(/images/centre.gif) no-repeat;
	height: 375px;
	width: 579px;
}
#DivIPL {
	position:relative;
	left:25px;
	top:65px;
	width:530px;
	height:269px;
	z-index:1;
	background: #FFF;
	padding: 5px;
}
#DivPoil {
	position:relative;
	left:25px;
	top:65px;
	width:530px;
	height:269px;
	z-index:1;
	background: #FFF;
	padding: 5px;
	display: none;
}
.newsticker {
	width:530px;
	list-style-type: none;
	border: 1px solid #fff;
	background: #FCC;
	padding: 3px;
	margin: 5px 0 0 25px;
	color: #333;
}
#contenu {
	position:relative;
	left:25px;
	top:30px;
	width:530px;
	height:269px;
	z-index:1;
	background: #FFF;
	padding: 3px;
}
.titre {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #C6C;
	text-align: left;	
}
.text {
	font: 12px Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
}
.gras {
	font-weight: bold;	
}
#news li{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tabtarif th{
	font: bold 14px Arial, Helvetica, sans-serif;
}
.tabtarif tr{
	font: 14px Arial, Helvetica, sans-serif;
}
.soustitre {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#footer {
	background: url(/images/pied.jpg) repeat-y;
}
#piedmenu {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	text-align: center;
	width: 211px;
}
a .infos {
	text-decoration: none;
	padding: 3px;
	border: thin solid #C09;
}
a:hover .infos {
	font-weight: bold;
	color: #909;
	text-decoration: underline;	
}
#pied {
	margin-left: 211px;
	font: 12px Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}
.lien {
	font-size: 12px;
}
.lien a {
	text-decoration: none;	
}
.lien a:hover {
	font-weight: bold;
	color: #909;
	text-decoration: underline;	
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}


