body {
background-color : #fff;
font-family: Verdana, Sans-Serif;
margin: 0;
padding: 0;
}

#logo{
position: absolute;
left: 12px;
top: 12px;
}

.nav {	font-size: 80%;
}

#bloc_texte{
position: absolute;
font-size: 13px;
font-weight: bold;
left: 350px;
top: 43px;
width: 400px;
}

#imgleft{
margin: 4px;
float: left;
}

#imgright{
margin: 4px;
float: right;
}

#img_right{
position: absolute;
right: 25px;
top: 170px;
}

#img_right2{
position: absolute;
right: 25px;
top: 150px;
}

.legende{font-size:100%;color:#fff;background-color:#000000;}

h1 {
clear:both;
text-align:left;
padding : 5px 0px 5px 0px;
font-size: 16px;
font-weight: bold;
color: #000000;
margin: 10px 0px 0px 0px;
}

h2 {
clear:both;
text-align:left;
padding : 5px 0px 5px 20px;
font-size: 14px;
font-weight: bold;
color: #000000;
margin: 0px 0px 0px 0px;
}


#conteneur {
background: url(images/fond.gif) repeat-y;
position: absolute;
width: 760px;
left: 50%;
margin-left: -360px;
}


#header {
clear:both;
display:block;
background: url(images/header.jpg);
width: 760px;
height: 160px;
text-align : left;
font-size : 13px;
font-family : Verdana;
color: #000000;
}

#centre {
width: 730px;
text-align : left;
margin-left: 20px;
font-size : 13px;
font-family : Verdana;
color: #000000;
clear:both;
}

#centre a {
text-decoration: underline;
color: #FF6600;
}

#centre a:hover {
text-decoration: none;
color: #000000;
}


#footer {
clear:both;
display:block;
height: 72px;
background: url(images/footer.gif) no-repeat;
margin: 10px 0px 0px 0px;
text-align : center;
font-size : 12px;
font-family : Verdana;
color: #000000;
}

#footer a {
text-decoration: underline;
color: #FF6600;
}

#footer a:hover {
text-decoration: none;
color: #000000;
}


p {margin: 0px 0px 15px 0px;}

ul, li { /* utilisation de liste pour le menu */
list-style-type: none;  /* suppression des puces de liste */
font-size : 11px;
font-weight: bold;
margin:0;
padding:0;
}

ul {
position: absolute; /* positionnement pour IE5 et IE5.5 */
left: -2px;
top: 120px;
height: 24px;
width: 760px;
margin-left: 7px;
text-align: center;
}

li {
float: left;
display: inline; /* correction pour IE5 et IE5.5 */
}

li a { /* dimensions et définitions des boutons */
padding-top:2px;
text-decoration: none;
color : #fff;
display: block;  /* mise en block de <a> pour lui donner des dimensions */
height: 20px;
width: 107px;
}

li a:hover {
text-decoration: none;
color : #FF9900;
background: transparent url(images/menu.jpg) top right no-repeat;
}
