@charset "UTF-8";
/* CSS Document */

h4 {
	font-size:100%;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	padding-top: 1em;
}

hr {
	background:url(none.html);
	color:none;
	height:1px;
	margin: -0.5em 0;	padding: 0px;
	clear: both;
	border:none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	visibility:hidden;
}
#texte{    /* CADRE   */ 
	float:left;
	width:460px;
	padding-left:20px;
	margin-bottom:20px;
	text-align: justify;
	/*padding-top:0px;*/
	font-size:95%;
	}

#texte2{    /* CADRE   */ 
	float:left;
	width:660px;
	padding-left:20px;
	margin-bottom:20px;
	text-align: justify;
	/*padding-top:0px;*/
	font-size:95%;
	}

/*----------------annuaire------------------*/


#annuaire-fiche{
	border:solid 1px #CCC;
	padding:33px;
	-moz-box-shadow: 1px 1px 12px #CACACA;
	-webkit-box-shadow: 1px 1px 12px #CACACA;
	box-shadow: 1px 1px 12px #CACACA;
	text-align:left;
}

#annuaire-fiche hr {
	background:url(none.html);
	color:none;
	height:1px;
	margin: 1em 0;	padding: 0px;
	clear: both;
	border-bottom:1px dotted #C30;
	visibility:visible;
}



#annuaire-fiche h1.titre {
    font: 180% Georgia,"Times New Roman";
	color:#99173C;
}
#annuaire-fiche h2{
		padding-top:0px;
		color:#99173C;}

#annuaire-fiche h3{
		padding-top:0px;
		color:#99173C;}


