body {
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#4c4c4c;
	font-style:italic;
}
img {
	border: 0;
}
form { padding: 0; margin: 0; }

a {
	color:#4c4c4c;
	text-decoration: underline;
	font-weight:bold;
}
a:active, a:focus{
      outline:none;
}

#validator{
	position:fixed !important; position:absolute;bottom:20px;right:20px;z-index:1000;
}

#next{
	position:fixed !important; position:absolute;bottom:20px;left:20px;z-index:1000;
}

/* overlay explicatif */
#overlay_explicatif{
	position: fixed;
	top:0px;
	left:0;
	width:100%;
	height:500px;
	filter:alpha(opacity=95);
	opacity:0.95;
	moz-opacity:0.95;
	background:#000;
	text-align:center;
	z-index:999;
	font-size:16px;
	padding:25% 0;
}

/* onglet du haut */
#onglet_creasap{
	position: absolute;
	display:block;
	overflow:hidden;
	width:100%;
	height:188px;
	z-index:1000;
}
#onglet_creasap iframe{
	position: absolute;
	top:0px;
	width:1px;
	height:1px;
	border:0;
	z-index:1000;
	background:transparent;
}
#onglet_creasap_fondpng{
	width:100%;
	height:188px;
	overflow:hidden;
}
#handle{
	position:absolute;
	display:block;
	top:135px;
	left:60px;
	width:100px;
	height:55px;
}
#handle img{
	width:100px;
	height:55px;
}
#refermer{
	position:absolute;
	display:block;
	top:15px;
	right:10px;
	color:#868686;
	height:15px;
	padding-right:22px;
	background: transparent url('../images/bt_refermer.gif') top right no-repeat;
	font-weight:normal;
}
#logo{
	position:absolute;
	display:block;
	top:35px;
	left:25px;
}
#trait{
	position:absolute;
	display:block;
	top:20px;
	left:223px;
}
#presentation, #contact, #exemple{
	position:absolute;
	display:block;
	left:249px;
	text-align:left;
	line-height:13px;
	height:28px;
	overflow:hidden;
	width:68%;
}
#presentation{
	top:40px;
	font-weight:bold;
	text-transform:uppercase;
}
#contact{
	top:65px;
}
#exemple{
	top:89px;
}
.lien_exemple{
	font-weight:normal;
}

/* contenu du bas */

#content{
	position: absolute;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:1;
}
#content iframe{
	width:100%;
	height:100%;
	border:0;
	z-index:1;
}