/* ----- CONTENT --------------------------------------------------------------------------- */

h1 {
	margin: 0px 10px 10px 10px;
	font-size: 20px;
	color: #726860;
	font-weight:normal;
}

h2 {
	margin: 5px 10px 5px 10px;
	padding-top:10px;
	font-size: 11px;
	color: #1B74B2;
}

h3 {
	margin: 15px 10px 5px 10px;
	font-size: 11px;
	color: #666666;
}

p {
	margin: 0px 10px 20px 10px;
	color:;
}

ul, ol {
	margin: 0px 10px 20px 30px;
	list-style-image:url(../img/construct/fleche_lien_actu.jpg);
}

li {
	margin: 5px;
}

a:link, a:visited {
	text-decoration: none;
	/*color: #C6B298;*/
	/*color: #9C8C7D;*/
	/*color: #7C534E;*/
	color: #1B74B2;
	font-weight:bold;
}

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

/* ----- STRUCTURE -------------------------------------------------------------------------------- */
#left{
	float:left;
	width:250px;
	-width:246px;
}


#right{
	float:left;
	width: 510px;
	/*background-color:red;*/
	padding:0 0px 0 15px;
	color:#80746B;
	border-left:1px dashed #aca29a;
	margin:0;
	
}
#right_contenu{
	width: 500px;
	/*background-color:red;*/
	background-image:url(../img/construct/back_centre.jpg);
	background-repeat:repeat-x;
	min-height:370px; 
	margin:0;
	padding:0;
}
/* ----- FOOT -------------------------------------------------------------------------------- */
#hr_foot{
	background-image:url(../img/construct/hr_foot2.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	width:776px;
	height:9px;
	padding:0;
	margin:0 auto;
}
#foot{
	color:#80746B;
	width:784px;
	margin:0;
	padding:0;
}
#foot_left{
	float:left;
	width:250px;
	-width:246px;
	/*background-color:red;*/
	
}
#foot_right{
	float:left;
	width:510px;
	/*background-color:blue;*/
	border-left:1px dashed #b6afa9;
	padding:0  0 0 15px;
	
}

#menufoot{
	margin:30px 5px 5px 5px;
	text-align:center;
	font-size:9px;
	color:#b6afa9;
	border-top:2px solid #D0C7C0;
	padding:2px 5px 0 5px;
	
}
#menufoot a{
color:#b6afa9;
font-weight:normal;

}
#menufoot a:hover{
color: #AD6705;
font-weight:normal;

}

#right_actu{
	width: 500px;
	/*background-color:red;*/
	background-image:url(../img/construct/back_centre.jpg);
	background-repeat:repeat-x;
	
}
/* ----- ACTU -------------------------------------------------------------------------------- */

.news_menu{
	margin: 5px 10px 5px 0px;
	padding-top:10px;
	font-size: 11px;
	color: #AD6705;
}

#right_actu .news_menu {
color: #1B74B2;
}
#right_actu .news_menu2 {
color: #80746B;
font-weight:normal;
}
#right_actu a:hover.news_menu2 {
	color:#AD6705;
}
.box_actu{
	width:485px;
	/*height:202px;*/
	background-image:url(../img/construct/box_actualite.jpg);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:5px 0 0 0;
}
.box_article{
	width:485px;
	height:102px;
	background-image:url(../img/construct/box_article2.jpg);
	background-repeat:no-repeat;
	margin:0 9px;
}

.box_article1{
	width:485px;
	height:102px;
	background-image:url(../img/construct/box_article.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
#right_contenu_actu{
	width: 500px;
	/*height:350px;*/
	/*background-color:red;*/
	/*background-image:url(../img/construct/back_centre.jpg);
	background-repeat:repeat-x;*/
	min-height:370px;
	margin:0;
	padding:0;
}
#right_contenu_actu a.titre_actu {
	color: #1B74B2;
	
}
#right_contenu_actu a.txt_actu {
	color: #80746B;
	font-weight:normal;
	font-size:11px;
}
#right_contenu_actu a:hover.txt_actu {
	color: #AD6705;
}

.liens_articles{
	
}
.liens_articles a{
	color:#1B74B2;
}
.liens_articles a:hover{
color:#F8B323;
}

#bloc_contact{
	width:220px;
	margin:30px auto 0 auto; 
	-margin:30px 0 0 150px;
	border:1px solid #D0C7C0; 
	padding:10px;
}
/* ----- FORM -------------------------------------------------------------------------------- */

fieldset {
	display: block;
	width: 450px;
	margin: 0px auto 15px auto;
	border: 0px;
	text-align: left;
}

fieldset legend {
	display: none;
}

label {
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #595959;
	font-size: 11px;
}

input, select {
	width: 215px;
}

textarea {
	width: 400px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}



