/***************** 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:#060f1f url(../images/charte/bg.jpg) center top no-repeat;

}

/***************** CONTAINER *****************/

#container{

position:relative;

min-height:100%;

width:951px;

margin:0 auto;

padding:0 0 0 0;

background:url(../images/charte/bg-container.jpg) right top repeat-y;



}

/***************** HEADER *****************/

#header{

width:960px;

height:200px;

background:url(../images/charte/bg-header.jpg) center top no-repeat;

}

#flash{

	position:absolute;

}

/***************** MENU LEFT *****************/

#menuLeft{

float:left;

width:200px;

}

#menuLeft ul{

list-style:none;

padding-bottom:10px;

border:solid #fff;

border-width:0 0 1px 0;

}

#menuLeft a{

text-decoration:none;

font:bold 14px/26px Arial, Helvetica, sans-serif;

color:#CC0000;

display:block;

height:25px;

overflow:hidden;

border:solid #fff;

border-width:0 0 1px 0;

padding:0 0 0 10px;

}

#menuLeft a:hover,

#menuTop a.trigered{

background:#003399;

color:#fff;

}

/***************** SOUS MENU */

#container #menuLeft li a{

background:none;

border:none;

text-decoration:none;

font:bold 11px/20px Arial, Helvetica, sans-serif;

color:#fff;

display:block;

height:auto;

overflow:hidden;

padding:0 0 0 15px;

}

#container #menuLeft li a:hover{

text-decoration:underline;

color:#FFCC00;

}

/***************** CONTENU *****************/

#contenu{

float:left;

width:700px;

}

#diapo{

width:660px;

margin:0 auto;

}

/*---obligatoire pour le footer---*/

/*---mettre <div class="clearer" id="clearFooter"></div>--*/

/*---apres la div contenu---*/

.clearer{

clear:both;

}

#clearFooter{

height:30px;/*--- = à la hauteur du footer ---*/

}

/***************** FOOTER *****************/

#footer{

position:relative;

clear:both;

width:960px;

height:30px;

margin:-30px auto 0;

}

#footer #adresse{
	color:#003399;
	margin:0 20px 0 0;
}

#linkeo{
	position:absolute;
	left:0;
	top: -235px;
	width:300px;
	height:266px;
}
#linkeo img{
	/*float:left;*/
}
#liensfooter{
	position: absolute;
    top: 180px;
    width: 180px;
}
#footer #linkeo a.linkeo{
	text-decoration:none;
	font:9px Arial, Helvetica, sans-serif;
	color:#CCC;
}
#footer #linkeo a:hover.linkeo{
	text-decoration:none;
	color:#FFF;
}


