@charset "utf-8";
/* CSS Document */

html{
	font-size:100%;	
	font-family:Verdana, Geneva, sans-serif;
}

body{
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1.2;
	margin:0;
	padding:0;
	color:#000;
	background-color:#AD9C70;
	font-size:0.7em;
	min-width:960px;
}

h1, h2, #slogan{
	font-family:"Times New Roman", Times, serif;
}

h1{
	font-size:2.6em;
	padding:0;
	margin:5px 0 0 0;
	font-weight:normal;
}

h2{
	font-size:1.6em;
}

ul{
	padding:0;
	margin:5px 0 15px 0;	
}

li{
	padding:3px 0;
	margin:0 0 0 25px;	
}

a{
	text-decoration:none;	
	color:#4d0303;
	font-weight:normal;
}

a:hover{
	color: #9f0d0d;
}

p{
	margin:5px 0 15px 10px;
	padding:0 0 0 0;
}

div#haut{
	
	background-color:#EAE6DA;
	width: 100%;
}

div#haut div{
	height:40px;
	margin:0 auto;
	width:950px;
	position: relative;
}

div#haut h2{
	padding:15px 0 0 0;
	margin: 0;
	text-align: right;
	color:#4d0303;
	position: absolute;
	bottom: 3px;
	right:0;
}

div#haut h2 a{
	padding:0 5px;
}

div#haut h2 a:hover{
	padding-top:10px;
	background-image: url(../images/design/fleche.png);	
	background-repeat:no-repeat;
	background-position: top;
}

div#entete{
	border-top:2px solid #615B43;
	border-bottom:2px solid #615B43;
	width:100%;
	background-color:#4D0303;
}

div#enteteCentre{
	width:950px;
	height:188px;
	margin:0 auto;
	background-image:url(../images/design/bandeau.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
}

div#slogan{
	position:absolute;
	left:130px;
	top:155px;
	font-size:1.6em;
	color:#eae6da;
}

div#fleur{
	width:100%;
	background-color:#EAE6DA;
}

div#fleurCentre{
	width:950px;
	margin:0 auto;
	height:57px;
	background-image:url(../images/design/fleur.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#fleurCentre h1{
	padding:0;
	margin:0;
	line-height:57px;
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:3em;
}

form{
	padding-bottom:10px;	
}

form label{
	font-weight:bold;
}

input[type=submit]{
	margin-left:10px;
	width:100px;
	height:25px;
}

div#corpsAll{
	width:100%;
	background-color:#EAE6DA;
}

#corpsAll h2{
	color:#615B44;
	border-bottom: 1px solid #615B44;	
}

div#corpsRouge{
	float:left;
	width:100%;
	border-top:2px solid #615B43;
	border-bottom:2px solid #615B43;
	background-image:url(../images/design/degradeRouge.jpg);
	background-repeat:repeat-x;
	background-color:#3D0101;
	text-align:justify;
	margin:0;
	padding:5px 0;
}


div#corpsRouge h1{
	color:#eae6da;	
}

div#corpsRouge a{
	color:#EAE6DA;
	text-decoration:underline;
	font-weight:bold;
}

div#corpsRouge li{
	padding:0 0 15px 0;
}

div#corpsRougeContenu{
	width:950px;	
	margin:0 auto;
	color:#D48A8B;
	padding:0;
	position:relative;
}

div.barreVerticale{
	float:left;
	width:3px;
	height: 300px;
	background-image:url(../images/design/barreVerticale.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

div#corpsRougeGauche, div#corpsRougeCentre, div#corpsRougeDroite{
	float:left;
	padding:0 10px;
	margin:0;
	z-index:1;
}

div#corpsRougeGauche{
	width:452px;
	padding-right:20px;
}

div#corpsRougeCentre{
	width:216px;
	text-align:left;
	color:#eae6da;
}

#corpsRougeCentre h1{
	color:#eae6da;
}

div#corpsRougeDroite{
	width:216px;
	padding-right:0;
}

div#corpsBrun{
	clear:both;
	float:left;
	width:100%;
	background-color:#EAE6DA;
	margin:0;
	padding:10px 0;
}



#corpsBrun #corpsBrunDroite li{
	display:inline;
	float:left;
	width:44%;
	text-align: left;
}

#corpsBrun a{
	font-weight:bold;
}

#corpsBrun h1{
	color:#615B44;
	background:#EAE6DA url(../images/design/titre_background.jpg) top left repeat-y;;
	padding-left:5px;
}



div#corpsBrunContenu{
	width:950px;	
	margin:0 auto;
	text-align:justify;
	padding:0;
}

div#corpsBrunDroite{
	float:right;
	width:460px;
	padding:0;
	margin:0;
}

div#corpsBrunGauche{
	float:left;
	width:460px;
	padding:0 0 0 10px;
	margin:0;
}

div#corpsBrunGauche p{
	padding-right:10px;
}

div#corpsBrunGauche a{
	display:block;
	width:100%;
	text-align:right;
}

div#corpsBrun div.image{
	width:150px;
	height:130px;
	float:left;
	margin:0;
	padding:15px 0;
}

div.imageContenu{
	text-align:center;
	margin:0 auto;
	padding:0;
}

div#corpsBrun div.image img{
	border:5px double #4D0303;
	margin:0 auto;	
}

div#imageGrosse{
	padding: 10px 0;
	width:800px;
}

div#imageGrosse img{
	border:5px double #4D0303;	
}

div#imageGrosse p{
	text-align: left;
}

div#corpsBrunDroite p{
	padding-left: 10px;
}

div#corpsBrun span a{
	display:block;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding-bottom: 5px;
}

div#secGauche{
	width:48%;
	float:left;
}

div#secDroite{
	width:48%;
	float:right;
	background-color:#E0D9C6;
	padding:0 7px;
}

div#bas{
	clear:both;
	width:100%;
	height:82px;
	background-color:#EAE6DA;
	background-image:url(../images/design/degradeBas.jpg);
	background-repeat:repeat-x;
}

div#basContenu{
	width:650px;
	margin:0 auto;
}

div#basImage{
	float:left;
	margin-top:10px;
	width:176px;
	height:63px;
	background-image:url(../images/design/logoBas.jpg);
	background-repeat:no-repeat;
}

div#basTexte{
	float:left;
	width:474px;
	padding-top:20px;
	text-align:center;
}

div#basTexte p{
	padding:2px 0;
	margin:0;
	color:#635b42;
	font-size:0.9em;
	font-style:italic;
}

div#basTexte a{
	color:#352d16;
	text-decoration:underline;
}

div#basTexte a:hover{
	color: #8e0606;
}

div#erreur{
	background-color: #ef9c9c;
	color: #a90c00;
	padding-bottom: 10px;
}

#erreur h2{
	padding: 10px;
	color: #a90c00;
	border-bottom:1px solid #a90c00;
}

div.clear{
	clear:both;
	padding:0;
	margin:0;
}

img.accompagnement {
float:left;
border:1px solid #DED7C4;
padding:3px;
background:#FFF;
margin:0 10px 10px 0;
}

ul.documents {
margin:0 0 10px 20px;
padding:0 0 0 20px;
list-style-type:none;
text-align:left;
}