/* ---------- Styles specific to forms xhtml ----------- */

/*  ---------Formulaires------------- */

.par1descrwarn {
	font-size: 0.8em;
	color: #df9c38;
	text-align: left;
	}

table.Form {
	border-top: 1px dotted #202020;
	/*background-color : #b7b7b7;*/
	width: 100%;
}

td.FormTitle {/*!!!!*/
	font-Weight : bold; 
	font-Size : 14px;
	color : #ffffff;
	text-decoration : none;
	text-align : center;
	padding : 2px;
    border-top : 1px dotted #202020;
    border-bottom: 1px dotted #202020;
	}

td.FormInfo {/*!!!!*/
	font-Weight : bold; 
	font-Size : 11px;
	color : #202020;
	text-decoration : none;
	text-align : left;
	padding : 2px;
	}

select.Select {/*!!!!*/
	font-weight : normal; 
	font-size : 11px;
	color : #202020;
	text-decoration : none;
	text-align : left;
	border: 1px solid #a6a6a6;
	}
td.ChampTitle {
	font-Weight : bold; 
	font-Size : 11px;
	color : #202020;
	text-decoration : none;
	text-align : right;
	padding : 2px 10px 2px 10px;
	vertical-align : top;
	/*background-color : rgb(224,216,182);*/
	}
td.ChampDescr {
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 11px;
	color : #202020;
	text-decoration : none;
	text-align : left;
	padding : 2px 0px 2px 5px;
	vertical-align : top;
	}
input.Input,textarea.Input {
	font-Weight : normal; 
	font-Size : 11px;
	color : #202020;
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 0px solid #ffffff;
	}
input.Submit {
	font-Weight : bold; 
	font-Size : 11px;
	color : #202020;
	background-color : rgb(224,224,224);
	text-decoration : none;
	text-align : center;
	padding : 2px 5px 2px 5px;
	border : 1px solid #202020;
	cursor: pointer;
	}
span.Obligatoire {
	font-Weight : bold; 
	font-Size : 12px;
	color : #df9c38;
	text-decoration : none;
	text-align : right;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 0px;	
	padding-left : 5px;
	}
td.Warning {
	font-Weight : bold; 
	font-Size : 11px;
	color : #df9c38;
	text-decoration : none;
	text-align : justify;
	padding : 5px 5px 5px 25px;
	}
td.MsgError {
	font-Weight : bold; 
	font-Size : 12px;
	color : #df9c38;
	background-color : #3b3b3b;
	text-decoration : none;
	text-align : left;
	padding : 6px;
	border : 2px solid #df9c38;
	}
td.MsgDisplay {
	font-Weight : bold; 
	font-Size : 12px;
	color : #202020;
	text-decoration : none;
	text-align : left;
	padding : 5px;
	border : 2px solid #202020;
	}
