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


html {
        height:100%;

}

body{ 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
background-color:#000000;
background-image:url(images/background.jpg);
background-attachment:scroll;
background-repeat:no-repeat;
background-position:top center;
margin: 0;}

p{margin:10px}

.logopictures {
border: 1px solid #1D2B4E;
}

a:link{
        color: #201d5c;
		text-decoration:underline;
		font-weight:bold;
        }
a:hover {
	color: #c83226;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
		color: #201d5c;
		text-decoration:underline;
		font-weight:bold;
}

.whitelink a:link{
        color: #FFFFFF;
		text-decoration:underline;
		font-weight:bold;
        }
.whitelink a:hover {
	color: #6b89b4;
	text-decoration:underline;
	font-weight:bold;
}

.whitelink a:visited {
		color: #FFFFFF;
		text-decoration:underline;
		font-weight:bold;
}

.whitetextfooter {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px; color:#FFFFFF;}

div#container{text-align:left;width:950px; height:100%;margin:0 auto;}
div#header1{ width:260px;height:139px;}
div#header2{ margin-left:260px; margin-top:-139px; width:330px;height:139px;}
div#header3{ margin-left:590px; margin-top:-139px;width:360px;height:139px;}
div#header4{ width:950px;height:91px;}
div#menu{  width:950px;height:27px;}

div#contenu{  width:100%;height:100%; background-color:#FFFFFF;}
div#footer1{ width:950px; height:100px; background-color:#f1e41e;}

.copyright  { font-size:9px;}
.sous-titres  { font-size:15px; color:#211C5C;font-weight:bold;}