/*
 DÉFINITION DES CONTENEURS
*/
body{
	text-align : center;
	background-color : #FFFFFF;
	margin : 0;
	padding :0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
}


#header{
	margin : 0;
	padding :0;
	text-align: center;
	border : none;
	height : 181px;
}

#header img.logo{
	float : right;
}
#conteneur{
	margin-left : auto;
	margin-right : auto;
	width : 1000px;
	text-align : left;
}


#menu_panel{
	background: url(../img/bg_menu.jpg) repeat-y;
	height : 37px;
}

#content{
	background : url(../img/bg_body.jpg) no-repeat;
	padding: 50px 60px 0px 60px ;
}

#footer{
	text-align : center;
	height:120px;
	background : url(../img/bg_footer.jpg);
	font-size : 0.75em;
	color : #DDDDDD;
	clear : both;
}

/*
	MENU
*/
ul#menu {
	padding : 0 0 0 0;
	margin :0 0 0 0;
	margin-left : 0px;
	text-align : center;
}

ul#menu li {
	list-style-type:none;
	display:inline;
	margin :0;
	float:left;
	width : 250px;
	height : 35px;
}

 ul#menu li a {
	padding: 9px 0 0 0;
	margin :1px 0 0 0;
	display:block;
/*	width : 250px;*/
	border: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	background-image: url(../images/onglet_menu.jpg);
	text-decoration:none;
}

ul#menu li a:link{
	color : white;
}

ul#menu li a:visited{
	color : white;
}

ul#menu li a#m1:hover, ul#menu li a#m1:active , ul#menu li a#m1.active {
	width : 250px;
	margin: 1px 0 0 0;
	background-image: url(../img/menu1_hover.jpg);
	color: #E23C32;
	height : 27px;
}

ul#menu li a#m2:hover, ul#menu li a#m2:active , ul#menu li a#m2.active {
	width : 250px;
	margin: 1px 0 0 0;
	background-image: url(../img/menu2_hover.jpg);
	color: #E23C32;
	height : 27px;
}

ul#menu li a#m3:hover, ul#menu li a#m3:active , ul#menu li a#m3.active {
	width : 250px;
	margin: 1px 0 0 0;
	background-image: url(../img/menu3_hover.jpg);
	color: #E23C32;
	height : 27px;
}

ul#menu li a#m4:hover, ul#menu li a#m4:active , ul#menu li a#m4.active {
	width : 250px;
	margin: 1px 0 0 0;
	background-image: url(../img/menu4_hover.jpg);
	color: #E23C32;
	height : 27px;
}

/*
	LIENS
*/
#footer a{
	color : white;
	font-weight : bold;
	text-decoration: underline;
}
#footer a:visited{
	color : white;
}

#footer a:hover{
	color : #E23C32;
	text-decoration:none;
}

a{
	color : #245098;
	text-decoration:underline;
	margin : 0;
	padding : 0;
}
a:visited{
	color : #607596;
}
a:active{
	color : #E23C32;
}
a:hover{
	color : #E23C32;
	text-decoration: none;
}

/*
	HELPERS
*/
.red{
color : #E23C32;
}
.blue{
color : #245098;
}
img.droite{
	float : right;
}
img.droite_form{
	float : right;
	margin : 0px 30px 0 0;
}
img.droite_carte{
	float : right;
	margin : 0px 370px 10px 0;
}
img.droite2{
	margin-top : 5px;
	clear : right;
	float : right;
}
img.droite3{
	margin-right : 5px;
	float : right;
}

.centre{
	text-align : center;
}

p.text{
	font-size : 1.3em;
	margin-left : 30px;
	margin-bottom: 5px;
	padding-bottom:0px;
	line-height : 1.5em;
}

.formbutton {
	margin-left : 490px;
}

/*
	BARRE DE TITRE
*/
.h1{
background : url(../img/h1.jpg) no-repeat;
height : 120px;
width : 750px;
padding-top :20px;
padding-left : 120px;
clear : both;

}

/* Elements de base*/
h1 {
	/*18px via YUI Fonts CSS foundation*/
	color :#245098;
	font-size:190.5%;  
}

h2 {
	color : #245098;
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin: 0 0 0 0;
	padding:1em 0 0 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath
	margin:1em;*/
}
ol,ul {
	/*bringing lists on to the page with breathing room */
	font-size : 1.3em;
	margin-left : 30px;
	margin-top : 0px;
	line-height : 0em;
}

ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}

ul li {
	/*giving UL's LIs generated disc markers
	list-style: disc outside;*/
	list-style-image : url(../img/puce.jpg);
	line-height : 1.3em;
	margin-left : 30px;
	font-size : .9em;
}

dl {
	color : black;
	/*giving UL's LIs generated numbers*/
	margin-left:30px;
	font-size:.8em;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-bottom:5px;
}


th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}

p,fieldset,table,pre {

}
/* setting a consistent width, 160px; 
   control of type=file still not possible
input[type=text],input[type=password],textarea{width:12.25em;} */
/* Formulaires */
label {
	width: 100px;
	display: block;
	padding-top : 2px;
	float: left;
}
form{
	color : white;
	font-size : 1.3em;
	background : url(../img/bg_form.jpg) repeat-y;
	margin-left : 30px;
	border : solid 1px #245098;
	clear : both;
	/*width : 634px;*/
}

img{
	border : none;
}

