/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
#acceuil section{
	display:none;
}

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
	/* [disabled]line-height: 1; */
	width: 100%;
}
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
	font: 17px/21px 'josefin_sansregular', sans-serif;
	color: #424242;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: -1px 0px 1px rgba(61,43,13,0.41);
 }
	
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6, h7 {
	color: #666;
	font-family: 'josefin_sanslight', sans-serif;
}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 {
	font-size: 40px;
	line-height: 17px;
	margin-bottom: 13px;
	color: #FFB409;
	/*border-bottom: 1px solid #fff;*/
	padding-bottom: 8px;
	opacity: 1;
	font-family: BakaToo;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.20);
	margin-top: 8px;
	vertical-align: baseline;
}
	h3 { font-size: 30px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 24px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 21px; line-height: 24px; color:#616161;}
	h6 {
	font-size: 16px;
	line-height: 21px;
}
	h7 {
	font-size: 24px;
	line-height: 34px;
	display: block;
}
	

	.subheader { color: #777; }

	p {
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	color: #665b44;
	text-align: left;
	/* [disabled]text-justify: distribute; */
	font-style: normal;
}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em {  }
	strong {
	font-weight: 700;
	color: #4a762a;
	text-shadow:none;
}
	small { font-size: 80%; }
	#emph{
	/* [disabled]color: #9d0d15; */
	color: #D87600;
}

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr {
	border-left: 0 ridge #FFFFFF;
	border-right: 0 ridge #FFFFFF;
	border-bottom: 0 ridge #FFFFFF;
	border-top: 1px ridge #FFFFFF;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	height: 0;
}


/* #Links
================================================== */
	a, a:visited {
	color: #4a762a;
	text-decoration: none;
	font-size: 16px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	}
	.menu a {
	font-size: 20px;
	text-transform: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-variant: small-caps;
	font-family: 'josefin_sansregular', sans-serif;
	text-shadow: 0 -1px 1px rgba(70,113,40,0.47);
	}
	.menu a:hover,
	#acceuil .menu a:nth-child(1),
	#artiste .menu aa:nth-child(2),
	#cours .menu a:nth-child(3),
	#stages .menu a:nth-child(4),
	#galerie .menu a:nth-child(5),
	#contact .menu a:nth-child(6){
	color: #fff;
	/* [disabled]font-weight: 400; */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-shadow: 1px -1px 1px rgba(109,109,109,0.53);
	font-family: 'josefin_sanssemibold', sans-serif;
	}
	
	.menu li:hover{
		cursor:pointer;
	}
	.menu a:hover:nth-child(1) > li,
	#acceuil .menu a:nth-child(1) > li{
		background: url('../images/nav.png') no-repeat 10% 100% / 100%;
		 -webkit-transition:all 1s quad;
		-moz-transition:all 1s quad;
		-ms-transition:all 1s quad;
		-o-transition:all 1s quad;
		transition:all 1s quad;
	}
	.menu a:hover:nth-child(2) > li,
	#artiste .menu a:nth-child(2) > li{
		background: url('../images/nav2.png') no-repeat 10% 100% / 100%;
		 -webkit-transition:all 1s quad;
		-moz-transition:all 1s quad;
		-ms-transition:all 1s quad;
		-o-transition:all 1s quad;
		transition:all 1s quad;
	}
	.menu a:hover:nth-child(3) > li,
	#cours .menu a:nth-child(3) > li{
		background: url('../images/nav3.png') no-repeat 10% 100% / 100%;
		 -webkit-transition:all 1s quad;
		-moz-transition:all 1s quad;
		-ms-transition:all 1s quad;
		-o-transition:all 1s quad;
		transition:all 1s quad;
		cursor:pointer;
	}
	.menu a:hover:nth-child(4) > li,
	#stages .menu a:nth-child(4) > li{
		background: url('../images/nav4.png') no-repeat 10% 100% / 100%;
		 -webkit-transition:all 1s quad;
		-moz-transition:all 1s quad;
		-ms-transition:all 1s quad;
		-o-transition:all 1s quad;
		transition:all 1s quad;
		cursor:pointer;
	}
	.menu a:hover:nth-child(5) > li,
	#galerie .menu a:nth-child(5) > li{
		background: url('../images/nav5.png') no-repeat 10% 100% / 100%;
		 -webkit-transition:all 1s quad;
		-moz-transition:all 1s quad;
		-ms-transition:all 1s quad;
		-o-transition:all 1s quad;
		transition:all 1s quad;
		cursor:pointer;
	}
	.menu a:hover:nth-child(6) > li,
	#contact .menu a:nth-child(6) > li{
		background: url('../images/nav6.png') no-repeat 10% 100% / 90%;
		 -webkit-transition:all 1s quad;
		-moz-transition:all 1s quad;
		-ms-transition:all 1s quad;
		-o-transition:all 1s quad;
		transition:all 1s quad;
		cursor:pointer;
	}
	.menu a > li{
	background: url('../images/navx.png') no-repeat 10% 100% / auto;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-ms-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;
	}
	a:hover, a:focus { 
		color: #9d0d15;
		-webkit-transition:all .2s linear;
		-moz-transition:all .2s linear;
		-ms-transition:all .2s linear;
		-o-transition:all .2s linear;
		transition:all .2s linear;
	 }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol {
	/* [disabled]margin-bottom: 20px; */
}
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li {
	/* [disabled]line-height: 18px; */
}
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
	width: 100%;
	padding: 0;
	/* [disabled]height: 100%; */
	margin-bottom: -5px;
		 }


/* #Buttons
================================================== */

	.button,
	input[type="submit"],
	input[type="reset"]{
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding-top: 12px;
	padding-right: 31px;
	padding-left: 25px;
	padding-bottom: 12px;
	box-shadow: 0px 0px 9px 2px rgba(100,100,100,0.2);
	position: relative;
	margin: 0;
	color: #4a762a;
	font-size: 23px;
	font-family: 'josefin_sanslight', sans-serif;
	background-image: -webkit-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: -o-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: linear-gradient(180deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-color: rgba(0,0,0,0.00);
	  }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	color: #9d0d15;
	box-shadow: 0px 0px 9px 3px rgba(100,100,100,0.2);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	border: 1px solid #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(245,243,220,0.90) 0%,rgba(251,250,243,0.88) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(245,243,220,0.90) 0%,rgba(251,250,243,0.88) 100%);
	background-image: -o-linear-gradient(270deg,rgba(245,243,220,0.90) 0%,rgba(251,250,243,0.88) 100%);
	background-image: linear-gradient(180deg,rgba(245,243,220,0.90) 0%,rgba(251,250,243,0.88) 100%);
	}

	.button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 1px 1px rgba(100,100,100,0.2);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	background-color: rgba(245,243,220,0.94);
	}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
	width: 75%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: center;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	button h3{
		color:#4a762a;
	}
	button h6{
	font-size: 24px;
	margin: 5px 0 0 0;
	color: #4a762a;
	font-family: 'josefin_sanslight', sans-serif;
	font-variant: small-caps;
	}

/* #Forms
================================================== */

	form {
	margin-bottom: 20px;
	text-align: right;
	position: relative;
	margin-top: 27px;
}
	fieldset {
		margin-bottom: 20px; }
	
	select {
	padding:0;
}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
	/* [disabled]border-left: 1px solid #aaa; */
	/* [disabled]border-right: 1px solid #aaa; */
	/* [disabled]border-bottom: 1px solid #aaa; */
	/* [disabled]border-top-color: #8C6426; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-width: 1px; */
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 3px rgba(0,0,0,.2);
	display: inline-block;
	position: relative;
	}
input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #D4D4D4;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	color: #777;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
	width: 70%;
	/* [disabled]max-width: 100%; */
	display: inline;
	background-color: rgba(227,226,220,0.23);
}
	right: 0;
	background-color: rgba(255,255,255,0.74);
}
	textarea {
	min-height: 60px;
}
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
	width: 70%;
	height: 20px;
}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
#formdiv form label {
	display: inline-block;
	line-height: 20px;
	font-size: 18px;
	font-weight: 300;
	width: 25%;
	float: left;
	color: #915909;
	text-align: left;
	text-shadow: -1px -1px 1px #BFAEAE;
}
#formdiv {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	padding-top: 24px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 24px;
	/* [disabled]width: 100%; */
	background-color: rgba(255,255,255,0.7);
	max-width: 600px;
	margin-top: auto;
}
.smalltext {
	font-size: 16px;
	color: #6D664A;
	/* [disabled]font-weight: 400; */
	text-align: center;
	text-shadow: -1px 0px 1px #BFAEAE;
}
h8 {
	display: block;
	font-size: 18px;
	color: #9d0d15;
}
#formdiv form .full-width {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	width: 25%;
	float: right;
	display: block;
}
#foot-toggle {
	width: 70px;
	position: relative;
	top: -39px;
	float: right;
	right: 1%;
	border: 1px solid #fff;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	background: rgba(245,243,220,0.7);
	-moz-box-shadow: inset 0px -6px 10px -8px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0px -6px 10px -8px rgba(0,0,0,0.3);
	box-shadow: inset 0px -6px 10px -8px rgba(0,0,0,0.3);
	padding-top: 6px;
}
#foot-toggle .smalltext {
	margin: 0;
	line-height: 24px;
	color: #4a762a;
	text-shadow: 0 -1px 1px rgba(78,78,78,0.57);
	font-family: 'josefin_sansregular', sans-serif;
	font-size: 17px;
}

.lightbox {
	/** Hide the lightbox */
	color: #fff;
	visibility: hidden;
	opacity: 0;
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 200000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: left;
	-webkit-transition: visibility .6s ease-out, opacity .6s ease-out;
	-moz-transition: visibility .6s ease-out, opacity .6s ease-out;
	-ms-transition: visibility .6s ease-out, opacity .6s ease-out;
	-o-transition: visibility .6s ease-out, opacity .6s ease-out;
	transition: visibility .6s ease-out, opacity .6s ease-out;
}

.lightbox > div {
	/** Pad the lightbox image */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 600px;
	margin: auto;
	z-index: 1000;
	background-color: rgba(255,255,255,0.80);
	padding: 10px 20px 20px 20px;
	border: 1px solid rgba(255,255,255,1);
	cursor: default;
	-moz-box-shadow: 0px 0px 30px 9px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 30px 9px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 9px rgba(0,0,0,0.3);
	overflow-y: auto;
}

.lightbox:target {
  /** Show lightbox when it is target */
  visibility:visible;
  display: block;
  opacity:1;
  
  /** Remove default browser outline style */
  outline: none;
}
#success{
	background: url('../images/aqu-birds.jpg') no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
}

#inscription{
	background: url('../images/aqu-cours.jpg') no-repeat center center fixed; 
  		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
}

#success > div,
#inscription > div{
	width: 400px;
	height:300px;
	text-align: center;
}
#success h5,
#inscription h5 {
	color: #9d0d15;
}
#success > div > div,
#inscription > div > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	width: 300px;
	height: 99px;
	border-color: #4a762a;
	border-top-width: thin;
	border-top-style: ridge;
	border-bottom-width: thin;
	border-bottom-style: ridge;
}
#Gallery {
	-webkit-box-shadow: 0px 0px 47px 0px rgba(106,104,84,0.24);
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	box-shadow: 0px 0px 47px 0px rgba(106,104,84,0.24);
	border-radius: 5px 12px 5px 5px;
	background-color: rgba(249,248,237,0);
	background-repeat: no-repeat;
	background-position: 98% 97%;
	background-image: url(../images/signaturedark.png);
	background-attachment: scroll;
	background-size: 81px auto;
	background-origin: padding-box;
	background-clip: border-box;
}
#fronttxt {
	margin: 0 auto;
	/* [disabled]max-width: 701px; */
	position: relative;
}
#topText p .qu {
}
#qu {
	font-size: 16px;
	color: #FFC500;
	text-shadow: -1px -1px 1px rgba(59,100,0,0.46);
	text-align: right;
	display: block;
	margin: 0 auto;
	width: 90%;
}
.text h4 {
	color: #915909;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.blocktext {
	/* [disabled]padding-top: 0; */
	/* [disabled]padding-right: 14px; */
	/* [disabled]padding-left: 0px; */
	/* [disabled]padding-bottom: 0; */
	border-right: 1px solid #fff;
}
.row.text .seven.columns.alpha .blocktext {
	margin: 0;
	border: none;
}
.innerblock {
	padding: 0 25px;
	text-align: justify;
}
	button {
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	border: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding-top: 20px;
	padding-right: 31px;
	padding-left: 25px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 9px 2px rgba(100,100,100,0.2);
	position: relative;
	margin: 0;
	color: #4a762a;
	font-size: 23px;
	font-family: 'josefin_sanslight', sans-serif;
	background-image: -webkit-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: -o-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: linear-gradient(180deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-color: rgba(0,0,0,0.00);
 } 	button:active {
	border-color: #FFF;
	border-width: 1px;
}	button:active {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 1px 1px rgba(100,100,100,0.2);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	background-color: linear-gradient(180deg,rgba(245,243,220,0.90) 0%,rgba(251,250,243,0.88) 100%);
 } 
	input[type="button"]  {
	-webkit-transition: all 2s ease-in 0s;
	-o-transition: all 2s ease-in 0s;
	transition: all 2s ease-in 0s;
	border: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding-top: 12px;
	padding-right: 31px;
	padding-left: 25px;
	padding-bottom: 12px;
	box-shadow: 0px 0px 9px 2px rgba(100,100,100,0.2);
	position: relative;
	margin: 0;
	color: #4a762a;
	font-size: 23px;
	font-family: 'josefin_sanslight', sans-serif;
	background-image: -webkit-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: -o-linear-gradient(270deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-image: linear-gradient(180deg,rgba(251,250,242,0.73) 0%,rgba(245,243,220,0.75) 100%);
	background-color: rgba(0,0,0,0.00);
 } 	input[type="button"]:hover  {
	border-color: #fff;
	border-width: 1px;
}
.main #topText .scale-with-grid {
	-webkit-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.28);
	box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.28);
}
#sign .full-width.bottom:hover h5 {
	color: rgba(218,52,15,1.00);
}
#enter div div {
	text-align: center;
}
#enter div div img {
	padding-bottom: 30px;
}
#enter > div {
	margin: auto;
	width: 550px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	height: 355px;
	padding-top: 42px;
	padding-right: 42px;
	padding-left: 42px;
	padding-bottom: 42px;
	background-color: rgba(249,247,234,0.87);
	-webkit-box-shadow: 1px 2px 17px 8px rgba(0,0,0,0.20);
	box-shadow: 1px 2px 17px 8px rgba(0,0,0,0.20);
	-moz-transition: background .5s ease-out;
	-ms-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	-webkit-transition: background .5s ease-out;
	transition: background .5s ease-out;
}
#enter > div:hover{
	background-color: rgba(249,247,234,0.96);
}
#enter {
	position: fixed;
	height: 100%;
	width: 100%;
	background: url('../images/front-bg3.jpg') no-repeat center center fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	opacity: 1;
	visibility: visible;
	cursor: pointer;
	background-size: cover;
}
#enter #qu {
	color: #CE3509;
	font-size: 16px;
	text-shadow: 0 -1px 1px rgba(51,43,13,0.28);
	text-align: right;
}
#acceuil #mfPreviewBar,
#artiste #mfPreviewBar,
#cours #mfPreviewBar,
#stages #mfPreviewBar,
#galerie #mfPreviewBar,
#contact #mfPreviewBar{
	position:absolute;
}
.main .container #strip {
	border: 0 solid rgba(245,243,220,0.90);
	-webkit-box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 29px 3px rgba(0,0,0,0.33);
}
#end #bottom {
	text-align: center;
	line-height: 58px;
	color: #7A6A5C;
	font-size: 0.87em;
	margin: 0;
	font-family: 'josefin_sansregular', sans-serif;
}
#end{
	border-top: 1px solid rgba(255,255,255,0.52);
}
#contact #end{
	max-width: 648px;
}
#enter #enterdiv #topText {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}
#enterdiv #end #bottom {
	color: rgba(128,126,104,0.69);
	text-shadow: none;
	line-height: 38px;
}
@media only screen and (max-width: 960px) {
	.menu a:hover:nth-child(1) > li,
	#acceuil .menu a:nth-child(1) > li{
		background: url('../images/nav.png') no-repeat 10% / contain;
	}
	.menu a:hover:nth-child(2) > li,
	#artiste .menu a:nth-child(2) > li{
		background: url('../images/nav2.png') no-repeat 10% / contain;
	}
	.menu a:hover:nth-child(3) > li,
	#cours .menu a:nth-child(3) > li{
		background: url('../images/nav3.png') no-repeat 10% / contain;
	}
	.menu a:hover:nth-child(4) > li,
	#stages .menu a:nth-child(4) > li{
		background: url('../images/nav4.png') no-repeat 10% / contain;
	}
	.menu a:hover:nth-child(5) > li,
	#galerie .menu a:nth-child(5) > li{
		background: url('../images/nav5.png') no-repeat 10% / contain;
	}
	.menu a:hover:nth-child(6) > li,
	#contact .menu a:nth-child(6) > li{
		background: url('../images/nav6.png') no-repeat 10% / contain;
	}
	.menu a > li{
		background: url('../images/navx.png') no-repeat 5% / contain;
	}
	.menu li > a{
		margin-left: 0px;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #D4D4D4;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 13px;
		color: #777;
		margin-bottom: 15px;
		width: 100%;
		/* [disabled]max-width: 100%; */
		display: block;
		background-color: rgba(227,226,220,0.23);
	}
	#formdiv form label {
		display: block;
		line-height: 20px;
		font-size: 18px;
		font-weight: 300;
		width: auto;
		color: #915909;
		text-align: left;
		text-shadow: -1px -1px 1px #BFAEAE;
		padding-bottom: 10px;
	}
	
	
}
