
#fond
	{
	background-image	: URL("img_accueil/fond.jpg"); 
	background-repeat 	: no-repeat;
	width			: 800px;
	height			: 533px;
	margin-top		: 50px;
	margin-left		: 50px;
	position		: absolute;
	}



#menuaccueil
	{

	margin-top		: 105px;
	margin-left		: 400px;
	position: 		: absolute;
	}

*:first-child+html #menuaccueil
	{

	margin-top		: 105px;
	margin-left		: 370px;
	position: 		: absolute;
	}

* html #menuaccueil
	{

	margin-top		: 105px;
	margin-left		: 370px;
	position: 		: absolute;
	}

#navigation 
	{
	width			: 300px ;
	margin-top		: 0px ;
	padding			: 0 ;
	position: 		: absolute;
	}


#navigation ul 
 	{
	width			: 285px ;
	height			: 95px;
	list-style-type		: none;
 	}

#navigation li 
	{
	background: none ;
	color: #000 ;
	border: 2px solid #bbbab6 ;
	margin-bottom: 1px ;
	list-style-type		: none;

	}

#navigation li a 
	{
	display: block ;
	background: #fff ;
	color: #000 ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
	}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #d3d2cd ;
	text-decoration: underline ;
	}

#baspage
	{
	background-color	: none; 
	width			: 800px;
	font			: 1em "Trebuchet MS",Arial,sans-serif ;
	font-size		: 9pt;
	text-decoration		: none;
	vertical-align		: middle;
	margin-top		: 105px;
	}

*:first-child+html #baspage
	{
	width			: 800px;
	font			: 1em "Trebuchet MS",Arial,sans-serif ;
	font-size		: 9pt;
	text-decoration		: none;
	vertical-align		: middle;
	margin-top		: 500px;
	} 

* html #baspage
	{
	width			: 800px;
	font			: 1em "Trebuchet MS",Arial,sans-serif ;
	font-size		: 9pt;
	text-decoration		: none;
	vertical-align		: middle;
	margin-top		: 500px;
	}

a.lemenu:link 
	{
	color			: #000;
	text-decoration 	: none;
	}
a.lemenu:visited 
	{
	color			: #000;
	text-decoration 	: none;
	}
a.lemenu:hover 
	{
	color			: #555555;
	text-decoration 	: none;
	}
a.lemenu:active 
	{
	color			: #000;
	text-decoration 	: none;
	}