/* CSS Document */

.text_droit{
	margin-right:1em;
}

.domaines{
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#004796;
	margin-bottom:1em;
}

.bolder{
	font-weight:bolder;
}

/*#contenu_domaines{
	height:auto !important;
	height:1500px;
	min-height:1500px;
	padding-right:14px;
	padding-left:14px;
	border-right:#CCCCCC 1px dashed;
	border-left:#CCCCCC 1px dashed;
	
}*/

.list_exemples{
	list-style:none;
	margin-left:1em;
	margin-bottom:1em;	
}

.adresses{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-style:italic;
	margin-bottom: 2em;
	margin-top: 1em;	
}

.photo_eric{
	float:right;
	margin-top:3em;
	margin-left:1em;
}

/* ===================== */
/* ===LINKS ADRESS=== */
/* ===================== */

.adresses a{
	text-decoration:none;
	color:#004795;
	background:transparent;
}

.adresses a:hover {
	color:#bebcbc;
	background:transparent;
}

