/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background: url(../images/charte/bg-body.jpg) center top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:990px;
margin:0 auto;
background: url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:225px;
background: url(../images/charte/bg-header.jpg) center top no-repeat;
}
#boutonlogo{
top:0;
left:0;
position:absolute;
}
#masquecarousel{
position:absolute;
top:197px;
height:28px;
width:24px;
background: url(../images/charte/img-carousel.jpg) center top no-repeat;
}
#carousel{
position:absolute;
top:95px;
}
#collaboratif{
top:24px;
right:53px;
position:absolute;
}
#collaboratif a{
text-decoration:none;
font:14px Arial, Helvetica, sans-serif;
color:#747474;
}
#collaboratif a:hover{
color:#000;
}
/***************** MENU TOP *****************/
#menuFond{
position:relative;
width:990px;
height:28px;
background: url(../images/charte/bg-menutop.gif) center top no-repeat;
}
#menuTop{
position:absolute;
z-index:10;
right:15px;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop li.bt5{
width:19px;
margin:3px 5px 0 0;
}
#menuTop li.bt6{
width:19px;
margin:3px 18px 0 5px;
}
#menuTop a span{
display:none;
}
#menuTop a{
text-decoration:none;
font:12px/28px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
display:block;
height:30px;
overflow:hidden;
float:left;
margin:0 10px;
}
#menuTop li .separation{
font:12px/28px Arial, Helvetica, sans-serif;
color:#fff;
}
#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
color:#000;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:990px;
background: url(../images/charte/bg-contenu.gif) center top no-repeat;
}
#homeFlash, #homeFlashMenu{
margin:0 15px;
}
#passerAnimation{
position:absolute;
top:570px;
right:30px;
z-index:100;
}
#contenu #passerAnimation a{
color:#999;
}
#texte{
padding: 0 30px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:86px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:86px;
margin:-86px auto 0;
background: url(../images/charte/bg-footer.gif) center top no-repeat;
}
#textefooter{
position:absolute;
left:0;
top:25px;
width:990px;
height:30px;
font:12px Arial, Helvetica, sans-serif;
color:#ff7000;
text-align:center;
}
#textefooter .adresse{
color:#555655;
}
#footer #creationweb a{
text-decoration:none;
display:block;
font:10px Arial, Helvetica, sans-serif;
color:#ffc2cc;
margin:4px 0 0;
}
#footer #creationweb a:hover{
text-decoration:none;
color:#fff;
}
#liens{
position:absolute;
right:10px;
bottom:10px;
}
#liens a:link, #liens a:visited, #footer #liens p{
text-decoration:none;
font:10px Arial, Helvetica, sans-serif;
color:#8a8b8a;
}
#liens a:hover{
text-decoration:underline;
}
