body, html{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	height: 100%;
	padding: 0;
	margin: 0;
}
h3{
	padding: 0;
	margin: 0;
}
.right{ float: right;}
.left{ float: left;}
#errorsMainWrapper{ padding: 5px; }
button{
	display: block;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #003399 , #3366cc); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #003399, #3366cc); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #003399, #3366cc); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #003399 , #3366cc); /* Standard syntax */
	color: white;
	border-radius: 5px;
	border: 1px solid white;
	padding: 5px 8px;
	margin: 5px 0;
}
.editButton{
	display: block;
	width: 75px;
	text-align: center;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #003300 , #008000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #003300, #008000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #003300, #008000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #003300 , #008000); /* Standard syntax */
	color: #00ff00;
	border-radius: 5px;
	border: 1px solid white;
	padding: 5px 0;
	margin: 5px 0;
	text-decoration: none;
}
.editButtonWrapper{
	margin-bottom: 10px;
}
.info{
	margin: 5px;
}
.adminPicture{ margin: 0 10px; }
/*************************************************/
/* ADMIN */
/*************************************************/
fieldset{
	padding: 10px;
	margin: 10px;
}
.adminTitle{
	width: 200px;
	display: inline-block;
	padding: 3px 0;
}
.adminInput{ display: inline-block; }
/*************************************************/
/* MENU */
/*************************************************/
#headerMainWrapper{
	text-align: center;
	height: 70px;
}
#headerMainWrapper .title{
	display: inline-block;
	margin: 10px 3%;
	font-size: 40px;
	text-decoration: none;
	color: black;
	text-shadow: 2px 2px silver;
}
.menuImage{ display: none; }
#headerMainWrapper .mobileTitle{ display: none; }
.mailto, .phone{
	display: block;
	margin: 5px;
}
#headerMenuWrapper .imageHome{ 
	display: inline-block;
	float: left;
}
.infoWrapper{
	display: inline-block;
	float: right;
}
.infoWrapper img{ margin-right: 5px; }
@media only screen and (max-width: 900px) {
	#headerMenuWrapperMobile{
		width: 100%; 
		float: left;
		text-align: left;
		background: white;
		padding-bottom: 20px;
	}
	.mobileTitleWrapper{ width: 150px;}
	#headerMenuWrapperMobile .mobileTitle{
		display: block;
		font-size: 30px;
		text-decoration: none;
		color: black;
		text-shadow: 2px 2px silver;
		margin: 2px 0;
	}
	#headerMenuWrapper{ display: none; }
	.mailto, .phone{
		display: block;
		margin: 5px 10px;
	}
	.menuImage{ 
		display: block; 
		width: 100%;
		float: left;
	}
}
.coursSection{ border-bottom: 2px solid #d4e893;}
.serviceSection{ border-bottom: 2px solid #f3de5a;}
.folioSection{ border-bottom: 2px solid #f2b4a5;}
.bioSection{ border-bottom: 2px solid #89c5f2;}

/*************************************************/
/* CONTENT */
/*************************************************/
#contentMainWrapper{ 
	width: 100%; 
	margin-bottom: 100px;
}
#contentMainWrapper .mainBanner img{ 
	margin-top: 2%;
	width: 100%; 
}
/*************************************************/
/* COURS & SERVICES */
/*************************************************/
#cnsMainWrapper textarea{ min-width: 75%; }
#cnsMainWrapper textarea{
	min-width: 50%;
	max-width: 50%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
}
#cnsMainWrapper .titleTextarea{ min-height: 20px; }
#cnsMainWrapper .infoTextarea{ min-height: 100px; }
.adminCnsWrapper{ margin: 10px; }
.adminCnsWrapper div{ 
	margin: 5px;
	text-transform: uppercase;
}
.viewCnsWrapper{
	float: left;
	margin-bottom: 100px;
	width: 98%;
	padding: 1%;	
}
.objectWrapper{
	float: left;
	width: 50%;
	display: inline-block;
	margin-bottom: 20px;
}
.viewCnsWrapper .title{
	float: left;
	width: 67%;
	font-weight: bold;
	padding: 10px 0;
	margin-left: 1%;
	text-align: center;
	vertical-align: top;
}
.viewCnsWrapper .info{
	float: left;
	width: 67%;
	margin-left: 1%;
	text-align: justify;
	vertical-align: top;
}
.viewCnsWrapper .coursTitle{ border-bottom: 2px solid #d4e893; }
.viewCnsWrapper .serviceTitle{ border-bottom: 2px solid #f3de5a; }
.viewCnsWrapper .imageObject{
	float: left;
	max-width: 30%;
}
.viewCnsWrapper hr{ float: left; }
.viewCnsWrapper img{
	height: 100%;
	width: 100%;
}
.intro{ 
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0;
}
.cours{ background: #d4e893; }
.service{ background: #f3de5a; }
@media only screen and (max-width: 900px) {
	#cnsMainWrapper textarea{
		min-width: 90%;
		max-width: 90%;
	}
	.viewCnsWrapper .title, .viewCnsWrapper .info{ width: 98%;}
	#cnsMainWrapper .titleTextarea{ min-height: 20px; }
	#cnsMainWrapper .infoTextarea{ min-height: 100px; }
	.adminCnsWrapper{ text-align: center; }
	.viewCnsWrapper{ max-width: 100%; }
	.objectWrapper{	width: 100%; }
	.objectWrapper .imageObject{
		width: 100%;
		display: block;
		max-width: none;
	}
	.objectWrapper .imageObject a{
		display: block;
		text-align: center;
	}
	.objectWrapper .imageObject a img{ max-width: 300px; }
}
/*************************************************/
/* FOLIO */
/*************************************************/
#folioMainWrapper textarea{
	min-width: 50%;
	max-width: 50%;
	min-height: 100px;
}
.folio{ 
	background: #f2b4a5;
	padding: 20px 0;
}
.folioWrapper{ text-align: center; }
.folioWrapper .pictureInfo{ text-align: left; }
.folioPicture img{ max-width: 200px; }
#folioMainWrapper .individualFolioWrapper{
	display: inline-block;
	width: 200px;
	margin: 30px;
	vertical-align: top;
}
.soloFolioWrapper{ 
	text-align: center; 
	margin-bottom: 50px;
}
.soloFolioWrapper img{ max-width: 80%; }
.imageSwitcherWrapper{
	width: 100%;
	text-align: center;
}
.imageSwitcherWrapper a{ margin: 20px; }
.imageNavigation{
	height: 40px;
	width: 40px;
}
.pictureInfo{
	width: 200px;
	border-bottom: 2px solid #f2b4a5;
}
.adminFolioWrapper, .introFolioWrapper{ padding: 1%; }
@media only screen and (max-width: 900px) {
	#folioMainWrapper textarea{
		min-width: 90%;
		max-width: 90%;
	}
	.adminFolioWrapper, .introFolioWrapper{ text-align: center;}
	.folioPicture img{ max-width: 300px; }
	#folioMainWrapper .individualFolioWrapper{ width: 300px; }
	.pictureInfo{ width: 200px; }
	.soloFolioWrapper img{ max-width: 95%; }
}
/*************************************************/
/* BIOGRAPHIE */
/*************************************************/
#bioMainWrapper{
	padding: 5px;
	margin-bottom: 50px;
}
#bioMainWrapper textarea{
	min-width: 50%;
	max-width: 50%;
	min-height: 100px;
}
#bioMainWrapper .bioTexte{
	display: inline-block;
	width: 49%;
	height: 100%;
	margin-bottom: 20px;
	text-align: justify;
	vertical-align: top;
}
#bioMainWrapper .imageBio{
	float: right;
	display: inline-block;
	width: 49%;
	vertical-align: top;
	padding-left: 20px;
}
#bioMainWrapper .imageBio img{ width: 100%; } 
.bio{ 
	text-transform: uppercase;
	font-weight: bold;
	background: #89c5f2;
	padding: 20px 0;
}
@media only screen and (max-width: 1080px) {
	#bioMainWrapper textarea{
		min-width: 90%;
		max-width: 90%;
	}
	#bioMainWrapper{ text-align: center;}
	#bioMainWrapper .bioTexte{ 
		width: 100%; 
		text-align: justify;
	}
	#bioMainWrapper .imageBio{ 
		width: 100%;
		padding-left: 0;
	}
}
/*************************************************/
/* PUB */
/*************************************************/
.individualPubWrapper{ text-align: left; }
.individualPubWrapper img, .folioSectionPub img{
	height: 90px;
	width: 728px;
}
.folioSectionPub{
	text-align: center;
	margin: 10px 0;
}
@media only screen and (max-width: 900px) {
	.individualPubWrapper img, .folioSectionPub img{
		height: 45px;
		width: 364px;
	}
}
/*************************************************/
/* GALLERY */
/*************************************************/
#galleryMainWrapper{
	margin-bottom: 200px;
	text-align: center;
}
.individualGalleryWrapper{
	display: inline-block;
	width: 200px;
	margin: 30px;
	vertical-align: top;
}
.galleryPicture img{ max-width: 200px; }
.adminGalleryWrapper{ text-align: left; }
#galleryMainWrapper textarea{
	min-width: 50%;
	max-width: 50%;
	min-height: 100px;
}
@media only screen and (max-width: 900px) {
	#galleryMainWrapper textarea{
		min-width: 90%;
		max-width: 90%;
		min-height: 100px;
	}
	.individualGalleryWrapper{
		display: block;
		width: 98%;
		margin: 0;
		padding: 1%;
		vertical-align: top;
	}
	.galleryPicture img{ max-width: 300px; }
	.galleryWrapper .pictureInfo{
		width: 100%;
		text-align: justify;
		margin-bottom: 10px;
	}
}
.adminGalleryWrapper{ 
	padding: 1%; 
	text-align: left;
}
.soloGalleryWrapper{ text-align: center; }
.soloGalleryWrapper img{ max-width: 80%; } 
/*************************************************/
/* TAIL */
/*************************************************/
#tailMainWrapper{
	width: 100%;
	background: black;
	bottom: 0px;
	position: fixed;
	color: white;
	text-align: center;
}
.copyright{ padding: 5px 0; }
.adminAccess{
	text-decoration: none;
	color: white;
}