body
{
	 margin: 0px; 
	 background-color: #ffbe00;
	 text-align: center;  
}
#all
{
	 width: 1000px;
	 margin-left: auto;      
	 margin-right: auto;  
	 text-align: left;
}
#fond
{
	 float: left;

	 height: auto;
	 background-image: url("images/fond.jpg");
	 background-repeat: repeat;
}
#photos
{
	 float: left;
	 width: 326px;
}
#news
{
	 float: left;
	 width: 674px;
}
.n_titre
{   
	 color: #FFBD00;
	 font-family: arial;
	 font-size: 16px;
	 margin-bottom: 5px;
	 font-weight: bold;
}
.n_texte
{   
	 margin: 25px;
	 color: #FFFFFF;
	 font-family: arial;
	 font-size: 14px;
	 text-align: justify;
}
.n_texte a
{   
	 text-decoration: none;
	 color: #FFBD00;
	 font-family: arial;
	 font-size: 14px;
}
.n_texte a:hover
{   
	 color: #FFFFFF;
}
#pied_de_page
{
	 float: left;
	 width: 1000px;
	 height: 21px;
	 background-image: url("images/footer.jpg");
	 background-repeat: no-repeat;
}
.copy
{   
	 margin-top: 5px;
	 color: #000000;
	 font-weight: bold;
	 font-family: arial;
	 text-align: center;
	 font-size: 12px;
}