body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #C1C6C9;
}
.titremenu {
	font-size: 16px;
	line-height: 19px;
}

.gauche {
	background-image: url(images/fond_gauche.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.droite_h {
	background-image: url(images/fond_droite.png);
}
.fixed_Contenaire{
	position:relative;
	z-index:2;
	left: 0px;
	top: 0px;
	text-align:left;
	margin-left:10px;
}
.petit {
	font-size: 10px;
	color: #666;
}
.tab_h {
	background-image: url(images/tab_haut.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 500px;
	background-position: center bottom;
}
.tab_mil {
	background-image: url(images/tab_mil.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: center;
}
.tab_bas {
	background-image: url(images/tab_bas.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 500px;
	background-position: center;
}

a:link {
	color: #727070;
	text-decoration: none;
}
a:visited {
	color: #727070;
	text-decoration: none;
}
a:hover {
	color: #ADC33C;
}
a:active {
	color: #3F3;
}
.titre {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.sstitre {
	font-size: 16px;
	font-style: italic;
}
.fixed_Flash{
	position:absolute;
	z-index:1;
	width:545px;
	height:571px;	
	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*/	

}
.sstitre_home {
	color: #AEC53D;
}
.sstitre_formation {
	color: #FDC75A;
}
.sstitre_logiciel {
	color: #32E4E4;
}
.sstitre_site {
	color: #FD31A8;
}
.sstitre_contact {
	color: #FCD51D;
}
.champ {
	font-size: 12px;
	color: #666;
	border: 1px dashed #F90;
}
#baspage {
	text-align: center;
}