/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  color: #FFFFFF;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000 url(../images/img_background.png) repeat-x;
}

.wrapper {
  background-color: #000000;
  text-align: left;
  height: 600px;
  width: 900px;
  border: 1px solid #666666;
  margin: 25px auto 0px;
  
}

.menubarleft {
	display: inline;
	height: 300px;
	width: 175px;
	float: left;
	padding-left: 10px;
	
}

.002maincenter {
	display: inline;
	height: 100px;
	float: right;
	width: 700px;
	border: none;

}


.gauche {
	display: inline;
	height: 350px;
	float: left;
	width: 275px;
	border: none;
	padding-left: 40px;
	padding-top: 40px;

}

.droite {
	display: inline;
	height: 350px;
	float: left;
	width: 400px;
	border: none;
	padding-top: 40px;

}




.headercontact {
	display: inline;
	height: 100px;
	float: right;
	width: 700px;
	border-top: thin none #666666;
	border-right: thin none #666666;
	border-bottom: thin solid #666666;
	border-left: thin none #666666;


}

.logoplace {
	display: inline;
	height: 100px;
	width: 175px;
	float: left;

	
}

.menuwrapper {
	display: inline;
	height: 500px;
	width: 175px;
	float: left;
		
}

.maincenter {
	display: inline;
	height: 325px;
	float: right;
	width: 650px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-left: 50px;
}
