@CHARSET "ISO-8859-1";
	a.titre:link {
		font-family : verdana, times, sans-serif ;
		font-stretch : semi-expanded;
		/*color : #ff0000;*/
		color : #024108;
		text-decoration : none ;
		line-height : 40px;
		font-weight : bold;
		font-size : 13px;
	}

	a.titre:visited {
		font-family : verdana, times, sans-serif ;
		font-stretch : wider;
		/*color : #ff0000;*/
		color : white;
		line-height : 40px;
		text-decoration : none ;
		font-weight: bold;
		font-size : 13px;
	}

	a.titre:hover {
		font-family : verdana, times, sans-serif ;
		font-stretch : wider;
		/*color : #ff0000;*/
		color : white;
		text-decoration : none;
		font-weight: bold;
		font-size : 12px;
	}

	a.soustitre:link {
		font-family : verdana, times, sans-serif ;
		font-stretch : semi-expanded;
		/*color : #ff0000;*/
		color : #024108;
		text-decoration : none ;
		font-weight : normal ;
		font-size : 12px;
	}

	a.soustitre:visited {
		font-family : verdana, times, sans-serif ;
		font-stretch : wider;
		/*color : #ff0000;*/
		color : black;
		text-decoration : none ;
		font-weight: normal;
		font-size : 12px;
	}

	a.soustitre:hover {
		font-family : verdana, times, sans-serif ;
		font-stretch : wider;
		/*color : #ff0000;*/
		color : black;
		text-decoration : underline;
		font-weight: normal;
		font-size : 12px;
	}

	ul {
		list-style-type: none;
		text-align: left;
	}
	
	li {
		position: relative;
		left: -23px;
		background-image: url(../images/puce.png);
		background-repeat: no-repeat;
		background-position: 0 0.3em;
		padding-left: 1.3em;
	}
	
	.cadremenu4, .cadremenu3, .cadremenu2, .cadremenu1, .cadremenu5, .cadremenu6, .cadremenu7, .cadremenu8, .cadremenu9  {
		position : absolute;
		text-align : center;
		overflow: hidden;
		background-image: url(../images/menu.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	
	.cadremenu10 {
		position : absolute;
		text-align : center;
		overflow: hidden;
		background-image: url(../images/menuEnd.jpg);
		background-repeat: no-repeat;
		background-attachment: scroll;
	}
	
