a
{
  color: #b58813;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline overline;
}

.blanc{color:#FFF}
.rouge
{
  color: #FF0000;
}

.orange
{
  color: #b58813;
}

.float_right
{
  float: right;
}

.float_left
{
  float: left;
}

.clear
{
  clear: both;
}

.petit
{
  font-size: 0.6em;
}

.weight_normal
{
  font-weight: normal;
}

.prix
{
  color: #b58813;
  font-weight: bold;
  font-size: 1.2em;
}

body
{
	background-image: url('../images/style/fondBody.jpg');
	background-repeat: repeat-x;
	background-color: #aaaaaa;
	background-attachment: fixed;
  padding: 0;
	padding-bottom: 25px;
  font-family: arial, verdana;
  font-size: 11pt;
}

label
{
  cursor: pointer;
}

#conteneur
{
	width: 1010px;
	margin: auto;
  background-image: url('../images/style/fondConteneur.png');
	background-repeat: repeat-y;
  padding: 0;
}

#logo
{
  background: url('../images/style/logo.jpg') no-repeat;
  height: 425px;
  width: 1000px;
  margin: auto;
}

#en-tete
{
  background: #000000;
  color: #FFFFFF;
  font-weight: normal;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 996px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4px;
}

#menu
{
  background: url('../images/style/fondMenu.jpg') repeat-x;
  height: 40px;
  width: 1000px;
  margin: auto;
  font-variant: small-caps;
  text-align: center;
}


#menu a:hover
{
  text-decoration: none;
  color: #414141;
}



#content
{
  clear: both;
  background-color: #666666;
  width: 1000px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 10px;
}

#footer
{
  background: url('../images/style/footer.jpg') no-repeat;
  width: 1000px;
  margin: auto;
  text-align: center;
  color: #AAAAAA;
  height: 50px;
  padding-top: 25px;
  font-size: 0.7em;
  line-height: 1.1;
}

#information
{
  width: 90%;
  margin: auto;
}

#information h1
{
  color: #FF0000;
  background: url('../images/style/fondBandeauGrand.png') no-repeat #383838;
  font-size: 1.2em; 
  padding: 5px; 
}

#information p
{
  background: #AAAAAA;
  color: #383838;
  padding: 5px;
}

