/* CSS Document */
body{
	background-color:white;
	font-size:14px;
	font-family:Georgia,serif;
	font-weight:normal;
	
	margin:0;
	padding:0;
}
h1{
	padding-left:20px;
	color:#6c7516;
	font-size:24px;
	font-family:Georgia,serif;
	font-weight:normal;
	height:45px;
	line-height:45px;
	vertical-align:middle;
	margin:0;
}
a:link, a:visited{
	text-decoration:none;
	color:#004567;
}
a:hover{
	color:#0F0;
}

/*** Mise en page ****/
#page{
	/*
	min-height:1205px;
	_height:1205px;
	*/
	background-image:url("images/fond_droite.jpg");
	background-position:900px 0px;
	background-repeat:repeat-y;
	
	margin:0;
	padding:0;
}
#corps{
	margin-left:205px;
	width:691px;
	/*
	min-height:1205px;
	_height:1205px;
	*/
	
	margin-bottom:0;
	padding:0;
}
#header{
	width:691px;
	height:354px;
	background-image:url("images/en_tete.jpg");
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
#contenu{
	padding-right:10px;
	padding-left:10px;
	padding-top:20px;
	color:#6c7516;
	font-size:14px;
	font-family:Georgia,serif;
	font-weight:normal;
	margin:0;
	text-align: center;
}
.corps_sous_menu{
	width:677px;
	min-height:156px;
	_height:156px;
	background-image:url("images/corps3_4.jpg");
	background-repeat:no-repeat;
	border-bottom:2px #f4f3bd solid;
	border-left:2px #f4f3bd solid;
	border-right:2px #f4f3bd solid;	
}
#footer{
	clear:both;
	
	position:relative;
	bottom:0px;
	top:17px;
	
	
	margin-top:50px;
	margin-bottom:0;
	margin-left:-7px;
	padding-top:10px;
	width:702px;
	height:34px;
	vertical-align:middle;
	background-image:url("images/corps5.jpg");
	background-repeat:repeat-x;
	
	color:white;
	font-size:11px;
	font-family:Arial,serif;
	font-weight:bold;
	text-align:center;
}
/* Menu */
#menu{
	width:198px;
	height:1205px;
	background-image:url("images/menu.jpg");
	background-repeat:no-repeat;
	float:left;	
}

.liste{
	margin-top:190px;
	padding-right:10px;
	list-style-image:url("images/puce1.jpg");
	font-size:15px;
	font-family:Georgia,serif;
	color:#004567;
	font-weight:bold;
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6
{
padding-top:10px;
padding-left:10px;
margin-left:10px;
padding-bottom:0px;
font-size:10px;
font-family:Georgia,serif;
}

/* Newsletter */
.newsletter{
	margin-left:18px;
	width:158px;
	height:185px;
	background-image:url("images/newsletter.jpg");
	background-repeat:no-repeat;
	background-color:white;
	border:2px #f4f3bd solid;
	border-top:none;
}
a.couleur_speciale:link, a.couleur_speciale:visited, a.couleur_speciale:hover{
	text-decoration:none;
	color:#a2c000;
}
h3/*Il s'agit du titre de la newsletter*/
{
padding-top:5px;
color:#004567;
font-size:15px;
font-family:Georgia,serif;
font-weight:bold;
}
.parag_newsletter
{
padding-left:5px;
font-size:11px;
font-family:Georgia,serif;
font-weight:bold;
color:#004567;
}
form
{
padding-left:5px;
}

/*** form contact ***/
#foinscr label{
	display:block;
	margin-top:5px;
}

