/* Général */
html, body {
	background:#00203b;
}
#conteneurSite{
	background:#00203b url(../images/background/fond-accueil.gif) repeat-x 0 0;
}
#leSiteFlash{
	height:563px;
	background:url(../images/background/fond-flash.jpg) no-repeat 0 0;
}
#fondTubes{
	background:url(../images/background/fond-tubes.gif) repeat-y 0 0;
}
#fondTubes p{
	padding:10px; margin:10px;
	border:1px solid #056D92;
	background:#00203B;
	font:normal 12px Arial, Helvetica, sans-serif; color:#fff; text-align:justify;
}
#fondTubes strong{
	font-weight:bold; font-size:14px; color:#fff;
}
#fondTubes em{
	font-style:italic; color:#fff;
}
#fondTubes a:link, #fondTubes a:visited{
	color:#fff;
}
#fondTubes a:hover, #fondTubes a:active{
	text-decoration:none;
}