
body {

background-image : url(../images/background9.jpg) ;
background-position : center ;
background-attachment : fixed ;
background-repeat : no-repeat ;
font-family : Verdana, Arial, Helvetica, serif ;
font-size : 10pt ;
color : #E0DC63 ;
margin-top : 20px ;
margin-bottom : 20px ;
text-align : center ;
}

/*Donne les critères généraux de la page*/
div#page{

margin-left : auto;
margin-right : auto ;
width : 1150px ;
text-align : left ;
height : 1000px;
background-color : transparent ;
}

div#entete{

position : absolute ;/*Bannière fixée par rapport à l'axe en haut à gauche*/
width : 1150px;
height : 312px;
text-align : left ;
background-color : transparent;
}

div#gauche{

position : absolute;
height : 1000px;
margin-top : 350px ;	
width : 175px;
background-color : #ab1016 ; 
}

div#gaucheRevue{

position : absolute;
height : 1200px;
margin-top : 350px ;	
width : 175px;
background-color :#ab1016 ; 
}

div#contenu{

position : absolute ;
width : 750px ;
height : 700px ;
background-color : transparent ;
margin-left : 190px;
margin-top : 312px;
text-align : justify ;	
}

div#blocknews{

position : absolute ; 
width : 160px;
height : 1000px;
background-color :  #ab1016;
margin-left : 960px ;
margin-top : 350px ;
text-align : left ;
}

div#blocknewsRevue{

position : absolute ; 
width : 160px;
height : 1200px;
background-color :  #ab1016;
margin-left : 960px ;
margin-top : 350px ;
text-align : left ;
}

div#gauchePlan{

position : absolute;
height : 1800px;
margin-top : 350px ;	
width : 175px;
background-color : #ab1016 ; 
}

div#blocknewsPlan{

position : absolute ; 
width : 160px;
height : 1800px;
background-color :  #ab1016;
margin-left : 960px ;
margin-top : 350px ;
text-align : left ;
}



#menu {
width:170px; 
margin:10px auto 150px auto;
}

#menu a, #menu a:visited {
display:block;
width:100%; 
height:43px; 
line-height:40px; 
text-decoration:none; 
color:#E0DC63; 
background:url(../images/boutonCaps2.gif); 
background-repeat:no-repeat;
}

#menu a span {
padding-left:60px;
}

#menu a:hover {
display:block; 
width:100%; 
height:43px; 
cursor:pointer; 
text-decoration:none; 
color:#84D41D; 
background:url(../images/boutonCaps3.gif); 
background-repeat:no-repeat;
}



a:link { color:#E0DC63;}         
a:visited { color: orange;}         
a:hover { color : #84D41D ;}