@charset "utf-8";
/* CSS Document */

html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0em; /* Remettre à zéro si nécessaire. */ 
  font-family:  Times, Times New Roman, Arial; 
  font-size: 1em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  background: #1c1c1c url("images/fleurs.png") no-repeat bottom center;
  color: white;
  background-color: #1c1c1c;
} 
#header
{
  height: 138px;
  width: 855px;
  background-image: url('images/logo.jpg');
  background-repeat: no-repeat;
  margin: auto;
}
#menu
{
  height: 40px;
  width: 100%;
  background-image: url('images/menu.jpg');
  background-repeat: repeat-x;
}
#corps
{
width: 650px;
margin: auto;
padding-left: 100px;
z-index:10;
margin-bottom: 30px;
}
#pied
{
  height: 79px;
  width: 100%;
  background-image: url('images/pied.jpg');
  background-repeat: repeat-x;
}
#liens
{
  display: blcok;
  width: 900px;
  margin: auto;  
}
#liens a
{
  display: block;
  height:30px;
  width: 200px;
  padding-top: 10px;
  color: #1c1c1c;
  text-decoration: none;
  font-size:0.9em; 
  font-weight: bold;
  padding-top: 25px;
  float: left;
}
#liens a:hover
{
  display: block;
  height:30px;
  padding-top: 10px;
  color: white;
  text-decoration: none;
  font-size:0.9em;
  font-weight: bold;
  padding-top: 25px;
}
ul
{
  	/*list-style-type:none;*/
}
#menu ul
{
  width:1100px;
  margin: auto;
}
#menu li
{
  display: inline-block;
  float: right;
  height:30px;
  color: #1c1c1c;
  text-decoration: none;
  margin-top: 0px;
}
#menu li a
{
   display: block;
  height:30px;
  margin-left: 30px;
  padding-top: 10px;
  color: #1c1c1c;
  text-decoration: none;
  font-size:1.05em;
  text-align: center;
  font-weight: bold;
}
#menu li a:hover
{
  display: block;
  height:30px;
  margin-left: 30px;
  padding-top: 10px;
  color: white;
  background-color: #73c12c;
  text-decoration: none;
  font-size:1.05em;
  text-align: center;
  font-weight: bold;
}
h3 
{ 
  font-size: 1.25em; 
  margin-top: 45px;
  margin-bottom: -45px;
  color: #73C12C;
} 
a
{
 color: #73C12C;
}
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
li
{
  margin-top: 10px;
}
/* Paragraphes */ 
p { 
  padding: 25px;
  padding-bottom:0px;
  text-indent: 10px;
  margin-top: 10px;
  z-index:101;
} 
#left
{
width: 320px;
}
#right
{
width: 320px;
float: right;
}
address 
{ 
  margin: .75em 0; 
  font-style: normal; 
} 
 
a img { 
  border: 3px solid #679727;
  margin:5px;
  z-index:1000;
} 
p a
{
color: #27759b;
text-decoration: none;
}
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
table
{

z-index:1000;
}
