body {
	background-image: url(../images/fond-menu-docu.jpg);
	background-repeat:no-repeat;
	background-size:contain;

}
a:link {
	
	color: #336;
}
	
a:visited {
	color: #06C;
}
a:hover {
	#06F;
	}
.baniere {
	width:100%;
	
	position: fixed;	
	}


#volet {
	width: 350px;
	height:560px;
	/*padding: 10px;*/
   	background-color:#FFF;
	background-image: url(../images/dad-rad2.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: -370px;
	top:10px;	/*-webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;*/
}

#volet a.ouvrir {
	color: #fff;
	text-decoration: none;
	position: absolute;
	right:-271px;
	top:10px;
}
#volet a.fermer {
	text-decoration: none;
	position: absolute;
	right:150px;
	top:10px;
}
#volet:target {
    left: 0;
}
#volet_clos:target #volet {
    
}
#volet a.fermer {
    display: none;
}
#volet_clos:target #volet {
    left: -370px;
}
#volet:target a.ouvrir {
    display: none;
}
#volet:target a.fermer {
    display: block;
}
#conteneur {
	
	width:1150px;
	margin: 0 auto;
	}
#header {
	width:1055px;
	float: right;
	padding: 35px 10px 25px 0;
	height: 140px;
	}




#centre {
	border: 1px solid  #AAA;
	width:768px;
	text-align:left;
	margin:8px;
	padding:8px 0 0 30px;
	float:left;
} 

#Gauche {
	width:308px;
	text-align:left;
	float:right;
	padding: 8px;
	}

#pied {
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	width:1050px;
	height: 650px;
	float:left;
	}

p {
	font: "Times New Roman", Times, serif;
	font-size:20px;
	padding: 8px 16px;
	margin-left: 24px;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:48px;
	color: #030;
	text-align:left;
	padding:8px 0 8px 0;
}
h2 {
	font-size:32px;
	color: #360;
	padding-top:24px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px 0;
}
h3 {
	font-size:24px;
	color: #603;
	font-style:italic;
	font-family: "Courier New", Courier, monospace;
	padding:4px 0 4px 0;
}
h4 {
	font-size:32px;
	color: #633;
	font-style: italic;
}
h5 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	color: #06C;
	
}
h6 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding:8px;
}

#menugauche {
	font-size:18px;
	width:300px;
	list-style-type:none;
	padding :8px;
	margin:64px 0 0 40px;
	}

#menugauche li {
	padding:8px;

}



#menugauche .sousmenugauche /* Liste */     
{
	
	display: none;
    list-style-type:none; 
	margin-left :8px;
	
}

#menugauche .sousmenugauche li /* Ensemble du menu */
{
	
}


#menugauche li a:link, #menugauche li a:visited /* Contenu des listes */
{
	display : block;
	
	text-decoration : none;
}
#menugauche li a:hover {}
#menugauche li a:active {
	
	}

#menugauche .sousmenugauche li a:link, #menugauche .sousmenugauche li a:visited
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
		color : #660; /* couleur du texte */
		text-decoration:none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
       
}



#menugauche .sousmenugauche li a:hover
{
	color: #636;
}


#menugauche li:hover > .sousmenugauche
{
	display:block;
}


#menucentre {
	width:200px;
	list-style-type:none;
	text-align : center;
	float: right;
		
}

#menucentre li    
{
	width :100px;
	border: 1px solid  #AAA;
		
}

#menucentre li a:link, #menucentre li a:visited /* Contenu des listes */
{
        /* display : block; on change le type d'élément, les liens deviennent des balises de type block */
		height:auto;
		color : #900;/* couleur du texte */
		
		margin:0;
        padding : 0; /* aucune marge intérieure */
		border:0;        
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
       
}
#menucentre li a:hover {color:#999;}
#menucentre li a:active {color:#999;}
#menu 
{
		width:960px;
		list-style-type:none; 
	   	padding : 0; /* pas de marge intérieure */
        margin : 10px 0 0 30px; /* ni extérieure */
		border:0;
        /*line-height : 21px;  on définit une hauteur pour chaque élément */
        /*text-align : center;  on centre le texte qui se trouve dans la liste */
}

#menu li /* Elements des listes */      
{ 
        float : left; /* pour IE qui ne reconnaît pas "transparent" */
		width : 160px;
		padding : 0; 
        margin : 0; 
		border:0;
}

#menu .sousmenu /* Liste */     
{
	display:none;
	font-size:12px;
    list-style-type:none; 
	padding : 0; /* pas de marge intérieure */
    margin : 0; /* ni extérieure */
	border:0;
}

#menu .sousmenu li /* Ensemble du menu */
{
	float:none;
	padding : 0; /* pas de marge intérieure */
    margin : 0; /* ni extérieure */
	border:0;
}

#menu li a:link, #menu li a:visited /* Contenu des listes */

{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
		height:auto;
		color : #fff; /* couleur du texte */
		background : #000; /* couleur de fond */
		margin:0;
        padding : 4px 8px; /* aucune marge intérieure */
		border-right:thin solid #fff;        
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
       
}
#menu li a:hover {background-color:#999; color:#333;}
#menu li a:active {background-color:#999;color:#333;}

#menu .sousmenu li a:link, #menu .sousmenu li a:visited
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
		color : #fff; /* couleur du texte */
		
		margin:0;
		border:0;
          
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
       
}

#menu .sousmenu li a:hover
{
	background-color:#ccc;color:#333;
}

#menu li:hover > .sousmenu
{
	display:block;
}
.tablematiere {
	padding-left:20px;
	margin-left:5px;
	list-style-type:none;
	font:Verdana, Geneva, sans-serif medium;
		}
.photos {
		margin:10px 0 10px 5px; 
		}
.textedroite {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: italic;
	color:#036;
	text-align:left;
	line-height: 1.2em;
			}
.textegauche {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color: #600;
	
	}
.titretextegauche {	
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #600;
	text-align:center;
	padding:8px;
		
			}
