/*** INFORMATIONS DE LICENCE ***
* Ce fichier est intégré au développement d'un site Web
* Cette feuille de style est dessinée par JNBi L'agence Web
* Tous droits réservés */

/* Table des matières

	- CSS généraux
	- CSS structure	
	- CSS de formulaires
	- Actualités / Brèves / Webline
	- Pages (et zones de bas de page)
	- Consultations
	- Agenda
	- CSS de menus
	- CSS du plan du site
	- CSS de signatures
	- CSS RSS	

*/

/* Informations CSS générales */
/* ----------------------------------------------------------------------------------------------*/
.img_visible img{ behavior: url(mods/iepngfix.htc) } /* HACK PNG IE 6 */
* {
	margin: 0px;
	padding: 0px;
}
html {font-size: 100.001%;}


li {
	margin-left: 25px;
}
body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	font-weight: normal;
	font-size: normal;
	text-align: left;
	background:#384953;	
	color:#013343;

}
td { 	/* Font idem que body */

}
p {
	padding-top:10px;}
blockquote {
	padding-left: 20px;
}
a {
	color: #000;
	font-weight: bold;
	text-decoration : underline;

}
a:hover {
	color:#013343;
	text-decoration : none;
}
a:hover img{
	background:none;
}

input,textarea{
	position: relative;
	z-index: 1;
}


/* Informations CSS Structures */
/* ----------------------------------------------------------------------------------------------*/

#conteneur_haut {
	display: block;
	width:100%;
	background:  #010101 url(visuels/background.jpg) repeat-x top;
	margin-left: auto;
	margin-right: auto;
}
#header {
	display: block;
	width:988px;
	height: 97px;
	margin-left: auto;
	margin-right: auto;
	background: url(visuels/header.jpg) no-repeat top left;
}
#header h1{
	width: 245px;
	height:97px;
	text-indent:-9999px;
	display: block;
	background: url(visuels/logo_ardoisieres_angers.jpg) top left no-repeat;
	float: left;
}
#header_col_d{
	width: 743px;
	height: 97px;
	display: block;
	float: left;
}
#menu_haut{
	width: 743px;
	height: 60px;
	display: block;
}
#espace_pro{
	width: 110px;
	display: block;
	float: left;
	padding: 12px 0 0 380px;
}
#header a#lien_espace_pro{
	text-decoration: none;
	float:left;
	width: auto;
	height:16px;
	padding-left: 14px;
	text-transform: uppercase;
	color: #CCCCCC;
	background: url(visuels/picto_espace_pro.gif) no-repeat top left;
}
#header a#lien_espace_pro:hover{
	color:#fff;
}
#recherche{
	width: 200px;
	padding: 7px 20px 0 0;
	display: block;
	float: left;
}
#langues{
	width: 22px;
	padding-top: 6px;
	display: block;
	float: left;
}
#baseline{
	display:block;
	width:550px;
	text-indent: -9999px;
}
#zone_menu{
	display:block;
	width:988px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
}
#zone_anim{
	width:988px;
	height:323px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#visuel_page{
	width:988px;
	height:64px;
	display: block;
	background: url(visuels/visuel_page.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#contenu_large {
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
}
#contenu_large_filet {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin-top: 40px;
	border-top: #cccccc 1px solid;
	background: #ebebeb;
}
.contenu {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
}
#actus_webline {
	width: 988px;
	display: block;
	background:#CC0000;
}
#zone_actus {
	float: left;
	display: block;
	width: 600px;
}
.actu {
	display: block;
	float: left;	
	width: 300px;
	font-size:1.2em;	
}
.accueil .contenu #zone_actus .actu .actu_contenu{
	display: block;
	float: left;	
	width: 260px;
	padding: 40px 20px;
	background: url(visuels/bg_actu-bottom.gif) bottom center no-repeat;
	
	min-height: 140px;
	height: auto!important;
	height: 140px;
}
#zone_webline{
	display: block;
	width: 368px;
	float:left;
	padding: 0 20px 0 0;
}
#zone_visite{
	display: block;
	width: 574px;
	float:left;
	padding-left: 20px;
}
#zone_newsletter{
	display: block;
	width: 394px;
	padding-top: 30px;
	float:left;
	background: url(visuels/fr_titre_newsletter.gif) top left no-repeat;
}





#footer {
	display:block;
	width: 100%;
	height: 75px;
	background: url(visuels/background_footer.jpg) repeat-x top;
}
#footer_centre {
	display:block;
	width: 988px;
	margin-left: auto;
	margin-right: auto;
}
#footer #logo-imerys{
	float:left;
}
#footer #zone_menu-bas{
	display:block;
	float:right;
	padding:15px 15px 0 0;
	font-size:1.1em;
	color:#fff;
	font-weight: normal;
}
#footer #zone_menu-bas a{
	color:#fff;
	background:url(visuels/puce_menu-bas.gif) center left no-repeat;
	padding:0 15px 0 15px;
	font-weight: normal;
	text-decoration: none;
}
#footer #zone_menu-bas a:hover{
	color:#fff;
	text-decoration: underline;
	font-weight: normal;	
}
#footer #lien-imerys{
	border:none;
	width: 100px;
	height: 33px;
	float:left;
	display:block;	
}
#footer #lien-imerys:hover{
	background:none;
}
#footer #lien-imerys img{
	border:none;
	width: 100px;
	height: 33px;	
}
.interne #contenu {
	margin-left: auto;
	margin-right: auto;
	width: 988px;
}
.img_visible #contenu{
	/*margin:0 28px 0 34px;*/
	margin-left: auto;
	margin-right: auto;
	width: 894px;
}
.interne #content {
	display:block;
	float:left;
	width: 988px;
	padding:0 0 20px 0;
	height:auto!important;
	height:440px;
	min-height:440px;
}
.interne #zone_page{
	float:left;
	display:block;
	padding:0 0 20px 0;
	margin:0 0 50px 0;
	width: 988px;
}
.img_visible #zone_page_visuel{
	float:left;
	display:block;
	width:894px;
	background:url(visuels/bg_cata_gamme.jpg) top right no-repeat;
}
.interne #contenu #page{
	display: block;
	float: left;	
	padding: 38px 8px 0 52px;
	width: 505px;
	color: #7B7B7B;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0;	
}
.interne #contenu #zone_fck{
	display:inline;
	float:left;
	width:192px;
	padding:0 0;
	margin:40px 24px 0 79px;	
	font-size:1.2em;	
}
.interne #contenu #bloc_droit-top{
	display:inline;
	width:220px;
	float:left;
	padding:15px 0 0 0;
	margin:30px 24px 0 79px;
	background-color: #CC0000;
	background:url(visuels/bg_top-bloc-interne.gif) top left no-repeat;
}
.img_visible #contenu #bloc_droit-top{
	background:url(visuels/bg_top-bloc-interne.png) top left no-repeat!important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/bg_top-bloc-interne.png", sizingMethod="img");	
}
*+html .img_visible #contenu #bloc_droit-top{
	background: none!important;
}
.interne #contenu #bloc_droit-top #box{
	display:block;
	float:left;
	width:190px;
	padding:0 14px;
	border-right:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	background:#FFF;
	color:#7B7B7B;
	font-size:1.1em;
	margin:0;
	position:relative;
	overflow:hidden;
}
.interne #contenu #bloc_droit-top #box a{
	color:#7B7B7B;
	font-weight:normal;
	font-size:1em;
	text-decoration:underline;
}
.interne #contenu #bloc_droit-top #box a:hover{
	color:#7B7B7B;
	font-weight:normal;
	font-size:1em;
	text-decoration:none;
}
.interne #contenu #bloc_droit-bottom{
	display:block;
	width:220px;
	float:left;
	height:15px;
	position:relative;
	background:url(visuels/bg_bottom-bloc-interne.gif) bottom left no-repeat;
}
.img_visible #contenu #bloc_droit-bottom{
	background:url(visuels/bg_bottom-bloc-interne.png) top left no-repeat!important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/bg_bottom-bloc-interne.png", sizingMethod="scale");	
}
*+html .img_visible #contenu #bloc_droit-bottom{
	background: none!important;
}
.interne #contenu #bas-page{
	clear:left;
	display:block;
	width:888px;
	height:73px;
	background: url(visuels/bg_bas-page.gif) bottom left no-repeat;
}
.interne #contenu #bas-page #partenaire-etoiturecom{
	display:inline;
	float:right;
	margin:16px 13px 0 0;
	width:246px;
	height:50px;
	text-indent:-9999px;
	background:url(visuels/fr_partenaire-etoiturecom.gif) top left no-repeat;
}
.interne #contenu #bas-page #epv{
	display:inline;
	float:right;
	margin:16px 13px 0 0;
	width:204px;
	height:50px;
	text-indent:-9999px;
	background:url(visuels/fr_partenaire_epv.gif) top left no-repeat;
}

.interne #contenu #bas-page a:hover{
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


/* Informations CSS Formulaires */
/* ----------------------------------------------------------------------------------------------*/

#zone_log {		/* Login/Password pour l'accès aux pages réservées */
	width: 100%;	
	text-align:center;
}
#zone_log_formulaire {
	width: 160px;
	margin-left: auto; 
	margin-right: auto;	
	text-align: left;
}
.alerte_formulaire_ok {	/* CSS de formulaires en général */
	background:url(visuels/valide.gif);
	display:block;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	padding:20px 10px;
	color:#008C42;
}
.alerte_formulaire_ko {
	background:url(visuels/refuse.gif);
	border:1px solid #CC3131;
	color:#fff;
	display:block;
	margin:0px auto;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

/******** Formulaire recherche **************/
#form_recherche{
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	display:block;
}
#form_recherche #img_recherche{
	float:left;
	display:block;
}
#form_recherche input{
	border: 1px solid #A7A7A7;
	background:none;
	margin:0 5px;
	width:100px;
	padding:1px;
	color: #ddd;
}
#form_recherche #btn_recherche{
	text-transform:uppercase;
	color:#cccccc;
	text-decoration:none;
	font-weight:bold;
	background: none;

}

/******** Formulaire contacts **************/


#contacts_form{
	width:400px;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
}
#contacts_form span.separation{
	display:block;
	float:left;
	width:400px;
	margin:0;
	padding:20px 0;
	background:url(visuels/bg_pointille.gif) top left repeat-x;
}
#contacts_form h3{
	color:#28343A;
	font-size:1.6em;
	font-weight:normal;
	padding:0 0 3px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.calage_centre{
	display:block;
	text-align:center;
}
.calage_droite{
	clear:both;
	display:block;
	float:left;
	width:80px;
	text-align:right;
	margin:5px 10px 0px 0px;
	color:#457d9e;
	font-weight:bold;
}
.calage_gauche{
	display:block;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	line-height:14px;	
	color:#457d9e;
	font-weight:bold;	
}
.calage_gauche label{
	padding:0 15px 0 5px;
	font-weight:normal;
	color:#013343;	
}
#contacts_form .explications {	
	display: block;	
	color: #888;
	font-size: 0.8em;
	margin-bottom: 10px;		
}	
.asterisque {
	color: #ff0000;
}
a.lien_bouton {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:84px;
	height:40px;
	background:url(visuels/fr_btn_envoyer.gif) top left no-repeat;
	text-indent:-9999px;
}
a.lien_bouton:hover {
	background:url(visuels/fr_btn_envoyer.gif) top left no-repeat;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.contacts_input {
	border:1px solid #CCC;
	padding:3px;
}




#identification_form{
	width:400px;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
}
#identification_form span.separation{
	display:block;
	float:left;
	width:400px;
	margin:0;
	padding:20px 0;
	background:url(visuels/bg_pointille.gif) top left repeat-x;
}
#identification_form h3{
	color:#28343A;
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 3px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#identification_form .calage_droite{
	clear:both;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:5px 10px 0px 0px;
	color:#457d9e;
	font-weight:bold;
}
.identification_input{
	border:1px solid #CCC;
	padding:3px;
}

#explications_calculette{
	width:400px;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}
#form_calculette{
	width:400px;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
}
#form_calculette span.separation{
	display:block;
	float:left;
	width:400px;
	margin:0;
	padding:20px 0;
	background:url(visuels/bg_pointille.gif) top left repeat-x;
}
#form_calculette h3{
	color:#28343A;
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 3px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#form_calculette .calage_droite{
	clear:both;
	display:block;
	float:left;
	width:150px;
	text-align:right;
	margin:5px 10px 0px 0px;
	color:#457d9e;
	font-weight:bold;
}
.calculette_input{
	border:1px solid #CCC;
	padding:3px;
	float:left;
}


a.vignette{	
	position:relative; 
	text-decoration:none;
	z-index:24;
	float:left;
	width:19px;
	height:19px;
	background:url(visuels/picto_map.gif) top left no-repeat;
	text-indent:-9999px;
	margin:5px 0 0 10px;
}
a.vignette:hover{	
	text-decoration:none;
	z-index:25;
}
a.vignette .bulle{
	display: none;
    z-index:1000; 	
	width:auto;
}
a.vignette:hover .bulle{ 
   	background:#E1EDF7;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
	color:#000;
    z-index:1000; 	
	margin:0;
	top:-120px;
	left:90px;
	display:block; 
	position:absolute;
	text-indent:0px;
	padding:0;	
}

a.vignette:hover .bulle img{ 
	border:1px solid #CCCCCC;
	margin:0;
	padding:0;	
}
/******** Formulaire newsletter **************/

#inscription_newsletter a{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
#inscription_newsletter a:hover{
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
}

#newsletter_form{
	width:400px;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}
#newsletter_form p{
	display:block;
	float:left;
	width:400px;
	margin:0;
	padding:20px 0 0px 0;
	background:url(visuels/bg_pointille.gif) top left repeat-x;
}
#newsletter_form .suptitre {
	color:#28343A;
	font-size:1.6em;
	font-weight:normal;
	padding:0 0 3px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#newsletter_form .calage_centre{
	display: block;
	text-align: center;
}
#newsletter_form .calage_droite{
	clear:both;
	display:block;
	float:left;
	width:80px;
	text-align:right;
	margin:5px 10px 0px 0px;
	color:#457d9e;
	font-weight:bold;
}
#newsletter_form .calage_gauche{
	display:block;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	line-height:14px;	
	color:#457d9e;
	font-weight:bold;
}	
#newsletter_form .calage_gauche label{
	padding:10px 15px 0 5px;
	font-weight:normal;
	color:#013343;
	line-height:2.5em;
	cursor:pointer;	
}

#newsletter_form .asterisque {
	color: #FF0000;	
}
#newsletter_form input {
	border:1px solid #CCC;
	padding:3px;
}
#newsletter_form .legende_cnil {
	font-weight: normal;
	font-style: italic;
}
a.bt_ins_newsletter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:84px;
	height:40px;
	background:url(visuels/fr_btn_envoyer.gif) top left no-repeat;
	text-indent:-9999px;
}
a.bt_ins_newsletter:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.alerte_formulaire_newsletter_ok {
	color: #148A14;
	font-weight: bold;
	font-style: normal;
}




/* Informations CSS Actualités / Brèves / Webline */
/* ----------------------------------------------------------------------------------------------*/

h2.webline{		/* Webline */
	font-weight:normal;
	color:#013343;
	font-size:1.3em;
	line-height:1.6em;
	font-weight: normal;
	text-align:justify;
}
h2.webline img{
	margin:0 5px 0 0;
}

.accueil h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
	display:block;
	width:260px;
	color:#013343;
	font-size:1.2em;

}
.interne h2.news {		/* Titre de news et contenus de brèves en page interne */
	display: block;
	color: #022352;
	font-size: 1.4em;
	background:url(visuels/puce_actu.gif) top left no-repeat;
	padding:2px 0 8px 20px;
	border-bottom:1px solid #457d9e;
}

.actu_chapeau{
	display:block;
	width:232px;
	padding:10px 0 0 0;
}
.lire_plus{
	color:#013343;
	text-decoration:underline;
	padding: 0 50px 0 0;
	margin-top: 8px;
	display: block;
	text-align: right;
	font-size: 0.9em;
}
.interne .lire_plus{
	color:#022352;
	text-decoration:underline;
	float:left;
	padding:0 0 0 15px;
	background:url(visuels/puce_actu-mini.gif) center left no-repeat;	
}
.lire_plus:hover{
	text-decoration:none;
}
.lire_egalement{
	font-weight:bold;
	color:#022352;
}

/* Informations CSS Pages et "zones bas de page" */
/* ----------------------------------------------------------------------------------------------*/

h1.titre_page{		/* Titre de pages intérieures */
	font-weight:bold;
	font-size:1em;
	display:block;

}
h1.titre_page.club_bleue{
	background:url(visuels/logo_club_bleue.gif) top left no-repeat;
	padding:10px 20px 40px 80px;
	font-size:1em;
	margin:0;
}
h1.titre_page.espace_pro{
	background:url(visuels/cadenas.gif) top left no-repeat;
	padding:0px 20px 40px 80px;
	font-size:1em;
	margin:0;
}
h1.titre_page a{
	font-size:2.2em;
	line-height:1em;
	font-weight:bold;
	color:#013343;
	display:block;
	width:400px;
	padding:0 0 8px 0;	
	text-decoration:none;
	background:url(visuels/bg_pointille.gif) bottom left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#zone_contact{
	width: 50%;
	margin-top: 10px;
	float:left;

}
#zone_contact a {
	display:block;
	text-decoration: underline;
	background:url(visuels/picto_email.gif) center left no-repeat;
	width:111px;
	height:20px;
	padding-left: 24px;
}
#zone_contact a:hover {	
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);	
}
#zone_printmode{
	width: 50%;
	margin-top: 10px;
	float:right;
}
#zone_printmode a {
	float:right;
	display:block;
	text-decoration: underline;
	background:url(visuels/picto_imprimante.gif) center left no-repeat;
	width:157px;
	height:20px;
	padding-left: 24px;
}
#zone_printmode a:hover {	
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);	
}

h4.titre_recherche{
	font-size:1.2em;
	padding:10px 0 10px 0;
	color:#457d9e;
}

/* Informations CSS Consultations */
/* ----------------------------------------------------------------------------------------------*/

.consultation_message {
	background-color: #E6E6E6;	
	margin-top: 5px;
	overflow-x: auto;
	padding: 5px;	
	padding-bottom: 20px;
	width: 520px;	
}
.consultation_titre_noir {
	font-weight: bold;
}
.consultation_msg_valide {
	color: #008C42;
	font-weight: normal;
}
.consultation_msg_refuse {
	color: #FF0000;
	font-weight: normal;
}


/* Informations CSS de menu */
/* ---------------------------------------------------------------------------------------------- */

#menu_int {
	display:block;
	float:left;
	padding:0 0 1px 0;
}
#lien_accueil{
	display:block;
}
#menu_int dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;	 
}
#menu_int li { 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_int dt {
}


/* MENU HORIZONTALE */
#menu_int.horizontale dl{
	float:left;
}
#menu_int.horizontale dl dt #lien_accueil{
	display:block;
	background:url(visuels/bg_lien-home.gif) bottom left no-repeat;
	width:34px;
	height:26px;
	text-indent:-9999px;
}
#menu_int.horizontale dl dt #lien_accueil:hover{
	background:url(visuels/bg_lien-home-over.gif) bottom left no-repeat;
}
#sans_lien_accueil{
	display:block;
	float:left;
	width:34px;
}
#menu_int.horizontale dl dt a{ 
	font-weight: bold;	
	text-decoration: none;	
	padding:0;
	margin:0 1px 0 0;
	display:block;
	float:left;	
	background: url(visuels/bg_onglet-g.gif) top left no-repeat;
	cursor:pointer;
}
#menu_int.horizontale dl dt a:hover{ 
	background:url(visuels/bg_onglet-g.gif) top left no-repeat;
}
#menu_int.horizontale dl dt a span{ 
	height:30px;
	margin:0;
	padding:15px 10px 0 10px;
	display:block;
	float:left;
	background:url(visuels/bg_onglet-d.gif) top right no-repeat;
	color:#FFF;
	text-transform:uppercase;
	font-size:1.2em;
}
.menu_sans_lien{	
	font-weight: bold;	
	text-decoration: none;	
	padding:0;
	margin:0 1px 0 0;
	display:block;
	float:left;	
	width:auto;	
	background:url(visuels/bg_onglet-g.gif) top left no-repeat;					
}
.menu_sans_lien strong{	
	height:30px;
	margin:0;
	padding:15px 10px 0 10px;
	display:block;
	float:left;	
	background:url(visuels/bg_onglet-d.gif) top right no-repeat;
	color:#FFF;
	text-transform:uppercase;
	font-size:1.2em;		
}
#menu_int.horizontale dd { 
	position: absolute;
	clear:left;
	z-index: 100;
	width: auto;
	margin: 45px 0 0 0!important;	
	margin: 0;
	width: 230px;
	padding: 0;	
}
*+html #menu_int.horizontale dd { 
	margin: 0!important;	
}

/* FIN MENU HORIZONTALE */

#menu_int dt a:hover{
	background:#CCCCCC;
}


#menu_int ul {
	padding: 0px;

}
#menu_int li {
	text-align: left;	
	z-index: 100;
}
#menu_int li a {
	display: block;
	width: 220px;
	padding: 4px 0px 4px 10px;	
	font-weight: normal;	
	text-decoration: none;	
	color:#013343;
	background:#fff;
	font-size:1.1em;
}
#menu_int li a:hover{
	color: #013343;
	font-weight: bold;
}


/* Informations CSS Plan de site */
/* ----------------------------------------------------------------------------------------------*/


ul#plan_site li{
	list-style:none;
	color:#7B7B7B;
	padding:5px 0 5px 0;	
}

ul#plan_site ul li{
	margin-left:60px;}

ul#plan_site ul ul li{
	margin-left:80px;}
	
ul#plan_site li a{ /* niveau 1 */
	color:#7B7B7B;
	font-weight:bold;
	background:url(visuels/puce_menu-bas.gif) center left no-repeat;
	padding:5px 0 5px 15px;	
}

ul#plan_site ul li a{ /* niveau 2 */
	font-weight:normal;
}

ul#plan_site ul ul li a{ /* niveau 3 */
}	

.plansite_1_noa{
	color:#7B7B7B;
	font-weight:bold;
	background:url(visuels/puce_menu-bas.gif) center left no-repeat;
	padding:5px 0 5px 15px;		
}

/* GOOGLE MAP */
/* ---------------------------------------- */

/* Styles CARTE GOOGLE */
#EmplacementDeMacarte {
	width: 500px;
	height: 240px;
	display:block;
	float:left;
	border:2px solid #002150;
}

.bulle {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	padding:5px 0px 5px 10px;
	font-weight:bold;
}

.bulle h4{
	color:#0099ff;
	font-weight:bold;

}
.bulle .adresse{
	color:#013343;
	font-weight:normal;
}
.bulle .adresse .tel{
	color:#0099ff;
}




/* Informations CSS FCK */
/* ----------------------------------------------------------------------------------------------*/

.wimg_image_droite {
	float:right;
	margin:0 0 10px 10px;
}
.wimg_image_gauche {
	float:left;
	margin:0 10px 10px 0;	
}

.wsc_titre_bleu_clair{
	color:#457d9e;
	font-size:1.3em;
	font-weight:bold;
	clear:left;
	margin:0 0 5px 0;
}
.wsc_bleu_clair{
	color:#457d9e;
}

.wsc_titre_bleu_fonce{
	color:#002150;
	font-size:1.3em;
	font-weight:bold;	
	clear:left;
	margin:0 0 5px 0;	
}
.wsc_bleu_fonce{
	color:#002150;
}

.wsc_titre_gris_fonce{
	color:#28343A;
	font-size:1.3em;
	font-weight:bold;	
	clear:left;
	margin:0 0 5px 0;	
}
.wsc_gris_fonce{
	color:#28343A;
}

.wsc_titre_gris_clair{
	color:#7B7B7B;
	font-size:1.3em;
	font-weight:bold;	
	clear:left;
	margin:0 0 5px 0;	
}
.wsc_gris_clair{
	color:#7B7B7B;
}

.wsc_bloc_img_droite{
	display:block;
	margin:0;
}
.wsc_bloc_infos_droite{
	width:156px;
	padding:5px;
	position:absolute;
	z-index:1000;
	background:#000000;
	margin:-120px 0 0 0;	
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	color:#FFFFFF;
	text-align:left;	
}
.wsc_bloc_infos_droite a{
	text-decoration:underline;
}
.wsc_bloc_infos_droite a:hover{
	text-decoration:none;
}

/* Slimbox de vidŽo */
/* --------------------------------------------------------------------------------------------- */

.fd_noir { display: none; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background: #000000; z-index: 2000; }
.slimbox_video { display: none; position: absolute; width: 500px; padding: 15px; top: 10%; left: 50%; margin-left: -250px; background: #fff; z-index: 2500; }
.bt_close { display: block; width: 40px; height: 40px; position: absolute; right: -20px; top: -20px; }
.visuel_close {
	display: block;
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 40px;
	background: url(visuels/bt_close.png) !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="visuels/bt_close.png", sizingMethod="crop");
}
*+html .visuel_close{	background: none!important;}
}
