body{
	background:url('../images/fond.png');
	background-repeat:repeat-x;
	margin:0px;
	background-color:#E3DDDE;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
a{
	text-decoration:none;
	color:#04314C;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#FF7C00;
	font-weight:bold;
}
h1{
	border-bottom:1px solid #04314C;
	font-size:14px;
}
h2{
	text-decoration:underline;
	font-size:13px;
	color:#F60;
}
.superconteneur{
	width:1040px;
	margin:0px auto 0px auto;
	background:url('../images/fonddegrade.png');
	background-repeat:repeat-y;
}
.conteneur{
	width:980px;
	margin:0px auto 0px auto;
	background-color:#FFF;
}
.bas{
	width:1026px;
	height:45px;
	margin:0px auto 0px auto;
	
	background:url('../images/bas.png');
	background-repeat:no-repeat;
	
}
.haut{
	width:1026px;
	height:39px;
	margin:0px auto 0px auto;
	background:url('../images/haut.png');
	background-repeat:no-repeat;
}
.banner{
	
	width:980px;
	height:176px;
}
.footer{
	background:url('../images/footer.png');
	background-repeat:repeat-x;
	margin:0px;
	padding-top:10px;
	width:100%;
	height:34px;
	text-align:center;
	color:#FFF;
}
.box{
	border:1px solid #04314c;
	width:208px;
	background-color:#c6d7e1;
	padding:5px;
	margin:0px;
}
.boxpetit{
	border:1px solid #04314c;
	width:140px;
	background-color:#c6d7e1;
	margin:0px;
}
.boxgrand{
	border:1px solid #04314c;
	width:548px;
	background-color:#c6d7e1;
	padding:5px;
	margin:0px;
}
#gauche{
	width:220px;
	float:left;
	padding:10px;
}
#centre{
	width:560px;
	float:left;
	padding:10px;
}
#droite{
	width:145px;
	float:left;
	padding-top:10px;
	padding-left:7px;
}
.vignette{
	border:2px solid #04314C;	
	margin-right:5px;
}
