
/* ------------------------------------------------------ */

/* ----------------------- <INIT> ----------------------- */

img {display: block;}

p {margin: 0;}

/* ------------------------------------------------------ */

/* ----------------------- <TXT> ----------------------- */

.Styletitre {
color:#CCCCCC;
font-size: 16px;
text-align:center;
background-color:#003399;
}

.Styletxt {
color:#CCCCCC;
font-size: small;
text-align:justify;
background-color:#003399;
}

.Stylefla {
color:#CCCCCC;
font-size: x-small;
text-align:center;
background-color:#003399;
}

.Stylecredit {
color:#CCCCCC;
font-size: x-small;
text-align:center;
background-color:#003399;
}

h2
		{
			border-top: 1px solid #999999 ;
			line-height:3px;
		}
/* ------------------------------------------------------ */

/* ----------------------- <GLOB> ----------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color:#000000;
	background-color: #FFFFFF;
}

#conteneur {
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 800px;
    height: 600px;
    margin-top: -300px; /* moitié de la hauteur */
    margin-left: -400px; /* moitié de la largeur */
	
	
}


