@media print {
      #ciel { display: none; }
	  #capmenu { display: none; }
	  #separateurmenu  { display: none; }
	  #gauche {display: none; }
	  #droite {display: none; }
	  #pied {display:none;}
    }


@media screen {
BODY 	   {
					background-color: #FFFFFF;
					font-family:Verdana;
					font-size: 12px;
					line-height:15px;
					
					
		    }
			
A {text-decoration: none}
A:hover {text-decoration:underline}
A:visited{color:blue;}




/* pour les titres de sous menus dans contenu*/
h2 { color: #339933; font-weight: bold ; font-size:20px; text-align:left;} 
/* pour l'Affichage de fil de nouvelle*/
h3 { color: #339933; font-weight: bold ; font-size:12px; } 

#conteneur{
position: absolute;
width: 800px;
	left: 50%;
	margin-left: -400px;
	border-color: #000033;
	
	}

#ciel{
position:relative;

	}

#ciel img  {border:none;}

#capmenu{
position:absolute;
left:115px;
z-index:100;
}

/* Fix IE. Hide from IE Mac \*/
* html #capmenu ul li { float: left; height: 1%; }
* html #capmenu ul li a { height: 1%; }
/* End */


#fleurmenu{
position:relative;
}

#separateurmenu
{
margin-left:115px; 
position:relative;
margin-top:70px;
}

#centre {
margin-left: 150px;
margin-right: 150px;
}

#gauche {
margin-left:-25px;
margin-top:-2px;
left:0;
position:absolute;
width: 135px;
}

#droite {
margin-top:5px;
position:absolute;
text-decoration:none;
margin-right:-25px;
right:0;
width: 180px;
border:none;
}

#pied {
height: 30px;margin-top:5px;
text-align:left;
margin-left: 150px;
margin-right: 150px;
font-size: 10px;

}



.menuhaut {
list-style-type: none;
font-size:14px;
font-weight: bold ;
margin-left: 120px;
margin-bottom:-20px;
z-index:100;
margin: 0;
padding: 0;
}
.menuhaut li {
display: inline;

}
.menuhaut a {
margin: 0 12px;
color: #000000;
text-decoration: none;color: #006633;
}

.menuhaut img {border:none;}

.menuhaut a:hover {
color:#339933;
text-decoration: none;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 12px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: none;
}
.menugauche img {border:none;}

.menugauche a:hover {
text-decoration: none;
color: #CC0000;
}

.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
	margin-bottom: 12px;
	font-style:italic;
	padding-bottom: 12px;
	
}
.menudroit ul {
margin-bottom: 15px;
}

.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: none;
}

.menudroit a:hover {
text-decoration: none;
}

p {margin: 0 0 10px 0;}

}
