.body{

	background-color:			#424241;
	background-image:			url(../images/home_fond.jpg);
	background-position:		top;
	background-repeat:			no-repeat;
	padding:                    0;
	margin:						0;	

}



#logo{
	
	display:					block;
	background-image:			url(../images/logo.png);
	background-repeat:			no-repeat;
	width:						311px;
	height:						121px;

}

*html #logo{

	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');

}


.puce{
	
	display:					block;
	background-image:			url(../images/puce.png);
	background-repeat:			no-repeat;
	width:						10px;
	height:						7px;

}

*html .puce{

	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/puce.png', sizingMethod='image');

}



.text{

	font-family:				Arial;
	color:						#FFF;
	font-size:					16px;
	font-style:					italic;

}

.text:hover{

	color:						#a0c437;

}

#menu{

	width:						630px;
	position:					relative;
	top:						20px;
	
}




.lienmenu{
	
	text-decoration:			none;

}

.lienmenu:hover{

	text-decoration:			overline;
	color:						#a0c437;

}

.lienmenu_on{
	
	color:						#a0c437;

}
