/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#menu, #haut, #menuLateral, #myjquerymenu, #contenuLateral,  #menuu, #filAriane, #entrepriseForm, #menuBas, #sousMenu1, #sousMenu2, #sousMenu3{
	position: absolute;
	visibility: hidden;
}


/* ELEMENTS DE BASE À PERSONNALISER 
--------------------------------------------------------------------------------------- */
html{
	/* Garder 3 fontes seulement */
	font-family: Arial, Verdana, Tahoma;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

h1{color: #646464; font-size:18px; line-height: 30px;}

h1 a, h1 a:link, h1 a:visited{color:#C21527;}

h2{color: #83981f; font-size:14px; font-weight: bold;line-height: 18px;}
h2 a, h2 a:link, h2 a:visited{color:#333; }

h3{color: #646464; font-size:12px; font-weight: bold;}
h3 a, h3 a:link, h3 a:visited{color:#646464; }

.section1{color: #17629e;}
.section2{color: #83981f;}
.section3{color: #a42e18;}
.section4{color: #e58e1a;}


p{font-size: 12px; line-height: 125%; color: #646464;}
p.textePetit{font-size:10px;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color:#474848; text-decoration:underline;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{
	color:#000; text-decoration:underline;
}
.sousTitre1, a.sousTitre1:link, a.sousTitre1:visited{color:#17629e;font-size:12px;font-weight:bold;}
.sousTitre2, a.sousTitre2, a.sousTitre2:link, a.sousTitre2:visited{color:#83981f;font-size:12px;font-weight:bold;}
.sousTitre3, a.sousTitre3{color:#a42e18;font-size:12px;font-weight:bold;}
.sousTitre4, a.sousTitre4{color:#e58e1a;font-size:12px;font-weight:bold;}

ul li{color:#646464; font-size:12px; line-height:125%; list-style: disc; margin-left:16px;}
ol li{color:#646464; font-size:12px; line-height:125%; margin-left:16px;}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#999;  font-size:11px; padding:0 6px 0 6px;}
#piedPage a{color:#999; text-decoration:none;}
#piedPage a:hover{color:#353535;text-decoration:none;}


/* GABARIT
--------------------------------------------------------------------------------------- */
#gabarit1 div.blocTexte{/*border-bottom: 1px solid #c8c8c8;*/}
#gabarit2 div.blocTexte{float:left; width:460px;margin-right:10px;}
#gabarit2 div.blocPhoto{float:left; width:215px;}
#gabarit2 div.boitePhoto{
	text-align: center;
	border: 1px solid #cbcbcb;
	padding:5px 5px;
	margin:0 0 13px 0;
}
#gabarit2 div.boitePhoto img{border:4px solid #f0f0f0;}
#gabarit2 div.boitePhoto p{	text-align: left; margin:0 5px; font-size:10px;}
#gabarit2 div.boitePhoto p strong{font-weight: normal; font-size: 11px;}

#gabarit5 div.boiteLogo{float:left;width:140px; text-align:center;}
#gabarit5 div.boiteBanniere{float:left;width:550px; text-align:center;}

#gabarit6{}
#gabarit6 div.imgDoc{float:left;width:100px; text-align:center;}
#gabarit6 div.ctnDoc{float:left;width:550px;}
#gabarit6 div.ctnDoc p{line-height:150%;}

#gabarit7{
	width:335px;
	height: 120px;
	float:left;
	display: block;
	margin: 5px;
}
#gabarit7 p{margin:5px 0; width:200px; height:45px; overflow: hidden;}

#listeEntreprise {
	border-bottom: #a42e18 1px solid;
}
#listeEntreprise h2{margin-bottom:5px;}
#listeEntreprise div.imgEntreprise{
	float:left; display:block; width:215px;
}
#listeEntreprise div.imgEntreprise img{border:1px solid #4b4b4b;}

#listeEntreprise div.btnEntreprise{
	float: right;	
	width:150px;
}
#listeEntreprise div.btnEntreprise a.bouton{
	display:block;
	width:120px;
	text-decoration:none;
	margin-bottom:5px;
	border:1px solid #a42e18;
	padding:2px 5px;
	line-height:20px;
}

#listeEntreprise div.coordonnees{
	border-right: 1px solid #a42e18;
	float:left; display:block;
	width:350px;
	
}

#gabarit10 h3{
	color:#000; font-size:14px; font-family: verdana;padding-bottom:10px;
}
#listeEntreprise tr{
	vertical-align: top;
}
#listeEntreprise td.label{color:  #a42e18; width:115px;
	
}

td#listeService{
	vertical-align: top;
	width:225px;
	border-right: 1px solid #a42e18;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-family: verdana;
	color:#000;
}

.bouton{
	background-color: #ebebeb;
	border: 1px solid #4b4b4b;
	color: #a42e18;
	font-size: 12px;
	font-weight: normal;
	padding:2px 5px;
	text-decoration:none;
}
