@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

.menu {
	color: #CC6600;
	text-align: center;
}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CC6600;
}
.contenu {
	background-image:url(../images/cpn_16_2.jpg);
	margin: 20;
	padding: 60px;
	background-color: #C6BAA2;
	background-repeat: repeat-y;

}

.contenuaccueil {
	background-image:url(../images/cpn_16.jpg);
	background-color: #C6BAA2;
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
h1 {
	font-size: 28px;
	color: #712518;
	font-weight: lighter;
	background-image: url(../images/title_background.jpg);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
}
h2 {
	font-size: 22px;
	color: #7A271F;
	font-weight: lighter;
}

