﻿p {
	text-indent: 10px;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    display: inline;
	
}

.p2 {
	text-indent: 10px;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    display: inline;
	text-align: center;
	
}

a:link {
    color: #990000;
}

a:hover{
    text-decoration: underline;
}

h1 {
	position:absolute;
	top: 100px;
	left: 200px;
}


.entete {
    color: #990000;
	text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    display: block;
	text-decoration: underline;
}

.entete2 {
    color: #990000;
	text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
	text-decoration: underline;
}

.taille2 {
    color: #000000;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    display: inline;

}

.motCle {
    color: #990000;
    font-weight: bold;
    display: inline;
}

.motCle2 {
    color: #f5a236;
    font-style: italic;
    font-weight: bold;
    display: inline;
}
.typoMini{
	font-size: 10px;
}

.contenu{
	  position:absolute;
     left: 50%; 
     top: 50%;
     margin-top: -300px; /* moitié de la hauteur de l'image */
     margin-left: -450px; /* moitié de la largeur de l'image */
 } 
