/* pour les commentaires */

nav
	{
	position: fixed;
	top: 35%;
    	float: left;
    	width: 20%;
    	/*border: 1px solid black;*/
	}


section

	{
	margin-left: 270px;
  	/*border: 1px solid blue; */
  	padding: 25px;
  	margin-top: 200 px;
	}
	
header
	{
	height: 250px;
	margin-left:5%;
	margin-right: 5%;
	border-radius: 5px;
       	box-shadow: 0px 4px 4px #1c1a19;
       	background-color: silver;
       	margin-top: 12px;
    	background-image: url("Images/rangen_1.jpg");
       	background-repeat: no-repeat;
       
	}
	
header h1
	{
	font-style: italic;
       	text-align: left;
       	font-size: 2.5em;
       	color: silver;
       	margin-left: 15px;
       	padding: 46px;
	}
	
	
/* ------------------ partie nav---------------------------------------------------------------------------- */	
	nav
		{
		position: fixed;
		top: 39%;
		left:0px;
    		float: left;
    		width: 22%;
    		/*border: 1px solid black;*/
		}
		
	
		
	nav p
	{text-align: center;
	}

	nav ul
		{
    		list-style-type: none;
    		}

	nav li
		{
    		margin-right: 3px;
    		margin-bottom: 8px;
		}

	nav a
		{
  		 font-size: 1.1em;
   		 color: #181818;
    		padding-bottom: 3px;
    		text-decoration: none;
		}

	nav a:hover
		{
   		 font-size: 1.3em;
   		 text-decoration: underline;
   		 /*background-color: silver;*/
		}
		
	.page_active
	{
	background-color: silver;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
		}	

	nav .invisible
		{
		color:white;
		}

/* affichage au survol mais position même niveau pour les adresses */
	
	a.viewpic0 {
 	 position:relative;
  	text-decoration: none;
		}
	a:hover.viewpic0 {
  	text-decoration: none;
  	background: none;
	}
	a.viewpic0 span {display: none;}

	a:hover.viewpic0 span {
  	display: inline;
  	position: absolute; 
  	top: -5px;
  	left: 165px;
  	z-index: 20;
  	width:100%;
	}
	
	a:hover.viewpic0 span img	
	{
  	 	border: 1px solid black;
	}


	footer
		{
		margin-top: 80px;
		margin-bottom:40px;
		display: flex;
		flex-direction: row;
		justify-content: space-around;	
		height: 80px;
		}
		
	footer .img_pied
		{
		display: flex;
		flex-direction: row;
		justify-content: space-between;	
		}	
		
	footer .img_pied img
		{
		height: 125px;
		/*border: 1px solid black;*/
		}	
		
/* couleur des liens pour enlever ce bleu vif */
	section a:link
	{
	color: #3B0B17; /*#8A0829;*/
	}
	section a:visited
	{
	color:#610B21;
	}
	
	section li
	{
	margin-bottom: 25px;
	}		
		
		
/* ajout 11 mars */		

	section h1
	{font-size: 1.9em;
	color: #8A0829;
	}
	
	section h2
	{
	font-size: 1.5em;
	background-color: silver;
	width: 95%;
	color: #8A0829;
	/*border:2px solid black;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	box-shadow: 0px 4px 4px #1c1a19;
	padding-left : 32px;
	padding-top : 6px;
	padding-bottom : 3px;
	}		
		
		
		
	#retour_HdP
    	{
    	font-style: italic;
    	text-align: right;
    	margin-top: 15px;
    	}
    	
    	#retour_HdP img
    	{
    	height: 30px;
    	margin-right: 3%;
    	margin-top: 15px;
      	}		
		
		
	#milieu			/* pour que l'icone soit alignée sur le milieu de la ligne et pas au-dessus*/
	{
 	vertical-align: middle
 	height: 30px;
 	}	
		
		
		
		

