html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#conteneur{
	/*height:100%;*/
	height:590px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid black;
}

#bandeau{
	width:970px;
	height:148px;
	border:0px solid #000000;
	background-image: url(../images/bandeau_haut.jpg);
}

#colonne_contenu{
	padding:0px;
	margin:0px;
	border:0px solid #000000;
}

#menu_gauche{
	margin:0px;
	padding:0px;
	width:163px;
	height:440px;
	border:0px solid black;
	border-bottom:1px solid #91a19d;
	background-image: url(../images/menu_gauche.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #b5b5ff;
}

#contenu{
	padding:0px 20px 0px 20px;
	margin:0;
	width:766px;
	height:400px;
	border-right:1px solid #91a19d;
	border-bottom:1px solid #91a19d;
	overflow:auto;
	overflow-x:hidden;
}

#barre_nav{
	padding:10px 20px 0px 20px;
	margin:0;
	width:766px;
	height:30px;
	border-right:1px solid #91a19d;
}

/* ************************ ACCUEIL ******************* */

#encart_qui_titre{
	position:absolute;
	width: 295px;
	height:15px;
	padding:4px 4px 4px 4px;
	border: 0px solid black;
	background-color: #8673cf;
	color:white;
	font-weight:bold;
}

#encart_qui{
	position:absolute;
	margin-top: 23px;
	width: 293px;
	height: 207px;
	padding:4px 4px 4px 4px;
	border: 1px solid #91a19d;
	border-top:0px;
	font-size:11px;
}

#encart_actu_titre{
	position:absolute;
	margin-left:315px;
	width: 440px;
	height:15px;
	padding:4px 4px 4px 4px;
	border: 0px solid black;
	background-color: #b5b5ff;
	color:white;
	font-weight:bold;
}

#encart_actu{
	position:absolute;
	margin-top: 23px;
	margin-left:315px;
	width: 438px;
	height: 207px;
	padding:4px 4px 4px 4px;
	border: 1px solid #91a19d;
	border-top:0px;
}

#encart_contact_titre{
	position:absolute;
	margin-top:250px;
	width: 754px;
	height:15px;
	padding:4px 4px 4px 4px;
	border: 0px solid black;
	background-color: #b5b5ff;
	color:white;
	font-weight:bold;
}

#encart_contact{
	position:absolute;
	margin-top:273px;
	width: 760px;
	height:113px;
	padding:0px 0px 0px 0px;
	border: 1px solid #91a19d;
	border-top:0px;
}


/* **************************************************** */


#tableau_ref{
	border: 0px solid #000000;
	border-collapse: collapse;
	background-color: #ffffff;
	font-size: 10px;
}

#tableau_ref th{
	margin: 0;
	padding: 5px 0px 5px 5px;
	border: 1px solid #000000;
}

#tableau_ref td{
	border: 1px solid black;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	font-size: 10px;
}


