/* feuille de style générale */


body
	{
		margin:0px;
		background:url(images/fond.jpg) no-repeat #000 center top;
	}
	
#conteneur
	{
		margin:0px auto;
		width:1050px;	
		height:1200px;
	}

#flags
	{
		height:40px;
	}

#flags p
{
		margin-top:14px;
}
	
#flags img
{
		border:none;
		margin:0px 5px;
}
	
#header
	{
		height:150px;
		background:url(images/titre_nee.png) no-repeat center;
		margin:5px auto 0px auto; 						
	}


#left
	{
		width:275px;
		height:490px;
		background:url(images/guillaume.png) no-repeat right;
		float:left;
	}
	
#left img
{
	border:none;
	margin-top:320px;
	margin-left:40px;
}
	
#center
	{
		float:left;
		width:500px;
		height:500px;
	}

#video
	{
		width:500px;
		height:295px;
		padding:5px 0px;						
	}
#video img
{
	margin-right:425px;
}	
#footer
	{
		height:50px;
		background:url(images/orep.png) no-repeat center;
		margin:0px auto;
	
	}
	
#footer p
	{
		font-size:20px;
		font-family:arial black;
		color:#d4601e;
		letter-spacing:2px;
		text-align:center;
		padding-top:70px;
	}
	
#footer a
	{
		text-decoration:none;
		color:#fff;
		font-size:16px;
		font-family:arial;
		color:#fff;
		letter-spacing:5px;
		text-align:center;
	}
#footer a:hover
	{
		color:#d5ab49;
	}	
#right
	{
		width:240px;
		height:400px;
		background:url(images/dvd.png) no-repeat center;
		margin:0px;
		float:left;
	}