/* CSS Document */

* {
margin:0;
padding:0;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
background-color:#9998c5;
background-image:url(../images/fond.jpg);
background-repeat:repeat-x;
}

/*
**********************
****** LIENS *********
**********************
*/

a {
	color:#5e5d8a;
}

a:hover {
	color:#8b8ab2;
}

a.menu_haut {
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#FFFFFF;
}
a.menu_haut:hover {
	color:#2d2d5c;
}

a.menu {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
a.menu:hover {
	color:#2d2d5c;
}

a.menu_bas {
	text-decoration:none;
	font-size:9px;
	color:#3a3893;
}
a.menu_bas:hover {
	color:#3a3893;
	text-decoration:underline;	
}

a.lien_copyright {
	text-decoration:none;
	font-size:9px;
	color:#3a3893;
}
a.lien_copyright:hover {
	color:#FFFFFF;
}

.separation_menu {
	margin-left:5px;
	margin-right:5px;
}
.separation_menu_bas {
	margin-left:1px;
	margin-right:1px;
	color:#3a3893;
}
.spacer { clear:both;}

#menu_bas .separation_menu {
	margin-left:5px;
	margin-right:5px;
	font-size:9px;
	color:#3a3893;
}

/*
**************************
****** CONTENEUR *********
**************************
*/
#conteneur {
	position:relative;
	width:970px;
	margin:0 auto;
}

/*
**************************
****** BANDEAU HAUT ******
**************************
*/
#haut {
	position:relative;
	width:970px;
	height:140px;
	background:#9998c5;
	background:url(../images/haut.jpg) left top no-repeat;
}
#haut h1, #haut h2 {
	position:relative;
	text-indent:-5000px;
	display:none;
}

#menu_haut {
	position:absolute;
	width:348px;
	left:630px;
	height:22px;
}

#menu_haut ul {
	position:relative;
	margin-left:20px;
	padding-top:2px;
}
#menu_haut ul li {
	position:relative;
	float:left;
	list-style-type:none;
	list-style-position:outside;
}

#logo {
	position:absolute;
	width:190px;	
	height:140px;
}
#logo a {
	position:absolute;
	width:190px;	
	height:140px;
	display:block;
}
/*
****************************
****** BANDEAU PHOTOS ******
****************************
*/
#photos {
	position:relative;
	width:970px;
	height:119px;
	background:#9998c5;
	background:url(../images/photos.jpg) left top no-repeat;	
}

/*
**************************
****** MENU GENERAL ******
**************************
*/
#menu {
	position:relative;
	width:970px;
	height:38px;
	margin-top:15px;
	background:url(../images/fond_menu.jpg) left top no-repeat;		
	padding-top:7px;
	padding-left:12px;
	z-index:500;
}

#menu ul {
	position:relative;
	margin-left:15px;
	padding-top:8px;
}
#menu ul li {
	position:relative;
	float:left;
	list-style-type:none;
	list-style-position:outside;
}

/*
*********************
****** CONTENU ******
*********************
*/

#contenu {
	position:relative;
	width:930px;
	background-color:#e2e2f8;	
	background-image:url(../images/fond_contenu.jpg);
	background-repeat:repeat-x;
	color:#5e5d8a;
	padding:20px;
}

#accueil #contenu {
	position:relative;
	width:970px;
	background:none;
	padding:0;
}

#accueil #contenu ul li {
	margin-left:0px !important;
}
#accueil P {
	margin-bottom:0px !important;
	margin-top:0px !important;
}


#contenu ul li {
	list-style-position:outside;
	margin-left:15px;
}
#accueil #contenu ul li {
	list-style-position:outside;
	margin-left:0px !important;
}

#contenu .titre {
	font-size:14px;
	margin-bottom:10px;
}
#contenu .soustitre {
	font-size:12px;
	margin-bottom:10px;
}
#contenu .texte {
	font-size:12px;
}

#contenu ul {
	margin-bottom:0px;
	margin-top:0px;
}
#contenu ul li {
	margin-bottom:5px;
	margin-top:5px;
}
#accueil #contenu ul {
	margin-bottom:0px !important;
	margin-top:0px !important;
}


#contenu ul li.sansbulle {
	list-style-type:none;
	list-style-position:outside;
	margin-left:15px;
}

#contenu P {
	margin-bottom:10px;
	margin-top:10px;
}
#contenu DIV.paragraphe {
	margin-left:15px;
}

#contenu .encadre_clair {
	background:#FFFFFF;
	border:1px solid #cdcdec;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
#contenu .encadre {
	background:#f5f5fa;
	border:1px solid #cdcdec;	
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;	
}
#contenu .sans_encadre {
	border:0;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
}
/*
************************
****** TITRE PAGE ******
************************
*/
#titre_page {
	position:relative;
	width:970px;
	height:55px;
	background-repeat:repeat-x;	
}

#titre_page a {
	color:#FFFFFF;
	text-decoration:none;
}
#titre_page a:hover {
	color:#e2e2f8;
	text-decoration:underline;
}

#titre_page h1 {
	position:absolute;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	left:18px;
	top:18px;
}
#titre_page h1.analyse {
	 left:100px;
}

/*
**************************
****** PIED DE PAGE ******
**************************
*/
#pied {
	position:relative;
	width:970px;
	height:100px;
	padding-top:30px;
	clear:both;
}

#menu_bas {
	position:absolute;
	width:970px;
	left:0px;
}

#menu_bas ul {
	position:relative;
	padding-top:2px;
}
#menu_bas ul li {
	position:relative;
	float:left;
	list-style-type:none;
	list-style-position:outside;
	line-height:14px;
}


#copyright {
	position:absolute;
	width:900px;
	height:60px;
	top:90px;
	font-size:9px;
	color:#3a3893;
}
#copyright ul {
	position:relative;
	padding-top:2px;
}
#copyright ul li {
	position:relative;
	list-style-type:none;
	list-style-position:outside;
}

/*
############ MENU ###############
*/

#menu dl.menu-level1 dt a {
	position:relative;
	float:left;
	text-decoration:none;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8px;
	display:block;
	height:38px;
	font-size:12px;
}



#menu dt.separation_menu_principal {
	float:left;
	font-size:9px;
	margin-left:5px;
	margin-right:5px;
}


#menu dd li a {
	font-weight:bold;
}

#menu dl.menu-level1 dt a:hover,
#menu dl.menu-level1 dt.hover a,
#menu dl.menu-level1 dd li a:hover,
#menu dl.menu-level1 dd ul li a:hover {
	color:#FFFFFF;
}



/*
diagnostic
*/
#menu dl.menu-level1 dt.diagnostic a:hover {
	color:#272d77;
}
#menu dl.menu-level1 dt.diagnostic a:hover,
#menu dl.menu-level1 dt.diagnostic.hover a,
#menu dl.menu-level1 dd.diagnostic li a:hover,
#menu dl.menu-level1 dd.diagnostic ul li a:hover {
	color:#272d77;
}

/*
expertise
*/
#menu dl.menu-level1 dt.expertise a:hover {
	color:#ff7a0d;
}
#menu dl.menu-level1 dt.expertise a:hover,
#menu dl.menu-level1 dt.expertise.hover a,
#menu dl.menu-level1 dd.expertise li a:hover,
#menu dl.menu-level1 dd.expertise ul li a:hover {
	color:#ff7a0d;
}

/*
assistance
*/
#menu dl.menu-level1 dt.assistance a:hover {
	color:#16d686;
}
#menu dl.menu-level1 dt.assistance a:hover,
#menu dl.menu-level1 dt.assistance.hover a,
#menu dl.menu-level1 dd.assistance li a:hover,
#menu dl.menu-level1 dd.assistance ul li a:hover {
	color:#16d686;
}

/*
pret
*/
#menu dl.menu-level1 dt.pret a:hover {
	color:#fdde4a;
}
#menu dl.menu-level1 dt.pret a:hover,
#menu dl.menu-level1 dt.pret.hover a,
#menu dl.menu-level1 dd.pret li a:hover,
#menu dl.menu-level1 dd.pret ul li a:hover {
	color:#fdde4a;
}

/*
clients
*/
#menu dl.menu-level1 dt.clients a:hover {
	color:#272d77;
}
#menu dl.menu-level1 dt.clients a:hover,
#menu dl.menu-level1 dt.clients.hover a,
#menu dl.menu-level1 dd.clients li a:hover,
#menu dl.menu-level1 dd.clients ul li a:hover {
	color:#272d77;
}

#menu dl.menu-level1 dd {
	position:absolute;
	top:38px;
	display:none;
}

#menu dl.menu-level1 dd.diagnostic {left:0px;}
#menu dl.menu-level1 dd.expertise {left:200px;}
#menu dl.menu-level1 dd.assistance {left:400px;}
#menu dl.menu-level1 dd.pret {left:785px;}

*+html #menu dl.menu-level1 dd.diagnostic {left:-16px;}
*+html #menu dl.menu-level1 dd.expertise {left:184px;}
*+html #menu dl.menu-level1 dd.assistance {left:384px;}
*+html #menu dl.menu-level1 dd.pret {left:769px;}

*html #menu dl.menu-level1 dd.diagnostic {left:24px;}
*html #menu dl.menu-level1 dd.expertise {left:227px;}
*html #menu dl.menu-level1 dd.assistance {left:424px;}
*html #menu dl.menu-level1 dd.pret {left:799px;}

*html #menu dl.menu-level1 dd li {
	position:relative;
	left:-40px;	
}

*html #menu dl.menu-level1 dd li ul li {
	margin-left:0px;
}

/*
Tous les liens ( blancs)
*/
#menu dl.menu-level1 dd li a {
	color:#FFFFFF;
}

#menu dl.menu-level1 dd {
  	filter:alpha(opacity=90); 	
	opacity: 0.9;
}

#menu dl.menu-level1 dd li,
#menu dl.menu-level1 dd ul li {
	list-style-type:none;
}


#menu dl.menu-level1 dd li a,
#menu dl.menu-level1 dd ul li a {
	display:block;
	padding:2px;
	font-size:12px;
	text-decoration:none;
	background-color:#5b59a4;
	list-style-type:none;
	height:20px;
	padding-left:10px;
}

/*
Largeur des liens
*/
#menu dl.menu-level1 dd.diagnostic li a,
#menu dl.menu-level1 dd.diagnostic ul li a {
	width:188px;
}
#menu dl.menu-level1 dd.expertise li a,
#menu dl.menu-level1 dd.expertise ul li a {
	width:188px;
}
#menu dl.menu-level1 dd.assistance li a,
#menu dl.menu-level1 dd.assistance ul li a {
	width:373px;
}
#menu dl.menu-level1 dd.pret li a,
#menu dl.menu-level1 dd.pret ul li a {
	width:173px;
}

#menu dl.menu-level1 dd li.sub ul {
	visibility:hidden;
}	

#menu dl.menu-level1 dd li.sub a {
	background:url(../images/fleche_ssmenu.gif) no-repeat right 4px #ffffff;
}
#menu dl.menu-level1 dd li.sub a:hover {
	background:url(../images/fleche_ssmenuH.gif) no-repeat right 4px #e2e2e2;
}
#menu dl.menu-level1 dd li.sub ul li a,
#menu dl.menu-level1 dd li.sub ul li a:hover {
	background-image:none;
}
#menu dl.menu-level1 dd li ul {
	display:none;
	position:absolute;
	left:170px;
	margin-top:-25px;
}
#menu dl.menu-level1 dd {
	padding-left:0px;
}

/*
***************************
****** MENU ACTIVITE ******
***************************
*/
.menu_activite {
	position:relative;
	width:970px;
	height:182px;
}
.menu_activite li {
	list-style-type:none;
	list-style-position:outside;
	float:left;
}

.menu_activite li a {
	text-indent:-5000px;
}

.menu_activite li.bouton_diagnostic a {
	width:200px;
	height:182px;
	display:block;
	background:url(../images/bt_diagnostic.jpg) top left no-repeat;
}
.menu_activite li.bouton_expertise a {
	width:200px;
	height:182px;
	display:block;
	background:url(../images/bt_expertise.jpg) top left no-repeat;
}
.menu_activite li.bouton_assistance a {
	width:200px;
	height:182px;
	display:block;
	background:url(../images/bt_assistance.jpg) top left no-repeat;
}
.menu_activite li.bouton_pret a {
	width:370px;
	height:182px;
	display:block;
	background:url(../images/bt_pret.jpg) top left no-repeat;
}

/*
******************************
****** QUI SOMMES NOUS  ******
******************************
*/
#qui_sommes_nous {
	position:relative;
	width:590px;
	padding:10px;
	background:url(../images/fond_qui.jpg) top left no-repeat;
	color:#5e5d8a;
	margin-top:20px;
}
#qui_sommes_nous h1 {
	font-size:12px;
	background:url(../images/puce_qui_sommes_nous.gif) top left no-repeat;	
	height:28px;
	padding-left:10px;
	padding-top:5px;	
}

.texte_qui_sommes_nous {
	padding-top:12px;
	padding-bottom:10px;
	padding-right:10px;		
}
#qui_sommes_nous #puce a {
	position:absolute;
	width:9px;
	height:9px;
	display:block;
	left:580px;
	height:18px;
	background:url(../images/puce_off.gif) top left no-repeat;
}
#qui_sommes_nous #puce a:hover {
	background:url(../images/puce_on.gif) top left no-repeat;	
}

/*
***********************
****** FLUX RSS  ******
***********************
*/
#flux_rss {
	position:relative;
	width:590px;
	padding:10px;
	background:url(../images/fond_rss.jpg) top left no-repeat;
	color:#fefeff;
	margin-top:20px;
}
#flux_rss h1 {
	font-size:12px;
	background:url(../images/puce_flux_rss.gif) top left no-repeat;	
	height:28px;
	padding-left:45px;
	padding-top:10px;	
}

.texte_flux_rss {
	padding-top:12px;
	padding-bottom:10px;		
}
#flux_rss #puce a {
	position:absolute;
	width:9px;
	height:9px;
	display:block;
	left:580px;
	height:18px;
	background:url(../images/puce_off.gif) top left no-repeat;
}
#flux_rss #puce a:hover {
	background:url(../images/puce_on.gif) top left no-repeat;	
}

/*
*************************
****** ACTUALITES  ******
*************************
*/
#actualites {
	position:relative;
	width:345px;
	padding:0px;
	background-image:url(../images/fond_actu.jpg);
	background-repeat:no-repeat;
	background-color:#b5b3da;
	color:#FFFFFF;
	margin-top:20px;
	margin-left:620px;
	height:455px;

}
#actualites #puce_titre {
	position:absolute;
	left:10px;
	top:10px;	
	width:29px;
	height:30px;
	background:url(../images/puce_titre_actu.gif) top left no-repeat;	
}

#actualites h1 {
	position:absolute;
	font-size:12px;
	height:28px;
	width:280px;
	left:22px;
	top:17px;
}

.texte_actualites {
	position:absolute;
	width:325px;
	height:390px;
	top:50px;
	left:10px;
	overflow:auto;
	scrollbar-3dlight-color:    #9a98c7;   
	scrollbar-arrow-color:      #FFFFFF;   
	scrollbar-darkshadow-color: #9a98c7;  
	scrollbar-face-color:       #9a98c7;   
	scrollbar-highlight-color:  #dbd9f3;   
	scrollbar-shadow-color:     #dbd9f3;	
}
#actualites #puce a {
	position:absolute;
	width:9px;
	height:9px;
	display:block;
	left:325px;
	top:10px;
	height:18px;
	background:url(../images/puce_off.gif) top left no-repeat;
	z-index:500;
}
#actualites #puce a:hover {
	background:url(../images/puce_on.gif) top left no-repeat;	
}

.bouton_en_savoir_plus {
	width:105px;
	height:28px;
	background:url(../images/bt_savoir_plus.jpg) top left no-repeat;
	margin-top:5px;
}
.bouton_en_savoir_plus a {
	display:block;
	width:86px;
	height:20px;
}

/*
*********************
****** GAUCHE  ******
*********************
*/
#gauche {
	position:relative;
	width:620px;
	float:left;
}


/*###################################*/
/*############# NEWS ################*/
/*###################################*/
#news {
	position:relative;
	text-align:left;
}
.titre_news {
	font-weight:bold;
	font-size:14px;
}
.date_news {
	font-weight:bold;
	font-size:12px;
	width:900px;
	text-align:right;
	margin-right:10px;	
}
.texte_news {
	font-weight:normal;
	font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
}
.incrustation {
	float:left;
	margin-right:20px;
	margin-bottom:17px;
	margin-left:0px;
	margin-top:0px;
}
a.lien_actualite {
	color:#5e5d8a;
	font-weight:bold;
}

a.lien_actualite:hover {
	color:#8b8ab2;
}
.lien_actualites {
	margin-top:10px;
	margin-bottom:10px;
}
/*
******************************
*** Flux RSS *****************
******************************
*/
.texte_flux_rss {
	width:570px;
	margin-left:10px;
}
.texte_flux_rss li {
	list-style-type:disc;
	list-style-position:inside;
}
.texte_flux_rss a {
	color:#FFFFFF;
	text-decoration:none;
}.texte_flux_rss a:hover {
	color:#5e5d8a;
	text-decoration:none;
}
/*
******************************
*** Formulaire contact *******
******************************
*/
.formulaire_contact {
	background:#e6e6fa;
	border:1px solid #5e5d8a;
	padding:10px;
}

.formulaire_contact input, .formulaire_contact textarea {
	border:1px solid #5e5d8a;
	width:280px;	
}
.formulaire_contact input.bouton_envoyer ,input.bouton_retour  {
	background:url(../images/fond_bt_envoyer.jpg);
	height:33px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	border:0;
	width:150px;
	cursor:pointer;
}	

.font_cellule_tableau_amiante {
	color:#FFFFFF;
	padding:5px;
	background:#9694C3;
	height:30px;
	font-size:11px;
}

.fond_fleche_bas {
	background-image:url(../images/fleche_bas.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.fond_fleche_droite {
	background-image:url(../images/fleche_droite.gif);
	background-repeat:no-repeat;
	background-position:center;
}
.reponse_cellule_tableau_amiante {
	font-size:11px;
	font-weight:bold;
	background-color:#f5f5fa;
}
.photos {
	border:3px solid #8685ab;
}
ul.liste_photos_horizontale {
	position:relative;
	height:170px;
	list-style-type:none;
	text-align:center;
	margin-top:10px !important;
}
ul.liste_photos_horizontale li {
	margin-left:0 !important;
	margin-right:10px;
	display:inline !important;
}
div.titre_diaporama {
	text-align:center;
}