/* CSS Document */

/**************************************************************************************/
/*                             COMPORTEMENTS CONDITIONNELS                            */
/**************************************************************************************/
.pda {
	/*position: absolute;
	left: -3000px;
	top: -3000px;*/
}
.ecran {
	display: none;
}
.imprim {
	display: none;
}
.pda_ecran {

}
.pda_imprim {
	/*position: absolute;
	left: -3000px;
	top: -3000px;*/
}
.imprim_ecran {
	display: none;
}


/**************************************************************************************/
/*                                        MEF                                         */
/**************************************************************************************/
body {
	margin: 0px;
	background-color: #000000;
	background-image: url(bg_images/bandeau_fd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#page {
	/*width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	z-index: 99;*/
	padding-top: 48px;
}
.bt-retour, .bt-prec, .bt-suiv {
	display: block;
	background-image: url(bg_images/bandeau_fd.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	/*background-image: url(bg_images/bandeau_bt-retour.jpg);
	height: 47px;
	width: 100px;
	position: absolute;
	left: 131px;
	top: 0px;
	background-position: top;*/
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.bt-prec {
	/*background-image: url(bg_images/bandeau_bt-prec.jpg);
	height: 28px;
	width: 131px;
	position: absolute;
	left: 0px;
	top: 19px;
	background-position: top;*/

}
.bt-suiv {
	/*background-image: url(bg_images/bandeau_bt-suiv.jpg);
	height: 28px;
	width: 83px;
	position: absolute;
	top: 19px;
	right: 0px;
	background-position: top;*/

}
a.bt-retour:hover, a.bt-prec:hover, a.bt-suiv:hover {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
a:focus, a:active {
	margin: -2px;
	border: thin solid #FFFF00;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #FFFFFF;
	font-variant: small-caps;
	margin-top: 20px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 20px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
}
#copyright a {
	color: #CCCCCC;
}
#copyright a:focus,#copyright a:active {
	color: #FFFF00;
	text-decoration: none;
}

/**************************************************************************************/
/*                               DISPOSITION DES IMAGES                               */
/**************************************************************************************/
a img {
	border: none;
}
.float-G {
	/*float: left;*/
}
.float-D {
	/*float: right;*/
}
/**************************************************************************************/
/*                                    PAGE D'INDEX                                    */
/**************************************************************************************/
body.index {
	background-image:none;
}
h1.index_h1 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	text-align: center;
	font-variant: small-caps;
}
.index_h2 h2 {
	font-size: x-small;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
.index_bt {
	display: block;
	font-size: x-small;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
}
.index_img-1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
#copyright.index {
	width: 100%;
}
