@import url("style.css");
@import url("style_structure.css");

/* 
 * ========================================
 * Element style Structure
 * ========================================
 */
	TD.page{
		padding:2px 1px 2px 1px;
		background-color:#000002;
		color:#FFFFFF;
		width:740px;
	}
	
	.libelleFormulaire{
		text-align:right;
	}
	
	.sousTitreFormulaire{
		font-family: Morpheus, Arial, Helvetica, sans-serif;
		font-size:14pt;
		font-weight:bold;
		color:#FFF;
		padding-bottom:5px;
	}
	
	.texteObligatoire{
		color:#ffb923;
		font-weight:bold;
	}
	
	TABLE.inscription{
		background-image:url(../images/inscription/fond.jpg);
		background-position:50% 50%; 
		background-repeat: no-repeat;
		height:400px;
		width:600px;
	}