@charset "UTF-8";
.noms-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #09F;
	cursor: e-resize;
	font-weight: normal;
	background-color: #A3967A;
	text-align: left;
	padding-left: 4px;
	float: none;
	clear: left;
	padding-right: 3px;
	line-height: 14px;
}
.noms-web {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	a:link-color: #FF0
	color: #FF0;
	cursor: e-resize;
	font-weight: normal;
	background-color: #A3967A;
	text-align: left;
	padding-left: 4px;
	float: none;
	clear: left;
	padding-right: 3px;
	line-height: 14px;
}
bg fixed - feuille de style applique en mode fixed

 */

.fixed_Contenaire{

	position:absolute;

	z-index:2;

	/*pour centrer le site dans la page*/

	left: 50%;   

	width: 700px;

	margin-left: -350px; 

	

}



.fixed_Flash{

	position:fixed;

	z-index:1;

	width:100%;

	height:100%;	

	overflow:hidden;	

}



*html .fixed_Flash{

	position:absolute;

	top: expression( window.getScrollTop() + 'px' );

}

*  .fixed_Body{

	width: 100%;

	height: 100%;

	/*hack pour eviter le clignotement du flash au scroll sous IE6*/	

	background-image: url("images/trans.gif");

	background-repeat: no-repeat;

	background-attachment: fixed;	

}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////

bg fullscreen - feuille de style applique en mode fullscreen

 */

.fullscreen_Contenaire{

	position:absolute;

	z-index:2;

	/*pour centrer le site dans la page*/

	left: 50%;   

	width: 700px;

	margin-left: -350px; 	

}



.fullscreen_Flash{

	position:absolute;

	z-index:1;

	width:100%;

	height:100%;	

	overflow:hidden;

}

