/* CSS Document */

.titreACCUEIL{
	font-family:arial, verdana, sans-serif;
	font-size:15px;
 	color:#FF9900; 
 	text-transform:uppercase; 
 	font-weight:bold;
	margin:7px 0 0 0;
}
.soustitreACCUEIL{
	font-family:arial, verdana, sans-serif;
	font-size:14px; 
	color:#FF9900; 
	text-transform:uppercase; 
	font-weight:bold;
	margin:10px 0 20px 0;
}

.texteACCUEIL{
	font-family:arial, verdana, sans-serif;
	color:#574B4E;
	font-size:11px;
	text-align:justify;
}

.titreCOL_DROITE{
	font-family:arial, verdana, sans-serif;
	color:#655E5E;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:3px;
}

.s_titreCOL_DROITE{
	font-family:arial, verdana, sans-serif;
	color:#655E5E;
	display:block;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
}

.texteCOL_DROITE{
	font-family:arial, verdana, sans-serif;
	color:#574B4E;
	font-size:11px;	
}

.texteCOL_DROITE a{
	font-family:arial, verdana, sans-serif;
	color:#574B4E;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
}



/* colonne de droite */
.COL_DROITE{
	margin:8px 0 0 0;	
}
.COL_DROITE ul{
	border-bottom:1px solid #BCBCBC;
}


.COL_DROITE li.ligne1{
	background:url(../home/img/css/d_fd_prest_col1.gif) 4px 4px no-repeat;
}
.COL_DROITE li.ligne2{
	background:url(../home/img/css/d_fd_prest_col2.gif) 4px 4px no-repeat;
}
.COL_DROITE li.ligne3{
	background:url(../home/img/css/d_fd_prest_col3.gif) 4px 4px no-repeat;
}
.COL_DROITE li.ligne4{
	background:url(../home/img/css/d_fd_prest_col4.gif) 4px 4px no-repeat;
}


/* prestations */
.prestations{
	padding:0 0 12px 0;
}

* html .prestations{
	height:1%;
}
.prestations .titre{
	color:#655E5E;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:3px;
}
.prestations ul{
	border-bottom:1px solid #d7d5d6;
}
.prestations li{
	border-top:1px solid #d7d5d6;
	padding:4px 0 4px 40px;
}
.prestations li a{
	font-weight:bold;
}
.prestations a strong{
	display:block;
	text-transform:uppercase;
	font-size:120%;
	font-weight:normal;
}
.prestations li a:hover{
	text-decoration:underline;
}

