/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/background_centre.gif) center repeat-y #d9cec1;
	font-size: 70%;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
}
a {
	text-decoration: none;
	font-weight:bold;
	color:#006ab3;
	border:0;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size:1.2em;
	color:#000;
	margin:0 0 15px 0;
	line-height: 1.3em;
	text-align:justify;
}

h2 {
	font-size: 1.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #528eb0;
	font-weight: bold;
	margin:0 0 10px 0;
	text-transform: uppercase;
}
h3 {
	color:#006ab3;
	font-size: 1.3em;
	font-weight:bold;
	margin:0px 0 5px 0;
}
h4 {
	font-size: 1.7em;
	font-weight:bold;
	margin:25px 0 5px 0;
}
h5 {
	font-size: 1.7em;
	font-weight:bold;
	margin:25px 0 -5px 0;
}
.note {
	font-size:1.0em;
}

#centre {
	margin: 0 auto;
	position:relative;
	width: 840px;
}
#entete {
	text-align: center;
	height:200px;
	padding:10px 0 25px 0;
	font-size: 1.2em;
}
#photo {
	left: 45px;
	top: 298px;
	padding-bottom:30px;
	position:absolute;
}
#photo p {
	font-size: 1.0em;
	padding: 15px 0 0 0;
}
#contenu {
	background-color: #d9cec1;
	float:left;
	margin:30px 30px 30px 430px;
	padding:30px 30px 20px 30px;
	width:305px;
}
#footer {
	background-color:#acc053;
	height:25px;
	margin:10px 10px 40px 10px;
	padding:8px 0 0 0;
}
#footer p {
	font-size: 1.2em;
	font-weight:bold;
	margin:0 35px 5px 0;
	text-align:right;
}
#footer a {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color:#006ab3;
	text-decoration:underline;
	font-weight: normal;
}

.wrapper {
	clear:both;
	padding:0;
	margin:0;
}

/*- Menu principal------------------------------------------------------ */

#menu {
	width: 785px;
	height: 30px;
	background-color:#d9cec1;
	border-bottom: 1px dotted #8ca929;
	border-top: 1px dotted #8ca929;
	margin-left:10px;
	padding-left:35px;
	text-align:center;
      }
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	display: block;
      }
#menu li {
	float: left;
   	   }
#menu .accueil {
	height: 30px;
	width: 94px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat left top;
   	   }
#menu .accueil2 {
	height: 30px;
	width: 94px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat left -30px;
	   	   }
#menu .apropos {
	height: 30px;
	width: 163px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -94px top;
   	   }
#menu .apropos2 {
	height: 30px;
	width: 163px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -94px -30px;
	   	   }
#menu .services {
	height: 30px;
	width: 136px;
	margin:0 15px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -257px top;
   	   }
#menu .services2 {
	height: 30px;
	width: 136px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -257px -30px;
	   	   }
#menu .tarifs {
	height: 30px;
	width: 118px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -393px top;
   	   }
#menu .tarifs2 {
	height: 30px;
	width: 118px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -393px -30px;
	   	   }
#menu .photos {
	height: 30px;
	width: 86px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -511px top;
   	   }
#menu .photos2 {
	height: 30px;
	width: 86px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -511px -30px;
	   	   }
#menu .contact {
	height: 30px;
	width: 100px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -597px top;
   	   }
#menu .contact2 {
	height: 30px;
	width: 100px;
	margin:0 12px;
	padding:0;
	background: url(images/boutons.gif) no-repeat -597px -30px;
	   	   }
#menu a:hover.mission {
	background-position: left -60px;			
	}
#menu a:hover.apropos {
	background-position: -94px -60px;			
	}
#menu a:hover.services {
	background-position: -257px -60px;			
	}
#menu a:hover.tarifs {
	background-position: -393px -60px;			
	}
#menu a:hover.photos {
	background-position: -511px -60px;			
	}
#menu a:hover.contact {
	background-position: -597px -60px;			
	}
#menu li a {
	line-height: 30px;
	display: block;
	overflow:hidden;
   }

