#body
	{
	width: 100%;
	height: 100%; 
	}

a.logo
	{
	position: absolute;
	margin-left: 2%;
	width: 1000px;
	height: 199px;
	border: none;
	cursor: pointer;
	background: url("images/logo.jpg") no-repeat left top;
	}

#lignevertical
	{
	position: absolute;
	color:gray;
	margin-left: 12%;
	margin-top: 20%;
	width: 4%;
	height: 60%;
	background: url("images/ligneverticale3.jpg") repeat-y;
	}


#menu
	{	
	color: gray;
	position: absolute;
	margin-left: 2%;
	margin-top: 20%;
	width: 180px;
	height: 110px;
	border: none;
	cursor: pointer;
	font-family: tahoma, arial, verdana, geneva, sans-serif;
	}

a.menu
	{
	position: relative;
	cursor: pointer;
	color:gray;
	}

a.menu:hover
	{
	color: black;
		} 

a {
	color: gray;
	border: none;
	font-weight: bold;
	} 

img	
	{
	margin: 5px 5px 5px 10px;
	}

#titre 
	{	
	position: absolute;
	color: black;
	font-family: tahoma, Arial, Verdana, Geneva, sans-serif;
	background-color: white;
	text-align: left;
	font-size: normal;
	line-height: 200%
	margin: 10px;
	margin-top: 20%;
	left: 46%;
	top: 2%;
	}

#texte 
	{	
	position: absolute;
	color: black;
	font-family: tahoma, arial, Verdana, Geneva, sans-serif;
	background-color: white;
	text-align: left;
	font-size: medium;
	line-height: 120%
	margin: 10px;
	margin-top: 17%;
	width: 70%;
	left: 20%;
	top: 12%;
	}	





