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

html{
margin:0;
padding:0;
background-color:#fff;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
height:100%;

background-image:url(../img/fond.png);
background-position:center top;
background-repeat:repeat;
background-attachment:fixed;

}
body{
width:800px;
background-color:transparent;
color:#333333;
padding:0 35px 0px 35px;
margin:0 auto;
min-height:100%;
background-image:url(../img/fond2.png);
background-position:center;
background-repeat:repeat-y;
}

div#global{
width:800px;
margin:0 auto;
padding:0;
background-color:transparent;
color:#333333;
}

div#bandeau{
margin:0;
padding:0;
height:170px;
}

/*////////////////////////////////MENU/////////////*/
div#menu{
width:800px;
height:30px;
background-image:url(../img/fond-menu.png);
background-position:center;
background-repeat:no-repeat;
margin:0 0 10px 0;
}
div#menu ul{
width:800px;
padding:5px 0 0 0;
margin:0;
text-align:center;
}
div#menu ul li{
margin:0 12px;
display:inline;
padding:0;
}
div#menu ul li a{
font-size:15px;
letter-spacing:1px;
color:#FFFFFF;
background-color:transparent;
text-decoration:none;
height:30px;
display:inline-block;
padding:0px 5px 0px 5px;
}
div#menu ul li a:hover{
color:#ffffff;
background-color:transparent;
background-image:url(../img/sous-menu-gris.png);
background-position:center bottom;
background-repeat:no-repeat;

}
div#menu ul li a.selected{
color:#ffffff;
background-color:transparent;
background-image:url(../img/sous-menu-bleu.png);
background-position:center bottom;
background-repeat:no-repeat;
}




/*////////////////////FOOT WEBMASTER//////*/
div#footer{
clear:both;
margin:0px auto;
padding:40px 0;
width:800px;
background-color:#fff;
color:#333333;
}
div#footer div#webmaster {
margin:0 10px;
padding:0 0 10px 0;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
}
div#footer div#webmaster p{
font-size:10px;
color:#CCCCCC;
text-align:justify;
padding:0px;
margin:8px 0 0 0;
line-height:12px;
}
div#footer div#webmaster h1{
margin:0;
display:inline;
font-size:10px;
color:#ccc;
text-align:justify;
padding:0px;
line-height:12px;
font-weight:normal;
}

div#footer div#webmaster a{
color:#CCC;
text-decoration:underline;
}
div#footer div#webmaster a:hover{
color:#3366CC;
text-decoration:underline;
}




/*///////////////////////AUTRES////////////////////*/

.clear_float{ /*Pages d'accueil (fr en nl)*/
clear:both;
}

.info{
color:#3366CC;
}
.erreur{
color:#CC3300;
}




