
/*structure de base*/

body {
	margin: 0px;
	background-image: url(../images/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#contenant {
	width: 650px;
	margin-top: 180px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top {
	width:650px;
	height:55px;
}

#menu {
	width:650px;
	height:35px;
}

#contenu {
	width: 650px;
	float: left;
	padding-bottom:15px;
}

#photo_left {
	width: 285px;
	float:left;
	padding-top:20px;
}

#texte {
	width: 365px;
	float: left;
	padding-top: 50px;
	padding-right: 0px;
}

#equipe-top {
	width: 650px;
	float:left;
}

#equipe {
	width: 325px;
	float:left;
}

#map {
	width: 363px;
	float: left;
	border: 1px solid #15646B;
}

#footer {
	width: 100%;
	height: 36px;
	background: #15646B repeat-x;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #77A22F;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer2 {
	width: 100%;
	height: 75px;
	background: #001F22 repeat-x;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #77A22F;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer-image {
	height: 75px;
	width: 650px;
	position: absolute;
	margin-left: -325px;
	left: 50%;
	background-image: url(../images/footer.jpg);
}

#footer-meta {
	width: 650px;
	height: 20px;
	float: left;
}

/* style font */

#footer-meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:link, a:visited {	
	text-decoration: none;
	color: #628725;
}

a:hover {
	text-decoration: none;
	color: #15646B;
}

a:active {
	text-decoration: none;
	color: #628725;
}



/* class */

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #15646B;
	line-height: 17.5px;
	text-align: justify;
}

.texte2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #628725;
	line-height: 17.5px;
	text-align: justify;
}

.texte3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001F22;
	line-height: 17.5px;
	text-align: justify;
}

.texte4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001F22;
	line-height: 17.5px;
	text-align: justify;
	font-weight: bold;
}

