@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
body {
	background-image: url(../imgs/00-html-bg.png);
	background-repeat: repeat-x;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-position: center top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow-x:hidden ;
}
#head {
	background-image: url(../imgs/header_bg.jpg);
	height: 102px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: center center;
}
#head ul {
}
#head ul li {
	height: 100px;
	display: inline-block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #83C437;
}
#li-bottum01 {
	float: left;
	margin-right: 86px;
}
#li-bottum02 {
	float: left;
}
#li-bottum03 {
	float: right;
}
#li-bottum04 {
	float: right;
	margin-right: 86px;
}




#button1 {
	background-image: url(../imgs/01-button01-hover.png);
	height: 100px;
	width: 65px;
	display: block;
}
#button1:hover {
	background-image: url(../imgs/01-button01.png);
}
#button2 {
	background-image: url(../imgs/01-button02-hover.png);
	height: 100px;
	width: 75px;
	display: block;
}
#button2:hover {
	background-image: url(../imgs/01-button02.png);
}
#button3 {
	background-image: url(../imgs/01-button03-hover.png);
	height: 100px;
	width: 68px;
	display: block;
}
#button3:hover {
	background-image: url(../imgs/01-button03.png);
}
#button4 {
	background-image: url(../imgs/01-button04-hover.png);
	height: 100px;
	width: 96px;
	display: block;
}
#button4:hover {
	background-image: url(../imgs/01-button04.png);
}
#nav02 {
	height: 50px;
}
#nav02 strong {
	background-image: url(../imgs/path_footer_icon.png);
	padding-left: 40px;
	background-position: 28px 18px;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	padding-top: 18px;
}
#nav03 {
	height: 60px;
}

#nav03 strong {
	font-size: 34px;
	text-transform: uppercase;
	color: #96D435;
	margin-left: 30px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}
#nav03-2 {
	/* [disabled]height: 0px; */
}
#nav03-2 strong {
	font-size: 34px;
	text-transform: uppercase;
	color: #96D435;
	margin-left: 30px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
}

#shadow {
	border: 3px solid #FFF;
	position: absolute;
	left: 0px;
	top: 220px;
	width: 955px;
	height: 260px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
#index-main-left {
	background-color: #F7F7F7;
	width: 440px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 19px;
}
#index-main-left h3 {
	font-size: 20px;
}

#index-main-left p {
	font-weight: bold;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	word-spacing: 1px;
	letter-spacing: 0px;
}



#index-main-right {
	width: 440px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#index-main-right h3 {
	font-size: 20px;
}
#index-main-right dl {
	display: block;
	height: 100px;

}
#index-main-right dl dt {
	height: 100px;
	width: 100px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	float: left;
	margin-right: 10px;
}
#index-main-right dl dt img {
	margin-top: 5px;
	margin-left: 5px;
	border: 1px solid #E0E0E0;
}
#index-main-right dl dd {
}
#index-main-right dl dd h2 {
	padding-top: 5px;
	padding-bottom: 10px;
}
#index-main-right dl dd a {
	color: #83C437;
	text-decoration: none;
}
#index-main-right dl dd a:hover {
	text-decoration: underline;
}
#Réalisations-main {
	width: 960px;
	font-size: 13px;
}
#Réalisations-main-box {
	height: 362px;
	width: 300px;
	float: left;
	margin-top: 18px;
	margin-bottom: 25px;
	margin-left: 15px;
	background-color: #F0F0F0;
}
#Réalisations-main-box-innerbox {
	border: 1px solid rgb(230, 230, 230);
	box-shadow: 0px 0px 5px rgb(230, 230, 230);
	background-color: rgb(255, 255, 255);
	padding: 7px;
}
#Réalisations-main-box-innerbox img {
border: 1px solid rgb(230, 230, 230);
}
#Réalisations-main-box strong {
	font-size: 20px;
	line-height: 50px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 250px 4px;
	float: left;
	width: 220px;
}
#Réalisations-main-box-icon02 {
	height: 38px;
	width: 38px;
	background-color: #FFF;
	background-image: url(../imgs/icon/door02-02.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCC;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}
#Réalisations-main-box-icon03 {
	height: 38px;
	width: 38px;
	background-color: #FFF;
	background-image: url(../imgs/icon/door03-02.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #CCC;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#Réalisations-main-box p {
	clear: both;
	margin-left: 10px;
}
#Réalisations-main-box p em {
	font-style: normal;
	font-weight: bold;
	color: #96D435;
}
#Réalisations-main-box a {
	height: 24px;
	width: 130px;
	background-color: rgb(150, 212, 53);
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	font-family: Arial;
	font-size: 12px;
	line-height: 24px;
	padding-left: 0px;
	background-image: url("../imgs/realisation_bouton.png");
	background-repeat: no-repeat;
	margin-top: 12px;
	margin-left: 155px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
#contact-main {
	margin-top: 15px;
	color: #F7F7F7;
}

#contact-main #contact_leftcol {
	width: 600px;
	height: 550px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #F7F7F7;
	margin-top: 18px;
}
#contact-main #contact_leftcol label {
	width: 185px;
	font-size: 13px;
	display: block;
	line-height: 31px;
	padding-right: 10px;
	color: rgb(77, 77, 77);
	text-align: right;
}
#contact-main #contact_leftcol table tr {
	padding-bottom: 15px;
}
#contact-main #contact_leftcol table tr td {
	width: 185px;
	text-align: right;
	height: 28px;
	line-height: 28px;
	padding-bottom: 25px;
}
#contact-main #contact_leftcol table td {
	vertical-align: top;
}

#contact-main #contact_leftcol input[type="text"] {
	border-image: none;
	width: 297px;
	height: 28px;
	background-color: rgb(233, 233, 233);
	color: rgb(153, 153, 153);
	font-size: 13px;
	padding-left: 5px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #83C437;
}
#contact-main #contact_leftcol textarea {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #83C437;
    border-image: none;
    width: 297px;
    background-color: rgb(233, 233, 233);
    color: rgb(153, 153, 153);
    font-size: 13px;
    padding-left: 5px;
    resize: none;
    font-family: 'Myriad Pro',helvetica,sans-serif;
}
#contact-main .radio {
    display: inline-block !important;
    width: 62px !important;
    padding-right: 5px !important;
}

#contact-main #contact_leftcol input[type="radio"] {
    margin-right: 5px;
    margin-left: 0px;
}

#contact-main .radio:nth-child(1) {
    display: inline-block !important;
    width: 90px !important;
}
#contact-main #contact_leftcol select {
    margin-bottom: 0px;
}
#contact-main #contact_leftcol table tr td #champ1 {
	float: right;
	margin-right: 5px;
}
#contact-main #contact_leftcol table tr td #champ2 {
	float: right;
	margin-right: 5px;
}
#contact-main #contact_leftcol input[type="submit"] {
	border-width: 0px 3px 0px 0px;
	border-style: none solid none none;
	border-color: -moz-use-text-color rgb(131, 196, 55) -moz-use-text-color -moz-use-text-color;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	font-size: 16px;
	height: 25px;
	padding-right: 12px;
	cursor: pointer;
	color: rgb(131, 196, 55);
	text-transform: uppercase;
	font-family: "MyriadPro-Cond",Verdana,Tahoma;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../imgs/path_footer_icon.png);
	background-repeat: no-repeat;
	background-position: 92% 51%;
}
#contact-main #contact_leftcol input[type="submit"]:hover {
    background-position: 96% -14px;
}
#contact-main #contact_rightinf {
	background-color: rgb(51, 51, 51);
	width: 200px;
	float: right;
	height: 630px;
	text-align: center;
	color: #FFF;
	margin-right: 75px;
}
#contact-main #contact_rightinf p {
	font-size: 12px;
	margin-top: 35px;
	margin-bottom: 30px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}






































#footer {
	clear: both;
	background-image: url(../imgs/footer_bg.jpg);
	background-position: center top;
	height: 250px;
	width: 960px;
	border-top: 1px solid #ffffff;
	box-shadow: 0px 0px 16px rgb(83, 83, 83);
	z-index: 99;
	position: relative;
}
#footer_left {
	height: 270px;
	width: 100%;
	position: absolute;
	background-color: rgb(10, 10, 10);
	right: 960px;
	top: -20px;
	background-image: url("../imgs/footer_bg_lr.png");
	background-repeat: repeat-x;
	z-index: -1;
}
#footer_right {
	height: 270px;
	width: 100%;
	position: absolute;
	background-color: rgb(10, 10, 10);
	left: 960px;
	top: -20px;
	background-image: url("../imgs/footer_bg_lr.png");
	background-repeat: repeat-x;
	z-index: -1;
}
#footer_title {
	margin-top: 35px;
	height: 35px;
}
#footer_title em {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	float: left;
	line-height: 35px;
	margin-left: 50px;
}

#footer_title strong {
	font-size: 18px;
	line-height: 35px;
	color: #FFF;
	float: right;
	margin-right: 65px;
}
#footer_detail ul {
	float: left;
	color: #83C437;
	font-weight: bold;
	margin-top: 18px;
	width: 760px;
}
#footer_detail ul li {
	float: left;
	display: inline;
	width: 190px;
	text-align: center;
	list-style-type: square;
}
#footer_detail ul li strong {
	margin-right: 10px;
}
#footer_detail ul li a {
	color: #83C437;
	text-decoration: none;
}
#footer_detail ul li a:hover {
	text-decoration: underline;
}



#footer_detail ol {
	float: right;
	width: 200px;
	color: rgb(131, 196, 55);
	font-size: 12px;
	line-height: 14px;
	background-color: rgba(0, 0, 0, 0.3);
	margin-top: 8px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
