@charset "utf-8";
body{
	background:#CDC282;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* CSS Document */
#bas{
	padding:50px 0 0 0;
	background-image:url(images/fond_arrondi.gif);
}


#header{
	height:153px;
	width:775px;
	margin:0 auto;
	background-image:url(images/bandeau.png)
}
#conteneur {
	width:759px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
} 
#sidebar {
	background:#FFF;
	position:absolute;
	width:263px;
	padding:0 15px 0 15px;
} 
#contenu {
	margin-left:300px;
	background:#FFF;
	padding-right: 15px;
	padding-bottom: 15px;
}

.texte-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #312006;
	text-align: justify;
}
.texte-vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9ACA3E;
	font-weight: bold;
	text-align: justify;
}
.texte-vert12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9ACA3E;
}
.texte-italique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #312006;
	text-align: justify;
	left: 10px;
}

.style_liste {
	padding-left: 20px;
}
img{
	margin-right: 5px;
}
.spacer {
  clear: both;
}
input {
	border-top-color: #312006;
	border-right-color: #C60;
	border-bottom-color: #C60;
	border-left-color: #312006;
}

