/* CSS Document */

body {
width : 100%;
text-align : center;
margin : 0;
background : url('img/fond.jpg');
color : #004040;
font-family : Verdana;
font-size : 7pt;
font-weight : bold;
}
:link {
color : #004040;
text-decoration : underline;
}
:visited {
color : #004040;
text-decoration : none;
}
:active {
color : #FFFFFF;
text-decoration : none;
}
:hover {
color : #408080;
text-decoration : none;
}
table {
margin : 2px auto auto auto;
border-collapse : collapse;
}
div {
max-width: 980px;
min-width: 700px;
}
div#conteneur {
float : none;
width : 100%;
max-width: 980px;
min-width: 700px;
height : auto;
margin : auto auto auto auto;
background-color : #b8e9ee;
font-size : 8pt;
}
div#recherche {
float : right;
width : 980px;
height : 25px;
text-align : right;
background : url('img/fond.jpg');
}
div {
clear : both;
width: 100%;
max-width: 980px;
min-width: 700px;
height : auto;
margin : auto auto auto auto;
}
div#bandeau {
float : none;
width : 980px;
height : 150px;
background : url('img/entete.jpg');
background-repeat: no-repeat;
}
div#fenetre {
float : none;
width : 980px;
height : 20px;
}
div#liens {
float : none;
width : 980px;
height : 25px;
}
div#menu {
float : none;
width : 980px;
height : 40px;
background-color : #b8e9ee;
}
div#contenu {
clear : both;
float : none;
width : 100%;
height : auto;
background-color : #b8e9ee;
font-weight : bold;
color : #408080;
}
div {
clear : both;
width : 980px;
height : auto;
margin : auto auto auto auto;
}
div#logos {
width : 980px;
background : url('img/fond2.jpg') repeat-y;
}
div#pub {
width : 980px;
background : url('img/fond2.jpg') repeat-y;
}
div#pied_page {
width : 980px;
height :100px;
background : url('img/fond2.jpg') repeat-y;
}
div#copy {
float : none;
width : 980px;
height : 20px;
background : url('img/fond2.jpg') repeat-y;
}