@charset "windows-1252";
	body 
		{	
		   	background-color: black;  			
			background-repeat : no-repeat;
			background-position : center;
			background-position : top;			
			color: navy;				 
			font-family: Palatino Linotype, arial, lucida handwriting;	     
		  	font-size : 13px;    
	 	}		

	h1
		{ 	
			text-align: center;	
			font-family: Palatino Linotype, arial, lucida handwriting;	      
		  	font-size : 35px;       
			color : gray;
		}
			  
	a
		{
   			text-decoration: none;
			color: rgb(180,20,80);			
  			font-style: italic;   

		} 
	a:hover {
			font-weight : bold;
		}
	div#maintexte
		{
			position : relative;
			top : 25px; 			
			text-align: center;		
			width : 300px; 
			z-index:1;

		}	  
	div#realisationsmenu
		{
			position : relative;
			top : 70px; 					
		}
	img {
	border-top-color: #B41450;
	border-right-color: #B41450;
	border-bottom-color: #B41450;
	border-left-color: #B41450;
	}				
	div#menu
		{			
			position : absolute;
			left : 10px;
			top : 57px; 
			width : 156px;  
			text-align: center;		
			border-style :  inset;
			border-width : thin;
			border-color : color: rgb(250,250,250);   /* gris pale */         			
			color: gray ;
	    	background-color: rgb(244,244,244); 
			z-index:2;
		}
	div#menu2
		{			
			position : relative;
			top : -5px; 
			text-align: center;		
			color: rgb(253,253,253);  
			color : red;		 
    		background-color: black; 					
		    	background-color: white;									
			width : 90%;  
			margin-top : 10px;		
			border-style : solid;			
			border-color : gray;   /* gris pale */  
			border-width : thin;			       			
		}

	div#titre
		{			 
			padding-left: 0%;
			padding-top: 5px; 
			position : relative;
    		background-color: rgb(0,0,0); ; 
			background-repeat: repeat-x; 
			height :42px;
			width : 100%;
			margin-top : -10px;	 
			margin-left :-0px;
			margin-right :-0px;
		}			

	
