body
{
	background-image:url("photos_diverses/camouflage.jpg");
	color:white;
}

#banniere
{
	
	position:absolute;
	top:0px; 
	width:95%;
	text-align: center;
	height: 150px;
	padding :10px;
}

#navigation
{
	position:absolute;
	top:150px;
	left:0px;
	width: 180px;
	text-decoration:none;
	font-size: 100%;
}

#navigation a
 {
	font-size: 110%;
	
 }
#navigation ul
{
	list-style: none;
}
#corps
{
	background-color:#323c19;
	position:absolute;
	top:170px; left:200px;
	width: 680px;
	padding-left: 5%; 
	padding-right:5%;
}
#images
{
text-align:center;
position:absolute;
bottom:10%;
left:200px;
width: 680px;

}
li
{
	padding :5px;
	margin: 5px;
	background-color:#323c19;
}

td
{
	padding: 5px;
	padding-bottom:15px;
	text-align:left;
	
}

.surligne:hover /* Quand on pointe sur un paragraphe */
{
   background-color:red; /* Le fond du paragraphe change de couleur */
   text-indent: 20px;
}
a
{
	color:red;
}

a:link
{ 
	text-decoration:none;
	border-style:none;
}

a:visited 
{ 
	text-decoration:none; 
	border-style:none; 
}
.photo p
{
	text-align:center;
}

.info
{
	margin :10px;
	padding:5px;
	border: 1px solid green;
}

.info strong
{
	font-size:110%;
	color:grey;
}

h2
{
   text-decoration: underline;
   color: yellow;
}

a:hover
{
	color :yellow;  
}

.suivante
{
	position:absolute;
	left : 670px;
}
.retour
{
	text-align:center;
	font-size: 110%; 
}
.centrer
{
	text-align:center;
}