/* CSS by Juke MAJ le 14.11.14 */

/* Base CSS */

/* Page */ *{margin:0;padding:0} html{font-size:100%;} body{line-height:1; color:black;} img{border:none;}
/* Liens */ a{text-decoration:none;} a:link{color:#fff;} a:visited, a:focus{color:#fff;} a:hover, a:active{color:#222;} a img{border:none;}
/* Divers éléments */ em {font-style:italic;} strong {font-weight:bold;}
/* Formulaires */ form, fieldset{border:none;} input, button, select{vertical-align:middle;} 

/* MeP CSS */
html{
	background:url(../bg/bg.png) repeat-x fixed;
	background-size:128px 100%;
	height:100%;
	margin:0;
	padding:0;
}
body{
	color:#111;
	font:80% Arial, sans-serif;
	height:100%;
}
#page{	
	height:100%;
}
#header{
	width:100%;
	font-family:'Cookie', cursive;
	position:absolute;
}
#head{
	text-align:center;
}
#nav{
	width:100%;
	background:#7c2573;
	background:rgba(124, 37, 115, 0.85);
	display:table;
	height:60px;
	text-align:center;
}
#nav ul{
	display:table-cell;
	vertical-align:middle;
}
#nav li{
	display:inline-block;
	list-style:none;
	padding-right:80px;
	position:relative;
}
#nav ul li:last-child{
	padding:0;
}
#nav a{
	color:#fff;
	display:block;
	font-size:225%;
}
#nav a:hover{
	text-shadow: 0px 0px 1px #fff;
}
.rolling{
	position:absolute;
	width:200px;
	background:#7c2573;
	background:rgba(143, 69, 129, 1);
	margin:0;
	max-height:0%;
	overflow:hidden;
	padding:0;
	transition:.8s max-height 0.1s;
}
.rolling li{
	display:block !important;
	padding:5px 10px !important;
	text-align:left;
}
#nav ul > li:hover .rolling{
	max-height:1000%;
}
#title{
	width:100%;
	background:#2f6d01;
	background:rgba(47, 109, 1, 0.85);
	color:#fff;
	display:table;
	height:100px;
	text-align:center;
}
h1{
	display:table-cell;
	font-size:225%;
	margin-bottom:50px;
	vertical-align:middle;
}
#content{
	max-width:960px;
	background:#fdffce;
	box-shadow:0px 0px 15px 1px rgba(0, 0, 0, 0.7);
	margin:0 auto;
	min-height:100%;
	padding:590px 0 0;
}
.pcontent{
	padding:35px;
}
.pcontent p{
	border-left:2px solid black;
	padding:0 35px 30px;
}
.pcontent p:last-child{
	padding-bottom:0;
}
.pcontent a, .floater a{
	color:#222;
	text-decoration:underline;
}
.pcontent a:hover, .floater a:hover{
	color:#222;
	text-decoration:underline overline;
}
.pcontent a:active, .floater a:active{
	text-decoration:none;
}
.centered{
	padding:25px 0;
	text-align:center;
}
.pict, iframe{
	box-shadow:0px 0px 15px 1px rgba(0, 0, 0, 0.7);
}
.seven{
	font-size:125%;
	font-weight:bold;
	font-variant:small-caps;
}
.indent{
	text-indent:30px;
}
h2{
	font-variant:small-caps;
	padding:35px 10px;
}
.floater, h3{
	float:left;
}
.vin{
	padding:15px 35px;
}
.vin p{
	padding:10px 35px;
}
.offer{
	background:#7C2573;
	color:#fff;
	margin-left:80px;
	margin-right:80px;
	padding:15px 25px;
}
h3 span{
	font-size:70%;
}
.offer p{
	text-align:right;
}
.green{
	clear:both;
	color:#2F6D01;
	padding:25px 100px 35px;
}
#coordo{
	font-size:115%;
	text-align:right;
}
#map{
	width:470px;
	float:left;
	text-align:center;
}
#coordo, #form{
	width:800px;
	font-weight:bold;
	margin:0 auto;
	padding:10px 10px;
}
#coordo p, #form p{
	padding:15px 10px;
}
label{
	display:inline-block;
	width:100px;
	vertical-align:top;
}
select{
	width:200px;
}
input{
	width:100px;
	margin-right:30%;
}
input, select, textarea{
	padding:5px;
}
#confirmation{
	width:100%;
	font-weight:bold;
	text-align:center;
}
.clear{
	clear:both;	
}
#footer{
	width:100%;
	background:#7c2573;
	color:#fff;
	display:table;
	height:150px;
	line-height:35px;
	text-align:center;
}
.vcentered{
	display:table-cell;
	vertical-align:middle;
}
@media all and (max-width:900px){
	#nav li{
		padding:0 !important;
	}
	#nav li a{
		font-size:3.5vw;
		padding:5px 15% !important;
	}
}