img
{
	border : none;
}

body
{
	background-color : black;
	color : white;
	width: 750px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;     
	text-align: justify;
	
	
}

#en_tete
{
   margin-left : 150px;
   width: 600px;
   height: 210px;
   background-image: url("images/chaine.jpg");
   background-repeat: no-repeat;

   margin-bottom: 10px;
}

#menu
{
   padding-top: 120px;
   float: left;
   width:115px;
   
   
}

#corps
{
	padding-left : 150px;
}

h2
{
	color : white;
	font-weight : bold;
	font-size : 18px;
	text-align : center;
}

small
{
	color : rgb(153,153,153);
}

.title
{
	font-weight : bold;
	text-decoration: underline;
}

.bouton 
{
	font-size: 12px;
	font-weight: bold;
}

a:link
 {
	color: #FFCC00;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #FFCC00;
}

a:hover 
{
	text-decoration: none;
	color: #FFFFFF;
}

a:active
 {
	text-decoration: none;
	color: #FFCC00;
}