﻿/* -------------------------------------------------------------- */
/* ------------- Personnalisation du Corps de texte ------------- */
/* -------------------------------------------------------------- */

/* Autres */
h3, h6 {margin:0; padding:0;}
h3 {color:#009900; font-weight:bold; }
h6 {font-size:50%;}
hr {background-color:#009900;}
#menu2 .center {text-align:center; margin:0; padding-top:0.5em;}
.center {text-align:center;}
.blink {text-decoration:blink !important; text-decoration:none;}
input {
background-image:url(../images/titres/bouton.gif);
color:#009900;
font-weight:bold;
}



/* Paragraphes et Lettrine automatique */
#corps p:first-letter {
float:left;
font-size:2em;
margin-left:10px;
font-family: "Times New Roman", Verdana, Arial, Georgia, Times, serif;
font-weight:bold;
margin-right:5px;
text-transform:uppercase;
}
#corps li:first-letter {
float:left;
font-size:1.2em;
margin-left:5px;
font-family: "Times New Roman", Verdana, Arial, Georgia, Times, serif;
font-weight:bold;
margin-right:2px;
text-transform:uppercase;
}
p {
text-indent:25px; 
font-size:0.9em;
text-align:justify;
}
ul {text-align:justify;}

/* Text Contact */
.contact {
text-align:center;
font-style:italic;
color:green;
font-size:0.7em;
}

/* TABLEAUX */
table {
margin:auto;
padding:0;
width:600px;
border:4px ridge green;
text-align:center;
vertical-align:middle;
}
th {
font-size:x-large;
text-align:center;
}
td {
font-family:Arial, Helvetica, sans-serif, serif;
font-size:small;
text-align:center;
}

/* Images */
.image_gauche, .image_droite, .image_center, #corps img {
border: groove;
color: green;
margin-top:5px;
margin-bottom:5px;
margin-right:10px;
margin-left:10px;
}
.image_gauche {float: left;}
.image_droite {float: right;}
.image_center {text-align: center;}


/* lien images du corps de texte */
#corps a img {
border: groove !important;
border:medium #b2d8b2;
color: green !important;
margin: 5px;
}
#corps a:hover img {
border: ridge !important;
border:medium #004700;
color: green !important;
color: #004700;
margin: 5px;
}

/* lien du corps de texte */
#corps a {
color: green;
font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
font-weight: bold;
text-decoration: none !important;
}
#corps a:hover, #corps a:active, #corps a:focus {
color: #FFFF99;/* Jaune éclatant */;
font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
font-weight: bold;
border: #FFFF99;/* Jaune éclatant */
 text-decoration:underline blink !important;
}
#corps a:active, #corps a:focus {text-decoration: none !important;}
#corps a:visited {
color: #FFFF00; /* Jaune Clair */
font-family: Verdana, "Arial Black", "Times New Roman", Times, serif;
font-weight: bold;
font-style: italic;
}
