/***********************************
mise en forme des div de base  fond
************************************/
#conteneur {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border: solid 0px red;
	background: #ffffff url('../../fr/images/interieur/fond_conteneur.gif');
}
#gauche {
	float: left;
	width: 288px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	border: solid 0px red;
}
#hautgauche {
	float: left;
	width: 253px;
	padding-bottom: 70px;
	padding-left: 35px;
	margin: 50px 0 0 0;
	background: #ffffff url('../../fr/images/communs/thematiques.jpg')  no-repeat bottom;
}
#hautgauche #picto {
	width: 205px;
	border-bottom: 1px solid #aaa;
}
#hautgauche .texte {
	float: left;
	padding: 0;
	margin-top: 5px;
	text-align: center;
	font-size: 0.8em;
}
#hautgauche .texte#texte_1{
	margin-left: 3px;
}
#hautgauche .texte#texte_2{
	margin-left: 28px;
}
#hautgauche .texte#texte_3{
	margin-left: 40px;
}
#milieugauche{
	float: left;
}
#basgauche {
	float: left;
	width: 100%;
	padding: 310px 0 0 0;
	margin: 0;
	background: #ffffff url('../../fr/images/communs/fond_basgauche.gif')  no-repeat bottom right;
}
#droite	{
	float:right;
	width: 640px;
	padding:0;
	margin:0;
	background-color: #ffffff;
}
#hautdroite	{
	float:right;
	background: #ffffff url('../../fr/images/interieur/haut_droite.jpg')  no-repeat top left;
	width: 610px;
	height: 140px;
	padding:0;
	margin:0;
}
#page {
	float: left;
	width: 630px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

/************************************************** 
/        div de navigation             		  /
**************************************************/
#navigation {
	float:left;	
	padding-left: 10px;
	margin-top: 10px;
	text-align:left;
}
#barreprogression {
	font-size: 0.8em;
	margin:0;
	padding:0;
	line-height: 30px;
	color: #000;
	font-weight: normal;
}
#barreprogression A {
	color: #000;
}
#barreprogression A:hover {
	text-decoration: underline;
}

