@charset "UTF-8";
/* CSS Document */

body
{
   background-image: url(../images/newdesign.jpg);
   background-position: top center; 
   background-attachment: ;
   background-repeat: no-repeat;
   background-color: rgb(130,19,28);
   width:800px;
   margin:auto;


}

.content
{
   width:700px;
   margin-left:50px;
   margin-right:50px;
   font-family: "Century Gothic, Arial, Times New Roman";
   text-align:justify;
}

.menu
{

margin-left:75px;
margin-top:110px;
background-color:000000;
font-family: "Times New Roman";


}

h1

{   text-align: center;
    font-family: "Century Gothic, Arial, Times New Roman";
    color: rgb(149,22,22);
} 
  
  h2 
 
 { 
   font-family: "Century Gothic, Arial, Times New Roman";
   overflow: auto;
   margin-left: auto;
   padding-right: 20px;
   text: fixed;
   color: rgb(149,22,22);
  
  } 
  
  
  h3
{  
   font-family: "Century Gothic, Arial, Times New Roman";
   overflow: auto;
   margin-left: auto;
   padding-right: 20px;
   text: fixed;
   color: rgb(149,22,22);
 } 
    
  
  h4
 
 { 
   font-family: "Century Gothic";
   overflow: auto;
   margin-left: auto;
   padding-right: 20px;
   text: fixed;
   color: rgb(97,108,30);
  
  } 

input, textarea

{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */

{
   background-color: white;
}
 
label
{
   color: black; 
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: black;
   font-weight: bold;
}
 
fieldset

{  
   width: 500px;
   height: 560px;
   padding-right: 20px;
   text: fixed;
}  

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: black; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   font-size: large;
 
   color: rgb(149,22,22); /* Le lien sera écrit en vert quand on pointera dessus */
}

.imageflottante
{
   float: left;
    margin-right: 15px;
	margin-bottom: 10px;
}


table
{
   border-collapse: collapse; /* Les bordures du tableau seront coll�es (plus joli) */
}
td
{
   border: 1px solid black;


 } 