@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
body{
background-color:#CD9370;
background-image:url(../images/fond-bois.jpg);
background-repeat:repeat;
background-position:top;
text-align:center;
}
#message{
	position:relative;
	width:100%;
	background-color:#c7031b;
	color:#FFFFFF;
	z-index:600;
	margin-left:auto;
	margin-right:auto;
	}
img{
	border:none;
	}
p{
	font-size:15px;
	}
h1{
	color:#c7031b;
	font-size:48px;
	}
.pro{
	color:#fff;
	font-size:26px;
	line-height:40px;
	}
.rouge{
	color:#c7031b;
	}
.titre-souligne{
	color:#c7031b;
	text-decoration:underline;
	font-size:20px;
	}
#conteneur{
position:relative;
top:180px;
width:786px;
height:600px;
border-radius:15px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/opacite-70.png);
background-repeat:repeat;
}
#logo_haut{
position:relative;
top:-170px;
}

#label-hautes-alpes{
	position:absolute;
	top:-150px;
	left:30px;
	color:#fff;
	font-weight:bold;
	z-index:600;
	}
#artisan-fabricant{
	position:absolute;
	top:-120px;
	left:635px;
	}
#texte_bas{
	position:absolute;
	bottom:-50px;
	right:0px;
	}
#bouton_pro{
	position:absolute;
	bottom:0px;
	left:-80px;
	background-image:url(../images/bouton-pro.png);
	width:72px;
	height:48px;
	padding-left:3px;
	z-index:600;
	}
/* ********** menu ************* */
#menu{
position:absolute;
background-image:url(../images/fond-menu.png);
background-repeat:no-repeat;
padding-left:60px;
width:209px;
height:428px;
left:-150px;
top:-180px;
padding-top:150px;
text-align:left;
z-index:600;
}
#menu ul{
	list-style-type:none;
	font-size:20px;
	line-height:30px;
	}
#menu ul li{
	
	}
.menu, a{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	z-index:600;
	}
.menu:hover, a:hover{
	color:#FFFF00;
	}
#sous-menu{
	position:absolute;
	left:150px;
	top:182px;
		}
#sous-menu li{
	display:block;
	background-color:#c7031b;
	width:110px;
	font-size:18px;
	line-height:30px;
	padding-left:5px;
	opacity:0.8;
	}
#hors-menu{
	position:absolute;
	width:100%;
	height:100%;
	z-index:6;
	}