/**********************************
	D�finition g�n�rale des blocs
*********************************/
#left .portail_content_box{
	float: left;
	width: 250px;
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: -5px;
	padding:0px;
	padding-bottom: 10px;

}

#left .portail_content_box h2{
	width:250px;
	margin-top:-8px;
	margin-left:-6px;
}

#left .lavande{
	background: transparent url("../img/header_frame/medium_lavande.png") bottom left no-repeat;
}
#left .violet{
	background: transparent url("../img/header_frame/medium_violet.png") bottom left no-repeat;
}
#left .marron{
	background: transparent url("../img/header_frame/medium_marron.png") bottom left no-repeat;
}

#left .orange{
	background: transparent url("../img/header_frame/medium_orange.png") bottom left no-repeat;
}
#left .vert{
	background: transparent url("../img/header_frame/medium_vert.png") bottom left no-repeat;
}
#left .ocre{
	background: transparent url("../img/header_frame/medium_ocre.png") bottom left no-repeat;
}
#left .beige{
	background: transparent url("../img/header_frame/medium_beige.png") bottom left no-repeat;
}
#left .bordeaux{
	background: transparent url("../img/header_frame/medium_bordeaux.png") bottom left no-repeat;
}
#left .gris{
	background: transparent url("../img/header_frame/medium_gris.png") bottom left no-repeat;
}

/**********************************
	Fin d�finition g�n�rale des blocs
*********************************/
/**********************************
	D�finition 
*********************************/
#left .portail_content_box ul{
	width: 250px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom:20px;
}

#left .portail_content_box ul li{
	background: orange;
	border-right: 1px solid white;
	padding-right: 15px;
	padding-left: 15px;
	width: 89px;
}
#left .portail_content_box ul li:hover{
	background: white;
}
#left .portail_content_box ul li:hover  a{
	color:orange;
}