/* CSS Document */
body {
	font-family : Arial, sans-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	background-color:#999999;
	/*background-image:url(../images/mainbg.gif);*/
	color:#4A4A4A;
}

#conteneur {
	position:relative;
	width: 950px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header {
height:80px;
}

#header {
height:80px;
}

#page {
	position:relative;
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#pied {
	height: 40px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding-right:5px;
	background-image: url('../images/footer2.jpg');
	padding-top: 14px;
	height:30px;
}


h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 14px;
	color: #003366;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #009900;
}

h4{
	margin:0px;
	padding:0px;
	color: #990000;
}

.bloc_accueil_top{

    position:relative;
    width:950px;
	background: url('../images/bg_accueil_top.jpg') top left no-repeat;
	padding:0px;
	margin:0px;
}


a {
color:#000000;
text-decoration:underline;
}

#contenu {
	min-height:325px;
	width: 940px;
	margin:0px;
	padding:0px;
}

 
dt label {font-family: 'Arial'; color: #000000; font-size: 13px;}
.inputText, .inputMontant, .inputDate {font-family: 'Arial'; color: #000000; font-size: 13px; text-align: left;}
.bouton, .bouton_close{font-family: 'Arial'; font-size: 13px; color: #000000; font-style: normal; font-weight: normal; text-decoration: none; cursor: pointer;}

.form-onglet-errors{
	list-style: none;
    margin: 0;
    padding: 0;
}

UL.form-onglet-errors > LI{
	color: #FFFFFF;
	background-color: #000000;
	text-align:left;
	font-weight: bold;
}

UL.form-onglet-errors UL LI .form-errors{
	background-color: #FFFFFF;
}

.form-errors{
	background-color: #FFFFFF;
	color: #000000;
	text-align:left;
}
.form-errors li b{
	text-decoration:underline;
}
.form-errors li b ul .errors{
	text-decoration:none;
}

.errors {
    color: red;
	font-weight: normal;
	font-style: italic;
	text-align:left;
}
ul.errors li b{
	text-decoration:none;
}

#ariane{
	margin-top:10px; 
	border-top:1px solid #3c5c8d; 
	border-bottom:1px solid #3c5c8d; 
	padding:2px 0 2px 0;
}
.ariane{
	font-family:'Arial'; 
	color:#000099; 
	font-size:12px;
}

#titlePage {
	font-family:'Arial'; 
	color:#000000; 
	font-size:16px;
	font-weight:bold ;
	text-align:left ;
	padding-bottom:0px;
	margin-left:20px;
}

#titleForm{
	font-family:'Calibri';
	color:#0000FF; 
	font-size:15px;
	font-weight:bold ;
	margin:0 0 0 60px;
	padding:0px;
	text-align: left;
}


.asterix {
	color:red; 
	font-size: 12px;
}
.asterix_vert {
	color:#3b5c8d; 
	font-size: 12px;
}
.status{
	font-family: 'Arial'; 
	color: #ff0000; 
	font-size: 13px;
	font-weight:bold ;
	margin-left:250px;
}
.required
{
	/*background-image:url(../images/required-field.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:10px;*/
}

*[disabled] {
	background:#808080;
	color:#CCCCCC;
	font-style: italic;
	cursor:default;
}


h2.busy
{
	border:none;
	background-image:url(../images/ajax-loader.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:50px;
}

/**Formulaire de saisie **/
form {
	margin:0;
	padding:0 0 5px 0;
	background: #fff;
	color: midnightblue;
}
fieldset {
	margin: 0;
	padding: 0;
}

/* Premier formulaire */
form.formSimple {
	width: 500px;
	padding:0px;
	/*border: solid 1px midnightblue;*/
}

form.formSimple p {
	margin: 6px 0;
}
form.formSimple p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}
form.formSimple p.titleForm{
  	font-family:'Calibri';
	color:#0000FF; 
	font-size:15px;
	font-weight:bold ;
	padding:0px;
	text-align: left;
	width:600px ;
}

form.formSimple p.operation{
  	text-align: center;
  	font-weight: bold;
  	text-decoration:underline;
  	color:#000000 ;
  	font-size:13px;
  	font-family: Arial;
}

form.formSimple p.double b label {
	font-weight: bold;
}

form.formSimple p.double label {
	float: left;
	width: 40%;
	text-align: right;
	font-weight: normal;
	cursor: pointer;
}

formSimple p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form.formSimple p.double span.custom
{
	margin-left: 12px;
	float: left;
	width: auto;
}
form.formSimple p.double input,
form.formSimple p.double select,
form.formSimple p.double textarea {
	margin-left: 12px;
	float: left;
	width: 50%;
	border: solid 1px #7f9db9;
	padding: 2px 0px;
}
form.formSimple p.double select{
	padding:1px;
}

form.formSimple p.simple {
	margin-left: 100px;
}



form.formSimple p.simple input.bouton,
form.formSimple p.simple button.bouton{
	margin: 2px 10px;
	text-align:center;
	height:25px;
	font-family:'Arial'; 
	font-size: 13px; 
	color:#000000; 
	font-weight:normal; 
	padding:0 10px 0 10px;
}

form.formSimple p.double input.inputDate{
	width: 40%;
}
form.formSimple p.double label span.info{
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}

form.formDouble {
	width: 800px;
	padding: 0px;
}

form.formSimple h3,
form.formDouble h3 {
	margin: 0 0 1em 0;
	padding: 5px;
	text-align: left;
	font-family:'Calibri'; 
	color:#006699; 
	font-size:12px;
}

form.formDouble p.blabla {
	margin: 1em 0px 1.5em 5px;
	font-size: .9em;
	color: #448;
	text-align: left;
}
form.formDouble fieldset {
	margin: 0;
	padding: 0;
	border: none ;
}
form.formDouble fieldset legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}	

form.formDouble p {
	margin: 1em 0;
	margin: 0;
	padding: 5px 0 0 0;
}
form.formDouble p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form.formDouble p.double label {
	float: left;
	width: 40%;
	text-align: right;
	font-weight: normal;
	cursor: pointer;
}
form.formDouble p.double label span.info{
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form.formDouble p.double span.custom
{
	margin-left: 12px;
	float: left;
	width: auto;
}
form.formDouble p.double input,
form.formDouble p.double select,
form.formDouble p.double textarea {
	margin-left: 12px;
	float: left;
	width: 50%;
	border: solid 1px #7f9db9;
	padding: 2px 0px;
}

form.formDouble p.double input.inputDate{
	width: 40%;
}

form.formDouble p.double span.bouton input{
	margin-left: 162px;
	width: auto;
	padding: 2px 0px;
	border:none ;
	border:1px solid #000 ;
}

form.formDouble p.double span.bouton label {
	margin-left: 2px;
	width: 50%;
	text-align: left;
	font-weight: normal;
	color: midnightblue;
}

form.formDouble p.simple {
	margin-left: 100px;
}

form.formDouble table td.gauche {
  width: 50% ;
  vertical-align:top ;
}

form.formDouble table td.droite {
  width: 50%;
}

form.formDouble div.row {
  clear: both;
  padding-top: 0px;
  padding-bottom:5px;
}

form.formDouble div.row div.gauche {
  float: left;
  width: 50%;
}

form.formDouble div.row div.droite {
  float: right;
  width: 50%;
}

img.ui-datepicker-trigger{
	float:left;
	vertical-align:middle ;
	cursor:pointer ;
}

form.formDouble p.submit{
	margin-left:0px;
	margin-top:5px;
	text-align:center ;
}
.bouton{
	padding:0 10px 0 10px;
	margin:0 5px ;
	width:auto;
	overflow:visible;
	text-align:center;
	height:25px;
	font-family:'Arial'; 
	font-size: 13px; 
	color:#000000; 
	font-weight:normal; 
}

form input[readonly], 
form select[disabled]{
	background-color :#ebebe4 ;
	color:#000000 ;
}


form.formCls {
	width: 800px;
	padding: 0px;
}

form.formCls p {
	margin: 1em 0;
	margin: 0;
	padding: 5px 0 0 0;
}
form.formCls p.double {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form.formCls p.double label {
	float: left;
	width: 30%;
	text-align: right;
	font-weight: normal;
	cursor: pointer;
}
form.formCls p.double label span.info{
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form.formCls p.double span.custom
{
	margin-left: 12px;
	float: left;
	width: auto;
}
form.formCls p.double input,
form.formCls p.double select,
form.formCls p.double textarea {
	margin-left: 12px;
	float: left;
	width: 30%;
	border: solid 1px #7f9db9;
	padding: 2px 0px;
}



form.formCls p.double input.inputDate{
	width: 30%;
}

form.formCls p.double span.bouton input{
	margin-left: 162px;
	width: auto;
	padding: 2px 0px;
	border:none ;
	border:1px solid #000 ;
}

form.formCls p.double span.bouton label {
	margin-left: 2px;
	width: 50%;
	text-align: left;
	font-weight: normal;
	color: midnightblue;
}

form.formCls p.simple {
	margin-left: 100px;
}

form.formCls p.submit {margin-top:5px; margin-bottom:5px;margin-left:10px;font-size: 1.2em;}
img.ui-datepicker-trigger{
	float:left;
	vertical-align:middle ;
	cursor:pointer ;
}
form.formCls p.submit{
	text-align:right ;
	margin-right:100px;
}

form.formCls p.submit {margin-top:5px; margin-bottom:5px;margin-left:10px;font-size: 1.2em;}
img.ui-datepicker-trigger{
	float:left;
	vertical-align:middle ;
	cursor:pointer ;
}
form.formCls p.submit{
	text-align:right ;
	margin-right:100px;
}

form input[readonly], 
form select[disabled]{
	background-color :#ebebe4 ;
	color:#000000 ;
}




form.formCls p.cls input,
form.formCls p.cls select,
form.formCls p.cls textarea {
	margin-left: 12px;
	float: left;
	width: 59%;
	border: solid 1px #7f9db9;
	padding: 2px 0px;
}



form.formCls p.cls {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form.formCls p.cls label {
	float: left;
	width: 30%;
	text-align: right;
	font-weight: normal;
	cursor: pointer;
}
form.formCls p.cls label span.info{
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form.formCls p.cls span.custom
{
	margin-left: 12px;
	float: left;
	width: auto;
}

form.formCls p.operation{
  	text-align: center;
  	font-weight: bold;
  	text-decoration:underline;
  	color:#000000 ;
  	font-size:13px;
  	font-family: Arial;
}

form.formCls div.status{
	color: #ff0000;
	text-align:left;
  	font-weight: bold;

	}
	
form.formCls p.double1 {
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}

form.formCls p.double1 label {
	float: left;
	width: 30%;
	text-align: right;
	font-weight: normal;
	cursor: pointer;
}
form.formCls p.double1 label span.info{
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form.formCls p.double1 span.custom
{
	margin-left: 12px;
	float: left;
	width: auto;
}
form.formCls p.double1 input,
form.formCls p.double1 select,
form.formCls p.double1 textarea {
	margin-left: 12px;
	float: left;
	width: 30%;
	border: solid 1px #7f9db9;
	padding: 2px 0px;
}



form.formCls p.double1 input.inputDate{
	width: 30%;
}

form.formCls p.double1 span.bouton input{
	margin-left: 162px;
	width: auto;
	padding: 2px 0px;
	border:none ;
	border:1px solid #000 ;
}

form.formCls p.double1 span.bouton label {
	margin-left: 2px;
	width: 50%;
	text-align: left;
	font-weight: normal;
	color: midnightblue;
}
