		body {
			behavior: url(csshover.htc);
			font-family: Cambria, Verdana, Geneva, Arial, Helvetica, sans-serif;
			text-align: justify;
			line-height: normal;
			font-size-adjust: inherit;
		}
		a.image img {text-decoration:none; border:none;}

		div#container{
			position : absolute;
			width: 100%;
			top: 100px;
			background-color: #99CCCC;}

		div#content{ position : relative; left: 10%; width:75%;
			background-color: #99CCCC;}

		div#content p { position : relative;
			left: 0; }

		div#navigation {
			position: relative;
			float: left;
			left: 5px;
			top: 20px;
			width : 30%;}

		div#navigation p{
			background:#B9CAFF;}
		div#avertissement{
			background-color: #D3D3D3;
			color: Black;
			margin-top: 30px;
			padding: 5px;
			font-size: smaller;
		}
		div#footer{
			width: 100%;
			background: #808080;
			color: #FFF;}

		div#footer p{width:100%;
			margin:0;
			padding:5px 10px;
      font-size: smaller;}

		div#footer a{display:inline;
			padding:0;
			color: #C0C0C0}
		#menu {
			width: 300px;
			background: white;
		}

		#menu ul {
			padding: 0;
			width: 300px;
			border:1px solid;
			margin:0px;
		}
		#menu li:hover {background: #EDD;}
		#menu li.sousmenu:hover {background: #EBB;}
		#menu li.sousmenu {
			background: url(images/FlechesD.gif) 95% 50% no-repeat;
		}
		#menu li a {
			text-decoration: none;
			padding: 4px 0 4px 8px;
			display:block; border-left:8px solid #BBB; width:285px;
		}

		#menu li a:hover {
			border-left-color: red;
		}
		#menu ul li {
			position:relative;
			list-style: none;
			border-bottom:1px solid;
		}
		#menu ul ul {
			position: absolute;
			top: 0;
			left: 300px;
			background: white;
			display:none;
		}


			#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
		#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {display:block;}

		#menu a {color:#000000;}

		#menu ul ul li a:hover {
			border-left-color: #00FF00;
			background: white;
		}
		#menu ul ul ul li a:hover {
			border-left-color: #0000FF;
			background: white;
		}

		.clear {
			clear: both;
			display: block;
			height: 1px;
			overflow: hidden;
			margin: 0;
			padding: 0;
		}

		#texte {
			position: relative;
			width: 90%;
			top: 50px;
			margin-left: 25px;
			padding-left: 0px;
			clear: both;
			border-top: 3px solid Black;
			padding-top: 5px;
			font-family: Cambria, Verdana, Geneva, Arial, Helvetica, sans-serif;
		}
		#photo {   float : right; margin-top: 50px;}
		#photo3 {   float : right; margin-top: 20px; margin-right: 10px;}
		/*#photo2 {clear:both;} */
		#photo2 a { text-decoration: none; 	}
