/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
scrollbar-base-color:#111;
}
body{
font-size:62.5%;
background:#000;
}
#container{
position:absolute;
width:930px;
height:510px;
left:50%;
top:50%;
margin-left:-465px;
margin-top:-255px;
background:url(../images/charte/bg-intro.jpg) no-repeat scroll left top;
}
/**********************/
#logo{
position:absolute;
width:160px;
height:250px;
left:232px;
top:131px;
}
#menu{
position:absolute;
width:96px;
height:20px;
left:264px;
bottom:96px;
}
#menu a {
cursor:pointer;
text-decoration:none;
display:block;
float:left;
height:20px;
line-height:20px;
width:48px;
background:no-repeat scroll left bottom;
}
#menu a span{
display:none;
}
#menu a:hover {
text-decoration:none;
background-position:left top;
}
#menu a.bt1{
background-image:url(../images/charte/bt-collection.gif);
}
#menu a.bt2{
background-image:url(../images/charte/bt-contact.gif);
}
/**********************/
/***************** FOOTER *****************/
#footer{
position:absolute;
width:930px;
height:30px;
left:0;
bottom:0;
}
#idep{
position:absolute;
left:10px;
bottom:7px;
width:110px;
height:30px;
}
#idep a.idep{
display:block;
font:normal 0.9em Arial, Helvetica, sans-serif;
text-align:left;
color:#526066;
}
#idep a:link.idep, #idep a:visited.idep{
text-decoration:none;
color:#526066;
}
#idep a:hover.idep, #idep a:active.idep{
text-decoration:none;
color:#7e9aa7;
}
