@charset "utf-8";
/* CSS Document */
		BODY{
			background-color:#F2F2F2;
			margin:0;
			margin-top:10px;
			padding:0;
		}
		TABLE,BODY{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;
		}
		
		a{
			color:#78AEC4;	
		}
		
		h1{
			color:#996600;
			text-align:center;
		}
		h2{
		color:#996600;
		}
		h3{
			color:#78AEC4;	
		}
		
		h2,h3{
			display:inline;
		}
		
		#portrait{
			background-image:url(images/drioton.gif);
			background-repeat:no-repeat;
			background-position:center top;
			height:252px;
			width:176px;
	 		position: absolute;
			margin-top:-8px;
	 		margin-left:400px;	
		}
		#portrait h1{
			visibility:hidden;
			display:inline;
			line-height:0px;
		}
		#principal{
			width:1000px;
		}
		
		#top_haut{
			background-image:url(images/top_haut.jpg);	
			background-repeat:no-repeat;
			height:18px;
			width:1000px;
			float:left;
		}
		
		#top_milieu{
			background-image:url(images/top_milieu.jpg);
			background-repeat:no-repeat;	
			height:96px;
			width:1000px;
			float:left;	
		}
		#titre_gauche{
			color:#FFFFFF;
			font-size:30px;
			font-weight:bold;
			margin-left:50px;
			margin-top:25px;
			float:left;
		}
		#titre_gauche a{
			color:#FFFFFF;
			text-decoration:none;
		}
		#titre_droite{
			float:right;
			color:#FFFFFF;
			font-size:30px;
			font-weight:bold;
			margin-right:50px;
			margin-top:25px;
		}
		#titre_droite a{
			color:#FFFFFF;
			text-decoration:none;
		}
		#centre{
			background-image:url(images/centre.jpg);
			width:1000px;
			height:100%;
			float:left;
		}
		#contenu{
			width:940px;
			margin-left:30px;
			margin-top:70px;
			margin-bottom:10px;
			text-align:justify
		}
		
		#menu{
			background-image:url(images/menu.jpg);
			width:1000px;
			height:63px;
			float:left;
			color:#FFFFFF;
			font-size:20px;
		}
		#menu ul{
			list-style: none ;
			margin: 0 ;
			margin-top:20px;
			padding: 0 ;
		}
		
		#menu #ul_gauche{
			float:left;
		}
		#menu #ul_droite{
			float:right;
		}
		
		#menu .li_gauche{
			display: inline ;
			margin-right:40px;
			margin-left:60px;			
		}
		#menu .li_droite{
			display: inline ;	
			margin-right:60px;
			margin-left:30px;			
		}		
		#menu li a {
			color: #fff ;
			line-height: 1em ;
			text-decoration: none ;
			padding: 0px 0px ;
		}
		#menu li a:hover{
			text-decoration:underline;
			color:#996600;
		}
		
		#bas{
			background-image:url(images/bas.jpg);
			width:1000px;
			height:93px;
			float:left;
		}
		#copy {
			margin-top:60px; 
			color:#FFFFFF;
			font-size:10px;
			text-align:center;
		}
		#copy a{
			color:#FFFFFF;
		}
		.clear{
			clear:both;
		}		

