/* 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%;/*---obligatoire pour le footer---*/
scrollbar-base-color:#49090b;
}
body{
font: 70% Arial, Helvetica, sans-serif;
background:#000;
}
#container-accueil{ 
position: relative;/*---obligatoire pour le footer---*/
min-height:100%; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
height:100%;/*---obligatoire pour le footer:IE---*/
width:1003px;
margin:0 auto;
}
#anim-accueil{ 
width:1003px;
height:495px;
}
#container{ 
position: relative;/*---obligatoire pour le footer---*/
min-height:100%; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
height:100%;/*---obligatoire pour le footer:IE---*/
width:1003px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y left top;
}
#header{
	width:1003px;
	height:224px;
}

/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:775px;
height:29px;
padding:0 0 0 228px;
list-style-type: none;
background:url(../images/charte/bg-menu.jpg) no-repeat top left;
}
#menuTop li{
position:relative;
float:left;
}
#menuTop a{
text-decoration:none;
display: block;
height:29px;
line-height:29px;
overflow:hidden;
background:no-repeat scroll left top;
}
#menuTop a:hover,
#menuTop a.trigered{
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menuTop li a span{
display:none;
}
#menuTop li.encours a{background:no-repeat scroll left bottom;}
#menuTop li.bt1 a{background-image:url(../images/charte/bt-01.jpg);width:106px;}
#menuTop li.bt2 a{background-image:url(../images/charte/bt-02.jpg);width:101px;}
#menuTop li.bt3 a{background-image:url(../images/charte/bt-03.jpg);}
#menuTop li.bt4 a{background-image:url(../images/charte/bt-04.jpg);width:105px;}
#menuTop li.bt5 a{background-image:url(../images/charte/bt-05.jpg);width:103px;}
#menuTop li.bt6 a{background-image:url(../images/charte/bt-06.jpg);width:102px;}


#menuTop li.bt3 ul li a{background: #000;}
#menuTop li.bt3 ul li a:hover{background: #c82914;}

#contenu{
position:relative;
width:1003px;
min-height:495px;
height:auto !important;
height:495px;
font-size:1em;
line-height:1.9em;
text-align:justify;
color: #ffc261;
background:url(../images/charte/bg-contenu.jpg) no-repeat right top;
padding-bottom:40px;
}

/***************** SOUS MENU */
#menuTop li ul{
list-style:none;
position:absolute;
width:160px;
top:-6000px;
margin-top:-1px;
left:3px;
background: #00FF00;
}
#menuTop li li{
float:none;
background:#000;
}
#menuTop li li a{
background:#000;
width:auto;
position:relative;
height:20px;
font:11px/20px Arial, Helvetica, sans-serif;
text-transform:none;
color:#fff;
text-decoration:none;
padding-left:10px;
}
#menuTop li li a:hover{
background:#ff8598;
color:#FFF;
}

#collLeft{
float:left;
width:263px;
min-height:100px;
height:auto !important;
height:100px;
}
#logo{
	float:left;
	width:150px;
	height:200px;
}

#texte{
	float:left;
	width:580px;
	padding:50px 0 0 100px;
}

#texte p{
font-size:12px;
margin-bottom:20px;
line-height:20px;
}

#texte ul{
margin-left:20px;
}


#texte li{
font-size:12px;
list-style-image:url(../images/charte/puce.gif);}

#texte .liste {
margin-left:30px;}

#texte .liste li{
list-style-image:url(../images/charte/puce.gif);}



#colonne-vide-droite{
	float:right;
	width:100px;
	height:80px;
}
#colonne-vide-droite2{
	float:right;
	width:100px;
	height:40px;
}
/* STYLE CONTENU */

#texte h2{
font-size:1.3em;
font-weight:bold;
line-height:30px;
height:30px;
text-align:left;
color: #ffc261;
margin:10px 0px 5px 0;
}
#texte a:link, #texte a:visited{
	font-weight:bold;
text-decoration:underline;
color: #ffc261;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
color: #ffc261;
}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/***************** FOOTER *****************/
#footer{
position:relative;
height:40px;
margin:-40px auto 0 auto;
clear:both;
background-color:#661310;
}
#footer2{
width:993px;
height:30px;
margin:0 auto;
background:url(../images/charte/bg-footer.jpg) no-repeat top left;
padding:10px 0 0 10px;
}

#logo-image{
	float:left;
	height:20px;
	width:120px;

}
#logo-texte{
	float:left;
	height:8px;
	width:280px;
	color:#edb05d;
	font-size:10px;
	padding:5px 0 0 10px;

}
#logo-texte a:link,#logo-texte a:visited{
	color:#673606;
	text-decoration:none;
	color:#edb05d;

}
#logo-texte a:hover{
	color:#673606;
	text-decoration:underline;
	color:#edb05d;

}
#footer2-adresse{
float:right;
width:530px;
height:20px;
color:#fff;
text-align:right;
padding:5px 10px 0 0;
font-size:1em;
}
#footer2-adresse a:link,#footer2-adresse a:visited{
color:#fff;
text-decoration:none;
}
#footer2-adresse a:hover{
color:#fff;
text-decoration:underline;
}


