/* CSS Document */

body{ font-family:Arial, Helvetica, Verdana, sans-serif;font-size: 10px; font-weight:normal; color:#4B4B4B; background-color:#2B8AA3; }
tr.haut{ background-color:#D6ECF2; }
tr.main{ background-color:#2B8AA3; background-image:url(../img/DG-bgB.jpg); background-repeat:repeat-x; background-position:top left;}

/* FORM */
table.formulaire{ background-image:url(../img/form_bg.jpg); background-position:top left; background-repeat:no-repeat; }
	div.formIntitule{ font-size:10px; text-align:left; margin:15px 0px 2px 0px; }
	input.bt-input{
		background-color:transparent; background-image:url(../img/input_bg.gif); background-repeat:no-repeat; background-position:top left; border:none;
		width:139px; padding:5px 0px 4px 1px; margin:0px;
		font-size:10px; text-align:left;
	}
	input:focus{ outline:none; }
	input.validation{
		background-color:transparent; background-image:url(../img/bt_valid.jpg); background-repeat:no-repeat;
		font-size:10px; text-align:left; color:#4B4B4B; padding:2px 0px 0px 13px;
		width:163px; height:38px; border:none;
	}

/* BAS */
td.bottom{text-align:center; }
td.bottom a{ color:#FFFFFF; text-decoration:none; font-weight:normal; }