/* CSS Document */
img{
border:0px;
}
/*flash*/
#diapo {
/*clear: left;*/
text-align:center;
}
p{
margin:0;
padding:0;
}
h3{
font-size:11px;
color:#cc99cc;
margin:0px;
padding:0px;
}
table{
color:#FFFFFF;
}
fieldset{
color:#422041;
width:300px;
}

legend{
color:#ffffff;
padding-right:8px;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
background-attachment: fixed; /* Le fond est fixé */  
background-position: 100% 100%;  
background-repeat:repeat-x;  
background-image: url(files/interface/fond_html.jpg); 
}
#conteneur {
position: relative;
width: 980px;
margin: 0 auto;
height:600px;
background-image:url(files/interface/degrade_site.jpg);
}
/**** banniere ****/
#header {
height: 100px;
background-image:url(files/interface/banniere.gif);
background-repeat:no-repeat;
}
/**** menu ****/
#haut {
height: 30px;
font-size:10px;
padding-top:5px;
/*padding-right:20px;*/
color:#2A549E;
/*margin-left:40px;*/
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:absolute;
top: 113px;
/*left: 18px;*/
z-index:100;
/*width:891px;*/
height:26px;
color:#660033;
font-size:10px;

}
#menu dl {
float: left;
width: 120px;
margin: 0 0;
/*



*/

}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;

/*display:inline;

border: 1px solid #660033;*/
}
#menu dd {
/*border: 1px solid #FFFFFF;*/
}
#menu li {
text-align: center;
background: #c4bac4;

}
#menu dt a {
color: #660033;
font-weight:bold;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
/*padding: 0.31em 1.2em;*/
}
#menu dt a:hover {
color:#FFFFFF;
font-weight: bold;
background: #660033;
}

#menu li a{
color: #660033;
text-decoration: none;
display: block;color:#000000;
height: 100%;
border: 0 none;
/*padding: 0.31em 1.2em;*/
}


#menu li a:hover {
color:#FFFFFF;
}

/**** contenu****/
#centre {
color:#FFFFFF;
width:740px;
height:353px;
margin-left:60px;
background-image:url(files/interface/contenu_fond.gif);
background-repeat:no-repeat;
padding:25px 55px 25px 55px;
}
#centre a{
color: #cc99cc;
text-decoration: none;
}
#centre a:hover{
color: #ffffff;
text-decoration: none;
}

/**** pied ****/
#pied {
margin-top:10px;
/*margin-bottom:10px;*/
padding-right:70px;
color:#ffffff;
font-size:9px;
text-align:right;
}
#pied a{
color: #ffffff;
text-decoration: none;
}
#pied a:hover{
color: #50043b;
text-decoration: none;
}