@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	margin:0;
	padding:0;
	font: normal 0.6em Arial, Helvetica, sans-serif;
	}

#contenu{
	margin:auto;
	padding:0;
	width:780px;
	height:620px;
}


/*----------------- Header ----------------- */

#header{
	margin:0;
	padding:0;
	height:125px;
	width:780px;
	position:relative;
	border-bottom:3px solid #f5f5f5;
	}

	#header .logoAR{
		margin-top: 13px;
		padding:0;
		border:none;}

	#header h1 {
		margin:0;
		padding:0;
		position:absolute;
		top:45px;
		right: 14px;
		}


/*----------------- Footer ----------------- */

#footer{
	margin:0;
	padding:0;
	width:780px;
	height:25px;
	position:relative;
	}

	#footer .titrebas{
		height:25px;
		padding-left:110px;
		background-color:#e1e1e1;
		border-top: 1px solid #c8c8c8;
		border-bottom: 1px solid #c8c8c8;
		color:#969696;
		font: normal 1.1em/2.2em Arial, Helvetica, sans-serif;
	}

	#footer a:link.detail, #footer a:visited.detail{
	display:block;
	width:97px;
	margin-top: -20px;
	margin-left: 350px;
	background: #e1e1e1 url(Images/charte/bouton_detail.gif) left top no-repeat ;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	line-height:1.2em;
	}

	#footer a:hover.detail {
	color:#981d20;
	}

	#footer .url{
	position:absolute;
	right:8px;
	top: 6px;
	}

#menuEntier{
	margin:0;
	padding:0;
	border:0;
	position: absolute;
	bottom:0px;
	list-style:none;

	}

#menuEntier li a.sommaire{
	margin:0;
	padding:0;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	width:96px;
        background: url(Images/fond_menu_blanc.png) repeat;
	}

#menuEntier li a:link, #menuEntier li a:visited {
	display: block;
	height: 25px;
	background: #eee;
	font-weight:bold;
	color:#981d20;
	font-size:1em;
	text-align: center;
	line-height:2.3em;
 	text-decoration: none;
 	position:relative;
	}

#menuDeroulant{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	display: none;
	border-bottom: 1px solid #c8c8c8;
	background-color:#fff;
	}


#menuDeroulant li{
	margin:0;
	padding:0;
	border:0;
	width:160px;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited {
	margin: 0;
	display: block;
	height: 24px;
	font:normal 1em/2.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	color: #000;
	border-top:1px dotted #000000;
 	text-decoration: none;
	background: url(Images/fond_menu_blanc.png) repeat;
	}

#menuDeroulant li a:hover {
 	background: url(Images/fond_menu.png) repeat;
}


#menuDeroulant .sousMenu{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	display: none;
	background-color: white;
	position: absolute;
	left: 160px;

}



#SM1 {
  bottom: 101px;
}

#SM2 {
  bottom: 101px;
}

#SM3 {
  bottom: 76px;
}

/*	*/


#diapo{
	margin-top:4px;
	text-align:center;
}
#diapo img{
	border:none;
	margin-right:2px;
	}


/* ----------------- milieu ----------------- */
#milieu{
	margin:0px;
	padding:0px;
	border:0;
	width:780px;
	height:600px;
	position:relative;
	background:url(Images/charte/cadrillage.gif) repeat;
	}

		.titrevertical{
			margin:0;
			padding:0;
			position:absolute;
			bottom:0px;
			right:6px
		}

#milieu .colonne {
	width:210px;
	float:left;
	padding-top:15px;
	padding-left: 20px;}

#milieu .colonne img {
	margin-bottom:7px;
	margin-left: 20px;
		}

#milieu h2{
	font: normal 1.6em Arial, Helvetica, sans-serif;
	color:#981d20;
	font-weight:bold;
	padding-bottom:10px;}

#milieu h3{
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color:#981d20;
	font-weight:bolder;
	padding-bottom:10px}

#milieu p{
	color:#686969;
	padding-bottom:8px;
	}

#milieu p em{
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#981d20;
	font-weight:bolder;
	}

#milieu .col2{
	margin-top:40px;}

