/* 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:#ec1c24;
}

body{
	background:#112f81;
	font: 70% Arial, Helvetica, sans-serif;
	background:#ec1c24;
}

#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 scroll left top;
}

#header{
	width:1003px;
	height:174px;
	background-image:url(../images/charte/header.jpg);
}




/***************** MENU TOP ********************/

#menu-haut{
height:39px;

}
#menuT {
position:absolute;
z-index:89;
}
#menuT dl {
float:left;
display:block;
}
#menuT dt {
cursor: pointer;
line-height:39px;
height:39px;
float:left;
}
#menuT dt a {
text-decoration: none;
display:block;
height:39px;
background:no-repeat scroll left top;
}
#menuT dt a span {
display:none;
}
#menuT dt.accueil a{
	width:124px;
	background-image:url(../images/charte/accueil.jpg);
}
#menuT dt.accueil a:hover{
	background-image:url(../images/charte/accueil-on.jpg);
}

#menuT dt.programme a{
	width:116px;
	background-image:url(../images/charte/programme.jpg);
}
#menuT dt.programme a:hover{
	background-image:url(../images/charte/programme-on.jpg);
}

#menuT dt.sectionregards a{
	width:117px;
	background-image:url(../images/charte/sections-regards.jpg);
}
#menuT dt.sectionregards a:hover{
	background-image:url(../images/charte/sections-regards-on.jpg);
}

#menuT dt.off a{
	width:115px;
	background-image:url(../images/charte/off.jpg);
}
#menuT dt.off a:hover{
	background-image:url(../images/charte/off-on.jpg);
}
#menuT dt.album a{
	width:115px;
	background-image:url(../images/charte/album.jpg);
}
#menuT dt.album a:hover{
	background-image:url(../images/charte/album-on.jpg);
}

#menuT dt.salsa a{
	width:117px;
	background-image:url(../images/charte/salsa.jpg);
}
#menuT dt.salsa a:hover{
	background-image:url(../images/charte/salsa-on.jpg);
}

#menuT dt.scolaires a{ 
	width:117px;
	background-image:url(../images/charte/scolaires.jpg);
}
#menuT dt.scolaires a:hover{
	background-image:url(../images/charte/scolaires-on.jpg);
}

#menuT dt.equipe a{
	width:93px;
	background-image:url(../images/charte/equipe.jpg);
}
#menuT dt.equipe a:hover{
	background-image:url(../images/charte/equipe-on.jpg);
}
#menuT dt.partenaires a{
	width:89px;
	background-image:url(../images/charte/partenaires.jpg);
}
#menuT dt.partenaires a:hover{
	background-image:url(../images/charte/partenaires-on.jpg);
}

dl, dt, dd {
margin: 0;
padding: 0;
}
ul{
position:absolute;
width:140px;
padding:0;
top:39px;
left:345px;
background:#d4151c;
}
#smenu2{
position:absolute;
width:140px;
padding:0;
top:0px;
left:115px;
background:#d4151c;
}

#smenu3{
position:absolute;
width:140px;
padding:0;
top:0px;
left:230px;
background:#d4151c;
}

#menuT li {
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.7em;
text-align: left;
border-bottom: 1px solid #fff;
text-indent:5px;
}
#menuT dd {
display: none;
}
#menuT li a:link, #menuT li a:visited{
color:#fff;
text-decoration:none;
display:block;
}
#menuT li a:hover{
color: #dfa056;
text-decoration: none;
height: 100%;
display:block;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
display:block;
}

/*-----------------------------Fin Menu----------------------------------------------*/

#contenu{
	position:relative;
	width:963px;
	min-height:250px;
	height:auto !important;
	height:250px;
	background:url(../images/charte/bg-contenu.jpg) no-repeat scroll center top;
	padding:0 20px 56px 20px;
	font-size:1em;
	line-height:1.3em;
	text-align:justify;
	color: #980d12;
}

#contenu p{
	font-size:1em;
	line-height:1.3em;
	text-align:justify;
	color: #980d12;
}
#contenu a, #contenu a:hover, #contenu a:active, #contenu a:link{
	color: #333;
	text-decoration:underline;
}
#contenu a:hover{
	color: #999999;
	text-decoration:none;
}



/*---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;
	width:100%;
	height:56px;
	margin:-56px auto 0 auto;
	clear:both;
	background:url(../images/charte/bg-footer-x.gif) repeat-x top right;
}
#footer2{
	width:1003px;
	height:16px;
	margin:0 auto 0 auto;
	background:url(../images/charte/bg-footer.jpg) no-repeat top right;
	color:#ec1c24;
	padding:30px 0 0 0;
	text-align:center;
}


#footer2 a:link,#footer2 a:visited{
	text-decoration:none;
	color:#ec1c24;
}
#footer2 a:hover{
	text-decoration:underline;
	color:#47d8fc6;
}

.adresse{
	color:#000;
}
