/* Exemple de fichier CSS */

body
{
   background-color : #e1dad4;
   background-repeat: no-repeat;
}
h1
{
   text-align: center;
   font-family: "Times New Roman", Arial, Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 40px;
   color: #f9d7a0;
}
h2
{
   text-align: center;
   font-family: "Times New Roman", Arial, Verdana, "Arial Black", serif;
   font-style: italic;
   text-decoration: none;
   font-size: 20px;
   color: black; 
}
h3
{
   text-align: center;
   font-family:  Arial, "Times New Roman", Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 22px;
   color: #666666; 
}
h4
{
   text-align: center;
   font-family: "Times New Roman", Arial, Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 30px;
   color: black; 
}
h5
 {
   text-align: center;
   font-family: Arial,"Times New Roman", Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 18px;
   color: gray;
 }
 h6
 {
   text-align: center;
   font-family: "Times New Roman", Arial, Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: underline;
   font-size: 16px;
   color: black;
 }
 p
 {
   text-align: left; 
   font-family: "Times New Roman", Arial, Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 17px;
   color: #000000;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 15px;
   padding-right: 15px;
}
 a
{
   text-align: ; 
   font-family:  Arial, "Times New Roman", Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 18px;
   color: black;
}
a img
{
   border: 2px solid black;
}
auto
{
   overflow: auto;
}
legend
{
   color: black; 
}

body
#container
{
   background-color: #ffffff;
   width: 830px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px;
   border-top: 3px solid #c38203;
   border-bottom: 3px solid #c38203;
   border-left: 3px solid #c38203;
   border-right: 3px solid #c38203;
}
#en_tete
{
   background-image: url(photo/fond.jpg);
   width: 830px;
   height: 100px;
   border-top: 1px solid #c38203;
   background-repeat: no-repeat;
}
#menu
{
   background-color: #666464;
   width: 830px;
   height: 60px;
   border-top: 3px solid #c38203;
   border-bottom: 3px solid #c38203;
   background-repeat: no-repeat;
}
.element_menu a
{
   text-align: center; 
   font-family: Arial, "Times New Roman", Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 18px;   
   color: #eeeeee;
}
.element_menu a:hover
{
   color: #c38203;
}
.element_menu b
{
   text-align: center; 
   font-family: Arial, "Times New Roman", Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 18px;   
   color: #f3d5a5;
}
#corps
{
   background-color: #ffffff;
   width: 800px;
   padding-top: 3px;
   padding-bottom: 15px;
   padding-left: 15px;
   padding-right: 15px;  
   background-repeat: no-repeat;
}
.element_corps a
{
   text-align: ; 
   font-family: Arial, "Times New Roman", Verdana, "Arial Black", serif;
   font-style: ;
   text-decoration: none;
   font-size: 18px;   
   color: gray;
}
.element_corps a:hover
{
   color: #bc3202;
}
div#galerie
{ 
    width: 800px;
	height: 533px;
    border: 3px solid black ;
	margin-bottom: 15px;
}
 div#galerie_mini
{
    width: 800px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#pied_de_page
{
   background-color: ;
   width: 830px;
   height: 30px;
   border-top: ;
   border-bottom: ;
   background-repeat: no-repeat;
}
.element_pied_de_page b
{
   text-align: ; 
   font-family: "Times New Roman", Arial, Verdana, "Arial Black", serif;
   font-style: italic;
   text-decoration: none;
   font-size: 12px;   
   color: #000000;
}
/body

