body
{
	background:#000 url(../images/bg.jpg) center no-repeat;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
#corps
{
width:1000px;
margin:auto;

}
#premiertitre
{
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:9px;
text-align:center;
}
#drapeaux
{
text-align:left;
}
#tete
{
width:1000px;
height:250px;;
/* border: 6px solid #000; */
}
#bmenu
{
	height:30px;
	text-align:center;
	padding-left: 40px;
	margin-top: 5px;
}
#bmenu a
{
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}
#bmenu a:hover
{
color:#000000;
}
#alink
{
	width:109px;
	height:18px;
	background-image: url(../images/bouton1.jpg);
	margin: 3px 3px 0px 2px;
	text-align:center;
	float:left;
	vertical-align:middle;
	padding-top:2px;
	font-size: 11px;
	font-weight: bold;
}

#contenu
{
	width:1000px;
	background:#000;
	margin-bottom: 20px;
}
#pieds
{
	margin-top:10px;
	width:1000px;
	font-size:9px;
	color:#CCCCCC;
	text-align:justify;
	background:none;
}
.key
{
background:none;
color:#999999;
text-decoration:none;
}
.key:hover
{
color:#FFFFFF;
}
.intro
{ 
text-align:center;
height:700px;
}
a.info {
   position: relative;
   color: black;
   text-decoration: none;
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

 /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 25px; /* on positionne notre infobulle */
   left: 10px;

   background: white;

   color: black;
   padding: 3px;

}
a.info:hover span img
{
border:none;
}
.Style1
{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
p
{
text-align:justify;
font-size:14px;
}
p:first-letter /* Je veux que la première lettre de mes paragraphes... */
{
   float: left; /* Flotte à gauche */
   font-size: 3em; /* Fasse une hauteur de 3 lignes */
   font-family: Monotype Corsiva, Georgia, Times New Roman, Times, serif; /* Soit mise en Arial si possible*/
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
   margin-right: 5px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
   color:#4E0059;
}
.para
{
	padding:20px;
}
.imgborder
{
border:5px solid #fff;
margin:5px;
}
.imgleft
{ float:left; }
.imgright
{ float:right; }
.center
{ text-align:center; }
.mauve
{ color:#4E0059; }
.tabprix
{
color:#000000;
background:#FFF; 
}
.tdprix
{
color:#FFFFFF;
background:#4E0059;
}
.bouton
{
color:#FFFFFF;
background:#4E0059;
font-weight:bold;
border:none;
}
a
{
color:#FFFFFF;
text-decoration:none;
}