
/*fichier de mise en page */

body
{
width: 1000px;
margin: auto; /* Pour centrer notre page */
margin-top: 8px; /* Pour éviter de coller avec le haut de la fenętre du navigateur.  */
margin-bottom: 20px;    /* Idem pour le bas du navigateur */
background-color: rgb(245,225,184); /* Une petite image de fond */
}
ul
{
margin-left: 20px;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
ol
{
margin-left: 20px;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
h2 ,h1
{
text-decoration: underline;
text-align: center;
}
h1, h2, h3,h4
{
margin-left:20px;
}
p
{
text-indent: 30px;
margin-left: 20px;
font-size :medium;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
table
{

margin: auto;
margin-top: 20px;
text-align: center;
font-family: "comic sans ms", arial, serif;
border-collapse : collapse;
}
td
{
color: black;
font-size : large;
background-color :rgb(202,190,155);
width: 110px;
border: 4px inset white ;
padding: 4px;
}
td:hover
{
text-decoration: underline ;
background-color: rgb(240,250,200)
}
a
{
text-decoration: underline;
font-style : normal ;
color:rgb(100,50,10);

}
a:hover
{
text-decoration : underline ;
font-style : italic ;
color : rgb(180,15,20) ;
}
a img
{
border: none;
}

#en_tete
{
width:800px;
height: 100px;
background-image: url("../images/bandeaux/bandeau-5.jpg");/*changer l'image pour changer tous les bandeaux d'un coup */
background-repeat: no-repeat;
margin : auto;
margin-bottom:5px;
margin-top:20px;
}
#accueil
{
width:800px;
height: 100px;
background-image: url("../images/bandeaux/bandeau_5.png");/*changer l'image pour changer tous les bandeaux d'un coup */
background-repeat: no-repeat;
margin : auto;
margin-bottom:5px;
}
#menu
{
width: 1000px;
margin-bottom: 5px ;
color:rgb(100,50,10);
}
#corps
{
}
#pied
{
margin-bottom:5px;
color: black;
}
#copyright
{
margin-left : 200px;
margin-bottom : 10px;
color: orange;
font-style: italic;
font-size: x-small;
}
#logo
{
border: none;
}


.clignotant
{
margin : auto;
width:600px;
color: red;
background-color: yellow;
text-decoration: blink;
text-align: center;
}
.lien
{
margin-left: 150px;
}
.pub
{
background-image : url("../images/fonds/fond-bleu.jpg");
width :30%;
padding: 10px;
margin-left: 100px;
border: 1px solid  ;
}
.legende
{
color:rgb(146,49,99);
text-align : center;
}
.credit-image
{
width:300px;
margin:auto;
color: orange;
font-style: italic;
font-size: xx-small;
}
.image
{
width:600px;
margin:auto;
}

.tableau
{

margin-left:100px;
}
.imagindex
{
float: left;
width:300px;
margin-left: 10px;
margin-right:10px;
}
.cadre
{
width: 800px;
margin:auto;
color :black;
border : 2px inset black;

}
.accroche
{
font-size:large;
text-decoration:blink underline overline ;
color:rgb(100,50,10);
margin-left:300px;
}

