@charset "utf-8";
/* CSS Document */
/*p{
	width:500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}*/
body {
	width:100%;
	margin:auto;
	font-size:12px;
	font-family: "verdana", Arial, Helvetica, sans-serif;
	background: #FC9;
	/*	background-image: url(images/fond.png);
*/	background-repeat:no-repeat;
	background-attachment:fixed;
}
#entete {
	width:100%;
	height:80px;
	float:left;
	background: #FFF;
	background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	position:fixed;
	z-index:100000;
	box-shadow: 0px 3px 1px rgba(0,0,0,0.5);
}
.banniere {
	width:1075px;
	height:78px;
	margin:auto;
}
.logo {
	width:75px;
	height:78px;
	margin:auto;
	float:left;
}
.navigation {
	width:900px;
	height:40px;
	background: #df6800;
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2), -1px 2px 2px rgba(255, 255, 255, 0.1) inset;
	float:right;
	border:0px;
	border:#FFF 1px solid;
	color:#006;
	margin-top:15px;
	border-radius:5px;
		background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}
 */.menu_denree {
 width:200px;
 height:auto;
 background: #df6800;
 box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.2), -1px 2px 2px rgba(255, 255, 255, 0.1) inset;
 float:left;
 border:#FFF 1px solid;
 color:#006;
 margin-top:10px;
 border-radius:5px;
}
.menu_denree ul {
	width:200px;
	color:#ffffff;
	float:left;
	height:auto;
	list-style:none;
	margin-top:2px;
	margin-right:0px;
}
.menu_denree li {
	display: block;
	list-style:none;
	height:45px;
	margin:0px;
}
.menu_denree a {
	width:200px;
	margin: 0 0 0 0;
	padding:10px 10px 10px 10px;
	color: #FFF;
	text-decoration:none;
	float: left;
	border-right:1px solid #fff;
}
.menu_denree li a:hover {
	background:#FFF;
	color: #C30;
	text-decoration:none;
	border-right:1px solid #cccccc;
}
/*.menu_denree ul li a.active {
	background:#FFF;
	color: #090;
	text-decoration:none;
	border-right:1px solid #cccccc;
}*/



.menuderoulant {
	width:195px;
	height:auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	float:left
}
.menuderoulant ul {
	width:195px;
	display: block;
	height:auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	float:left
}
.menuderoulant li {
	float:left;
	margin:0 auto;
	padding: 0;
	border: 0;
	width: 150px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
.menuderoulant li a {
	display:block;
	margin: 0;
	border: 0;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:30px;
	font-size:13px;
	text-decoration: none;
	background:#FCFCFC;
	text-shadow:0px;
	color:#390;
	width:155px;
	font-weight:bold;
}
.menuderoulant li a:hover {
	color:#fff;
	background-color: #3C3;
}
/*----------fin du menu déroulant----------------*/		

#page {
	width:1075px;
	height:auto;
	margin:auto;
	padding:4px;
}
#page_windows {
	width:590px;
	height:auto;
	margin:auto;
	padding:4px;
}
#cadre {
	width:1075px;
	height:auto;
	float:left;
	background:#fff;
	padding:4px;
	margin-top:78px;
	padding-top:10px;
}
#cadre_page {
	width:600px;
	height:auto;
}
#corps {
	width:1075px;
	height:auto;
	float:left;
}
#corps_page {
	width:600px;
	height:auto;
	float:left;
}
.corps_droit_page {
	width:600px;
	margin-left:5px;
	height:auto;
	float:left;
}
.corps_droit {
	width:850px;
	margin-left:5px;
	height:auto;
	float:left;
}
.slide {
	width:830px;
	margin-bottom:30px;
	/*background:none repeat scroll 0 0 #F0F0F0;
	border-bottom:1px solid #C4C4C5;*/
	height: 250px;
}
.recherche {
	font-size:14px;
	height:25px;
	width:330px;
	margin:auto
}
.contenu {
	width:620px;
	height:auto;
	float: right;
	margin-right:5px;
	font-size:13px;
	margin-bottom:30px;
}
.contenu_autre {
	width:800px;
	height:auto;
	float: right;
	margin-right:5px;
	font-size:12px;
}
#partenaire_pdp {
	width:620px;
	height:auto;
	color: #333;
	font-size:11px;
	float: right;
	margin-top:5px;
	margin:5px;
	margin-bottom:10px;
	border:1px solid #fff;
	background:#FFFFFF;
	line-height:18px;
}
/*.titre_bloc {
	background:#f4f4f4 url(images/top_homePost_bg.png) repeat-x bottom;
	padding-top: 6px;
	margin-bottom: 10px;
	height:30px;
	background:#FEFEFE;
}*/

.nom_hotel {
	width:265px;
	height:300px;
	margin-top:-3px;
	font-size:13px;
	line-height:19px;
	float: left;
	margin-left: 25px;
	margin-bottom: 15px;
}
#denree_dispo {
	width:600px;
	height:auto;
	color: #555;
	font-size:14px;
	float: right;
	margin-right:20px;
	margin-top:5px;
	margin:5px;
	border:1px solid #fff;
	margin-bottom:10px;
	background:#FFFFFF;/*border-bottom:1px solid #c4c4c5;	background:white url(images/homePost_bg.jpg) no-repeat bottom right;
*/
}
.titre_region {
	color: #F30;
	background-color: #FFF;
	width:550px;
	text-align:center;
	height:auto;
	margin-right:10px;
	margin-top:5px;
	padding:10px;
	border:1px #999999 solid;
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	font-size:13px;
}
.titre_bloc {
	background: #FEFEFE url(images/top_homePost_bg.png) repeat-x bottom;
	padding-top: 6px;
	margin-bottom:5px;
	height:auto;
	margin-left:10px;
	width:600px;
	padding-left:0px;
	float:left;
	border-bottom:1px solid #c4c4c5;
	background-color: #F7F7F7;/*	background: url(images/date_bg.png) 0 0 no-repeat;
*/
}
.decor_bloc {
	/*	background: url(images/date_bg.png) 0 0 no-repeat;
*/	width: 90%;
	margin-top: 0px;
	height: 25px;
	text-indent: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	margin-left: -5px;
	color: #930;
	font-weight:bold;
	text-align: left;
	padding-top: 5px;
}
.denree_bloc {
	width: 96%;
	margin-top: 0px;
	height: 25px;
	text-indent: 7px;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	margin-left: -5px;
	text-align: left;
	padding-top: 5px;
	color:#df6800;
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 0px;
}
.contenu_denree {
	width:123px;
	height:130px;
	margin-top:0px;
	padding:4px;
	margin-left:6px;
	border:1px solid #EFEFEF;
	margin-bottom:10px;
	float:left;
}
.contenu_denree_3 {
	width:auto;
	height:130px;
	margin-top:0px;
	padding:4px;
	margin-left:6px;
	border:1px solid #EFEFEF;
	margin-bottom:10px;
	float:left;
}

.texte_denree{
	width:auto;
	height:20px;
	margin-top:-5px;
	padding:4px;
	padding-top:6px;
	margin-left:4px;
	margin-bottom:5px;
	float:left;
/*	border:#CCCCCC 1px dotted;
*/}



.contenu_denree_1 {
	width:165px;
	height:auto;
	margin-top:0px;
	padding:5px;
	margin-left:6px;
	border:1px solid #EFEFEF;
	margin-bottom:10px;
	float:left;
}
.denree_contenu {
	width:98%;
	height:auto;
	margin-top:0px;
	float:left;
	padding:5px;
	font-size:12px;
}
h2 {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 0;
	margin-bottom: 3px;
	color: #993333;
	width:400px;
}
.denree {
	width:auto;
	height:auto;
	float: left;
	margin-right:0px;
	font-size:10px;
	padding: 5px;
	margin-top:5px;
	border:1px solid #CCC;
}
.imag-actu {
	width:auto;
	height:auto;
	float: left;
	margin-right:5px;
	font-size:10px;
	padding: 5px;
	margin-top:5px;
	border:1px solid #CCC;
}
.corps_gauche {
	width:200px;
	border:1px #fff solid;
	float: right;
	height:auto;
	margin-top:0px;
	padding:5px;
	background: #fcfcfc; /* Old browsers */
	border:#CCC 1px solid;
}
.add {
	width:200px;
	height:40px;
	background-image: url(images/h2_sidebar_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	margin-top:5px;
	text-shadow:0px -1px 0 #669514;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:7px;
	float:left;
	font-size:15px;
}
.add_gauche {
	width:200px;
	height:40px;
	background-image: url(images/h2_sidebar_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	margin-top:5px;
	text-shadow:0px -1px 0 #669514;
	font-family:Verdana, Geneva, sans-serif;
	padding-top:7px;
	float:left;
	font-size:12px;
}
form {
	padding:0px;
	width:auto;
}
form fieldset legend {
	margin:auto;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#555;
}
fieldset {
	padding:10px 5px 10px 5px;
	margin-bottom:10px;
	width:98%;
	margin:auto;
	margin-bottom:20px;
	background: #fcfcfc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	border:0px;
}
legend {
	color:#000;
	margin-top:10px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
.contenu_corps_droit {
	width:200px;
	height:auto;
	color: #000;
	font-size:22px;
	margin:auto;
	text-align:center;
	border-radius: 10px 10px 10px 10px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
}
.corps_droit_lien1 {
	width:200px;
	height:auto;
	float:left;
	color: #000;
	font-size:22px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	border: 1px solid #999;
	padding:2px;
}
.corps_droit_lien {
	width:200px;
	height:auto;
	line-height:18px;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	color: #fff;
	font-size:16px;
	text-align:center;
	border-radius:3px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	background: #666;
	border: 1px solid #dcdcdc;
	background: rgb(59,103,158); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(59,103,158,1)), color-stop(50%, rgba(43,136,217,1)), color-stop(51%, rgba(32,124,202,1)), color-stop(100%, rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	border: 1px solid #3079ed;
}
.corps_droit_lien a {
	text-decoration:none;
	color:#FFFFFF;
}
.corps_droit_lien:hover {
	background-image:-webkit-linear-gradient(top, #4d90fe, #4787ed);
}
#hotel_ville {
	width:600px;
	height:auto;
	color: #555;
	font-size:14px;
	float: right;
	margin-top:10px;
	margin:5px;
	margin-left:7px;
	padding-bottom:15px;
	border:1px solid #fff;
	background:#FFFFFF;
	border-bottom:1px solid #c4c4c5;/*	background:white url(images/homePost_bg.jpg) no-repeat bottom right;
*/
}
.produit {
	width:160px;
	height:auto;
	float: left;
	margin-left: 5px;
	padding: 5px;
	margin-bottom: 10px;
}
h3 {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 5px;
	line-height: 100%;
	min-height: 33px;
	margin-bottom: 3px;
	color: #F60;
	font-weight:normal;
	margin-bottom:-10px;
	margin-top:5px;
	letter-spacing: -1px;
	text-align:center;
}
h3 a {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 5px;
	line-height: 100%;
	min-height: 33px;
	margin-bottom: 3px;
	color: #39C;
	font-weight:normal;
	margin-bottom:-10px;
	margin-top:-10px;
	letter-spacing: -1px;
	text-decoration:none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-bottom: -3px;
	line-height: 100%;
	min-height: 33px;
	margin-bottom: 1px;
	color: #F60;
	font-weight:normal;
	margin-bottom:-10px;
	margin-top:5px;
	letter-spacing: -1px;
	text-align:center;
}
.image_service2 {
	width:125px;
	height:180px;
	float:left;
	margin-left:20px;
	padding-bottom:10px;
	padding:2px;
	margin-bottom:20px;
	transition:0.5s;
	border:1px solid #CCC;
	font-size:10px;
}
.image_service2:hover {
	width:125px;
	height:180px;
	float:left;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
	margin-left:20px;
	padding-bottom:10px;
	padding:2px;
	margin-bottom:20px;
	transition:0.5s
}
.image_service_travo {
	float:left;
	padding:1px;
	width:auto;
	border:1px solid #CCC;
	margin-left:1px;
}
.titre_service2 {
	width:100%;
	height:auto;
	color: #fff;
	margin-bottom:5px;
	text-decoration:none;
	background-color: #669934;
	float:left;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
.titre_service2 a {
	width:120px;
	height:auto;
	color: #F60;
	padding:5px;
	text-decoration:none;
	min-height:60px;
	margin:auto;
	text-align:center;
}
.titre_service2 a:hover {
	width:180px;
	height:auto;
	color: #066;
	padding:5px;
	min-height:60px;
	margin:auto;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}
.cadre_commercant {
	width:120px;
	height:160px;
	float:left;
	margin-left:15px;
	padding-bottom:10px;
	padding:2px;
	margin-bottom:30px;
	border:1px #EDEDED solid;
}
.cadre_commercant:hover {
	margin-left:15px;
	padding-bottom:10px;
	padding:2px;
	margin-bottom:30px;
	transition:0.5s
}
.image_commercant {
	float:left;
	padding:3px;
	width:auto;
	border:1px solid #CCC;
	margin-left:5px;
	font-size:11px;
}
.titre_commercant {
	width:100%;
	height:auto;
	color: #fff;
	margin-bottom:5px;
	text-decoration:none;
	background-color: #669934;
	float:left;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
}
.titre_commercant a {
	width:120px;
	height:auto;
	color: #F60;
	padding:5px;
	text-decoration:none;
	min-height:60px;
	margin:auto;
	text-align:center;
}
.titre_commercant a:hover {
	width:180px;
	height:auto;
	color: #066;
	padding:5px;
	min-height:60px;
	margin:auto;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}
.nom_commercant {
	width:100%;
	height:auto;
	color: #f60;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-size:11px;
	color: #df6800;
	font-weight:bold;
}
.titre_service3 {
	width:100%;
	height:auto;
	color: #df6800;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}
.titre_service3 a {
	width:120px;
	height:auto;
	padding:5px;
	text-decoration:none;
	min-height:60px;
	margin:auto;
	font-size:12px;
	text-align:center;
	color: #066;
}
.titre_service3 a:hover {
	width:120px;
	height:auto;
	color: #066;
	padding:5px;
	min-height:60px;
	margin:auto;
	text-align:center;
	text-decoration:underline
}
.contour_carte {
	width:500px;
	min-height:262px;
	float:none;
	margin-bottom:20px;
	margin-top:20px;
	border:1px solid #CCC;
	border-radius:10px;/*	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1)
*/
	margin: auto;
}
.image_contour {
	float:left;
	padding:3px;
	width:auto;
	border:1px solid #CCC;
	margin-left:10px;
	margin-top:10px
}
.contenu_carte {
	width:100%;
	height:180px;
	color: #fff;
	margin-bottom:5px;
	text-decoration:none;
	background-color: #fff;
	float:left;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-bottom:3px;
}
.texte_carte {
	width:100%;
	height:30px;
	color: #fff;
	margin-bottom:5px;
	text-decoration:none;
	background-color:#669934;
	float:left;
	font-size:19px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	border-radius: 10px 10px 0px 0px;
}
.texte2_carte {
	width:100%;
	height:30px;
	color: #fff;
	text-decoration:none;
	background-color: #669934;
	float:left;
	font-size:13px;
	text-align:center;
	padding-top:3px;
	border-radius: 0px 0px 10px 10px;
}
.info {
	width:310px;
	height:auto;
	color: #555;
	text-decoration:none;
	float: right;
	font-size:15px;
	padding:5px;
	margin-top:15px;
	text-align:left;
}
.info ul {
	height:30px;
	width: 295px;
	margin: 0px;
	padding: 0;
	border: 0;
}
.info ul li {
	height:30px;
	list-style:none;
	width: 295px;
	margin: 0px;
	padding: 0;
	border: 0;
}
.pub_gauche {
	height:auto;
	list-style:none;
	width: 200px;
	margin: 0px;
	padding: 5px;
	border:1px dotted #CCCCCC;
	float:left;
	margin-bottom:20px;
}
.chronique_contenu {
	height:auto;
	list-style:none;
	width:97%;
	margin: 0px;
	padding: 5px;
	font-size:11px;
	border-bottom:1px dotted #CCCCCC;
	float:left;
	line-height:18px;
}
.chronique_texte {
	height:auto;
	list-style:none;
	width:auto;
	margin: 0px;
	padding: 5px;
	float: left;
	margin-top:5px;
	font-size:12px;
	margin-bottom:5px;
	margin-left:10px;
}
.annonce_texte {
	height:auto;
	list-style:none;
	width:100%;
	margin: 0px;
	padding: 5px;
	float: right;
	margin-top:0px;
	font-size:13px;
}
.chronique_titre_1 {
	height:auto;
	width:100%;
	margin: 0px;
	margin-bottom:15px;
	padding: 5px;
	float: left;
	color:#F60;
	/*	letter-spacing:-0.5px;
*/	font-size: 17px;
	font-family: "Calibri Light";
	font-weight: bold;
}
.chronique_titre {
	height:auto;
	width:100%;
	margin: 0px;
	margin-bottom:5px;
	padding: 5px;
	float: left;
	color:#F60;
	/*	letter-spacing:-0.5px;
*/	font-size: 17px;
	font-family: "Calibri Light";
	font-weight: bold;
}
.chronique_lire {
	height:auto;
	list-style:none;
	width:30%;
	margin: 0px;
	padding: 5px;
	float: right;
	text-align:center;
	background-color: #df6800;
}
.nous_lire {
	height:auto;
	list-style:none;
	width:auto;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	float: right;
	text-align:center;
	background-color:#df6800;
	color:#FFFFFF;
	border-radius:5px;
	margin-top: 15px;
			background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}
.nous_lire a {
	color:#FFFFFF;
	text-decoration:none;
}
.lien_present_1 {
	height:auto;
	list-style:none;
	width:100%;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	padding-top:1px;
	float: right;
	text-align:center;
	color:#FFFFFF;
	border-radius:5px;
	margin-top: 15px;
}
.nous_lire_1 {
	height:auto;
	list-style:none;
	width:180px;
	margin-left:15px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:3px;
	float: left;
	text-align:center;
	color:#FFFFFF;
	border-radius:5px;
	margin-top: 10px;
	margin-bottom:15px;
	background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}
.nous_lire_1 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
}
.nous_lire_1:hover {
	background-image:-webkit-linear-gradient(top, #4d90fe, #4787ed);
}
.nous_lire_2 {
	height:auto;
	list-style:none;
	width:150px;
	margin-left:5px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:5px;
	padding-top:5px;
	float: left;
	text-align:center;
	color:#FFFFFF;
	border-radius:5px;
	margin-top: 15px;
	background: rgb(59,103,158); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(59,103,158,1)), color-stop(50%, rgba(43,136,217,1)), color-stop(51%, rgba(32,124,202,1)), color-stop(100%, rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
}
.nous_lire_2 a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size: 12px;
}
.nous_lire_2:hover {
	background-image:-webkit-linear-gradient(top, #4d90fe, #4787ed);
}
.nous_lire2 {
	height:auto;
	list-style:none;
	width:30%;
	margin: 0px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	padding-top:1px;
	float: right;
	text-align:center;
	background-color:#FFFFFF;
	color:black;
	border-radius:5px;
	margin-top: 15px;
}
.nous_lire2 a {
	color:black;
	text-decoration:none;
}
.nous_lire a:hover {
	text-decoration:underline
}
.chronique_lire a {
	height:auto;
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	float: right;
	text-align:center;
	text-decoration:none;
}
.chronique_lire a:hover {
	height:auto;
	list-style:none;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align:center;
	text-decoration:underline;
	transition:0.6s;
}
.input-width {
	width:400px;
	height:25px;
	color:#666666;
}
.input-width-msg {
	width:400px;
	height:120px;
	color:#666666;
}
.valid {
	width:100px;
	height:25px;
	border:solid 1px #CCC;
	color:#999;
	margin-right:20px;
}
.annonce_img {
	height:auto;
	list-style:none;
	width:100%;
	margin: 0px;
	padding: 5px;
	float: right;
	margin-top:5px;
	text-align:center;
}
.login {
	width:200px;
	height:auto;
	float: left;
	margin-left: 1px;
	padding: 5px;
	margin-bottom: 10px;
}
.login a {
	text-decoration:none;
}
/*input, textarea, select, option {
	height:20px;
}
*/
.rc-button {
	display: inline-block;
	min-width: 46px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	height: 36px;
	color:#FFFFFF;
	padding: 0 8px;
	line-height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2825b+0,e55b2b+50,f07146+100;Red+3D+%232 */
background: rgb(242,130,91); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,130,91,1)), color-stop(50%,rgba(229,91,43,1)), color-stop(100%,rgba(240,113,70,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 ); /* IE6-9 */
}
.rc-button1 {
	display: inline-block;
	width: 300px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	height: 25px;
	padding:2px;
	padding-top:-3px;
	line-height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
	background-image:-webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
	border: 1px solid #3079ed;
	color:#FFF;
	-o-transition: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.rc-button1 a {
	color:#FFFFFF;
}
/*sara*/
.sara {
	width:95%;
	text-align:justify;
	margin-bottom:10px;
	font-size:13px;
	height:auto;
}
.nous {
	width:95%;
	text-align:justify;
	margin-bottom:10px;
	font-size:12px;
	margin-left:10px;
}
marquee {
	text-align:justify;
	font-size:17px;
	padding:7px;
	background-color: #FAFAFA ;
	color: #F00;
	border:1px  #00CC00 solid;
}
.color_texte_th {
	color: #fff;
	background:#81b515;
	width:600px;
	height:20px;
	border-bottom:1px solid rgba(204, 204, 204, 0.4);
	padding:5px;
	float:left;
	padding-bottom:7px;
	padding-top:7px;
	margin-bottom:5px;
	text-shadow:0px -1px 0 #669514;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
}
.texte_mail_th {
	width:240px;
	padding-left:5px;
	float:left;
	margin-left:5px;
}
.nom_marche_th {
	width:120px;
	float:left;
	margin-left:20px;
}
.num_mail_th{
	width:100px;
	float: left;
	margin-left:20px;
}

.color_texte {
	width:600px;
	font-family:Verdana, Geneva, sans-serif;
	height:auto;
	min-height:auto;
	border-bottom:1px solid rgba(204, 204, 204, 0.4);
	padding:5px;
	color:#fff;
	font-weight: 500;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	color:#555;
}
.color_texte a {
	color: #fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.color_texte a:hover {
	color: #036;
	text-decoration: underline;
}
.color_texte:hover {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	height:auto;
	min-height:auto;
	padding-bottom:5px;
	padding-top:5px;
}
.texte_mail {
	padding-right:5px;
	width:240px;
	float: left;
	margin-right:5px;
	font-size:11px;
}
.nom_marche {
	width:100px;
	float:left;
	margin-left:20px;
	text-align:right;
	font-size:10px;
	margin-left:20px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
.nom_marche a {
	width:100px;
	float:left;
	margin-left:10px;
	background-color: #F1F1F1;
	padding:5px;
	text-decoration:none;
}
.num_mail {
	width:100px;
	float:left;
	color:#555;
	font-size:10px;
	margin-left:20px;
	font-weight:bold;
	text-align:right;
}
.num_mail a {
	width:40px;
	margin-left:20px;
	text-decoration: none;
	color: #C30;
	padding:5px;
	border-radius:3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.lien_detail{
	width: auto;
	float:left;
	padding:3px;
	color:#555;
	font-size:10px;
	margin-left:30px;
	font-weight:bold;
	text-align:right;
	border-radius:2px;
		background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}
.lien_detail a{
	color:#FFFFFF;
	text-decoration:none;
}
.lien_detail a:hover{
	color:#FFFFFF;
	text-decoration:none;
		background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

.lien_detail_1{
	width:40px;
	float: right;
	padding:3px;
	color:#555;
	font-size:10px;
	margin-left:10px;
	font-weight:bold;
	text-align: center;
	border-radius:2px;
}
.lien_detail_1 a{
	color:#090;
	text-decoration:none;
}
.lien_detail_1 a:hover{
	color: #090;
	text-decoration: underline;
}


.texte_mail3 {
	padding:5px;
	width:90px;
	float: left;
	margin-left:25px;
	text-align:center;
	margin-right:20px;
}
.texte_mail1 {
	padding:5px;
	width:90px;
	float: left;
	margin-left:25px;
	text-align:center;
}
.texte_mail a {
	color:#555;
	font-weight:bold;
	text-decoration:none;
	font-family: "verdana", Arial, Helvetica, sans-serif;
}
.texte_mail a:hover {
	color: #C30;
	font-weight:bold;
	text-decoration:none;
}
.supr_mail {
	width:20px;
	float: right;
	margin-right:20px;
}
strong {
	color: #F60;
	font-weight: bold;
}
#pied_page {
	width:100%;
	height:auto;
	padding-top:5px;
	float:left;
	background:#fcfcfc;
	margin-top:15px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	font-size:13px;
	background:#669934;
}
.pdp_encadre {
	width:1075px;
	margin:auto;
	color: #F60;
	padding:5px;
	margin-bottom:5px;
	height:230px;
}
.pdp_cadre {
	width:330px;
	float:left;
	margin-left:25px;
	color: #FFF;
	height:auto;
 background:;
	padding:10px;
}
.lien_connexion a {
	width:200px;
	color: #FFF;
	text-decoration:none;
	margin-bottom:10px;
}
.tablo_rech {
	width:250px;
	color: #666666;
	text-decoration:none;
	margin-bottom:10px;
	float:left;
	margin-left: 40px;
	font-size:12px;
}
#bloc_select {
	width:250px;
	color: #666666;
	text-decoration:none;
	margin-bottom:10px;
	margin-top:-8px;
	float:left;
	border:0px;
	margin-left: 40px;
	height:90px
}
input {
	height:25px;
	}
label {
	margin-top:1px;
	display:block;
	color: #555;
	font-family:Verdana, Geneva, sans-serif;
	padding:2px;
	font-size:12px;
	font-weight:bold
}
label.inline {
	display:inline;
	margin-right:70px;
	font-family:Verdana, Geneva, sans-serif;
}
.page {
	font-size:12px;
	float:left;
	width:100%;
	text-align:center;
	margin-top:30px;
}
.page a {
	font-size:12px;
	color: #930;
	float:left;
	text-decoration:underline;
	width:100%;
	text-align:center;
}
#menu {
	width:900px;
	margin-top:1px;
	z-index:10000;
	float: left;
	height:40px;
	margin-left:20px;
}
#menu a {
	display:block;
	color: #fff;
	text-decoration:none;
	padding:0px;
	text-align:center;
	font-size:15px;
	letter-spacing:0px;
	margin-top:3px;
	letter-spacing:-0, 5px;
}
#menu a:hover {
	color: #060;
}
#menu > li, #menu > li li {
	position: relative;
	display:inline-block;
	width:auto;
	font-size:13px;
	padding: 6px 18px;
	margin:0px;
	height:25px;
}
#menu > li li {
	background: transparent none;
	margin:0px;
}
#menu > li li a {
	color: #fff;
	padding-right:3px;
	padding-right:3px;
	border-bottom:1px #CCCCCC dotted;
}
#menu > li li a:hover {
	color: #FFF;
	padding-right:3px;
	padding-right:3px;
}
#menu > li:first-child {
	margin-left:-25px;
}
#menu > li + li {
	margin-left:-5px;
	margin-right:0px;
}
#menu > li:last-child {
	border-right:0;
	border-radius: 0 8px 8px 0;
	margin-left:-5px;
}
#menu > li:hover {
	border-bottom: 0px solid #333333;
}
#menu ul {
	position: absolute;
	z-index:10000;
	top: 3em;
	left:0;
	max-height:0em;
	margin:0;
	padding:0;
	background: rgba(114,170,0,1); /* Old browsers */
	overflow:hidden;
	transition: 1s max-height 0.3s;
	border-radius: 0 0 8px 8px;
}
/* ici on change la valeur de max-height au :hover */  
#menu > li:hover ul {
	/* need an adaptation, lower is better, but see it large    */  
    max-height:32em;
}
.contenu_gauche {
	width:600px;
	float: left;
	height:auto;
	margin-left:4px;
	padding:5px;
	line-height:18px;
	background:#FAFAFA;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	margin-bottom:10px;
}
.liste_photo {
	width:200px;
	float: right;
	height:400px;
	margin-left:4px;
	padding:5px;
	line-height:18px;
	background:#000;
}
.affiche_photo {
	width:380px;
	float: left;
	margin-left:0px;
	padding:5px;
	line-height:18px;
	background:#fff;
	height:400px;
}
/*.......................galerie photo ..........................*/


.prod_detail {
	width:650px;
	height:auto;
	float:left;
	border-radius:5px;
	margin-bottom: 15px;
	padding:5px;
	border-right: 1px #ccc dotted;
	border-left: 1px #ccc dotted;
}
.bock_voir_aussi {
	width:250px;
	height:auto;
	float: right;
	background: #393;
	border-radius:5px;
	margin-bottom:5px;
	margin-left:5px;
	font-size: 11px;
	border:1px solid #0C9;
}
.cadre_vente {
	width:620px;
	height:auto;
	margin:auto;
	float:left;
	background: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
}
.produit_theme {
	width:190px;
	height:auto;
	float:right;
	padding: 5px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:3px;
	background: #FFF;
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}
.produit_theme:hover {
	width:190px;
	height:auto;
}
.nosprix_theme {
	width:100px;
	height:auto;
	float: right;
	font-size:11px;
	padding:0px;
	margin-top:0px;
	display:block;
	text-decoration:none;
	margin-bottom:0px;
}
.nosprix_theme ul {
	width:100px;
	height:auto;
	float: right;
	color: #000;
	font-size:11px;
	padding-left:0px;
	margin-top:0px;
	display:block;
	text-decoration:none;
	text-align:left;
	margin-bottom: 3px;
	list-style:none;
}
.nosprix_theme li {
	width:100px;
	height:auto;
	float: right;
	color: #666;
	font-size:11px;
	margin-top:5px;
	display:block;
	text-decoration:none;
	text-align:left;
	margin-bottom:1px;
	list-style:none;
	border:1px solid #CCC;
}
.image_categorie {
	font-size:14px;
	color: #fff;
	width:auto;
	height:auto;
	float:left;
	text-align: center;
	padding: 5px;
	border-radius: 0px 5px 0px 5px;
	-moz-border-radius: 0px 5px 0px 5px;
	-webkit-border-radius: 0px 5px 0px 5px;
	margin-top: -2px;
	text-align:right;
	margin-bottom:0px;
	border:#ccc 1px solid;
	background:#FFFFFF;
}
.achat_produit_2 {
	width:160px;
	height:auto;
	border:1px solid #F2F2F2;
	background: rgba(255,255,255,0.7);
	float: left;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 5px;
	margin-top:15px;
	height:180px;
}
.achat_produit {
	width:100px;
	height:auto;
	border:1px solid #F2F2F2;
	background: rgba(255,255,255,0.7);
	float: left;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 5px;
	margin-top:15px;
	height:100px;
}
.titre_imag {
	background: rgba(255,255,255,0.7);
	float: left;
	padding: 5px;
	margin-bottom: 5px;
	margin-top:5px;
}
.nosprix a {
	width:290px;
	height:auto;
	float: left;
	margin-top:0px;
	display:block;
	text-decoration:none;
	text-align:left;
	margin-bottom: 10px;
	margin-left:0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left:3px;
	text-align:center;
	color: #2A3FAA;
	font-size:12px;
}
.nosprix ul a {
	color: #2A3FAA;
	font-size:12px;
	text-decoration:none;
}
.nosprix ul {
	width:200px;
	height:auto;
	float:left;
	color:#2A3FAA;
	font-size:12px;
	text-align:center;
	/*	padding:3px 10px 3px 10px;
*/	margin-top:5px;
	padding-left:0px;
	display:block;
	text-decoration:none;
	text-align:left;
	margin-bottom: 5px;
	list-style:none;
	bottom:-5px;
}
.block_archive {
	width:600px;
	height:25px;
	background-color: #F0F0F0;
	color:#000;
	float:left;
	margin-bottom:10px;
	margin-top:55px;
	margin-left:5px;
	border-radius:5px;
}
.archive {
	width:595px;
	height:15px;
	background-color: #F0F0F0;
	color:#FFF;
	margin:auto;
	margin-top:-10px;
}
.archive li {
	display:inline;
	padding:5px;
	color: #F60;
	margin-left:1px;
	font-size:13px;
	text-align:center;
}
/* .........................fin galèrie photo.............................*/
.texte_mail3 {
	padding:5px;
	color: #000;
	margin-left:1px;
	text-align:center;
}
.presen_partenaire {
	width:600px;
	height:auto;
	float: right;
	margin-right:5px;
	font-size:13px;
	margin-top:20px;
}
.coop_produit {
	width:100px;
	height:auto;
	border:1px solid #F2F2F2;
	background: rgba(255,255,255,0.7);
	float: left;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 5px;
	margin-top:15px;
	height:100px;
}
/*..............................fenêtre windows............................*/


 .block_photo {
	width:530px;
	height:auto;
	margin-left: 1px;
	padding: 5px;
	margin-bottom: 5px;
	margin-top:5px;
	height:100px;
}
.photo_part {
	width:75px;
	height:auto;
	border:1px solid #F2F2F2;
	background: rgba(255,255,255,0.7);
	float: left;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 5px;
}
.photo_coop {
	width:75px;
	height:auto;
	border:1px solid #F2F2F2;
	background: rgba(255,255,255,0.7);
	float: right;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 5px;
}
.block_contrat {
	width:540px;
	height:auto;
	border:1px solid #F2F2F2;
	background: #FFF;
	float: right;
	padding: 5px;
	border-radius:5px;
	background:#f3f3f3;
	background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc);
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F1F1F1));
	background: -moz-linear-gradient(top, #ffffff, #F1F1F1);
	background: -o-linear-gradient(top, #ffffff, #F1F1F1);
}
.contenu_page {
	width:550px;
	height:auto;
	border-radius:5px;
	margin-right:5px;
	float:left;
	font-size:12px;
	margin-bottom:30px;
	background:#FFFFFF;
	padding:5px;
}
.lien_retour {
	width:150px;
	height:auto;
	padding:5px;
	border-radius:5px;
	margin-right:5px;
	border:1px #999999 solid;
	font-size:11px;
	margin-bottom:30px;
 background:#FFFFFF border-radius:5px;
	background:#f3f3f3;
	background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc);
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F1F1F1));
	background: -moz-linear-gradient(top, #ffffff, #F1F1F1);
	background: -o-linear-gradient(top, #ffffff, #F1F1F1);
}
.lien_retour a {
	text-decoration:none;
	font-size:13px;
}
/*   nouveau bloc marché*/
#block_grd {
	width:135px;
	height:183px;
	float:left;
	margin-left:10px;
	color:#009999;
	margin-bottom:12px;
	background: #fff;
	padding:3px;
	margin-top:8px;
	border:1px #DBDBDB solid;
}
.block_logo {
	width:135px;
	height:80px;
	background:#CCC;
	float:left;
	margin-bottom:4px;
}
.block_nom {
	width:135px;
	height:20px;
	text-align:center;
	background: #093;
	float:left;
	padding-top:3px;
	padding-bottom:3px;
	background-image: url(images/h1_sidebar_bg.jpg);

}
.block_nom a {
	margin-top:7px;
	text-decoration:none;
	text-shadow:0px -1px 0 #669514;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;

}
#block_lien {
	width:135px;
	margin-top:1px;
	float: left;
	height:auto;
	margin-left:0px;
}
#block_lien ul {
	width:135px;
	height:62px;
	margin:0px;
	float: left;
	padding:0px;
	text-align:center;
}
#block_lien li {
	width:135px;
	list-style:none;
	padding-bottom:2px;
	border-bottom:1px dotted #CCC;
	padding-top:2px;
	margin-top:1px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
#block_lien li a {
	padding:5px;
	margin:0px;
	font-size:10px;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
}
#block_lien a:hover {
	color:#F60;
}
#block_lien li:hover {
	background-color: #CCC;
}
.prix_1 {
	margin-top:8px;
	background-color:#fff;
	float:left;
}
.prix_1 a {
	text-decoration:none;
	font-size:11px;
}
/*-------------------------------------------Style carte cliquable---------------*/

/*.map {
	width:415px;
	height:432px;
	background:url(images/carte1.png) left top no-repeat;
	position:relative;
	float:left;
}
.map .overlay {
	width:415px;
	height:432px;
	background:url(images/carte1.png) 415px top no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.map img {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.map .tooltip {
	position:fixed;
	border-raduis:5px;
	color:#FFF;
	background:#000;
	padding:0 10px;
	display:inline;
	top:0;
	left:0;
	z-index:3;
	text-align:center;
}
*/

.map {
	width:415px;
	height:432px;
	background:url(images/carte1.png) left top no-repeat;
	position:relative;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;

}
.map .overlay {
	width:415px;
	height:432px;
	background:url(images/carte1.png) 415px top no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.map img {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.map .tooltip {
	position:fixed;
	border-raduis:5px;
	color:#FFF;
	background:#000;
	padding:0 10px;
	display:inline;
	top:0;
	left:0;
	z-index:3;
	text-align:center;
}



/*-------------------------------------------Autres styles---------------*/
/*#page_identification {
	width:500px;
	height:auto;
	margin:auto;
	margin-top:auto;
}
.identification {
	width:300px;
	height:auto;
	margin:auto;
	background-color: #F1F1F1;
	margin-top:65px;
	padding:10px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.35);
}
.titre {
	width:400px;
	height:10px;
	margin:auto;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	padding:10px;
	font-size:25px
}
.titre {
	width:250px;
	height:auto;
	margin:auto;
	text-align:center;
	padding:10px;
	font-size:14px;
}
.sous_titre {
	width:270px;
	height:auto;
	margin:auto;
	text-align:center;
	padding:2px;
	font-size:20px;
	color: #C30;
	font-weight:bold;
	background:#F9F9F9;
	border-radius:3px;
}
label {
	margin-top:5px;
	display:block;
	color: #06C;
	font-family:quadranta, sans-serif;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
label.inline {
	display:inline;
	margin-right:70px;
	font-family:quadranta, sans-serif;
}
form {
	margin:auto;
	padding: 10px 20px;
	color: white;
	width:250px;
}
input, textarea, select, option {
	height:25px;
}
select {
	margin-top:10px;
}
input[type=radio] {
	background-color:transparent;
	border:none;
	width:10px;
}
.rc-button {
	display: inline-block;
	min-width:46px;
	text-align: center;
	font-weight: 700;
	height: 30px;
	padding: 0 8px;
	line-height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
	background-image:-webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
	border: 1px solid #3079ed;
	color:#FFF;
" -o-transition: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.merci {
	width:100%;
	background:#FFFFFF;
	color:#FF6600;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	margin-bottom:25px;
}
.merci a {
	background:#FFFFFF;
	color:#555;
	font-size:15px;
	text-decoration:none;
	text-align: center;
}
.merci a:hover {
	text-decoration: underline;
	text-align: center;
}
*/.acteur_marche {
	display: inline-block;
	min-width:180px;
	text-align: center;
	font-weight: 700;
	height: 30px;
	padding: 0 8px;
	line-height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid #dcdcdc;
	background-image:-webkit-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -moz-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -ms-linear-gradient(top, #4d90fe, #4787ed);
	background-image: -o-linear-gradient(top, #4d90fe, #4787ed);
	background-image: linear-gradient(top, #4d90fe, #4787ed);
	border: 1px solid #3079ed;
	color:#FFF;
" -o-transition: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.acteur_marche a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
}

.present_region{
	width:585px;
	height:auto;
	float: left;
	margin-left:1px;
	color:#009999;
	margin-bottom:12px;
	margin-top:10px;
	background: #fff;
	padding:3px;
	margin-top:8px;
	border:1px #DBDBDB solid;
	font-size: 11px;
}

.block_diagram_sup{
	width:600px;
	height:auto;
	float: left;
	margin-bottom:12px;
	background: #fff;
	padding:3px;
	margin-top:8px;
	}
.block_diagram_img {
	width:415px;
	height:432px;
	float:left;
	margin-bottom:5px;
}
.block_diagram {
	width:160px;
	height:700px;
	float: right;
	margin-left:12px;
	color:#009999;
	margin-bottom:12px;
	background: #fff;
	padding:3px;
	margin-top:8px;
	font-size: 11px;
}
#block_diagram_lien {
	width:160px;
	margin-top:1px;
	float: left;
	height:auto;
	margin-left:0px;
	color:#FF6600
}
#block_diagram_lien ul {
	width:160px;
	height:62px;
	margin:0px;
	float: left;
	padding:0px;
}
#block_diagram_lien li {
	width:160px;
	float:left;
	list-style:none;
	padding-bottom:2px;
	border-bottom:1px dotted #CCC;
	padding-top:2px;
	margin-top:1px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
#block_diagram_lien li a {
	padding:5px;
	margin:0px;
	font-size:11px;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
}
#block_diagram_lien a:hover {
	color: #F60;
}
#block_diagram_lien li:hover {
	background-color: #CCC;
}
.block_diagram_titre {
	background-color: #F60;
	margin-bottom:10px;
	color: #FFF;
	text-align:center;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
.presentation_pays{
	width:350px;
	height:200px;
	float: left;
	margin-left:12px;
	color:#009999;
	margin-bottom:12px;
	background: #fff;
	padding:3px;
	margin-top:18px;
	font-size: 11px;
	margin-right:50px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;

}

.color_texte_d{
	width:98%;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid #CCC;
	padding:5px;
	color:#555;
	background-color:#FFF;
	font-size:11px;
	float:left;
}
.color_texte_d a {
	color: #6D6D6D;
}
.color_texte_d:hover {
	background:rgba(0,102,153,0.1);
	height:auto;
}
.num_mail_d {
	width:20px;
	float:left;
	margin-left:10px
}
.nom_marche_d {
	width:200px;
	float:left;
	margin-left:5px
}
.nom_marche_affiche_d{
	width:300px;
	float:left;
	margin-left:15px
}
/*.............         news test     .................*/


#grd_block { width:650px;
			height:auto;
			float:left;
			font:Verdana, Geneva, sans-serif;
			font-size:12px;
			margin-bottom:15px;
			}
.news_img{ width:150px;
			height:150px;
			float:left;
			}
.news_texte{ width:440px;
			height:auto;
			float:left;
			margin-left:20px;
			margin-top:8px;
			}
.titre_localite{ width:425px;
			height:auto;
			padding-bottom:10px;
			padding:3px;
			float:left;
			font-size:11px;
			border-bottom:1px #CCCCCC dotted;
			line-height:18px;

			}
.news_titre{ width:150px;
			height:20px;
			padding-top:10px;
			float:left;
			margin-left:10px;
			}
.news_ennonce{ width:230px;
			height:30px;
			float:left;
			margin-left:10px;
			line-height:20px;
			padding-bottom:10px
			}

.bas_actu {
	width:200px;
	color:#FFF;
	height:auto;
	float: left;
	text-decoration:none;
	margin:auto;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:10px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.35);
}

.commentaire
{
	width:95%;
	color:#FFF;
	background-color:rgba(0,0,0,0.7);
    z-index: 10000000;
	height:35px;
	margin-top:-46px;
	position: relative;
	font-size:11px;
	padding:5px;
	padding-left:5px;
	margin-left:0px;
	padding-right:5px;
	float:left;
	text-align:left;
}


.block_region {
	width:98%;
	text-align:left;
	float:left;
	height:auto;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	color:#555;
	font-weight: 500;
	padding-bottom:7px;
	padding-top:7px;
	margin-left:0px;
}


#icone {
	float:left;
	margin-top:0px;
	text-align:center;
	padding:5px;
	width:880px;
	height:auto;
	font-size:10px;
	margin-left:5px;
	border:1px rgba(0,0,0,0.1) solid;
	background-color:#F4F4F4;
/*	background-image:url(../icone/fon2.png)
*/}

.tablo_region{
	width:840px;
	margin-left:0px;
	text-decoration: none;
	color: #C30;
	padding:5px;
	border-radius:3px;
	background-color:#FFFFFF;
	font-size:11px;
}
.block_form_tablo_region{
	width:835px;
	margin-left:0px;
	height:60px;
	text-decoration: none;
	color: #C30;
	padding:5px;
	border-radius:3px;
	background-color:#FFFFFF;
	font-size:11px;
	border:1px #CCCCCC solid;
	float:left;
	margin-bottom:25px;
}
h1{ color:#df6800;
	background-color: #FFF;
	width:405px;
	margin-right:10px;
	margin-top:5px;
	padding:10px;
	border:1px #999999 solid;
	font-family:Verdana, Geneva, sans-serif;
	
	}
legend {
	color:#f60;
	font-weight: bold;
	padding:5px;
	border-radius: 2px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px #BBB;
	width:400px;
	height:20px;

}


.block_ville {
	width:45%;
	text-align:left;
	float:left;
	height:auto;
	min-height:25px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	color:#555;
	font-weight: 500;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#FEFEFE;
	margin-left:5px;
}

.block_denree {
	width:45%;
	text-align:left;
	float: right;
	margin-right:5px;
	height:auto;
	min-height:25px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	color:#555;
	font-weight: 500;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#FEFEFE;
	margin-left:15px;
}



.entete_liste_ville {
	width:98%;
	height:auto;
	min-height:17px;
	font-family:Verdana, Geneva, sans-serif;
	padding:5px;
	color:#fff;
	font-weight: 700;
	text-align:left;
	padding-bottom:2px;
	padding-top:3px;
	margin-top:2px;
	background-color:#81B515;
	}
.corps_liste_ville {
	width:98%;
		text-align:left;
	height:auto;
	min-height:17px;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid rgba(204,204,204,0.3);
	padding:5px;
	color:#555;
	font-weight: 500;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#FEFEFE;
}
.corps_liste {
	width:98%;
		text-align:left;

	height:auto;
	min-height:25px;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid rgba(204,204,204,0.3);
	padding:5px;
	color:#555;
	font-weight: 500;
	padding-bottom:7px;
	padding-top:7px;
	background-color:#FEFEFE;
}
.block_1 {
	width:30px;
	float:left;
	margin-left:1px;
	color:#f60;
	font-size:11px;

}
.block_2 {
	width:90px;
	float:left;
	margin-left:25px;
	font-size:11px;
}
.block_3 {
	width:150px;
	float:left;
	margin-left:2px;
}
.block_4 {
	width:80px;
	float:left;
	margin-left:5px;
}

.block_5 {
	width:120px;
	float:left;
	margin-left:5px;
		font-size:11px;

}

.color_texte_th_1 {
	color: #fff;
	background:#81b515;
	width:850px;
	height:20px;
	border-bottom:1px solid rgba(204, 204, 204, 0.4);
	padding:5px;
	float:left;
	padding-bottom:7px;
	padding-top:7px;
	margin-bottom:5px;
	text-shadow:0px -1px 0 #669514;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
}
.texte_mail_th_1 {
	width:340px;
	padding-left:5px;
	float:left;
	margin-left:5px;
}
.nom_marche_th_1 {
	width:120px;
	float:left;
	margin-left:20px;
}
.num_mail_th_1{
	width:150px;
	float: left;
	margin-left:20px;
}

.color_texte_st_1 {
	width:850px;
	font-family:Verdana, Geneva, sans-serif;
	height:auto;
	min-height:auto;
	border-bottom:1px solid rgba(204, 204, 204, 0.4);
	padding:5px;
	color:#fff;
	font-weight: 500;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	color:#555;
	background-color:#FFFFFF;
}
.color_texte_st_1 a {
	color: #fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.color_texte_st_1 a:hover {
	color: #036;
	text-decoration: underline;
}
.color_texte_st_1:hover {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	height:auto;
	min-height:auto;
	padding-bottom:5px;
	padding-top:5px;
}
.texte_mail_st_1{
	padding-right:5px;
	width:340px;
	float: left;
	margin-right:5px;
	font-size:11px;
	text-align:left;
}
.nom_marche_st_1 {
	width:100px;
	float:left;
	margin-left:20px;
	text-align:right;
	font-size:10px;
	margin-left:20px;
	text-align:right;
	padding-right:10px;
}
.nom_marche_st_1 a {
	width:100px;
	float:left;
	margin-left:10px;
	background-color: #F1F1F1;
	padding:5px;
	text-decoration:none;
}
.num_mail_st_1 {
	width:100px;
	float:left;
	color:#555;
	font-size:10px;
	margin-left:20px;
	text-align:right;
}
.num_mail_st_1 a {
	width:40px;
	margin-left:20px;
	text-decoration: none;
	color: #C30;
	padding:5px;
	border-radius:3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.nom_marche_st {
	width:100px;
	float:left;
	margin-left:20px;
	text-align:right;
	font-size:10px;
	margin-left:20px;
	text-align:right;
	padding-right:10px;
}
.block_form_tablo_region_1{
	width:595px;
	margin-left:0px;
	height:80px;
	text-decoration: none;
	color: #C30;
	padding:5px;
	margin-top:15px;
	border-radius:3px;
	background-color:#FFFFFF;
	font-size:11px;
	border:1px #CCCCCC solid;
	float:left;
	margin-bottom:25px;
}
.tablo_region_1{
	width:605px;
	margin-left:0px;
	text-decoration: none;
	color: #C30;
	padding:5px;
	border-radius:3px;
	background-color:#FFFFFF;
	font-size:11px;
	float:left;
	margin-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	border:1px solid #CCC;
}