


/*--------------------------------------------------------------------
/* CONTENU
/**/

#photo {
	width : 464px;
	height : 219px;	

	background-image : url(../images/photo-plan-du-site.jpg);

	position : absolute;
	top : 16px;
	left : 505px;
	z-index : 102;
}

/* 

PLAN DU SITE

/**/



#contenu ul {

	margin : 0;

	margin-left : 3em;

	margin-top : 1em;



	padding : 0;



	font-weight : bold;



	list-style-type : square;

}



#contenu ul li {

	margin-bottom : 1em;

	padding : 0;

	background-image : none;

}



#contenu ul ul {

	margin : 0;

	margin-left : 3em;

	padding : 0;



	font-weight : normal;



	list-style-type : circle;

}



#contenu ul ul li {

	margin-bottom : 0em;

}



#contenu ul ul ul {

	margin : 0;

	margin-left : 3em;

	padding : 0;



	font-size : 90%;

	line-height : 150%;



	list-style-type : disc;

}