@charset "UTF-8";
/* CSS Document */

#contenu {
	padding-top:21px;
}

#colA,
#colB {
	float:left;
}


#colA {
	padding-left:45px;
	width:625px;
	background:url(../img/fonds/pointilles_gris.gif) top right repeat-y transparent;
}
#colA .titre {
	margin-bottom:30px;
}

#colB {
	padding-left:18px;
}




/*********************************************/
/* PARAMETRES COMMUNS À TOUS LES FORMULAIRES */
/* (REMPLACEMENT DES BALISES <TABLE> DU FORM */
/*********************************************/
form fieldset legend {
	padding-left:121px;
	color:#747474;
}
dl {
	clear:both;
	display:block;
}
dt {
	float:left;
	text-align:right;
	width:170px;
	line-height:25px;
	margin:0 10px 0px 0;
	font-weight:bold;
}
dd {
	float:left;
	line-height:25px;
	margin:0 0 10px 0;
}
dd.dd_btn {
	padding-left:58px;
}
form .separateur {
	width:380px;
	background:url(../img/fonds/pointilles_gris_horizontaux.gif) top left repeat-x transparent ;
	display:inline-block;
	margin:0 0 1px 13px;
	height:11px;
	overflow:hidden;
}



/******************************/
/* MISE EN FORME DES ELEMENTS */
/******************************/
input.text,
textarea {
	background:#f5f5f5;
	border:1px solid #9d9d9d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#999999;
	width:237px;
}
input.text {
	height:16px;
}
textarea {
	height:48px:
}
input.valide {
	background:url(../img/fonds/input_valide.gif) top right no-repeat #f9fff0;
	border:1px solid #8dc540;
}
input.invalide {
	background:url(../img/fonds/input_invalide.gif) top right no-repeat #ffe3e5;
	border:1px solid #ca0e1d;
}
.invalide_simple{
	background:#ffe3e5;
	border:1px solid #ca0e1d;
}
input:focus,
option:focus,
select:focus,
textarea:focus,
input:hover,
option:hover,
select:hover,
textarea:hover{
	border:1px solid #74bfdc;
}
.btn {
	border:1px solid #9d9d9d;
	height:24px;
	font-weight:bold;
	background:#f5f5f5;
	line-height:21px;
	color:#999999;
	cursor:pointer;
}
.btn_annuler {
	text-align:center;
}
.btn_annuler:hover,
.btn_annuler:focus {
	color:#000;
	border-color:#000;
}
.btn_ok {
	background:url(../img/fonds/btn_ok_form.jpg) top left no-repeat #f5f5f5;
	color:#36778d;
	text-align:center;
	padding-left:22px;
}
.btn_ok:hover,
.btn_ok:focus {
	color:#E68615;
	border-color:#E68615;
}

span {
	color:#ca0e1d;
	line-height:22px;
	padding-left:5px;
}