html,body{
 margin:0;
 padding:0
}

body {
 background: #f5deb3 url("../img/tuffeau5_.png") repeat;
}

h2 {
 text-align: center;
}

.car{
  color: #582314;
  text-decoration: blink;
}
#conteneur { 
 position:relative; 
 width:998px; 
 margin:0px auto; 
} 

#header {
 background:#F5DEB3 url('../img/ban.png') no-repeat;
 height:220px;
}

#home {
 background:#F5DEB3 url('../img/pan.jpg') no-repeat;
 padding-left:0px;
 padding-bottom:10px;
}

.navigation_bar { 
 text-align: center;
 background-color:#582314; 
 margin: 0px 10px;
 padding: 1px 3px;/* up right down padleft */
 border-radius: 12px;
}

ul .in_line{
 display:inline;
 padding:0;
}

ul.in_line li{
 display:inline;
 text-align:center;
}

.nav {
 display:inline;
}

.nav :hover {
 background-color:#f5deb3; 
 border-radius: 10px;
}

.lien_nav:hover {
 color: #582314;
 background-color:#f5deb3; 
 font-family:Arial,Verdana;
 padding:3px 8px 2px 8px;
}

#content { 
 background:#582314; 
 color:#f5deb3;
 padding:10px 10px;
 margin:10px 20px;
 border-radius: 12px;
}

.lien {
 color: #582314;
 font-weight: bold;
}

.lien_nav {
 color:#f5deb3;
 background-color:#582314; 
 font-weight: bold;
 text-decoration:none;
 font-family:Arial,Verdana;
 padding:3px 8px 2px 8px;
}

a {
 color:#582314;
}

#footer { 
 background-color:#582314; 
 margin: 0px 10px;
 padding:8px 10px;
 border-radius: 12px;
}

.clear {clear:both;display:block;height:0;margin:0;padding:0;border:0;visibility:hidden;} 
*:first-child+html .clear{margin:-8px 0;} * html .clear{margin:-8px 0;} 

.flotte-gauche{
 float:left;
 margin-right:10px;
} 

.flotte-droit{
 float:right;
 margin-left:10px;
} 

.englobe {
 color:black;
 background-color: #f5deb3;
 border-radius: 12px;
 margin: 10px 10px;
 padding:10px 20px;
 text-align:justify;
}

.adresse {
 text-align:center;
 font-weight:bold;
 list-style-type: none;
}

.row {
  width: 100%;
}

.colonne-gauche {
  width: 50%;
  float: left;
}

.colonne-droite {
  width: 50%;
  float: right;
}

.actif {
	font-weight:bold; 
}
.inactif{
  text-decoration: line-through;
}
.attente{
  text-decoration: blink;
}

table {
  border: medium solid #000000;
  border-collapse: collapse;
}
td, th {
  border: thin solid #000000;
}
tr:nth-child(2n) {
  background: #FF9933;
}

fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
}
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #f5deb3;
  font-size:100%;
  text-align:right;
}
