
/* ------------------------------------------------------ */

/* ----------------------- <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:url(logo.gif) left top no-repeat;*/
	background:url(BELEK_IMG/degrade.gif) left top repeat-x;
	background-color: #FFFFFF;
}

#conteneur {
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 1000px;
    min-height: 570px;
    margin-top: -285px; /* moitié de la hauteur */
    margin-left: -500px; /* moitié de la largeur */
	
	/*background:url(IMGmenu/intro.jpg) left top no-repeat;*/
}
