/* CSS - Acueil */

body {background-color: #F4CD6C;}

#header { display: none; }

#menu {display: none;}
			
.contenu {
	float: left;
	width: 892px;
	height: 576px;
	background: url(img_accueil/anim-jaune-accueil6.gif) no-repeat; }
	/* pour les navigateurs autres que IE ("min-height" ne marche pas avec IE)****************************************/
	html>body .contenu { 
		height: auto;
		min-height: 576px; }
		
#liens_univers {
	position: absolute;
	top: 270px;
	left: 150px; }
#liens_boutique {
	position: absolute;
	top: 270px;
	left: 590px; }
	#liens_univers h2, #liens_boutique h2 {
		font-size: 10px;
		font-weight: normal;
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 10px;}
		#liens_univers h2 a, #liens_boutique h2 a {
			color: #FFFFFF; }
			#liens_univers h2 a:hover, #liens_boutique h2 a:hover {
			color: #5A3D1B; }

#contenu_accueil img {
	border: none 0px;}
	
#zonePied {display: none;}
#navPied {display: none;}
	