/* CSS Document */
	
body {
	
	font-family: "trebuchet ms", verdana, "times new roman", times, sans-serif;

	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

.tabMenu {
	width: 100%;
	
	
}

.tabMenu td {
	vertical-align: top;
	padding: 5px;
	width: 50%;
}

.tabContact {
	margin-bottom: 20px;
}

.tabContact td {
	padding: 5px;
}

.tabContact .cellGauche {
	/*width: 75px;*/
}

.tabContact .cellDroite {
	/*width: 100px;*/
}
/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.plan-du-site #contenu ul {
	margin : 0;
	margin-left : 2em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

.plan-du-site #contenu ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

.plan-du-site #contenu ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

.plan-du-site #contenu ul ul li {
	margin-bottom : 0em;
}

.plan-du-site #contenu ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}

/*-------------------------
/* pied
/**/
#pied {


	padding-top: 25px;
	
}






