/*##################################
## © 2007 cubexagency.com
## Auteur : Arnaud Bouquin
## Dernière modification : 05/03/2007 15:19:17
############################################### */


/*-------------------------------  HOME -------------------------------*/

#conteneur_general{
  width: 862px;
  margin: 10px auto 0 auto;
}

#conteneur{
  background-color: #ffffff;
  width: 862px;
  padding : 4px;
}

img.home{
  display: block;
  float:left;
  border:0;
  margin: 0px;
}

.adresseHome{
  float: left;
  background-color: #4b2e21;
  width: 207px;
  height: 85px;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #9F855E;
	padding: 10px 0 0 20px;
	line-height: 10px;
}

/*-------------------------------  MENU TOP -------------------------------*/

#menuTop{
  margin: 0 0 0 4px;
}

#menuTop li {
  float:left;
  display: block;
	margin: 0 1px 0 0;
	
	background-image:none;
  background-position: none;
  background-repeat:no-repeat;
  padding: 0;
}

#menuTop a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 150px;
  height: 35px;
  line-height:35px;
  text-align: center;
	text-transform: uppercase;
	background-color:#663324;
}
#menuTop a:hover{
 	background-color:#974b35;
}
#retraitMenu{
  width:160px;
  float:left;
}


/*-------------------------------  INTERIEUR -------------------------------*/
/*------------------------------- HEADER -------------------------------*/
#header{
  margin: 0 0 1px 0;
}
.conteneur_logo{
  float: left;
  background-image:url(../images/interface/logo_inter.gif);
  width: 152px;
  height: 150px;
  margin: 0 1px 0 0;
}
.conteneur_image_header{
  float: left;
  width: 709px;
  height: 150px;
  margin: 0;
}

/*------------------------------- MENU GAUCHE -------------------------------*/
.conteneur_menuGauche{
  float: left;
  width: 152px;
  margin: 0 1px 0px 0;
}
.menuGauche{
  float: left;
  background-color:#84563e;
  width: 152px;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #9F855E;
	line-height: 10px;
	margin: 0 0 1px 0;
	padding: 20px 0px 20px 0px;
	height:600px;
}
.adresse{
  float: left;
  background-color: #4b2e21;
  width: 132px;
  height: 85px;
  font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #9F855E;
	padding: 10px 0 0 20px;
	line-height: 10px;
}

.menuGauche ul{
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 10px 0 10px;
}

.menuGauche li{
  line-height: 20px;
  background-image:none;
  padding: 0;
  color:#ffffff;
}

/*------------------------------- CONTENU -------------------------------*/
.conteneur_content{
  float: left;
  width: 669px;
  padding: 10px;
}
/*------------------------------- FOOTER -------------------------------*/
#conteneur_footer{
  padding: 4px 2px 4px 2px;
  text-align: right;
}
#conteneur_footer a{
  font-weight: normal;
  text-decoration: none;
  font-size: 10px;
	color: #7E4E38;
	margin: 0 0 0 10px;
}
#conteneur_footer a:hover{
  text-decoration: underline;
  color: #ffffff;
}
