@charset "UTF-8";

/***************************** CSS GENERIC ********************************/
body, pre, input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p,  td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin: 0;
}

body{
	text-align: center;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_bloc ul, .cms_bloc ol{
	position: relative;
	padding: 5px 0;
	line-height: 16px;
}

.cms_bloc ol{
	list-style-position: inside;
}

.cms_bloc ul{
	list-style-type: none;
	_list-style-type: disc;
}

.cms_bloc ul li{
	padding-left: 23px;
	/* background: url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/wgs1/puce_liste.gif) 7px 7px no-repeat; */
	overflow:hidden;

	_padding-left: 7px;
	_background: none;
	_list-style-position: inside;
}

.cms_bloc ol li{
	padding-left: 7px;
}

.cms_part{
	text-align: left;
	margin: 0 auto;
}

.cms_bandeau{
}

.cms_page{
}

.cms_gauche{
}

.cms_droite{
}

.cms_gauche, .cms_droite{
	float: left;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0;
	clear: both;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0 15px 0 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #FF0000;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam,
.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0 0;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	border: 0;
	margin: 0 auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte{
	margin: auto;
}

.cms_bloc_map .mm_carte .mm_info_photo{
	float: left;
	padding: 0 5px 5px 0;
}

.cms_bloc_map .mm_carte .mm_info_titre{
	font-weight: bold;
}

.cms_bloc_map .mm_carte .mm_info_resume{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text table{
	width: 100%;
	border-color: #000000;
}

.cms_bloc_text table th, .cms_bloc_text table td{
	border-color: #000000 !important;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0;
	float: left;
	padding: 0 15px 15px 0;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0;
	float: right;
	padding: 0 0 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px auto;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{
}

/*** ***/
.spacer{
	clear: both;
	line-height: 0;
	width: 0;
	font-size: 0;
}
[class|=img-txt] {
	display : block;
	overflow : hidden;
	text-indent : -5000px;
}
.img-txt-a {
	position : absolute;
}

.surtitre{
	text-transform: uppercase;
	font-size: 13px;
}

.soustitre{
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.titre_souligne{
	background: url("https://annuaire.very-utile.com/default/CMS/css/common/../../../images/fiche/h4_soulignement.png") no-repeat scroll right bottom transparent;
    color: #259BC1;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 20px 2px 0;
}

.mise_en_avant_1{
	color: #7bb120;
	font-weight: bold;
}
.mise_en_avant_2{
	color: #b17b20;
	font-weight: bold;
}

.mise_en_avant_3{
	color: #00927c;
	font-weight: bold;
}
.mise_en_avant_4{
	color: #811a7c;
	font-weight: bold;
}

.legende{
	font-size: 10px;
	color: #333;
}

/******  GENERALITE  ******/

body, td, pre, input, textarea, select {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
}
body {
	background : #232323 url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/bg_header.png) repeat-x 0 0;
	color : #505050;
}



/******  STYLE GLOBAUX  ******/

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

.contener {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 990px;
	text-align: left;
}

.cms_bloc_title h2 {
	color: #259bc1;
	font-size: 24px;
	font-weight : normal;
	margin : 0 0 5px;
}



/******  HEADER  ******/

#home-link {
	float : left;
	margin : 17px 10px;
}

#header-pub {
	float : right;
	height : 90px;
	margin : 2px 0;
	width : 728px;
}

#header h1{
	color: #259BC1;
	font-size: 12px;
	font-weight: normal;
	margin: 0 2px 5px 0;
	text-align: right;
	float: right;
}

/******  PAGE  ******/

#rss {
	background : url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/rss.png) no-repeat 0 0;
	height : 37px;
	right : 18px;
	top : -9px;
	width : 140px;
}

#body-contener {
	background : #FFF url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/bg_body_1.png) repeat-x 0 -94px;
}

#body {
	background : url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/bg_body_2.jpg) no-repeat 0 3px;
	padding-top : 10px;
}



/******  PIED DE PAGE  ******/

#footer {
	background : url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/bg_footer.gif) repeat-x 0 0;
	height : 50px;
	line-height : 50px;
	color : #FFF;
}
	#footer a {
		color: #FFF;
		text-decoration: underline;
	}
	#footer a:hover {
		text-decoration: none;
	}
	#footer img {
		margin-bottom: -2px;
	}


#menu {
	background : url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/bg_menu_contener.png) no-repeat 0 0;
	height : 47px;
	left : 0;
	position : absolute;
	top : 12px;
	width : 100%;
}

#menu ul {
	margin : 9px;
	padding : 0;
}

#menu li {
	float : left;
	list-style-type : none;
	position : relative;
}
#menu li + li {
	margin-left : -18px;
}
	#menu span,
	#menu li a {
		display : block;
		float : left;
		height : 29px;
	}
	
	#menu span {
		background : url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/sprite_menu.png) repeat 0 0;
		width : 20px;
	}
	#menu span.right {
		background-position : 0 -29px;
	}
		#menu li.menu-on span {
			background-position : 0 -58px;
			width : 20px;
		}
		#menu li.menu-on span.right {
			background-position : 0 -87px;
		}
	
	#menu li a {
		background : url(https://annuaire.very-utile.com/default/CMS/css/common/../../images/annuaireRef/sprite_menu_bg.png) repeat-x 0 0;
		color : #302f30;
		font-size : 13px;
		font-weight : bold;
		line-height : 29px;
		padding : 0 15px;
		text-decoration : none;
		text-transform : uppercase;
	}
		#menu li.menu-on a {
			background-position : 0 -29px;
			color : #FFF;
		}
		#menu li.menu-on a:hover {
			color : #302F30;
		}
		#menu li a:hover {
			color : #ff8b00;
		}

/******  STYLE DES LISTES  ******/

#content ul,
#content ol{
	position: relative;
	padding: 5px 0;
	line-height: 16px;
	font-size: 13px;
}
#content ol{
	list-style-position: inside;
}
#content ul{
	list-style-type: none;
	_list-style-type: disc;
}

#content ul li {
	padding-left: 20px;
	background : url(https://annuaire.very-utile.com/default/CMS/css/tpl4/../../images/annuaireRef/puce_liste_1.png) no-repeat 10px 6px;
	overflow:hidden;

	_padding-left: 7px;
	_background: none;
	_list-style-position: inside;
}
#content ol li{
	padding-bottom: 6px;
	padding-left: 7px;
}



/******  FIL D'ARIANE  ******/
	
#breadcrumb {
	color: #ff8b00;
	margin : 0 0 5px;
}
#breadcrumb span,
#breadcrumb a {
	color: #505050;
}
#breadcrumb a {
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}



/******  PAGE  ******/

#content {
	background : #f8fbfc;
	margin : 40px 0 0;
	min-height : 500px;
	padding : 20px 30px;
}
.bleu{
	color: #259BC1;
	font-weight: bold;
}

.orange{
	color: #FF8B00;
	font-weight: bold;
}

.vert{
	color: #88A204;
	font-weight: bold;
}

.noir{
	color: #000;
	font-weight: bold;
}

#categorie .cms_bloc_title {
	margin : 0 0 10px
}

#categorie-left {
	float : left;
	width : 240px;
}
	#advanced-search,
	#activities > p {
		background : url(https://annuaire.very-utile.com/default/css/../images/categorie/bt.png) no-repeat 0 0;
		color : #FFF;
		display : block;
		font-size : 13px;
		font-weight : bold;
		height : 24px;
		line-height : 24px;
	}
	#advanced-search {
		text-align: center;
		text-decoration : none;
		text-indent: -14px;
		width : 171px;
	}
		#advanced-search:hover {
			color : #505050;
		}

	#activities {
		background : #FFF;
		border : 1px solid #f4f6f7;
		-webkit-border-radius : 8px;
		   -moz-border-radius : 8px;
		        border-radius : 8px;
		float : right;
		margin : 16px 0 0;
		padding : 10px;
		position : relative;
		width : 200px;
	}
		#activities > p {
			left : -19px;
			position : absolute;
			top : -6px;
			text-align : center;
			width : 150px;
		}
		#activities > ul {
			padding : 15px 0 10px;
		}
		#activities ul li {
			background : url(https://annuaire.very-utile.com/default/css/../CMS/images/annuaireRef/puce_liste_2.png) no-repeat 0 4px;
		}
		#activities ul li li {
			background : none;
			padding : 0;
		}
		#activities ul a {
			color: #88A204;
			font-weight: bold;
			text-decoration: underline;
		}
		#activities ul a:hover {
			text-decoration : none;
		}		
		#activities li.selected,
		#activities li.selected a {
			color : #259bc1;
		}
		#activities li.selected a {
			font-weight : bold;
		}

#categorie-right {
	float : right;
	width : 670px;
}
	.fiche {
		background : #FFF;
		border : 1px solid #dcdcdc;
		margin : 0 0 15px;
		padding : 12px;
	}
	.fiche img {
		float : left;
		margin : 0 15px 8px 0;
	}
	.fiche a {
		text-decoration : underline;
	}
		.fiche a:hover {
			text-decoration : none;
		}
	.fiche-name {
		color : #259bc1;
		display : block;
		font-size : 16px;
		margin : 10px 0;
	}
	.fiche-description {
		color : #000;
	}
	.fiche-savoir-plus {
		color : #ff8b00;
		float : right;
		margin : 15px 0 0;
		
	}

div.ar_info_pagination{
	margin: 5px 0;
	text-align: center;
}