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




/*** Mise en page ***/


#navigation_gauche_hp {
	width:180px;
	height:350px;
	float:left;
}

#contenu {
	width:720px;
	height:350px;
	float:left;
	}

#ombre {
	width:900px;
	height:7px;
	background-image:url(../../images/habillage/ombre_bas.png);
	background-repeat:no-repeat;
	clear:both;
}

#bas {
	width:721px;
	height:auto;
	background-color:#e4ddb7;
	padding-left:179px;
}

#actu {
	position:relative;
	width:360px;
	height:auto;
	background-image:url(../../images/habillage/fond_actu.png);
	background-repeat:repeat-y;
	float:left;
	/*
	padding-left:15px;
	padding-right:15px;
	*/
}

#titre_actu {
	background-image:url(../../images/habillage/filet_actu.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:15px;
	width:343px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#8e2800;
}


#contenu_actu {
	padding-left:15px;
	padding-top:5px;
	padding-bottom : 5px;
	width:343px;
	height:auto;
}


#titre_actu_image {
	background-image:url(../../images/habillage/filet_actu.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:100px;
	width:243px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#8e2800;
	float:left;
}


#contenu_actu_image {
	padding-left:100px;
	padding-top:5px;
	padding-bottom : 5px;
	width:243px;
	height:auto;
	float:left;
}

#image_actu {
position:absolute;
	float:left;
	width:100px;
	z-index:100px;
	top:-5px;
	left:0px;
	}


/*** Textes et liens ***/
.texte_haut {
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#003630;
}