* { padding: 0; margin: 0; }

body {
	color: #333399;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-style: none;
	border-top-color: #666666;
}
#wrapper {
  color: #333399;
  background-color: white;
  width: 1000px;
  margin-top: 25px;
	margin-right: auto; 
	margin-bottom: 10px;
	margin-left: auto; 
}

/* BANDEAU */
#bandeau {
	position: relative; /* par rapport au bandeau */
	color: #333399;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin none #CCCCCC;
}
    #bandeau img {
      background-color: white; 
      padding: 5px;
      border: thin none #d9d9d9;
    }
    #bandeau p {
	position:absolute;
	/* Étape 1 : par rapport à l'élément racine */
      /*
      top: 25px ;
      left: 50%; 
      */
      /* Étape 2 : par rapport au bandeau */
      top: 115px;
	right: 29px;
	/*      font-weight: bold;*/
      padding: 5px 0 5px 0;
	margin-bottom: 0;
	width: 206px;
	height: -9px;
	color: #333399;
    }
/*    #bandeau p span {
      color: #d90000; 
    }*/

/* ZONE DE NAVIGATION */
#zone_de_navigation{
	text-align: center;
	color: black;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 4px;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #8c8c8c;
	border-right-color: #8c8c8c;
	border-bottom-color: #8c8c8c;
	border-left-color: #8c8c8c;
} 
	  #zone_de_navigation ul {
	    margin-bottom: 0;
	  }
    #zone_de_navigation li {
      display: inline;  
      list-style-type: none; 
	    margin: 0 0 0 0;
    }
    #zone_de_navigation a { 
      color: #CCCCCC; 
	    background-color: #333399; 
	    padding: 4px 8px 4px 8px; 
	    border: 1px solid #333399; 
    }
    #zone_de_navigation a:hover ,
    #page_accueil #navi01 a , 
	#presentation #navi02 a ,
	#galerie #navi03 a ,
	#agenda #navi04 a ,
	#historique #navi05 a ,
	#recettes #navi06 a ,
	#liens #navi07 a ,
	#contact #navi08 a ,
	#mazout #navi09 a ,
    {
	    text-decoration: none; 
	    color: #333399; 
	    background-color: white; 
	    padding-bottom: 5px; 
	    border-bottom: none; 
	  }
    #zone_de_navigation a:active { background-color: white; } 
	 

/* ================================================================ 
Menu 2
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline2-5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*centre { margin-left: 50px; margin-right: 50px; } ;*/
.pro_line2 {
	height:50px;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	z-index:500;
	text-align: center;
	vertical-align: top;
}

.pro_line2 .select {
	margin:0;
	padding:0 0 0 220px;
	list-style:none;
	white-space:nowrap;
	right: auto;
	color: #000099;
}

.pro_line2 li {
float:left;
background:url(line/blank_over_bw.gif);
}

.pro_line2 .select a {
display:block; 
height:36px; 
float:left; 
background: url(line/blank_bw.gif.gif); 
padding:0 0 0 15px; 
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#CCCCCC;
}

.pro_line2 .select a b {
	display:block;
	padding:0 30px 10px 15px;
	background:url(line/blank_bw.gif) right top;
	border-color: #990000;
}

.pro_line2 .select a:hover, 
.pro_line2 .select li:hover a {
background: url(line/blank_over_bw.gif); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#0000FF;
}

.pro_line2 .select a:hover b, 
.pro_line2 .select li:hover a b {
	display:block;
	padding:0 30px 9px 15px;
	background:url(line/blank_over_bw.gif) right top;
	cursor:pointer;
	color: #333399;
}

.pro_line2 .sub {
display:none;
}

/* IE6 only */
.pro_line2 table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_line2 .sub {
margin:0; 
padding:0 0 0 60px;
list-style:none;
}
.pro_line2 .sub li {background:transparent;}

.pro_line2 .select :hover .sub {
     margin-left: 10%;
	/* margin-right: 20%;*/
	height:50px;
	display:block;
	position:absolute;
	float:left;
	width:850px;
	top:28px;
	left:0;
	text-align:center;
	font-style: normal;
}

.pro_line2 .select :hover .sub li a 
{display:block;height:18px; line-height:16px; float:none; background:transparent url(line/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; border:1px solid #000; border-color:#333399 #777 #666 #ddd; color:#333399;font-size:10px;}

.pro_line2 .select :hover .sub li a:hover 
{color:#CCCCCC; background:#333399; border-color: #fff #333 #000 #fff; line-height:15px;}



/* ZONE DE TEXTE */    
#zone_de_texte {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #3333CC;
	font-weight: normal;
	border-top-style: double;
}
/* ZONE DE TEXTE historique */    
#zone_de_texteh {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333399;
	font-weight: bold;
	border-top-style: double;
	background-color: #FFFFCC;
	text-transform: capitalize;
}

/* PIED DE PAGE */
#pied_de_page {
  padding: 20px;
  padding-top: 10px; 
  border-top: 1px solid #8c8c8c; 
  margin-top: 20px; 
}
h1 { font-size: 150%; }
h2 { 
  font-size: 130%;  
  margin-bottom: 1em; 
}
strong {
  color: #0000FF;
}
address {
  text-align: center; 
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em; 
}
a { text-decoration: none; }
a:link { color: #3333CC; }
a:visited { color: #3333CC; }
a:hover, a:focus { text-decoration: underline; }
a:active { color: #fff; background-color: #3333CC; }
.skiplink { display: none; }

p, ul { 
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em ; 
  margin-left: 30; }  
ul ul { 
  margin: 0; 
} 
li { 
  margin-top: 0 ; 
  margin-right: 0; 
  margin-bottom: 0; 
  margin-left: 1em; 
} 


/* ============================
   	Le formulaire de contact
	============================ */
form {
  background-color: #eee;
  width: 400px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { display: block; } 
#expediteur, textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea { height: 7em; }
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
}

