@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
}

a {
margin: 0;
padding: 0;
}

body {
background: #1b380b;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

img {
display: block;
}

.spacer {
clear: both;
}

#conteneur {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
border: solid 1px #fff;
background: #2a5513;
width: 949px;
}

#conteneur .menu {
height: 30px;
line-height: 30px;
background: #96bbe1;
text-align: left;
padding-left: 10px;
color: #35641b;
font-weight: bold;
}

#conteneur .menu#accueil {
background: url(images/menu-accueil-chaffardon.jpg) no-repeat;
}

#conteneur .menu a {
color: #35641b;
font-weight: bold;
margin-right: 20px;
margin-left: 20px;
text-decoration: none;
}

#conteneur .menu a:hover {
color: #4e9726;
}

#conteneur .menu a.select {
color: #4e9726;
}

h1 {
	line-height: 25px;
	height: 25px;
	color: #fff;
	padding-left: 45px;
	font-size: 14px;
	text-align: left;
	background-color: #4e9726;
	background-image: url(images/fleche-chaffardon.gif);
	background-repeat: no-repeat;
	background-position: 30px center;
	font-weight: bold;
}

h2 {
font-size: 14px;
color: #fff;
font-weight: bold;
border-bottom: dotted 1px #fff;
margin-bottom: 10px;
}

#conteneur .contenu {
padding: 25px 0px 25px 25px;
text-align: left;
overflow: hidden;
}

#conteneur .contenu p {
	margin-bottom: 20px;
	width: 442px;
	color: #fff;
	margin-right: 20px;
}

#conteneur .contenu .gauche {
	width: 442px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#conteneur .contenu .gauche li {
list-style-position: inside;
color: #fff;
list-style-type: square;
}

#conteneur .contenu img {
	border: solid 1px #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline;
}

#conteneur .contenu a {
color: #fff;

}
#conteneur .footer {
background: #4e9726;
height: 10px;
clear: both;
}

#copyright {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 949px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	
}

.intro {
	display: block;
	text-align: left;
	color: #fff;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #70aa4f;
	padding: 0px;
	background-color: #377216;

}

.intro p {
margin-right: auto;
margin-left: auto;
width: 450px;

}

.intro td {
padding: 10px;
}

#conteneur .contenu .zoom {
width: 400px;
float: right;
margin-bottom: 20px;
text-align: center;
color: #fff;
margin-right: 50px;
}

#conteneur .contenu .zoom img {
margin: 0;
}
