@charset "utf-8";
/* CSS Document */

#header {
	position:relative;
	text-align:left;
	width:949px;
	height:179px;
	margin:0 auto;
	padding:0px;
	background-image: url(../images/header/entete.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}

#logo {

	width:177px;
	height:82px;
	margin-left:30px;
	margin-top:20px;
	bottom:70px;
	position:absolute;
	background-repeat:no-repeat;
}

*html #logo {
	background:none;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/header/logo.png", sizingMethod="scale");
	
}

#menu {
	background-image:url(../images/header/menu.png);
	width:622px;
	height:30px;
	position:absolute;
	bottom:0px;
	margin-left:10px;
	
}

#menu #lien {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin-top:6px;
	text-align:center;
	
}



#lien a { color:#FFF;
text-decoration:none;}

#lien a:hover {color:#000;}

#twiter {
	position:absolute;
	
	width:30px;
	height:30px;
	float:left;
	margin-left:850px;
	bottom:5px;
	
}

#face {
	position:absolute;
	bottom:5px;
	float:left;
	margin-left:890px;
	width:30px;
	height:30px;
	
	
}
