/***************** 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:#FFF;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) center top repeat-y;
}
#container2{
background:url(../images/charte/container.jpg) center top no-repeat;
width:960px;
min-height:100%;
}
/***************** HEADER *****************/
#header{
width:960px;
height:100px;
background:url(../images/charte/header.jpg) center top no-repeat;
}

/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:30px;
background: url(../images/charte/menu.jpg) center top no-repeat;
}
#menuTop ul{
padding-left:25px;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:130px;
}
#menuTop a{
text-decoration:none;
font:bold 11px/30px Arial, Helvetica, sans-serif;
color:#000;
text-align:center;
display:block;
height:30px;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
background: url(../images/charte/bt-hover.gif) center top no-repeat;
}
/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:130px;
top:-6000px;
left:0;
background:#019035;
border:solid #fff;
border-width:1px 0 0 0;
padding:0;
}
#menuTop li li{
float:none;
}

#container #menuTop li li a{
background:none;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
border:solid #fff;
border-width:0 0 1px 0;
}
#container #menuTop li li a:hover{
color:#fff;
background:#ffa200;
}
/***************** DIAPO *****************/
#diapo{
background:url(../images/charte/diapo.jpg) center top no-repeat;
width:960px;
height:110px;
}
/*****************BOX*****************/
#box{
width:150px;
margin-bottom:10px;
background:#fff;
list-style:none;
font:11px Arial, Helvetica, sans-serif;
color:#666;
}
#box li{
padding:0 5px 0 5px;
}
#box li.bottom{
background:url(../images/charte/box-bottom.jpg) center bottom no-repeat;
width:150px;
height:10px;
padding:0;
}
#box a{
position:relative;
font:11px Arial, Helvetica, sans-serif;
color:#000;
text-decoration:none;
}
#box a:hover{
text-decoration:underline;
color:#ff7a04;
}

/*****************ACTU*/
.uneactu{
padding:0 15px 0 0;
margin:5px 0 10px;
}
.uneactu a{
display:block;
}
.uneactu a:hover{
text-decoration:underline;
color:#099132;
}
/***************** LEFT *****************/
#left{
float:left;
width:150px;
padding:20px 0 0 20px;
}
#box li.savoirsfaire{
background:url(../images/charte/box-seminaire.jpg) center top no-repeat;
height:40px;
}
#box li.etablissements{
background: url(../images/charte/box-inscription.jpg) center top no-repeat;
height:40px;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:730px;
padding:20px 0 0 20px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:60px;
margin:-60px auto 0;
background: url(../images/charte/footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:10px;;
top:30px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
padding:30px 20px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}