/*Section Body*/
body {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #35510A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 600;
	font-size: 12pt;
	font-variant: normal;
	font-style: normal;
}
/*Fin Section Body*/
/*Début Global --Conteneur pour tout le site, pour permettre le placement en position absolue*/
#global {
	height: 780px;
	width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/*Fin Global*/
/*Début Header -- Contient la bannière*/
#header {
	height: 150px;
	width: 1024px;
	background-color: #FFF;
	background-image: url(../Images/HeaderQuatreRonds.png);
}
/*Fin header*/
/*Section boutons, pour la navigation*/
#btnAccueil{
	background-image: url(../Images/Boutons/btnAccueil.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 244px;
	display:block;
	position: absolute;
	left: 0px;
	top: 165px;
}
#btnAccueil:hover {
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 242px;
	position: absolute;
	display:block;
	left: 0px;
	top: 165px;
}
#btnAccueil:active {
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 242px;
	position: absolute;
	display:block;
	left: 0px;
	top: 165px;
}
#btnHistorique{
	background-image:url(../Images/Boutons/btnHistorique.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 242px;
	display:block;
	position: absolute;
	left: 261px;
	top: 165px;
}
#btnHistorique:hover {
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 242px;
	position: absolute;
	display:block;
	left: 261px;
	top: 165px;
}
#btnHistorique:active {
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 242px;
	position: absolute;
	display:block;
	left: 261px;
	top: 165px;
}
#btnRealisations{
	background-image:url(../Images/Boutons/btnRealisations.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 242px;
	display:block;
	position: absolute;
	right: 261px;
	top: 165px;
}
#btnRealisations:hover {
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 242px;
	display:block;
	position:absolute;
	right: 261px;
	top: 165px;
}
#btnRealisations:active {
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 242px;
	display:block;
	right: 261px;
	top: 165px;
}
#btnContact{
	background-image:url(../Images/Boutons/btnContact.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	width: 242px;
	display:block;
	position: absolute;
	right: 0px;
	top: 165px;
}
#btnContact:hover{
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 242px;
	position: absolute;
	display:block;
	top: 165px;
}
#btnContact:active{
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 242px;
	position: absolute;
	display:block;
	top: 165px;
}
/*Fin section boutons*/
/*Début Section Contenu --Div principal ou on affiche le contenu du site*/
#contenu {
	width: 1024px;
	height: 544px;
	background-color: #35510A;
	position: absolute;
	top: 220px;
	line-height: 2em;
	background-image: url(../Images/bgcontenu2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#atelier {
	height: 280px;
	width: 275px;
	position: absolute;
	bottom: 30px;
	text-align: justify;
	line-height: 1.2;
	left: 20px;
}
/*Catégorie de produits dans la page réalisation*/
#cat1 {
	position: absolute;
	width: 120px;
	line-height: 1.2;
	top: 60px;
	right: 520px;
}
#cat2 {
	position: absolute;
	width: 120px;
	line-height: 1.2;
	right: 280px;
	bottom: 60px;
}
#cat3 {
	position: absolute;
	width: 120px;
	line-height: 1.2;
	right: 40px;
	top: 60px;
	height: 180px;
}

#cat4 {
	position: absolute;
	width: 166px;
	line-height: 1.2;
	right: 480px;
	height: 108px;
	bottom: 100px;
}
#cat5 {
	position: absolute;
	width: 160px;
	line-height: 1.2;
	right: 40px;
	bottom: 60px;
}
#cat6 {
	position: absolute;
	width: 160px;
	line-height: 1.2;
	right: 260px;
	top: 60px;
}
/*Fin catégorie de produits*/
#contactTelephone {
	position: absolute;
	top: 31px;
	width: 200px;
	left: 123px;
}
#frmEmail {
	position: absolute;
	left: 526px;
	top: 13px;
	width: 476px;
	height: 422px;
}
#inpNom {
	position: absolute;
	top: 5px;
	width: 200px;
	left: 165px;
}
#inpEmail {
	position: absolute;
	top: 35px;
	width: 200px;
	left: 165px;
}
#inpSujet {
	position: absolute;
	top: 70px;
	width: 300px;
	left: 165px;
}
#areaContenu {
	position: absolute;
	width: 450px;
	top: 140px;
	right: 15px;
}
#pErreur {
	position: absolute;
	left: 5px;
	top: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	height: 40px;
	width: 465px;
	font-size: 10pt;
	font-style: italic;
	line-height: 1;
}
#btnSubmit {
	position: absolute;
	top: 382px;
	left: 11px;
	width: 105px;
}



#description {
	font-size: 0.7em;
	line-height: 15px;
	text-decoration: underline;
	list-style-type: none;
	text-align: left;
}

#droite {
	height: 500px;
	width: 440px;
	position: absolute;
	right: 20px;
	top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
}
#email {
	position: absolute;
	top: 230px;
	left: 25px;
	width: 400px;
}



#gauche {
	height: 500px;
	width: 430px;
	position: absolute;
	top: 10px;
	left: 20px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	text-align: justify;
}
#global #header #contenu #gauche ul li {
	list-style-type: none;
}

#global #contenu h1 {
	position: absolute;
	top: 500px;
	left: 20px;
}
#hdroite {
	width: 680px;
	height: 500px;
	position: absolute;
	top: 10px;
	right: 30px;
	line-height: 22px;
	font-size: 14px;
	text-align: justify;
}
#infosContact {
	position: absolute;
	top: 440px;
	width: 470px;
	height: 79px;
	text-align: center;
	right: 25px;
}


#leon {
	position: absolute;
	left: 580px;
	top: 500px;
}
#lienMappe {
	position: absolute;
	color: #0000FF;
	left: 20px;
	bottom: 0px;
	font-size: 1em;
}

#mappe {
	position: absolute;
	left: 20px;
	top: 10px;
}
#photoLeon {
	position: absolute;
	left: 10px;
	top: 75px;
}
#tabulation {
	width: 20px;
}

#reroutage {
	position: absolute;
	top: 80px;
	right: 780px;
	width: 200px;
}
#separateur {
	background-color: #000;
	height: 1px;
	width: 400px;
	position: absolute;
	top: 400px;
	left: 30px;
}
#signatureAccueil {
	font-style: italic;
	position: absolute;
	font-size: 1.5em;
	top: 460px;
	left: 135px;
}
#txtRealisation {
	position: absolute;
	width: 275px;
	left: 20px;
	top: 30px;
	line-height: 1.2;
	text-align: justify;
}
/*Fin section Contenu*/
/*Footer --Contient un menu de navigation de base, les informations sur les développeurs ainsi que la langue du site*/
#footer {
	height: 40px;
	width: 1024px;
	background-color: #35510A;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footerLangue {
	position: absolute;
	height: 40px;
	font-size: 16px;
	left: 0px;
	background-color: #91805B;
	border: 2px solid #000;
	top: 0px;
	width: 280px;
	color: #000;
	padding-bottom: 15px;
	text-align:center;
}
#footerLiens {
	position: absolute;
	width: 390px;
	background-color: #91805B;
	height: 35px;
	text-align: center;
	border: 2px solid #000;
	padding-top: 15px;
	left: 317px;
}
#footerDeveloppeurs {
	position: absolute;
	height: 35px;
	font-size: 12px;
	right: 0px;
	background-color: #91805B;
	border: 2px solid #000;
	top: 0px;
	width: 280px;
	color: #000;
	padding-bottom: 20px;
	text-align: center;
}
#footer a {
	color: #35510A;
}

