/*ceci est mon fichier css appelé .css  utilisé avec index pleintrafic et miniville*/


body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color : #eeffff;
      background-image : url("fond1.png");
}

/* L'en-tête */

#en_tete

{
font-family: "Arial Black", Arial, Verdana, serif;
    font-size : 18px;
 margin-bottom : 0px;
   }

 #en_tete p
{
margin-left : 35px; /*aligne la bannière google */
 margin-bottom : 0px;
}

#en_tete h1
{
color : red;
font-family: "Arial Black", Arial, Verdana, serif;
font-size : 21px;
text-align : center;

}
#choix 
{
width : 760px;
font-family: Arial, "Arial Black" , Verdana, serif;
    font-size : 10px;
	font-weight : normal;
border-width : 3px;

margin-bottom : 9px; /*marge du bas bandeau*/
 
margin-top : 0px;
padding : 1px;
margin-left : 100px;
	 
      
}
#choix p
{
margin-top : 0px; /*marge du choix*/
padding : 1px;
text-align : center;

font-weight : normal;
font-variant : small-caps;
}
#choix a
{
   color: blue;
         font-size : 20px;
	   font-family: Arial, "Arial black", Verdana, serif;
	  
}

#choix a:hover
{
    text-align : center;
   background-color: black;
   color: yellow;
}

#choix h6
{
font-size : 18 px;
}


/* Le corps de la page */
.cadre1 h5 /
{
font-size : 25px;
color : white;
   font-family: Arial, "Arial black", Verdana, serif;
 margin-top : 0px;  
 margin-bottom : 0px;
 
}
.cadre1 h6 /*bannière de josephe*/
{
font-size : 35px;
color : yellow;
   font-family: Arial, "Arial black", Verdana, serif;
 margin-top : 0px;  
 margin-bottom : 1px;
 text-decoration : blink;
 
}
.cadre1 td   /*couleur du fond bannière de josephe*/
{
background-color : blue;
}


#corps
{
  width : 760px;
   padding: 1px;
   text-align: left
}


#corps h1  /*texte à droite */
{
    font-family: "Arial", Arial black, Verdana, serif; 
   padding-left: 5px; /*aligne le texte */
   color: black;
   text-align: left;
   font-weight : lighter;  
   size: 1px;
}

#corps h4  /*texte à droite */
{
    font-family: "Arial", Arial black, Verdana, serif; 
   padding-left: 5px; /*aligne le texte */
   color: black;
   text-align: left;
   font-weight : lighter;  
   size : 50px;
   text-align: left;
}





 td   /* Toutes les cellules des tableaux... */
    {
	  width : 760px;
	font-size : 12px; /*texte total tableau*/
   border-style : outset ; /*bordure tableau en relief*/
   border-width : 1px; /* ... auront une bordure de 1px */
   border-color : blue; /*couleur bordure tableau*/
   border-collapse : collapse;
   font-family: "Arial", Arial black, Verdana, serif;
   	color : black; /*couleur texte case coté gauche*/
	text-align : center; /*cetre le text dans la colonne de droite et dans les bannière texte*/

}
img
{
width : 460px;   /*largeur des bannières*/
height : 65px;
margin-top : 1px;
}
 a
{
   color: blue; /*couleur autour des bannières  et du texte*/
       font-size : 16px;
	   font-family:  "Arial", Verdana, serif;
	  	   font-weight : bold;
}

 a:hover
{
   background-color: black;
   color: yellow;
 }
 
  
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */


#pied_de_page img
{
width : auto;   /*largeur */
height : auto;

}
#pied_de_page p
{
text-align : center;
}
