body {
	background-image: url(../img/bg.png);
	background-position: left top;
}
header {
	background-color: #FFF;
	height: auto;
	width: 100%;
	display: block;
}
a {
	text-decoration: none;
}
#zone_header {
	height: 151px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#zone_header .logo {
	height: auto;
	width: 36%;
	float: left;
	padding-top: 3.5px;
}
#nav_princ {
	height: 30px;
	list-style-type: none;
	float: right;
	margin-top: 119px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_princ li {
	font-size: 1em;
	line-height: 2.3em;
	height: 30px;
	width: 122px;
	display: inline-block;
	text-align: center;
	position: relative;
}
#nav_princ li a {
	color: #707173;
	text-decoration: none;
	display: block;
	font-weight: bold;
	
}
#nav_princ li a:hover {
	color: #FFF;
	background-color: #F7AC12;
	border-radius: 10px 10px 0px 0px;
}
#nav_princ li ul {
	position: absolute;
	left: 0px;
	top: 2.25em;
	color: #FFF;
	font-weight: bold;
	z-index: 100;
	display: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_princ li:hover ul {
	background-color: rgba(247,172,18,0.8);
	display: block;
}
#nav_princ li ul li {
	font-weight: bold;
	display: block;
	float: none;
	font-size: 1em;
	line-height: 2.15em;
}
#nav_princ li ul li a {
	display: block;
	font-weight: bold;
	color: #FFF;
}
#nav_princ li ul li a:hover {
	background-color: #707173;
	border-radius: 0px 0px 0px 0px;
}
#nav_princ li a.header_activ{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	background-color: #F7AC12;
	border-radius: 10px 10px 0px 0px;
}
#container {
	width: 1062px;
	margin: 0px;
	padding: 0px;
}
#box_parallax {
	background-image: url(../img/fd_parallax.jpg);
	height: 630px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #E07702;
	background-repeat: no-repeat;
	background-position: center top;
}
#parallax {
	position: relative;
	width: 1602px;
	height: 630px;
	overflow: hidden;
}
#parallax #texte_parallax {
	padding-left: 8%;
	z-index: 50;
	height: 600px;
	overflow: hidden;
}
#parallax #objet01_parallax {
	z-index: 25;
	padding-left: 12%;
	padding-top: 35px;
	height: 630px;
	overflow: hidden;
}
#parallax #objet02_parallax {
	padding-top: 50px;
	padding-left: 8%;
	overflow: hidden;
	height: 630px;
}
#texte_accueil {
	width: 960px;
	position: relative;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#texte_accueil p {
	font-size: 1em;
	color: #FFF;
	text-align: center;
	line-height: 1.3em;
}
#texte_accueil .crochetgauch {
	font-size: 3.5em;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	height: 68px;
	width: 45px;
	position: absolute;
	left: 270px;
	top: -15px;
}
#texte_accueil .crochetdroit {
	font-size: 3.5em;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	height: 68px;
	width: 220px;
	position: absolute;
	top: -12px;
	right: 215px;
}
#texte_accueil p a{
	color: #F7AC12;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	overflow: auto;
	margin-top: 30px;
	color: #FFF;
	font-size: 1em;
	margin-bottom: 20px;
}
#container nav {
	width: 230px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#container nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container nav ul li a {
	font-size: 1em;
	color: #FFF;
	line-height: 26px;
	padding-left: 12px;
	display: block;
	width: 130px;
	margin-top: 4.5px;
	margin-bottom: 4.5px;
}
#container nav ul li a:hover {
	color: #2B2927;
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#container article {
	width: 730px;
	display: block;
	float: left;
	margin-top: 3px;
}

.nav_activ {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	line-height: 26px;
	/* [disabled]background-image: url(../img/fd_nav_activ.png); */
	background-repeat: no-repeat;
	/* [disabled]background-position: left 6px; */
	padding-left: 12px;
	border: thin solid #F7AC12;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 130px;
	margin-top: 4.5px;
	margin-bottom: 4.5px;
}
.orange {
	color: #f7ac12;
}

.espace_avant {
	margin-top: 10px;
}
.ferredroite {
	text-align: right;
	margin-right: 10px;
}
article#about{
	width: 900px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-left: 135px;
}
.presentation {
	font-size: 20px;
	clear: both;
	margin-bottom: 10px;
}
.texte-pres {
	margin-bottom: 60px;
	float: left;
	height: auto;
	width: 430px;
}
.texte-pres02 {
	margin-bottom: 100px;
	float: left;
	height: auto;
	width: 460px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #EFAF1B;
	padding-right: 30px;
	margin-right: 0px;
}
#autoprotrait {
	float: left;
	margin-left: 100px;
	margin-top: 30px;
	width: 200px;
	margin-bottom: 20px;
}
#CV {
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	width: 250px;
}
#CV img {
	margin-top: 5px;
}
#CV p a img {
	margin-bottom: 40px;
	margin-right: 5px;
}
#CV p {
	text-align: left;
	margin-top: 120px;
}
#CV p a {
	font-weight: bold;
	color: #FFFFFF;
}
#CV p a:hover {
	color: #EFAF1B;
}
#contact   {
	width: 960px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 125px;
	margin-right: 100px;
	margin-bottom: 40px;
}
.txt14 {
	font-size: 14px;
}
#reponsecontact {
	width: 835px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 125px;
	height: 600px;
}

#colgauche .texte {
	font-weight: bold;
	color: #F7AC12;
	font-size: 18px;
}
#colgauche .debuttexte {
	font-weight: bold;
	color: #F7AC12;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#colgauche .fintexte {
	font-weight: bold;
	color: #F7AC12;
	margin-bottom: 30px;
	font-size: 14px;
	margin-top: 0px;
}

#colgauche {
	width: 480px;
	margin-top: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #f7ac12;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#colgauche form p label {
	float: left;
	width: 160px;
}
#colgauche form input {
	border-radius: 8px;
	height: 30px;
	width: 300px;
	margin-bottom: 10px;
	margin-top: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#colgauche form p #message {
	width: 470px;
	border-radius: 10px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#projet #colgauche p.texte {
	margin-bottom: 20px;
	font-weight: bold;
	color: #f7ac12;
	text-align: right;
	padding-right: 10px;
}
#colgauche #formcontact p #envoi {
	font-size: 16px;
	color: #FFF;
	background-color: #f7ac12;
	font-weight: bold;
	width: 120px;
	height: 30px;
	margin-bottom: 50px;
}
#coldroite  {
	width: 250px;
	margin-left: 530px;
	padding: 15px;
	margin-top: 505px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	height: 135px;
	background-image: url(../img/bg02.png);
	background-repeat: repeat;
	background-position: left top;
}
#coldroite a {
	font-weight: bold;
	color: #FFF;
}
#coldroite a:hover {
	text-shadow: 3px 3px 3px #000;
	color: #F7AC12;
}
#reponsecontact h5 a {
	color: #F7AC12;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
}
#reponsecontact h5 a:hover {
	color: #FFF;
	background-color: #F7AC12;
	margin-left: -10px;
	padding-left: 10px;
}
#reponsecontact h5 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}

footer {
	background-color: #343434;
	display: block;
	clear: both;
	float: none;
	height: 53px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#zone_footer {
	color: #FFF;
	height: 53px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}
#zone_footer img {
	display: block;
	float: left;
	margin-right: 8px;
	margin-top: 15px;
}
#zone_footer #droits {
	font-size: 0.9em;
	display: block;
	float: left;
	width: 230px;
	margin-left: 10px;
	margin-top: 18px;
	font-weight: normal;
}
#zone_footer .coordonnees {
	float: right;
	font-size: 1.4em;
	text-align: right;
	margin-right: 0px;
	padding: 0px;
	margin-top: 11px;
}
#zone_footer .coordonnees a {
	color: #FFF;
}
#zone_footer .pointorange{
	color: #f7ac12;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 2em;
	float: right;
	margin-top: 4px;
}
#haut  {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#haut img {
	margin-right: 10px;
	margin-top: -5px;
}
#haut a {
	color: #FFF;
}
#haut a:hover {
	color: #F7AC12;
}
.voir {
	padding: 0px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.voir img {
	margin-right: 10px;
	margin-top: -5px;
}
.voir a {
	color: #FFF;
}
.voir a:hover {
	color: #F7AC12;
}
.zoombox.zgallery1 img {
	margin-top: 10px;
}
article .en-construction {
	margin-top: 15px;
	margin-bottom: 35px;
	color: #ECA511;
	height: 350px;
}
