@charset "UTF-8";

@import "reset.css";

/* ------------------------------------ */
/*                                      */
/*            GENERAL	                */
/*                                      */
/* ------------------------------------ */
HTML{
    font-size:100%;
}
HTML, BODY {
	height:100%;
}
BODY {
	color:#fff;
	background-color:#000000;
	background-image:url(../_image/background-page.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	
	font: 0.75em/1em verdana, arial, helvetica, sans-serif;
	line-height:1.25em;
}


A {
	color:#fff;
}
A:hover {
}

BODY HR {
	height:1px;
	display:block;
	border:none 0;
	color:#cccccc;
	background-color:#cccccc;
}

/* ------------------------------------ */
/*                                      */
/*            GESTION DES FENETRE       */
/*                                      */
/* ------------------------------------ */
#container {
	position:relative;
	min-height:100%;
	height:100%;
}
#container,
#container A {
	color:#000;
}


#content {
	position:relative; /* Nécessaire pour Safari */
	margin:auto; /* Alignements horizontal dans les navigateurs respectant les standards */
	text-align:left;
	width:1002px;
	padding-bottom:18px;
}

.footer_ie {
	clear:both;
	height:0;
}

/* ------------------------------------ */
/*                                      */
/*            HAUT                      */
/*                                      */
/* ------------------------------------ */


/* ------------------------------------ */
/*                                      */
/*            BAS                       */
/*                                      */
/* ------------------------------------ */
BODY #bassite {
	width:100%;
	/*position:absolute;
	bottom:0;*/
	padding-bottom:2px;
	clear:both;
	overflow:hidden;
}
BODY #bassite,
BODY #bassite A {
	color:#fff;
}

#copyright {
	float:left;
	padding-left:10px;
}
#pmpconcept {
	float:right;
	padding-right:10px;
}







/* ------------------------------------ */
/*                                      */
/*            COEUR                     */
/*                                      */
/* ------------------------------------ */

/*Accueil*/
#accueilflash,
#accueilflash A,
#accueilflash H1,
#accueilflash LI {
	color:#FFF;
}
#accueilflash H1 {
	font-size:2em;
	padding-top:40px;
}
#accueilflash UL {
	padding-top:20px;
}
#accueilflash UL LI {
	font-size:1.17em;
	margin-bottom:3px;
}

/*navigation*/
.navigation {
	text-align:center;
}
.suiv A,
.prec A {
	width:66px;
	height:0;
	padding-top:23px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../_image/fleches-navigation.png);
}
.suiv A {
	background-position:0 0;
	float:right;
}
.prec A {
	background-position:0 -23px;
	float:left;
}
