body{
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: 'Raleway', 'Eurostile', Verdana, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}
.imgCenter{
	text-align: center;
}

/* entete */
#headerWrap{
	width: 100%;
	background-color: #ffffff;
	border-top: 20px solid #c1d800;
	border-bottom: 10px solid #ffffff;
}
#header{
	width: 980px;
	height: 120px;
	margin: auto;
	text-align: left;
}

/* logo */
#logo{
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 150px;
	height: 140px;
	background-image: url(../img/interface2015/logo@150.png);
	background-repeat: no-repeat;
	background-position: 0 -10px;
}
#logo h1, #logo p.intro{
	display: none;
}
#logo p, #logo a{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* langues */
#lang{
	width: 980px;
	margin: auto;
	text-align: right;
}
#lang p{
	display: none;
}
#lang ul{
	margin: 0;
	padding: 0;
}
#lang li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
#lang a{
	display: block;
	margin: 3px 6px 2px 6px;
	padding: 5px 10px 4px 10px;
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#lang a:hover{
	color: #c1d800;
	background-color: #444444;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* tel */
#tel{
	height: 40px;
	margin: 25px 10px 0 710px;
	padding: 6px 0 0 0;
	background-image: url(../img/interface2015/pictoTel.png);
	background-repeat: no-repeat;
	text-align: right;
	color: #404040;
	font-size: 24px;
}
#tel p{
	margin: 0;
	padding: 0;
}
#tel h4, #tel span, #tel hr{
	display: none;
}

/* menu principal */
#mainMenuShowHide{
	display: none;
}
#mainMenu{
	width: 980px;
	margin: auto;
	text-align: right;
}
#mainMenu h4, #mainMenu hr{
	display: none;
}
#mainMenu ul{
	margin: 0 300px 0 0;
	padding: 0;
}
#mainMenu li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
#mainMenu li a{
	display: block;
	padding: 4px 20px 4px 20px;
	font-size: 14px;
	border-left: 1px solid #dddddd;
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mainMenu li:first-child a{
	border-left: none;
}
#mainMenu li a:hover{
	color: #ffffff;
	-webkit-box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.2);
	box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.2);
	background-color: #315798;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* image d'accueil */
#mainImgWrap{
	background-color: #c1d800;
	overflow: hidden;
}
#mainImg{
	width: 980px;
	height: 450px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#mainImgTxt{
	width: 100%;
	z-index: 501;
	position: absolute;
	top: 0;
}
#mainImgSlide{
	width: 100%;
	height: 100%;
	z-index: 500;
	position: absolute;
	top: 0;
}
#mainImgSlide > div{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
#map-canvas{
	width: 100%;
	height: 100%;
}
/* image de fond DEBUT */
/* accueil */
#mainImg #home1{
	background-image: url(../img/photo/accueil_img1_1280.jpg);
}
#mainImg #home2{
	background-image: url(../img/photo/accueil_img2_1280.jpg);
}
#mainImg #home3{
	background-image: url(../img/photo/accueil_img3_1280.jpg);
}
#mainImgSlide .mainImgTxt2{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-size: 25px;
	background-color: rgb(125, 125, 125);
	background-color: rgba(125, 125, 125, 0.7);
}
#mainImgSlide .mainImgTxt2 span{
	margin: 0 5px;
	font-weight: normal;
	font-size: 1.2em;
}
#mainImg #homeTxt{
	float: right;
	margin: 0;
	padding: 60px 0 0 20px;
	height: 390px;
	width: 280px;
	text-align: left;
	color: #ffffff;
	background-color: rgb(30, 30, 30);
	background-color: rgba(30, 30, 30, 0.7);
}
#mainImg #homeTxt h4{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	color: #c1d800;
}
#mainImg ul, #mainImg li{
	margin: 0;
	padding: 0;
}
#mainImg ul{
	margin: 30px 0 0 30px;
}
#mainImg li{
	margin-top: 8px;
	list-style-image: url(../img/interface2015/pictoFleche1.png);
}
#mainImg{
	font-size: 18px;
}
/* a propos */
#mainImg #about1{
	background-image: url(../img/photo/about_img1_1280.jpg);
}
#mainImg #about2{
	background-image: url(../img/photo/about_img2_1280.jpg);
}
#mainImg #aboutTxt{
	float: right;
	margin: 0;
	padding: 80px 20px 0 20px;
	height: 390px;
	width: 230px;
	color: #c1d800;
	background-color: rgb(30, 30, 30);
	background-color: rgba(30, 30, 30, 0.7);
	font-size: 30px;
}
#mainImg #aboutTxt h4{
	margin: 0;
	font-size: 30px;
	color: #ffffff;
}
#mainImg #aboutTxt p{
	margin: 10px 0 0 0;
}
/* production*/
#mainImg #production1{
	background-image: url(../img/photo/product_design_img1_1280.jpg);
}
/* product design */
#mainImg #product_design1{
	background-image: url(../img/photo/product_design_img1_1280.jpg);
}
#mainImg #product_design2{
	background-image: url(../img/photo/product_design_img2_1280.jpg);
}
/* outillage */
#mainImg #tooling1{
	background-image: url(../img/photo/tooling_img1_1280.jpg);
}
/* assemblage */
#mainImg #assembly1{
	background-image: url(../img/photo/production_img1_1280.jpg);
}
/* realisation */
#mainImg #realisation1{
	background-image: url(../img/photo/realisation_img1_1280.jpg);
}
/* equipement */
#mainImg #equipment1{
	background-image: url(../img/photo/equipment_img1_1280.jpg);
}
/* moulage */
#mainImg #molding1{
	background-image: url(../img/photo/molding_img1_1280.jpg);
}
/* qualite */
#mainImg #quality1{
	background-image: url(../img/photo/plastic_img1_1280.jpg);
}
/* legal */
#mainImg #legal1{
	background-image: url(../img/photo/legal_img1_1280.jpg);
}
/* chiffre*/
#mainImg #number1{
	background-image: url(../img/photo/number_img1_1280.jpg);
}
#mainImg #numberTxt{
	float: right;
	margin: 0;
	padding: 80px 20px 0 20px;
	height: 390px;
	width: 230px;
	color: #c1d800;
	background-color: rgb(100, 100, 100);
	background-color: rgba(100, 100, 100, 0.8);
	font-size: 30px;
}
#mainImg #numberTxt h4{
	margin: 0;
	font-size: 30px;
	color: #ffffff;
}
#mainImg #numberTxt h4 span{
	color: #c1d800;
}
/* image de fond FIN */

/* phrase d'accroche*/
#accrocheWrap{
	background-color: #ffffff;
}
#accroche, #accrocheHome{
	width: 980px;
	margin: auto;
	text-align: left;
}
#accroche h2, #accrocheHome h2{
	height: 40px;
	margin: 0;
	padding: 30px 0 10px 50px;
	color: #1c1c1c;
	font-size: 40px;
	font-weight: 400;
}
#accrocheHome h2{
	padding-left: 2%;	
}

/* contenu */
#contentWrap{
	background-color: #ffffff;
	color: #222222;
}
#contentHome, #content{
	width: 980px;
	margin: auto;
	text-align: left;
}
#content{
	padding: 40px 0;
}
#contentHome h2, #content h2{
	margin: 0;
	padding: 40px 50px 10px 50px;
	font-size: 30px;
	font-weight: normal;
}
#contentHome p, #content p{
	margin: 0;
	padding: 8px 50px 8px 50px;
	font-size: 18px;
	line-height: 26px;
}
#content b{
	color: #c1d800;
	font-size: 28px;
}
#content ul, ol{
	margin: 0;
	padding: 8px 50px 8px 75px;
}
#content ul li, #content ol li{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 26px;
}
#content ul li{
	list-style-image: url(../img/interface2015/pictoFleche1.png);
}
#contentHome hr, #content hr{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
}
#content .photoContent img{
	width: 100%;
	height: auto;
}

/* accueil */
#accueil{
	height: 370px;
	padding-top: 20px;
}
#accueilInfo{
	float: left;
	overflow: hidden;
	width: 30%;
	height: 370px;
	margin: 0 2% 0 2%;
	font-size: 20px;
	font-weight: 100;
	line-height: 25px;
}
#accueilInfoContent{
	width: 1200px;
}
#accueilInfoContent > div{
	width: 25%;
	float: left;
}
#accueilInfoContent > div b{
	color: #315798;
}
#accueilInfofr1{
	padding: 75px 0 0 0;
}
#accueilInfofr2{
	padding: 10px 0 0 0;
}
#accueilInfofr3{
	padding: 40px 0 0 0;
}
#accueilInfofr4{
	padding: 20px 0 0 0;
}
#accueilInfoen1{
	padding: 75px 0 0 0;
}
#accueilInfoen2{
	padding: 45px 0 0 0;
}
#accueilInfoen3{
	padding: 20px 0 0 0;
}
#accueilInfoen4{
	padding: 50px 0 0 0;
}
#accueilInfo h2{
	padding: 0 20px 5px 0;
}
#accueilInfo p{
	padding: 8px 20px 8px 0;
	line-height: 24px;
}
#accueilInfo .btPlus{
	text-align: right;
}
#accueilInfo .btPlus a{
	padding: 5px 7px 3px 7px;
	background-color: #c1d800;
	border-radius: 4px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#accueilInfo .btPlus a:hover{
	background-color: #000000;
	color: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#accueilPicto{
	float: left;
	width: 66%;
}
#accueilPicto ul{
	margin: 0;
	padding: 0;
}
#accueilPicto li{
	margin: 0 0 0 10px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
#accueilPicto li a{
	display: block;
	padding-top: 232px;
	padding-bottom: 15px;
	width: 150px;
	height: 44px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: center 60px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 100;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#accueilPicto li a span{
	display: block;
}
#accueilPicto #picto1 a{
	margin-top: 60px;
	background-image: url(../img/interface2015/picto1.png);
}
#accueilPicto #picto2 a{
	background-image: url(../img/interface2015/picto2.png);
}
#accueilPicto #picto3 a{
	margin-top: 60px;
	padding-top: 210px;
	height: 66px;
	background-image: url(../img/interface2015/picto3.png);
}
#accueilPicto #picto4 a{
	background-image: url(../img/interface2015/picto4.png);
}
#accueilPicto #picto1 a:hover, #accueilPicto #picto2 a:hover, #accueilPicto #picto3 a:hover, #accueilPicto #picto4 a:hover{
	background-color: #555555;
	background-position: center 90px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* contact */
#contact form p{
	margin: 8px 0 8px 0;
}
#contact label, #contact .margeContact{
	display: block;
	float: left;
	width: 30%;
	margin: 4px 4px 0 0;
	text-align: right;
}
#contact label span{
	display: none;
}
#contact input, #contact textarea{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	padding: 6px;
	width: 40%;
}
#contact input:hover, #contact textarea:hover{
	border-color: #000000;
}
#contact input:focus, #contact textarea:focus{
	outline: none;
	border-color: #0076a3;
	-moz-box-shadow: inset 0px 0px 4px 0px #7fbad1;
	-webkit-box-shadow: inset 0px 0px 4px 0px #7fbad1;
	-o-box-shadow: inset 0px 0px 4px 0px #7fbad1;
	box-shadow: inset 0px 0px 4px 0px #7fbad1;
}
#contact input[type="submit"]{
	font-weight: bold;
	font-size: 14px;
}
#contact input[type="submit"]:hover{
	background-color: #000000;
	color: #ffffff;
}
#contact input[type="submit"]:active, #contact input[type="submit"]:focus{
	background-color: #0076a3;
	color: #ffffff;
}
#contact .error, #contact input.error:hover, #contact textarea.error:hover{
	background-color: #ffefef;
	border-color: #ff0000;
}


/* pied de page */
#piedPageWrap{
	background-image: url(../img/interface2015/fondPiedPage.png);
	background-repeat: repeat-x;
}
#piedPage{
	width: 980px;
	height: 285px;
	margin: auto;
	margin-bottom: 50px;
	background-image: url(../img/interface2015/fondPiedPage2.png);
}
#piedPage #piedPageP1, #piedPage #piedPageP2, #piedPage #piedPageP3{
	width: 300px;
	height: 250px;
	float: left;
	text-align: left;
}
#piedPage #piedPageP1 h4, #piedPage #piedPageP2 h4, #piedPage #piedPageP3 h4{
	margin: 40px 0 0 40px;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
}
#piedPage #piedPageP1 ul, #piedPage #piedPageP2 ul, #piedPage #piedPageP3 ul{
	margin: 15px 0 0 40px;
	padding: 0;
}
#piedPage #piedPageP1 li, #piedPage #piedPageP2 li, #piedPage #piedPageP3 li{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #aaaaaa;
}
#piedPage #piedPageP1 li a, #piedPage #piedPageP2 li a, #piedPage #piedPageP3 li a{
	display: block;
	padding: 4px 0;
	color: #aaaaaa;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#piedPage #piedPageP1 li a:hover, #piedPage #piedPageP2 li a:hover, #piedPage #piedPageP3 li a:hover{
	background-color: #222;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#piedPage hr{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
}
#piedPageP4 ul{
	margin: 0;
	padding: 0;
}
#piedPageP4 li{
	display: inline;
	margin: 0 20px;
	padding: 0;
}
#piedPageP4 a{
	color: #ffffff;
	text-decoration: none;
}

/* visionneuse */
#viewer{	
}
#viewer #viewerTitle{
	font-size: 20px;
	height: 28px;
	margin: 4px 0 0 0;
	padding: 0;
}
#viewer #viewerTxt{
	font-size: 25px;
	margin: 10px 0;
	padding: 0;
}
#viewer a{
	border: medium none;
}
#viewerNav{
	display: none;
}
#viewer #viewerNav ul{
	margin: 0;
	padding: 0 0 10px;
}
#viewer #viewerNav li{
	display: inline;
	margin: 0;
	padding: 0;
}
#viewer #viewerNav li a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#viewer #viewerNav li a:hover{
	color: #FF2600;
}
#viewerImgPrev{
	margin-right: 70px;
}
#viewerImgHide{
}
#viewerImgNext{
	margin-left: 70px;
}
.viewerOn{
}
.viewerOff{
	display: none;
}
#viewerBackground{
	background-color: #000000;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}
#viewerMain{
	position: fixed;
	z-index: 9999;
	width: 920px;
	top: 50%;
	left: 50%;
	margin-left: -460px;
	margin-top: -350px;
	background-color: #FFFFFF;
	text-align: center;
}
/* visionneuse */





/* <1024 */
@media screen and (max-width: 1000px){
#header{
	width: 100%;
	height: 80px;
	margin-top: 40px;
	background-size: 100px 100px;
	background-position: 10px 0;
}
#lang{
	width: 100%;
}
#logo{
	width: 160px;
	background-position: 10px -10px;
}
#tel{
	width: 100%;
	position: fixed;
	top: 0;
	margin: 0;
	padding: 5px;
	background: none;
	background-color: #c1d800;
	text-align: center;
	font-size: 20px;
}
#tel span{
	display: block;
	font-size: 16px;
}
/* menu */
#mainMenu{
	width: 100%;
}
#mainMenu ul{
	margin: 30px 0 0 120px;
}
#accroche, #accrocheHome{
	width: 100%;
}

/* content */
#contentHome, #content{
	width: 100%;
}
#mainImg{
	width: 100%;
	height: 300px;
}
#mainImgSlide .mainImgTxt2{
	padding: 5px 10px;
	font-size: 14px;
}
#mainImg #homeTxt{
	margin: 0 0 0 55%;
	padding-top: 30px;
	height: 270px;
}
#mainImg #homeTxt h4{
	font-size: 30px;
}
#mainImg #homeTxt ul{
	margin-top: 10px;
}
#mainImg #homeTxt li{
	font-size: 15px;
	margin-top: 3px;
}
/* a propos */
#mainImg #numberTxt, #mainImg #aboutTxt{
	width: 180px;
	padding-top: 50px;
	font-size: 20px;
}
#mainImg #numberTxt h4, #mainImg #aboutTxt h4{
	font-size: 20px;
}

/* accueil */
#accrocheHome h2{
	padding-left: 5%;	
}
#accueil{
	height: auto;
	padding: 20px 0 20px 0;
}
#accueilInfo{
	float: none;
	width: 90%;
	margin: 0 5% 0 5%;
	font-size: 20px;
	line-height: 25px;
}
#accueilPicto{
	float: none;
	width: 100%;
}
#accueilPicto ul{
	margin: 0;
	padding: 0;
}
#accueilPicto li{
	margin: 2% 0 0 2%;
	width: 21%;
}
#accueilPicto li a{
	display: block;
	width: 100%;
	padding-top: 232px;
	padding-bottom: 15px;
	background-size: 50%;
	font-size: 15px;
}

/* pied de page */
#piedPageWrap{
	background-image: none;
}
#piedPage{
	width: 100%;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	filter:none;
}
#piedPage #piedPageP1, #piedPage #piedPageP2, #piedPage #piedPageP3{
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
}
#piedPage #piedPageP1 h4, #piedPage #piedPageP2 h4, #piedPage #piedPageP3 h4{
	margin-left: 0;
	font-size: 20px;
}
#piedPage #piedPageP1 ul, #piedPage #piedPageP2 ul, #piedPage #piedPageP3 ul{
	margin-left: 0;
}
#piedPage #piedPageP1 li a, #piedPage #piedPageP2 li a, #piedPage #piedPageP3 li a{
	padding: 8px 0;
	font-size: 15px;
}
#piedPage #piedPageP4{
	margin: 20px 0 20px 0;
	padding-top: 20px;
	border-top: 1px solid #555555;
	text-align: center;
}
}

/* >1200 */
@media screen and (min-width: 1300px){
#mainImg, #mainImgSlide > div{
	width: 80%;
}
#mainImg #homeTxt{
	margin-right: 5%;
}
}

/* <750 */
@media screen and (max-width: 750px){
#header{
	height: 65px;
}
#logo{
	width: 135px;
	height: 125px;
	background-size: 125px 125px;
	background-position: 10px 0;
}
#tel p{
	padding-right: 5%;
	text-align: right;
}
#lang{
	width: 100%;
}
#mainMenu{
	width: auto;
}
#mainMenu ul{
	margin-top: 15px;
}
.photoContent{
	margin: 0;
}

/* accueil */
#mainImg{
	width: 100%;
	height: 250px;
}
#mainImg #homeTxt, #mainImg #aboutTxt{
	margin: 0 0 0 40%;
	height: 200px;
	padding-top: 5px;
}
#mainImg #homeTxt h4, #mainImg #aboutTxt h4{
	margin: 0;
}
#mainImg #homeTxt ul{
	margin-top: 0;
}
/* contact */
#contact label, #contact .margeContact{
	width: 25%;
}
#contact input, #contact textarea{
	width: 60%;
}

}


/* <600 */
@media screen and (max-width: 600px){
#header{
	height: 50px;
	margin-top: 30px;
}
#logo{
	width: 110px;
	height: 100px;
	background-size: 100px 100px;
	background-position: 10px 0;
}
#tel{
	height: 30px;
}
#tel span{
	display: none;
}
#lang a{
	padding: 5px 5px 4px 5px;
	font-size: 12px;
}
/* menu */
#mainMenuShowHide{
	display: block;
	position: absolute;
	left: 115px;
	top: 50px;
	text-align: left;
}
#mainMenuShowHide a{
	display: block;
	width: 55px;
	height: 50px;
	background-image: url(../img/interface2015/mainMenuPicto2.png);
	background-size: 35px 25px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mainMenuShowHide a:hover{
	background-image: url(../img/interface2015/mainMenuPicto.png);
	background-color: #315798;
	-webkit-box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.4);
	box-shadow: inset 0px 5px 10px 5px rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mainMenuShowHide span{
	display: none;
}
#mainMenu {
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 100px;
	margin-left: 0;
	background-color: #ffffff;
}
#mainMenu ul{
	margin: 0;
	padding: 0;
}
#mainMenu li{
	display: list-item;
	list-style: none;
}
#mainMenu li a{
	padding: 18px 1em 15px 1em;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
}
.hide{
	display: none;
}
#accrocheWrap h2{
	padding-top: 15px;
	padding-left: 25px;
	height: 20px;
	font-size: 20px;
}
#content h2{
	padding: 30px 25px 10px 25px;
	font-size: 25px;
}
#contentHome p, #content p{
	padding: 8px 25px 8px 25px;
}
#content ul, ol{
	margin: 0;
	padding: 8px 20px 8px 35px;
}
/* contact */
#contact label, #contact .margeContact{
	float: none;
	width: 90%;
	text-align: left;
	margin-left: 5%;
}
#contact input, #contact textarea{
	width: 90%;
	margin-left: 5%;
}
}