body
{
   width: 75%;
   min-width: 800px;
   max-width: 1400px;	
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background-image: url("images/hydra.jpg"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   color: white;
   border: white outset 3px;
   background-attachment: fixed;
   font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
   font-size: 0.8em;
}

#entree
{
   margin: auto;
   width: 240px;
   height: 300px;
   background-image: url("images/twinkle-stars.jpg");
}

#entree:hover
{
	background-image: url("images/twinkle-stars-hover.jpg");
}

.lienblock
{
   display: block;
   margin: auto;
   width: 240px;
   height: 300px;
 }
 
.validate
{
position:absolute;
left: 15px;
bottom: 5px;
}

#en_tete
{
   width: 100%;
   height: 283px;
   background-image: url("images/banniere.jpg");
   background-repeat: repeat;
   border-bottom: 1px solid #6f6376;
}

#conteneur
{
   width:100%;
   min-width: 800px;
   padding-bottom:0px; 
   padding-top:0px;
   background-image: url("images/fond_1.jpg");
   background-color: #ab97b7;
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 138px; /* Très important : donner une taille au menu */
   overflow: hidden;
   
}

.element_menu
{
   background-image: url("images/littlestar_01.jpg");
   background-repeat: repeat-x;
   margin-top: 10px;
   margin-bottom: 15px; /* Pour éviter que les éléments du menu ne soient trop collés */
   padding-top: 5px;
}

.element_menu h4 /* Tous les titres de menus */
{    
   color: #592469;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 5px;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: white;
   text-decoration: none;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("images/littlestar_01.jpg"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #a99db1;
   color: white;
   text-decoration: underline overline;
}

#corps
{
   float: left;
   width: 80%;
   padding: 1%; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: #592469;
   text-align: center;
   font-variant: small-caps;
   font-size: 2em;
}

#corps h2 /* Tous les titres h2 du corps */
{
   background-image: url("images/sakura1.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   border-bottom: solid white;
   border-left: solid white;
   
   padding-left: 30px;
   height: 20px;
   
   font-size: 1em;
   color: white;
   text-align: left;
}

#corps p, dl
{
border: 1px solid #6f6376;
padding: 5px;
background-color: #cab6d7;
color: black;
}

#corps table
{
margin-top: 15px;
width:100%;
min-width: 648px;
margin-bottom: 10px;
border: #6f6376 solid 2px;
border-collapse: collapse;
background-color: #cab6d7;
}

#corps th, td
{
border: white solid 1px;
border-collapse: collapse;
empty-cells: show;
vertical-align: center;
text-align: center;
color: black;
}

#corps . hauteur200 td
{
height:200px;
}

#corps caption
{
border-bottom: white solid 2px;
}

#corps .colonnes td
{
width: 50%;
border: 0px ;
text-align: left;
}

#corps a
{
text-decoration: none;
color: #592469;
}

#corps a:hover 
{
text-decoration: underline overline;
}

#corps strong, dt
{
color: #58396c;
}


#corps dt
{
	font-weight: bold;
}

#body a img /* Toutes les images contenues dans un lien */
{
   border: inset #341654 2px;
}

.lettrine:first-letter
{
   color: #592469;
   float: left; /* Flotte à gauche */
   font-size: 3.5em; /* Fasse une hauteur de 3 lignes */
   font-family: "Times New Roman", Times, serif; 
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
   margin-right: 2px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
}

.id
{
float: left;
margin-right: 5px;
}

.auteur
{
text-align: left;
font-style: italic;
font-size:0.8em;
}

.intro
{
font-size: 1.7em;
font-style: italic;
text-align: center;
margin-top: 50px;
margin-bottom:50px;
}

.centre
{
text-align: center;
}

.force_centre
{
display: block;
margin: auto;
}


.vignette
{
float: left; 
margin: 10px;
margin-right: 5px;
border: inset #341654 2px;
}

#pied_de_page
{
   padding: 5px;
   width: 99%;
   clear: both;
   
   color: #59002a;
   background-color: #e294be;
   background-image: url("images/sakura-flower.jpg");
   background-repeat: repeat-x;
   
   border: 1px solid #b7a7bf;
}

div#flashcontent
{
	width:99%;
	min-width:650px;
	height:800px;
}

