/* CSS Document */
* {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: DINPro-Regular, Corbel, "Microsoft Sans Serif", sans-serif;
	color:#666;
}
#ctn_GlobalInscription {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -411px;
	width: 822px;
	height: 800px;
	left: 50%;
}

#divImageInscription {
	position: absolute;
	margin-top: 10px;
	margin-left:200px;
	width: 622px;
	height: 394px;
}
#divImageLeft
{
	position: absolute;
	margin-top: 10px;
	margin-left:0px;
	width: 190px;
	height: 394px;
	background-color: #b0b802;
}
#divTexteRight
{
	text-align:left; 
	margin-top:-30px;
	margin-left:10px;
}
#divFormulaire
{
	position: absolute;
	width:822px;
	margin-top:420px;
	border:1px solid #999;
}
#divTextConfim
{
  position: absolute;
	width:822px;
	height:80px;
	margin-top:420px;
	/*margin-top:770px;*/
	border:1px solid #999;
}
#tblFormulaire
{
	margin-left:10px;
}
#tblFormulaire .tdFormLabel
{
	width:27%;
}
#tblFormulaire .tdFormTxt
{
  text-align:left;
}
