html, body
{
	width       : 534px;	
	margin      : 5px 5px;
	font-family : verdana,geneva;
	font-size   : small;
}

table.tableFormulaire 
{
	background-color : #DADADB;
	width            : 500px;
	border-spacing   : 5px;
	border-radius    : 15px 15px 15px 15px;
}

table.tableFormulaire td
{
	text-align   : left;	
	padding-left : 10px;
	color        : #696969;
}

table.tableFormulaire h4
{
	color       : #696969;
	font-weight : bold;	
	padding     : 5px 0 10px 0px;
}

table.tableFormulaire td.centerInColumn
{
	text-align : center;	
}

table.tableFormulaire td.leftInColumn
{
	text-align : left;
}

table.tableFormulaire td.rightInColumn 
{
	text-align : right;
}


table.tableFormulaire input[type="submit"] 
{
    background-color : #E58124;
    border           : 0 none;
    border-radius    : 15px 15px 15px 15px;
    color            : White;
    cursor           : pointer;
    font-size        : 12px;
    font-weight      : bold;
    padding          : 3px 3px 5px 3px;
    margin           : 10px 0 10px 0;
    text-align       : center;
    vertical-align   : middle;
    width            : 50%;
}

table.tableFormulaire input[type="text"] 
{
    text-align : center;
    font-style : italic;
}

.titleConcoursProgramme
{
	color  : #6B6B6B;
    font   : bold 22px "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin : 10px 0 10px 0;	
}

table.tableFormulaire td.colorLabel
{
	color        : #696969;
	font-weight  : bold;
	font-style   : italic;
	font-size    : 11px;
    padding-left : 20px;
}

table.tableFormulaire span.redLabel
{
	color : red;	
}

.messageAttente
{
	text-align : left;	
}

.floatLeft
{
	float      : left;	
	text-align : left;
	width      : 99%;
}

.justifyClass
{
	text-align : left;	
}