/* 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.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;
	
	}
	
.achetez
	{
		font-size:20px;
		font-family:arial black;
		color:#d4601e;
		letter-spacing:1px;
		text-align:center;
		margin-top:370px;
	}
	
.lien
	{
		text-decoration:none;
		color:#fff;
		font-size:14px;
		font-family:arial;
		color:#fff;
		letter-spacing:1px;
		text-align:center;
		
	}

.achetez a:hover,#footer a:hover
	{
		color:#d5ab49;
	}
	
#right
	{
		width:240px;
		height:400px;
		background:url(images/dvd.png) no-repeat top;
		margin:0px;
		float:left;
	}
	
.vu_presse{
color:#fff;
font-size:18px;
font-family:century gothic;
font-weight:bold;
}

.tableau{
	margin-top:40px;
	border:1px solid #888;
}

.lightbox{
color:#888;
font-size:10px;
font-family:arial;
text-decoration:none;
}

#footer td{
text-align:center;
}