/* Couleur, format, taille et aspect des pages des iframes */

body
{
	background-color : #439F2E;
}

h1,h2,h3
{
   text-align: center; 
   color: orange;
   font-family : "Comic Sans MS", Georgia, "Times New Roman", serif;
   
}

p
{
	text-align : center;
	color: orange;	
}

.signature
{
	text-align : right; /* Pour aligner à droite ma signature */
   font-family : "Comic Sans MS", Georgia, "Times New Roman", serif;
   font-size : 80%;
}

ul,li
{
	color: orange;
}

.limage /* Couleur des liens sur les liens */
{
	color: #439f2e;
}

.limage:hover /* Quand on point sur les liens */
{
	color:orange;
}
