/*****************************************************************************/
/*								DEMANDES CLIENTS    						 */
/*****************************************************************************/

#devis {
    text-align:left;
    width:600px;
	font-family: Arial, Helvetica, sans-serif ;
}

#devis label {
	color: #663333 ;
	background-color:inherit;
	font-size:12px;
}

#devis .input_text {
	background-color: #FFCC33 ;
	color: #663333 ;
	font-weight: bold ;
	font-size:10px;
	height:15px;
	width:150px;
}

#devis .input_text_long {
	background-color: #FFCC33 ;
	color: #663333 ; 
	font-weight: bold ;
	font-size:10px;
	height:15px;
	width:300px;
}

#devis .bouton_form_alignement {
	text-align:center;
}

#devis .input_text_checkbox {
	background-color: #FFCC33 ;
	color: #663333 ; 
}

#devis .select_form {
	background-color: #FFCC33 ;
	color: #663333 ;
	font-weight: bold ;
	font-size:10px;
	width:300px;
	border:1px inset #333333;
}

#devis .tech_opt {
	margin-left:180px;
	color: #663333;
	background-color:inherit;
	font-weight:bold;
}

#devis .select_form_ptt {
	background-color:#FFCC33 ;
	color: #663333 ;
	font-size:11px;
	font-weight:bold;
	margin-right:10px;
	width:50px;
}

#devis .radio_form {
	/*background-color:#FFCC33 ;*/
	color: #663333 ;
	background-color:inherit;
	font-size:11px;
	font-weight:bold;
	margin-left:184px;
}

#devis .radio_form_label {
	/*background-color:#FFCC33 ;*/
	color: #663333 ;
	background-color:inherit;
	font-size:11px;
	font-weight:bold;
}


#devis .select_form_tech {
	background-color: #FFCC33 ;
	color: #663333 ;
	font-weight: bold ;
	font-size:10px;
	width:300px;
	border:1px inset #333333;
}

#devis button {
	border-width: 1pt ;
	font-size: 10pt ;
	background-color: #663333 ;
	color: #ffffff ;
	font-weight:bold; 
	
}

#devis textarea {
	background-color: #FFCC33 ;
	color: #663333 ;
	font-weight: bold ;
	font-size:11px;
	width:300px;
	height:70px;
	border:1px inset #333333;
	font-family:Arial, Helvetica, sans-serif;
}

#devis .oblig {
	display: inline ; 
	float: left ;
	width: 170px ;
	font-weight: bold ;
	margin-left: 10px ; 
}


#devis fieldset {
	padding:10px;
	border:1px solid #663333;
}

#devis .erreur_form {
	background-color:inherit;
	color: #663333 ;
	font-size:11px;
	font-weight: bold ;
}

#devis select {
	background-color:inherit;
	color: #663333 ;
	font-size:10px;
}

#devis .input_calendar {
	background-image:url('../images/admin/calendar.gif');
	width:18px;
	height:18px;
	/*background-color:transparent;
	color:inherit;*/
	border:0px;
	cursor:pointer;
}

#devis .col_legende {
	vertical-align:top;
	float:left;
	width:250px;
}
#devis .col_journee {
	vertical-align:top;
	float:left;
	width:57px;
}
#devis .col_demijournee {
	float:left;
	width:74px;
	vertical-align:top;
}
#devis .col_non_reservee {
	float:left;
	width:45px;
	vertical-align:top;
}
#devis .ligne {
	vertical-align:top;
	clear:both;
	width:90%;
	padding-left:10px;
}

#devis .col_journee_entete {
	vertical-align:top;
	float: left;
	width:57px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663333;
	background-color:inherit;
	font-weight:bold;
}

#devis .col_journee_entete_ns {
	vertical-align:top;
	float: left;
	width:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663333;
	background-color:inherit;
	font-weight:bold;
}

#devis .col_journee_entete_demie {
	vertical-align:top;
	float: left;
	width:74px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663333;
	background-color:inherit;
	font-weight:bold;
}

#devis .col_salle_entete {
	vertical-align:top;
	float: left;
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663333;
	background-color:inherit;
	font-weight:bold;
	padding-bottom:10px;
	/*text-align:center;*/
}

#devis p {
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;	
	margin:0;
	border:0;
	padding-top:8px;
}

#tech_optio {
	clear:both;
	padding-top:10px;
}