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

#en_tete
{
	margin : auto;
	width : 1080px;
	height : 120px;
	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 : 140px;
}

#element_menu
{	
	margin : auto;
}

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

#corps
{
	margin : auto;
	width : 706px;
	height : 1900px;
	background-image : url("images/fond_corps_livre.gif");
	text-align : left;
	border : 2px solid black;
	position : absolute;
	top : 140px;
	left : 190px;
}

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

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

a img
{
	border : none;
}


#texte
{
	width : 690px;
	height: 300px;
	margin : auto;
	text-align : center;
	background-color : rgb(125, 163, 193);
}


#texte p
{
	text-align : left;
	
}

#texte1
{
	width : 690px;
	height: 400px;
	margin : auto;
	text-align : center;
	background-color : rgb(125, 163, 193);
}

#texte1 p
{
	text-align : left;
	
}

#texte2
{
	width : 690px;
	height: 500px;
	margin : auto;
	text-align : center;
	background-color : rgb(125, 163, 193);
}

#texte2 p
{
	text-align : left;
	
}

#note p
{
	text-align : right;
	font-weight : bold;
}


