@charset "UTF-8";
/* CSS Document */

h2 {
	font-size:15px;
	color:#94AD00;
	font-style:normal;
	text-transform:uppercase;
}

h3 {
	font-size:15px;
	color:#94AD00;
	height:5px;
}

p {
	font-size:11px;
	color:#777777;
}

li {
	color:#94AD00;
	font-weight:400;
	
}



p a:link { color:#777777 ; text-decoration:none}
p a:visited { color: #777777 ; text-decoration:none }
p a:hover { color: #94AD00 ; text-decoration: none ; }

.nav a:link { color:#94AD00 ; text-decoration:none}
.nav a:visited { color: #94AD00 ; text-decoration:none }
.nav a:hover { color: #777777 ; text-decoration: none ; }

.link a:link { color:#94AD00 ; text-decoration:underline}
.link a:visited { color: #94AD00 ; text-decoration:underline }
.link a:hover { color: #94AD00 ; text-decoration: underline ; }

h3 a:visited { color: #94AD00 ; text-decoration:none }
h3 a:hover { color: #777777 ; text-decoration: none ; }

.navFooter a:link { color:#777777 ; text-decoration:none}
.navFooter a:visited { color: #777777 ; text-decoration:none }
.navFooter a:hover { color: #94AD00 ; text-decoration: none ; }

ul a:link { color:#94AD00 ; text-decoration:none}
ul a:visited { color: #94AD00 ; text-decoration:none }
ul a:hover { color: #777777 ; text-decoration: none ; }

#motifsBg {
	background-image:url(img/motifsBg.gif);
	width:1044px;
	height:793px;
	margin-left:auto;
	margin-right:auto;
	
}

body {
	background-image: url(img/atmgradientBg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777777;
}
	
.header {
	background-image: url(img/header.png);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	height:181px;
	width:1024px;
}
	
.contenu {
	width:1046px;
	height:500px;
	margin:auto auto auto 0;
}
	
.nav {
	background-image:url(img/navBg.png);
	height:456px;
	width:192px;
	float: left;
	margin:auto;
	color:#94AD00;
}

.navText {
	color:#94AD00;
	line-height:13px;
	margin-left: 30px;
	margin-top:180px;
}

.productText {
	color:#94AD00;
	font-weight:bold;
	line-height:13px;
	margin-left: 0px;
	margin-top:0px;
}

#navHome , #navProducts , #navInfo , #navContact  {
	line-height:20px;
	font-size: 17px;
	margin-left: 30px;
	
}

.products {
	background-image:url(img/navProductBg.png);
	height:415px;
	width:212px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:30px;
	overflow:auto;
}

.products_inner {
	height:380px;
	width:210px;
	padding-bottom:20px;
	overflow:auto;
}

.blocDroit {
	height:456px;
	width: 851px;
	float: right;
}
.illusBg {
	background-image:url(img/illusBg.png);
	background-repeat:no-repeat;
	height:388px;
	width:338px;
	float:left;
}

.link {
	color:#94AD00;
	text-decoration:underline;
}

.illus {
	margin-left:21px;
	margin-top:29px;
	
}

.footer {
	background-image:url(img/footerBg.png);
	height:95px;
	width:1024px;
	margin:auto auto auto 0;
}

.footerText {
	width:204px;
	float:left;
	font-size:15px;
	margin-left:40px;
	margin-top:40px;
}

.navFooter {
	width:550px;
	float:left;
	margin-top:45px;
	text-align: center;
}

.bg {
	background-image:url(img/motifsBg.gif);
	background-repeat:no-repeat;
	margin:auto;
	height:712px;
	width:1024px;
}

/* SCROLLBAR */

.jScrollPaneContainer {
	overflow:hidden;
	position:relative;
	z-index:1;
	float:right;
}

#scroll-pane {
	float:left;
	overflow:auto;
}

.jScrollPaneTrack {
	background-image:url(img/scrollBg.png) ;
	cursor:pointer;
	left:466px;
	position:absolute;
}

.jScrollPaneDrag {
	background:#94AD00 none repeat scroll 0 0;
	cursor:pointer;
	overflow:hidden;
	position:absolute;
}

.jScrollPaneDragTop {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
}

.jScrollPaneDragBottom {
	bottom:0;
	left:0;
	overflow:hidden;
	position:absolute;
}

/* FORMULAIRE */

#formulaire {
	margin-top:145px;
	left:466px;
	width:440px;
	float:left;
}

label {
	margin-top:3px;
	display:block;
	font-size:13px;
	font-weight:400;
}

#comments {
	width:417px;
	height:130px;
}

textarea, #name, #email, #phone {
	border:2px solid #777777;
	background-color:#FFFFFF;
}

#formulaire *:focus {
	background-color:#EEF7C8
}
