@charset "utf-8";
/* CSS Document */

/* Styles généraux */
html,body {
	font-family:Sans-serif;
	background:#F1F1F1;
	/*background:url(img/fond.png) center top no-repeat #F1F1F1;
	background-attachment:fixed;*/
	margin: 0;
	padding: 0;
	height: 100%;
}

#header{
	background-color:#BA582B;
}

#flashcontent {
	height: 100%;
	overflow:hidden;
}

img{ border:0px;}
p.mention {
	margin: 1em;
	color:#BA582B;
	clear:both;
	padding-top:2em;
}
p.mention a{
	color:#6E1637;
	text-decoration:none;
}


#signature{ margin: 1em;
	color:#666;
	font-size:0.7em;
	text-align:center;
	float:right;
	width:250px;
	margin:-30px 0 0 0;
	}
	
	
#signature a{ color:#333;
	}

h1 {
	padding:0;
	color:#6E1637;
	margin-bottom:0;
	margin:1em;
}
h2 {
	background:#6E1637;
	color:#FFF;
	padding:8px;
	margin:0px;
}
h3 {
	color:#6E1637;
	margin: 5px 10px 0 20px;
}


.texte{ padding: 0 20px 0 20px;}
#menu li, #menu ul {
	list-style-type:none;
	margin:0;
	padding:0;

}
#menu a {
	display:block;
	background:#BA582B;
	color:#fff;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
	text-decoration:none;
	line-height:300%;
	padding-left:0.8em;
	border-bottom:solid 1px #ccc;
	
}
#menu a:hover {
	background:#6E1637;
	color:#fff;
}

#menu a.navon {
	display:block;
	background:#BA7576;
	color:#fff;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
	text-decoration:none;
	line-height:300%;
	padding-left:1em;
	cursor:text;
}

#menu a.fullvision { 
	display:block;
	background: none;
	color:#fff;
	-moz-box-shadow: 0px 0px 0px #cc0000;
	-webkit-box-shadow: 0px 0px 0px #cc0000;
	box-shadow: 0px 0px 0px #cc0000;
	text-decoration:none;
	line-height:0;
	padding-left:0em;
	cursor: pointer;
	border-bottom: none;
}

#snav li, #snav ul {
	list-style-type:none;
	margin:0;
	padding:0;

}
#snav a {
	display:block;
	background:#BA582B;
	color:#fff;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
	text-decoration:none;
	line-height:300%;
	padding-left:1em;
	
}
#snav a:hover {
	background:#6E1637;
	color:#fff;
}

#snav a.navon {
	display:block;
	background:#BA7576;
	color:#fff;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	box-shadow: 0px 0px 10px #cbcbcb;
	text-decoration:none;
	line-height:300%;
	padding-left:1em;
	cursor:text;
}

/* Disposition par défaut */
#conteneur{ 	
	margin-left:auto;
	margin-right:auto;
	
	-webkit-box-shadow: 5px 5px 5px 5px #666;
	-moz-box-shadow: 5px 5px 5px 5px #666;
	box-shadow: 5px 5px 5px 5px #666; 
	background:#fff;
	
	-moz-border-radius-topleft: px;
	-moz-border-radius-topright: px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius: px px 20px 20px;
	border-radius: px px 20px 20px; 
	width:990px;
	font-size:14px;
}
	
#photo, #bloctexte{
	float:right;
	overflow:auto;
	
}

#full{ margin-top:10px; z-index:500;}

#photoseule{
  width:640px;
  margin:0 auto;
  position:relative;
  background:#fff;
  border:5px #fff solid;
  box-shadow:0 0 30px rgba(0,0,0,0.5);
	}

#menu {
	float:left;
	width:190px;
}
#photo {
	width:800px;
	overflow:hidden;
	min-height:480px;

}
#bloctexte {
	width:690px;
	clear:both;
	margin-top:-50px;
	margin-right:50px;
}


#bloctarifs {
	width:800px;
	float:left;
}

#blocviamich{
	width:800px;
	float:left;
	}

#bloccontact{
	width:800px;
	float:left;

}
#blocinterface{
		width:800px;
	float:left;
	
}
#petitephoto img{ width:100%;}


#snav,#petitephoto{
	display:none;
	}

.absmiddle {
	vertical-align:middle;
	margin-bottom:.25em;
	margin-right:.25em;
	border:0px;
}
.tarifs{ font-size:1em;}
.centre{ text-align:center;}

.planacces{
	width:750px;
	margin:0 auto;
	position:relative;
	background:#fff;
	border:5px #fff solid;
	box-shadow:0 0 30px rgba(0,0,0,0.5);
}

.bouton a:link, .bouton a:visited {
	background:#c3e170;
	color:#333;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	padding:0.5em;
	text-decoration:none;
	float:right;
	margin:0 55px 15px 0;
}
.bouton a:hover {
	background:#3ba42b;
	color:#fff;
}

.lien a:link, .lien a:visited {
	color:#d6e0e7;
	text-decoration:none;
	font-weight:bold;

}
.lien a:hover {
	color:#252117;
}


form,input,select,textarea{margin:0; padding:0;}
.box { margin:30px auto; padding-bottom:10px; width:500px; background:#F8F6F5; position:relative; top:10px; border:5px #fff solid;  box-shadow:0 0 30px rgba(0,0,0,0.5);  } 
.box .titre { color:#000; padding:10px 0 10px 10px ;border-bottom:1px solid #ddd;}
.box label { width:100%; display: block;  padding:10px 0 10px 0; } 
.box label span { display: block; color:#333; float:left; width:100px; text-align:right; padding:5px 20px 0 0; } 
.box .input_text { padding:5px 5px; width:280px; background:#E3E1E2; border:solid 1px #CCC; font-size:1.1em; }
.box .input_height{ height:100px;}
.box .confirme { color:#666; padding:5px 0 10px 10px; } 
.box .message{ padding:7px 7px; width:350px; background:#E3E1E2; overflow:hidden; height:150px; } 
.box .button { padding:4px 7px; background:#333; color:#FFF; border:0px; width:100px; float:right; margin-right:50px; margin-top:-20px;  font-size:1.3em; cursor:pointer;  }
/* min-width 1000px pour écrans plus larges 
@media (max-width: 1000px)
@media screen and (min-width: 320px) and (max-width: 1024px) {
	
	@media screen and (max-width: 1000px) 
*/



@media only screen and (max-device-width: 480px) {
	#conteneur, #bloctexte, #menu, #bloccontact, #blocintreface{
		width:100%;
		font-size:1.5em;
		clear:both;
		float:none;
		padding-left:5px;
		margin-top:0px;
		} 
		
		
	#logo{
		width:100%;
		max-width:600px;
		}
		
	 #snav, #petitephoto{
		font-size:1.5em;
		display:block;
		}
	 #menu, #photo, #blocviamich, #photoseule, #full, #titreinterface, #bloctarifs{
		display:none;
		}
	
	.planacces{
		width:100%;
		font-size:1.5em;
		clear:both;
		float:none;
		padding-left:5px;
		margin-top:0px;}	
		
		.box{
		width:100%;
		font-size:1.1em;
		clear:both;
		float:none;
		margin-left:1px
		} 
		.box label span { width:100%;
		font-size:1.1em;
		clear:both;
		float:none; text-align:left; padding:5px 0 0 0; } 
		.box .input_text { width:90%; } 
		
		
	 
}




.viamichelin {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.viamichelin a:link, .viamichelin a:visited {
	text-decoration: none;
	color: #fff;
}
.viamichelin a:hover {
	text-decoration: none;
	color: #fff;
}

.viamichelinrollover a {
	display:block;
	width: 120px;
	height: 15px;
	background: url("./img/viamichelin.png") 0 0 no-repeat;
}
.viamichelinrollover a:hover {
	background-position: 0 -15px;
}
.imprimerplans {
	font-size: 10px;
	color: #314664;
	text-decoration: none;
	font-weight: bold;
}
.imprimerplans a:link, .imprimerplans a:visited {
	color: #314664;
	text-decoration: none;
}
.imprimerplans a:hover {
	color: #333;
	text-decoration: none;
}

.mentions {
	color: #314664;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
}
.mentions a:link, .mentions a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
.mentions a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

