/* 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: #515151;
}
body{
font-size:62.5%;
background:#515151 url(../images/charte/bg-page-x.gif) repeat-x scroll center top;
}
#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:990px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y scroll left top;

}
#container2{
width:990px;
min-height:540px;
height:auto !important;
height:335px;
margin:0 auto;
background:url(../images/charte/bg-contenu.jpg) no-repeat scroll left top;
}
/*---------------------------HEADER------------------------------*/
#header{
float:left;
width:990px;
height:209px;
}
/*---------------------------FIN HEADER------------------------------*/
#collLeft{
float:left;
width:227px;
min-height:305px;
height:auto !important;
height:305px;
margin:0 0 0px 0;
background:url(../images/charte/bg-contenu.jpg) no-repeat scroll left top;
}
#contenu{
float:left;
position:relative;
width:763px;
min-height:280px;
height:auto !important;
height:335px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:1.3em;
color: #ffb82c;
margin-top:0;
margin:0 0px 30px 0;
background:url(../images/charte/bg-contenu.jpg) no-repeat scroll right top;

}
#contenu p{
	padding-top:10px;
	text-align:center;
}
.h1{
	font-weight:bold;
	font-size:20px;
	color:#FFFF00;
}


/*---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;
}
/***************** MENU ********************/
dl, dt, dd, ul, li {

}
#menu {
width: 179px;
margin:60px 0 0 20px;
}
#menu dt {
cursor: pointer;
height: 29px;
line-height: 29px;
text-align:left;
display:block;
} 
#menu ul{
	
	margin:0 0 0 10px;
	list-style-position: outside;
}
#menu li {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
list-style:none;
text-align:left;
margin:5px 0;

}
#menu li a {
font-weight:bold;
color: #000;
text-decoration: none;
height: 100%;

}
#menu li a:hover {
color:#FF0000;
text-decoration: underline;

}
.alignementdroite{
	float:right;
}
/***************** FOOTER *****************/
#footer{
position:relative;
width:100%;
height:25px;
margin:-25px 0 0 0;
text-align:center;
clear:both;
background:url(../images/charte/bg-footer.gif) repeat-x top left
}

/**PHOTOS****/
.photo_right {
	padding-left:15px;
	padding-right:15px; 
	float:right;
	margin-bottom:5px;
	margin-top:10px;
}

.photo_left {
	padding-right:15px;
	padding-left:15px; 
	float:left;
	margin-top:10px;
	margin-bottom:5px;
}

/*****************************************************/
/*
/* 		FORMULAIRES
/*
/*****************************************************/

.inputForm{
	border:1px solid #FF9933;
	background-color:#FFC337;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.inputFormOver{
	border:1px solid #FFC337;
	background-color:#FF0000;
	width:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.button{
	border:1px solid #FFC337;
	background-color:#6B6C6B;
	width:65px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor:pointer;
}

.buttonOver{
	border:1px solid #F4F3F4;
	background-color:#000000;
	width:65px;
	color:#FFFF00;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor:pointer;
}
.text1{
		font:13px Verdana, Arial, Helvetica, sans-serif;
		}