/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
/*---------------------------------GENERAL---------------------------------*/
* {
	margin:0px;
	padding:0px;
}
body{
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11pt;
	background:url(images/body-degrade.png) left top repeat-x #4e3b34;
}
a {
  text-decoration:none;
  color:#464646;
}
a:hover {
  color:#000000;
}
img {
	border:none;
	vertical-align:middle;
}
ul {
  list-style-type:none;
}
h2 {
  font-style:italic;
  color:#333333;
}
h3 {
  font-size:12px;
  color:white;
  padding-left:8px;
  margin-left:15px;
}
p {
  font-size:12px;
  padding:10px;
}
/*-------------------------------PAGE-----------------------------------*/
#page {
  width:995px;
  margin:auto;
}
/*---------------------------------HEADER---------------------------------*/
#page #header{
  background:url(images/header.jpg);
  width:995px;
  height:114px;
  positon:relative;
}
#page #header h1 {
  margin-left:460px;
  padding-top:17px;
}
#page #header #encart_contact {
  font-size:11px;
  color:white;
  text-align:right;
  float:right;
  margin-top:34px;
  margin-right:20px !important;
  margin-right:10px;
}
#page #header #encart_contact #nom_prenom {
  color:#f9dcb4;
  font-size:13px;
}
#page #header #encart_contact #adresse_email {
  padding:0px;
  margin-top:5px;
}
#page #header #encart_contact #adresse_email a {
	font-weight: bold;
	color: white;
}
/*------------------------------------------------------------------*/
#page #degrade_separation {
  background:url(images/degrade-header-body.jpg) repeat-x;
  height:53px;
}
/*------------------------------MENU------------------------------------*/
#page #degrade_separation #menu {
  width:540px;
  height:36px;
  background:url(images/menu.jpg);
  position:relative;
  top:17px;
}
#page #degrade_separation  #menu ul li {
  float:left;
}
#page #degrade_separation  #menu ul li a {
  display:block;
  width:108px;
  height:29px;
  text-align:center;
  padding-top:5px;
}
#page #degrade_separation  #menu ul li a:hover {
  background:url(images/menu-hover.jpg);
  width:108px;
  color:#c91717;
}
#page #degrade_separation  #menu .current {
  background:url(images/menu-hover.jpg);
  width:108px;
}
#page #degrade_separation  #menu .current a {
  color:#c91717;
}
/*-------------------------------CONTENU PAGE-----------------------------------*/
#page #content{
  background:url(images/haut-corps.jpg) left top no-repeat #FFFFFF;
  width:995px;
}
/*---------------------------------FOOTER---------------------------------*/
#page #footer {
  text-align:center;
  font-size:12px;
  height:25px;
  background:white;
}
/*----------------------------------IMAGE BAS PAGE--------------------------------*/
#page #bas_corps {
  margin:0;
  padding;0;
}
/*------------------------------------------------------------------*/
.floatD {
  float:right;
}
.hidden{
	display:none;
}
.spacer{
	clear:both;
	line-height:0px;
	font-size:0px;
}
/*------------------------------------------------------------------*/
