/* Informations générales
-------------------------------------------------------- */
* {
  padding: 0; 
  margin: 0;
}

body 	{
  background:#c57d33;
  text-align:center;
}

html, body { 
   height: 100%; 
}

a:link {
  text-decoration:none;
  color:#990302;
}

a:visited	{
  text-decoration:none;
  color:#990302;
}

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

a {
  outline: none;
}

/* Conteneur
-------------------------------------------------------- */
#corps {
  margin-left:auto;
  margin-right:auto;
  text-align:left; 
  background-color:#e8d3b1;
  
  width:1000px;
  height: auto !important; 
  height: 100%; 
  min-height: 100%; 
}

/* Header
-------------------------------------------------------- */
#entete { 
  width:1000px;
  height:428px; 
}

/* File d'ariane
-------------------------------------------------------- */
#ariane {
  height: 20px;
  font-size: 11px;
}


/* Menu vertical
-------------------------------------------------------- */
#menu_vertical { 
  /*background: #cccccc;*/ 
  float: left; 
  width: 200px;
  padding-top: 50px; 
  
  height: 400px;
}

.l_menu {
  list-style: none;
  padding-left: 15px;
  font-weight: bold; 
}

.l_menu>li {
  margin-bottom: 5px;
}

/* Contenu
-------------------------------------------------------- */
#contenu { 
   margin-left: 200px;
   min-height: 500px;
}

#Texte {
  height: 100%;

  padding: 10px;
  padding-left: 0px;
}

#titre {
  font-size: 22px;
  font-weight: bolder;
  text-align: right;
  color:#ffeccf;
  padding-right: 25px;
  background-image: url(../images/fond_titre.jpg);
  background-repeat: repeat-y;
}

#galerie {
  height: 100%;
  padding: 20px;
  padding-left: 70px;
}

/* Newsletter
-------------------------------------------------------- */
#texte_newsletter {
  height: 100%;
  padding: 10px;
  padding-left: 0px;
  background-image: url(../images/plumes.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

#conteneur_newsletter {
  text-align: left;
}

#fieldset {
  width: 400px;
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 50px; 
  padding-bottom: 50px;
}

#legend {
  margin-left: -75px; 
  font-weight: bolder; 
  color: #990302;
}

.element {
  padding-top: 10px;
}

.input_element {
  padding-left: 30px;
}

.note {
  padding-top: 20px;
  font-size: 11px;
}

.bouton_valider {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.erreur {
  padding-bottom: 20px;
  text-align: center;
  color: #990302;
  font-weight: bolder;
}

/* Mentions légales
-------------------------------------------------------- */

.legales {
  font-size: 12px;
}

.legales a:link {
  text-decoration:none;
  color:#990302;
}

.legales a:visited	{
  text-decoration:none;
  color:#990302;
}

.legales a:hover {
  text-decoration:none;
  color:#ffeccf;
}


/* Signature
-------------------------------------------------------- */

.signature {
  font-size: 12px;
  text-align: right;
}

.signature a:link {
  text-decoration:none;
  color:#990302;
}

.signature a:visited	{
  text-decoration:none;
  color:#990302;
}

.signature a:hover {
  text-decoration:none;
  color:#ffeccf;
}

/* Menu multiniveau
-------------------------------------------------------- */

#nav, #nav ul {
	list-style: none;
/*	background: white;*/
	font-weight: bold;
	padding: 0;
	border: solid #990302; /* couleur des bordures du menu */
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav {
  border: none;  
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
/*	background: url(../images/arrow_right.gif) center right no-repeat;*/
	font-weight: bolder;
}

#nav li {
	float: left;
	padding: 0;
	width: 100%;
}

#nav li a {
  padding-left: 15px; /* padding pour les éléments du 1er niveau */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	font-weight: normal;
	border-width: 1px;
	margin: -1.75em 0 0 10em;
	
	/*background: transparent url(../images/transparent.gif) repeat;*/
	background-color: transparent;
	background-image: url(../images/transparent.png);
	background-repeat: repeat;
}

#nav li li {
	padding-right: 1.4em;
	width: 13em;
}

#nav li ul a {
	/*width: 13em;*/
	/*width: 9em;*/
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #fff;
}