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

* { margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%;  }

IMG { border:0; }

A {
	text-decoration:none;
}

#main {
	width:720px;
	margin:110px auto 50px auto;
}

	#menu {
		position:absolute;
		text-align:left;
	}
	
		#menu{
			list-style-type:none;
		}
		
		#menu LI A {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			color:#000;
		}
		
		#menu LI .actif {
			color:#c1022c;
		}
		
		#menu LI .disabled {
			color:#999;
		}
	
	#logo {
		text-align:center;
	}
	
	#contenu {
		background-image:url(../index_images/bg_montagne.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		height:400px;
	}
		
		#btn_sitearpin {
			position:absolute;
			margin-top:210px;
			margin-left:80px;
		}
		
		#btn_sitearpin:hover {
/*			border:1px red solid;*/
			height:120px;
			padding-top:210px;
			margin-top:0;
			background-image:url(../index_images/bg_btn_sitearpin.jpg);
			background-repeat:no-repeat;
			background-position:top center;
		}
		
		#btn_boutique {
			position:absolute;
			margin-top:210px;
			margin-left:370px;
		}
		
		#btn_boutique:hover {
			height:120px;
			padding-top:210px;
			margin-top:0;
			background-image:url(../index_images/bg_btn_boutique.jpg);
			background-repeat:no-repeat;
			background-position:center 140px ;
		}
	
	#footer {
		text-align:center;
		margin-top:-30px;
	}
		
		


