/* CSS Document */


.bloc_inscrit_top {
	background: url(../gfx/fond/fond_inscrption_top.gif) no-repeat top;
	display:block;
padding:8px 20px 0 20px;
}
.bloc_inscrit {
	width:581px;
	background:url(../gfx/fond/fond_inscrption_middle.gif) repeat-y;
	clear:both;
	
}
.bloc_inscrit_bottom {
	background: url(../gfx/fond/fond_inscrption_bottom.gif) no-repeat bottom;
	width:581px;
	height: 9px;
	display:block;
	clear: both;
}

#sc label {
	width:211px;
	height:25px;
	float:left;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	color:#2b2d29;
	text-transform:capitalize;
	clear:left;
	margin:5px 0 0 0;
}
#sc label.fonction {
	text-transform:none;
	font-weight:normal;
	clear:none;
}
#sc input, 
#sc select {
	width:270px;
	height:16px;
	border:1px solid #666666;
	margin:5px 0 10px 0;
}
#sc input.caseACocher {
	clear:left;
	width:auto;
	margin-right:5px;
	display:block;
	float:left;
	border:none;
}
#sc textarea {
	width:270px;
	height:76px;
	border:1px solid #666666;
	margin:5px 0 10px 0;
}

#sc input.valider_sc {

	background:url(../gfx/boutons/btn_valider_red.gif) no-repeat;

	width:66px;

	height:20px;

	border:none;

	float:right;

	margin:5px 52px 0 0;

	cursor:pointer;

}


