﻿/*
Design Le Meilleur Du Web et de Montélimar en quelques cliques ...
Réalisé par jim
<lien url="http://www.le-meilleur-du-web.com/">Le Meilleur Du Web</lien>
*/

body
{
   width: 1189px;
   margin: 10px;
   background-image: url("images/base/css/fond.png");
   font-family: Tahoma;
   font-size: small;
}

/* L'en-tête */

#en_tete
{
   width: 1189px;
   height: 100px;
   background-image: url("images/base/css/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 2px;
   font-family: Tahoma;}

/* Le menu_en_tete */

#menu_en_tete
{
   width: 1187px;
   height: 25px;
   text-align: center;
   color: #B3B3B3;
   background-color: white;
   background-image: url("images/base/css/motif.png");
   background-repeat: repeat-x;
   margin-bottom: 2px;
   border: 1px solid #E3E7EA;
   font-family: Tahoma;}

/* Le menu */

#menu
{
   float: left;
   width: 150px;
}

.element_menu
{
   background-color: white;
   background-image: url("images/base/css/motif.png");
   background-repeat: repeat-x;
   border: 1px solid #E3E7EA;
   
   margin-bottom: 2px;
}


/* Quelques effets sur les menus */


.element_menu h4
{    
   color: navy;
   font-family: Tahoma;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/base/css/puceb.png");
   padding: 0px;
   padding-left: 25px;
   margin: 0px;
   margin-bottom: 2px;
   font-family: Tahoma;}

.element_menu a
{
   color: #B3B3B3;
   font-family: Tahoma;}

.element_menu a:hover
{
   color: #E3E7EA;
   font-family: Tahoma;}


/* Le corpindex de la page */

#corpindex
{
   width: 1028px;
   height: 1000px;
   margin-left: 155px;
   margin-bottom: 2px;
   padding: 2px;
   color: #B3B3B3;
   background-color: white;
   background-image: url("images/base/css/motif.png");
   background-repeat: repeat-x;
   border: 1px solid #E3E7EA;
   font-family: Tahoma;}

#corpindex h1
{
   color: red;
   text-align: center;
   font-family: Tahoma;}

#corpindex h2
{
   height: 20px;

   background-image: url("images/base/css/titre.png");
   background-repeat: no-repeat;
   background-position:center left;
   padding-left: 30px;
   color: #464646;
   text-align: left;
   font-family: Tahoma;}

#corpindex h3
{
   color: red;
   text-align: center;
   font-family: Tahoma;
   font-size: small;
   }

#corpindex h4
{
   height: 20px;

   background-image: url("images/base/css/titrer.png");
   background-repeat: no-repeat;
   background-position:center left;
   padding-left: 30px;
   color: #464646;
   text-align: left;
   font-family: Tahoma;}

/* Le corps de la page */

#corps
{
   width: 1028px;
   margin-left: 155px;
   margin-bottom: 2px;
   padding: 2px;
   color: #B3B3B3;
   background-color: white;
   background-image: url("images/base/css/motif.png");
   background-repeat: repeat-x;
   border: 1px solid #E3E7EA;
   font-family: Tahoma;}

#corps h1
{
   color: red;
   text-align: center;
   font-family: Tahoma;}

#corps h2
{
   height: 20px;
   background-image: url("images/base/css/titre.png");
   background-repeat: no-repeat;
   background-position:center left;

   padding-left: 30px;
   color: #464646;
   text-align: left;
   font-family: Tahoma;}
#corps h3
{
   color: red;
   text-align: center;
   font-family: Tahoma;
   font-size: small;
   }



/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   width: 1183px;
   height: 80px;
   padding: 2px;
   text-align: center;
   color: #B3B3B3;
   background-color: white;
   background-image: url("images/base/css/motif.png");
   background-repeat: repeat-x;
   border: 1px solid #E3E7EA;
   font-family: Tahoma;}
