/*____________________________________________________________________*/
/*_________________________________=GENERAL_____________________________*/
/*____________________________________________________________________*/

.left{
	float:left;
	margin:0 7px 0 0;
}

.right{
	float:right;
	margin:0 7px;
}

.centrer{
	margin:0 auto;
	display:block;
	text-align:center;
}


#contenu img{

}

#contenu ul {
	list-style:none;
	list-style-image:url('../images/puce-li.gif');
	padding-left:35px;
	margin:10px 0;
}

#contenu ul li{
	padding:0 0 5px 10px;
}

#contenu p{
	color:#303030;
	padding:5px 0px 5px 0px;
	text-align:justify;
}
#contenu p.important{
	color:#f00;
	font-weight:bold;
}

#contenu a.plus{
	text-decoration:underline;
	color:#fff;
	background:url('../images/puce-plus.gif') top left no-repeat;
	padding:0 0 0 15px;
}
#contenu a.plus:hover,#contenu a.plus:focus{
	text-decoration:none;
	color:#c6c6c6;
}

#contenu h1{
	margin:0 0 10px 0;
}

#contenu h2{
	color:#a72535;
	font-weight:normal;
	font-size:20px;
	margin:10px 0;
	
}

/***************************** ACTUALITES ********************************/

#actus .spacer{
	border-bottom:1px #fff solid;
	margin:3px 0;
}
#actus p.date{
	font-weight:bold;
	font-style:italic;
}

h3{
	font-weight:bold;
	font-size:14px;
}


#actus p.allnews{
	text-align:right;
	padding:10px 0 0 0;
}

#liste_actu .spacer{
	border-bottom:1px #afbe0d solid;
	margin:3px 0;
}

.pagination{width:98%;padding:2px 0 5px 0;}
#contenu .pagination a{
	font-weight:normal;
	display:block;
	float:left;
	margin:0px 1px;
	color:#000;
	padding:1px 2px;
	background:#afbe0d;
	width:16px;
	height:18px;
	text-align:center;
	border:1px #000 solid;
	text-decoration:none;
}

#contenu  .pagination a:hover{
	border:1px #000 solid;
	background-color:#fff;
	
}	


span.pagination_actu{
	font-weight:bold;
	display:block;
	float:left;
	margin:0px 1px;
	color:#6c722e;
	padding:1px 2px;
	background:#fff;
	width:16px;
	height:18px;
	text-align:center;
	border:1px #000 solid;
}

/***************** FORMULAIRE ****************************/


/***********FORMULAIRE*******************************/

input,textarea,select{
	border:1px #000 solid;
	margin:1px 0px;
	padding:2px;
	background:#fff;
	font-size:13px;
}
input.submit{
	padding:1px;
	background:#a72535;
	color:#fff;
}

fieldset{
	padding:5px;
}


legend{
	display:none;
}

label{
	width:35%;
	float:left;
	padding:2px 0;
	display:block;
}

label.obligatoire{font-size:0.8em;display:block;float:left;width:35%;}


#form_contact br{
	clear:both;
}

#form_contact input,#form_contact textarea,#form_contact select{
	float:left;
	margin-right:10px;
} 

#form_contact label.error {
	background:url(../images/non.gif) no-repeat;
	width:20px;
	height:14px;
	float:left;
	padding:0;
	margin-top:3px;
}

#form_contact label.checked {
	background:url(../images/ok.gif) no-repeat;
	width:20px;
	height:14px;
	float:left;
	padding:0;
	margin-top:3px;
}

#form_newsletter input.input{
	width:200px;
}


