﻿/*
Design d'exemple du Site ANS' KAZ
Réalisé par B@leine

*/

body
{
   width: 1000px;
   margin: auto;
   margin-top: ;
   margin-bottom: 5px;    
   background-image: url(fond.jpg);
   background-repeat: repeat; /* Le fond ne se répète pas */
   background-position: center; /* Le fond est aligné en haut à droite */
      }

/* L'en-tête */

#en_tete

{
   width: 1000px;
   height: 50px;
   background-image: url;
   background-repeat: no-repeat;
   background-position: center;
   margin-bottom: 0	px;
}

#en_tete .header_gauche
{
float:left;
}

.header_centre
{
margin-left:0px; /* un peu plus que la largeur de l'image de gauche du header */
margin-right:0px; /* idem pour la droite */
}


#en_tete .header_droit
{
float:right;
position:relative;
bottom:45px;
}

h1
{
font-size: 14px;
text-align: center; /* Pour centrer le titre */
font-family: "Arial Black", Arial, Verdana, serif; /* Un titre en Arial Black c'est mieux :o;) */
}

/* le menu horizontal */

#menu_horizontal 
{
width : 1000px; /* on donne une largeur au menu pour le centrer */
margin: auto; /* permet de centrer */
background-image: url;
background-repeat: repeat-x;

}

#menu_horizontal ul 
{ 

height : 30px;
margin : 2em 0 0 0;
padding : 0;
background-color : ;
border : ;
list-style-type : none; 
}
 
#menu_horizontal li {
padding : 0 0.5em;  
line-height : 30px;
}
 
#menu_horizontal li.bouton_gauche {
float : left;
border-right : ; 
}
 
#menu_horizontal li.bouton_droite {
float : right;
border-left : ;
}
 
#menu_horizontal a {
color : black;
text-decoration : none;
padding : 0 0.5em; 
font :  0.8em "Trebuchet MS";
}
 
#menu_horizontal a:hover { text-decoration : underline; }
 
#menu_horizontal a img { 
border : none;
padding :  0 0.3em;
}


.element_menu h3
{    
   color: ;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: ;
   color: ;
}


/* Le corps de la page */

#corps

{
   margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: ;
   background-color:  ;
   background-image: url;
   background-repeat: repeat-x;
   
   border: ;
}

#corps h1
{
   height: 20px;
   color: ;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   	background-repeat: no-repeat;
	padding-left: 30px;
	text-align: left;
	background-image: url;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color:;
   background-color:;
   background-image: url;
   background-repeat: repeat-x;
   
   border: ;
}
.textnormal{
  font-size: medium;
  color: #008080;
  font-weight: bold;
  font-family:verdana;	
}
.textchoc{
  font-size: 18pt;
  font-family:verdana;
  color: #008080;
  font-weight: bold;
}

