body
{
	background-image: url("images/fond.gif");
}

#en_tete
{
	margin : auto;
	width : 1080px;
	height : 187px;
	background-image : url("images/entete.jpg");
	text-align : center;
	border : 2px solid black;
	position : absolute;
	left : 10px;
	top : 8px;
	
}

#menu
{
	margin : auto;
	width : 166px;
	height : 556px;
	background-image: url("images/menu.jpg");
	text-align : center;
	border : 2px solid black;
	position : absolute;
	left : 10px;
	top : 207px;
}

#element_menu
{	
	margin : auto;
}

#photos
{
	margin : auto;
	width : 176px;
	height : 556px;
	background-color : rgb(179, 241, 255);
	text-align : left;
	border : 2px solid black;
	position : absolute;
	top : 207px;
	left : 910px;
	color : black;
	
}

#corps
{
	margin : auto;
	width : 706px;
	height : 556px;
	background-image : url("images/fond_corps2.jpg");
	text-align : center;
	border : 2px solid black;
	position : absolute;
	top : 207px;
	left : 190px;
}

#element_photos
{
	width : 166px;
	height : 163px;
	position : absolute;
	left : 3px;
	top : 10px;
}

#element_photos2
{
	width : 128px;
	height : 198px;
	position : absolute;
	left : 3px;
	top : 270px;
}

a img
{
	border : none;
}