body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) repeat-x fixed;
}

.conteneur {
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #182801;
}


.header {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	height:150px;
	border-bottom:1px solid #182801;
	color: #F5F8EF;
	width: 740px;
}

p.b {
	font-weight:bold;
}

.left_side{
	position: absolute;
	background:url(../images/left_side.jpg)
	z-index: 10;
	top: 146px;
	height: 50px;
	width: 200px;
	right: 140px;
	z-index: 3;
}


.centre {
	padding:20px;
	padding-left:40px;
	margin-top: 0px;
	background: #FFFFFF;
}

.footer {
	padding:10px;
	background: #FFFFFF;
	text-align: center;
}

.logo{
	background-color: transparent;
	position: absolute;
	top: 0px;
	right: 0px;
	position: absolute;
}




.clear_all{
	clear:both;
}

.clear_space{
	clear:both;
	height: 30px;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 18pt;
	color: #FF0000;
	font-weight:bold;
}

h2{
	margin-left:-10px;
	margin-top:15px;
	padding-left:0px;
	font-size: 16pt;
	color: #000066;
	font-weight:bold;
	background: url(../images/h2.gif) repeat-x bottom left;
}

h3{
	margin-left:-5px;
	margin-top:10px;
	padding-left:0px;
	font-size: 12pt;
	color: #000066;
}





a{
	color:#0000FF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#FF0000;
}

blockquote{
	background-color: #CC0000;
	padding : 3px;
	border-left:2px solid #F5F8EF;
}



.menu {
	margin: 0px;
	padding:0px;
	float: right;
	font-weight: bold;
	font-size: 14px;
}


/*MENU*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 200px;
}

.glossymenu li{
	border-bottom:1px solid #000000;
}

.glossymenu li a{
	background: #0000FF;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-left: 5px solid #FFFFFF;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 200px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
}

.glossymenu li a:hover{
	background: #FF0000;
	border-left: 5px solid #0000FF;
}


/*PICTURES*/

.conteneur .header .home {
	position: absolute;
	z-index: 10;
	top: 2px;
	height: 182px;
	width: 258px;
	left: 300px;
}
.conteneur .header .about_us {
	position: absolute;
	z-index: 10;
	top: 20px;
	height: 182px;
	width: 258px;
	left: 290px;
}
.conteneur .header .portfolio {
	position: absolute;
	z-index: 10;
	top: 2px;
	height: 182px;
	width: 200px;
	left: 315px;
}

.conteneur .header .products {
	position: absolute;
	z-index: 10;
	top: 2px;
	height: 182px;
	width: 258px;
	left: 320px;
}

.footer_words {
	font-size: 10px;
}




/* Photo Galery */
.photo {
	float:left;
	padding: 10px 10px 10px 0px;
}

.photo_gal {
	padding: 10px 10px 10px 0px;
	height: 160;
	width: 200;
}

.photo_page{
	margin-top: 20px;
}

 /**************************************************************
  Dynamic Drive CSS Form
  
  /*MENU*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
 /**************************************************************/

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 300px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

