li{
	list-style-position:inside;
	}

h1 , p{
	margin:0;
	padding: 1em;
}
h1 {
	color:#1D2943;
}
h2 {
	text-decoration: underline;
	font-weight: bold;
}
img {
	border-style:none;
}

a {
	text-decoration:none;
	color:#1D2943 ;
	}

body{
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	background: url(./fond.png) #203256 center center;
	background-position: center top;
	margin: 0; padding: 0;
	color:#1D2943;
	position : relative;
}

.haut_page {
	margin-top:20px;
	text-align: center;

}

.haut_page a{
	color:blue;
	font-weight: bold;
	font-style:  italic;
}
.separation{
	clear: both;
}

/* Mise en place du logo et décalage du texte pour qu'il ne soit pas visible mais lisible par les navigateurs non graphiques*/
#titre{ 
	height: 150px ;
	width:100%;
	margin: 0;
	padding: 0;
	background: url(./header.jpg) repeat-x left;

}

#titre h1{
	width:980px;
	height:150px;
	margin: 0 auto ;
	padding: 0;
	background: url(./logo.png) no-repeat;
	font-size: 2em;
	color: #F4E9D5;
	text-indent:-5000px;
}

/* centrage de la page*/
#conteneur{
	position: relative;
	width:980px;
	margin: 0 auto ;
	padding: 0;
	text-align:left;
	top:-23px;
}

#citation li {
	display: inline;
}

/*/////////////////////////////////////////////////
 le menu contient aussi le haut du dessin principal
 ////////////////////////////////////////////////*/
.menu {
	width:980px;
	height:80px;
	background: url(./menu.png) top left no-repeat ;
	margin: 0;
	padding: 0 50px 0 50px;
}


.menu ul li{

	margin-top:10px;
	list-style: none;
	float:left;
}

.menu ul li a{
	margin: 0; padding: 0;
	height:70px;
	width:160px;
	font-size: 1.2em;
	text-decoration:none;
	color:#F4E9D5;
	text-align:center;
	display: block;
	background: url(./bouton.jpg) no-repeat left top;
	line-height: 70px;

}

.menu ul li.active a{
	background-position: left bottom;

}

.menu ul li a:hover{
	background-position: left bottom;
}

/*//////////////////////////////////////////
///////////le contenu principal/////////////
////////////////////////////////////////////*/
#center{
	background: url(./cadre.png) repeat-y left top ;
	padding: 0 50px 0 50px;
	position:relative;
}

#center ul {
	margin-top: 0;

}

#center p{
	padding-bottom: 5px;
	text-align: justify;
}

#erreur {
	color:red;
	padding:50px 0 50px 0;
}
#erreur form{
	padding:50px 0 50px 0;
}

#marc{
	float: left;
	text-align:center;
}

#francis {
	float:right;
	text-align:center;
}
#rdv {
        background-color: #FFFFFF;
        height: 100%;
        margin:0; padding:0;
}
#rdv form{
	margin:0;
}
/*/////////////////////////////////////////
/////////////////le footer/////////////////
/////////////////////////////////////////*/
#footer {
	background: url(footer.png) top left no-repeat;
	width:980px;
	height:100px;
	margin: 0; padding:0;
	line-height:100px;
}

#footer h5{
		float: left;
		margin:0;
		padding:15px 0px 0 50px;
}
#footer p{
		float:right;
		margin:0;
		padding:15px 50px 0 0px;
		font-size:0.6em;
}
