/* feuille de style modèle*/

body {
margin: 0;
padding: 0 10px;
font: 80% verdana, arial, sans-serif;
}
#acceuil {
background: #3399ff;
}
#tourisme {
background: #3366cc;
}

#utilitaire {
background: #3333ff;
}
#toutterrain {
background: #3300ff;
}
#pneumatiques {
background: #00ccff;
}
#localisation {
background: #003366;
}

/*==========================
1 zone DIV
==========================*/
#wrapper {}
#bandeau {}
#zone_de_navigation {}
#zone_de_texte {border: 1px solid skyblue; padding: 10px 20px;}
#zone_de_texte img {margin: 5px; border: none; padding: 10px 10px;}/* border: 1px solid skyblue; */
#zone_de_texte p {width:80%;}
#zone_de_texte table {font: 95% verdana, arial, sans-serif;}
#pied_de_page {}

/*==========================
2 zone HTML généraux
==========================*/
h1 {color: gold;}
h2 {}

/*...*/

/*==========================
3 zone Accueil
==========================*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 100px;
left: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: skyblue;
border: 1px solid gray;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: left;
background: lavender;
padding: 0 10px;
}

#menu #smenu1 li {
background: #ffcccc;
}
#menu #smenu2 li {
background: #ccffff;
}
#menu #smenu3 li {
background: #ccff99;
}
#menu #smenu4 li {
background: #ffff99;
}
#menu li a, #menu dt a {
color: darkblue;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
color: red;
font-weight: bold;
background: yellow;
}

#site {
position: absolute;
z-index: 1;
top : 200px;
left : 200px;
color: #000;
background-color: #99ffff;
padding: 5px;
border: 1px solid gray;
}

a {text-decoration: none;
color: black;
color: #222;
}

#notredamedafrique {
position: absolute;
z-index: 1;
top : 400px;
left : 100px;
color: #000;
background-color: #99ffff;
padding: 0px;
border: 1px solid gray;
}

/* ul li {
  margin:0;
  padding:0 0 0 17px;
  list-style-type:none;
  background: url(../presentation/fond/li-degrad.gif) no-repeat 0 0;
} */

table .tableau1 {
background-color: #cccccc;
width: 533px;
border-collapse: collapse;
}

table .tableau1 td {
  margin : 0;
  border: 1;
  border-style: ridge; border-width: medium;
  text-align: center;
  font-family: Charcoal;
  }

.donnee {text-align: right;}

.titre1 {
  background-color: #FF8040;}

.titre2 {
  background-color: #00FFFF;
  }

.maj {color: #8080FF;
  text-align: right;}
