#header {
	height: 158px;
	background: url('images/estivin/bg_type_head.jpg') no-repeat top left;
}

#page {
	background: url('images/estivin/bg_type_bas.jpg') no-repeat bottom right;
	padding-bottom: 100px;
}
#page_type {
	width: 901px;
	background: url('images/estivin/bg_type_page.gif') repeat-y top left;
}


/**********************/
/*** COLONNE GAUCHE ***/
/**********************/

#c_gauche {
	width: 216px;
	float: left;
	min-height: 520px;
	_height: 520px;
	background-color: #b4d90a;
	background-image: url('images/estivin/bg_type_c_gauche.gif');
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}

#titreRubrique {
	float: left;
	width: 140px;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	background: url('images/estivin/puce_rubrique.gif') no-repeat 0px 2px;
	padding-left: 15px;
	margin: 0px 0px 4px 30px;
	_margin: 0px 0px 4px 15px; /* IE */
}

ul#menuGauche {
	float: left;
	width: 196px;
	min-height: 1px;
	_height: 1px;
	padding-bottom: 200px;
	margin-left: 10px;
	_margin-left: 5px; /* IE */
	background: url('images/estivin/bg_menu_gauche.gif') no-repeat top left;
}

ul#menuGauche li.nav2{
	float: left;
	width: 176px;
	list-style: none;
	padding: 18px 0px 4px 20px;
	background: url('images/estivin/bg_menu_gauche_pointilles.gif') no-repeat bottom left;
}
ul#menuGauche li.nav2 a{
	font-size: 11px;
	color: white;
	text-decoration: none;
}
ul#menuGauche li.nav2 a:hover,
ul#menuGauche li.nav2 a.selected{
	color: #eeff8f;
	font-weight: bold;
}

ul#menuGauche li.nav2 li.nav3 {
	float: left;
	width: 160px;
	list-style: none;
	padding: 4px 0px 0px 16px;
}
ul#menuGauche li.nav2 li.nav3 a{
	font-size: 10px;
}
ul#menuGauche li.nav2 li.nav3 a:hover,
ul#menuGauche li.nav2 li.nav3 a.selected{
	font-weight: normal;
}

/*** PHOTOS ***/

img#photos_c_gauche {
	position: absolute;
	bottom: 0px;
	left: -30px;
}


/**********************/
/*** COLONNE DROITE ***/
/**********************/

#c_droite {
	float: right;
	padding-right: 22px;
}

#contenu {
	width: 640px;
	margin-top: 18px;
	color: #5d5a55;
}

