h3 {
	position:relative;
	background-color: transparent;
	background-image:   url("../images/interface/puce.gif");
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-left: 15px;
	color: #060;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#contenu {
	z-index:500;
	background-color: transparent;
	position:relative;
	left: 166px;
	top : 0px;
	width: 570px;
	margin-top:10px;
}
#contenu a {
	color:#060;
}
#contenu a:hover {
	color:#022902;
}
ul#sousmenu1 {
	top:45px;
}
ul#sousmenu2 {
	top:250px;
}ul#sousmenu3 {	top:380px;}
.encartcomplet {
	width:100%;
	background-color: #DCE09B;
	background-image: url("../images/interface/encart_01.gif");
	background-repeat:no-repeat;
	background-position: left top;
}
.arrondi2 {
	background-image: url("../images/interface/encart_02.gif");
	background-repeat:no-repeat;
	background-position: right top;
}
.arrondi3 {
	background-image: url("../images/interface/encart_03.gif");
	background-repeat:no-repeat;
	background-position: left bottom;
}
.arrondi4 {
	background-image: url("../images/interface/encart_04.gif");
	background-repeat:no-repeat;
	background-position: right bottom;
}
.encart {
	position:relative;
	top:0px;
	left:0px;
	padding: 10px;
}
.encart p {
	margin: 0 0 10px 0;
}
.bloc_gauche {
	width:55%;
	margin:18px 0 0 0;
}
.bloc_droit {
	background-color: transparent;
	position:absolute;
	left: 345px;
	top : 10px;
	width: 225px;
}
.vignetteencart {
	position:relative;
	float:left;
	top:4px;
	margin-right: 5px;
}
hr {
	clear:both;
	border:2px dashed #DCE09B;
	margin: 0 0 50px 0;
}
/*	-------------	Formulaire des news	 	------------- */
form.actualites {
	background-color : transparent;
	font-size: 12px;
	margin:0;
	padding:5px 0 0 0;
}

form.actualites label {
  display: inline;
  float: left;/**/
  width: 170px;
}
 
form.actualites input {
	width: 100px;
	background-color:#FFFFFF;
	font-size: 12px;
} 
 
form.actualites select {
	width: 175px;
	background-color:#FFFFFF;
	font-size: 12px;
} 


.form_bouton  {
	font-size: 12px;
	text-align:center;
	margin:0;
	padding:0;
	padding:7px 2px 2px 2px;
}
