@charset "UTF-8";
/* CSS Document */
body	
	{

	margin:0;
	padding:0;

	}
#global
{	

	/*border-right:solid grey 4px;*/
	/*border-bottom:solid grey 4px;*/
	
	background-repeat:no-repeat;
	background-image:url('image/logo/fond.jpg');
 

}
	a
	{
	color:navy;
	text-decoration:none;
	}
	
	a:hover
	{
	color:red
	
	}
	#corps
	{
	position:absolute;
	margin-left:40px;
	
	}
	#tete
	{
	width:801px;
	height:194px;
	
	}
	
	#vague
	{
	border:0;
	}
	#menu
	{
	display:none;
	}
	
	
	#titrepage
	{
	position:absolute;
	}
	#texte
	{
	margin-top:40px;
	width:600px;
	font-size:15px;
	
	
	}
	#boutondirection
	{
	display:none;
	
	}

