/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 partie generique
 */
*{
	margin:0;
	padding:0;
	border:0;

}
/*pour pouvoir utiliser avec un doctype*/
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}
/*pour pouvoir utiliser avec un doctype*/
html{
	width:100%;
	height:100%;
}
#global{
	position:absolute;
	z-index:3;
	width:100%;
	height:100%;
	top: 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 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: 950px;
	margin-left: -475px; 
	
}

.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:4;
	/*pour centrer le site dans la page*/
	left: 50%;   
	width: 950px;
	margin-left: -475px; 
}
.fullscreen_Flash{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;	
	overflow:hidden;
}
.fixed_youtube{
	position:absolute;
	z-index:5;
	left: 10px;
	width: 260px;
	background-color:#006633;
	top: 375px;
}


/* FORMULAIRE */ 
.input-texte {
background-color:#f9f9f9;
border:1px solid #60c5e4;
color:#60c5e4;
font-family : Verdana, Arial, Helvetica,sans-serif;
font-size:10px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:2px;
padding:0px;
}
.option {
background-color:#F5F5F5;
}
.select {
background-color:#F5F5F5;
}
.attention {
background-color:#E31818;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:2px;
}
.button {
background-color:#F5DEB3;
border-width:2pt;
color:black;
font-family:Arial,Helvetica,sans-serif;
font-size:14pt;
}