/* CSS Document */

body{
	background:#000000 url(../images/fond.gif) repeat-x scroll 0 0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	margin:0 0 10px;
	position:relative;

}
body {
	margin: 0px;
}
body.popup {
	color: #666666;
	background-color: #FFFFFF;
	margin: 10px;
}

form{display:inline;}
img{border:none}

#conteneur{
	position:relative;
	width:989px;
	margin:auto;
	margin-top:10px;
	background:#CCCCCC;
	color: #666666;
}

#tabNewCli1{
float: left;
}

#tabNewCli2{
position: absolute;
left: 40%;
}

#tabUpdateCli{
clear: both;
}



/*  popup */
#popup #conteneur{ 
	position:relative;
	width:600px;
	left:50%;
	margin-left:-300px;
	background:#CCCCCC;
	color: #666666;
}

#popup #contenu{
 	margin-left:0px;
}

#popup2 #conteneur{ 
	position:relative;
	width:980px;
	background:#CCCCCC;
	color: #666666;
}

#popup2 #contenu{
 	margin-left:0px;
}

.blocAccueil{
	float:left;
	background-color:#FFFFFF; 
	border:1px #666666 dashed; 
	margin:10px; 
	padding:10px; 
	width:45%;
}
.blocAccueil h1{
	margin-top:0;
}
.blocAccueil ul {
	margin:0px auto;
}
.blocAccueil ul li{
	line-height:1.8
}
#reseau ul {
	list-style:none;
}
/*--------------------*/


#header{
	background:#FFFFFF;
	margin-bottom:10px;
	border-bottom:#333333 1px solid;
	color: #666666;
}
#conteneurMenu{
	padding:10px;	
	color:#666666;
	background:#CCCCCC;
}
#contenu{
	padding:10px;
	color:#666666;
	background:#CCCCCC;
}
div.contenuLogin{
	width:730px;
	padding:10px;
	color:#666666;
	background:#CCCCCC;
}
#contenuMaintenance{
	padding:50px;	
	color:#CC0000;
	background:#CCCCCC;
	text-align:center;
	font-size:2em;
}
div.contenuUnlogged{
	width:730px;
	padding:5px;
	background-color:#FFFFFF;
	color:#666666;
}
div.info, div.error{
	width:auto;
	min-height:40px;
	margin:15px;
	padding:10px 10px 10px 70px;
	border:dashed 1px #999999;
	font-size:1.1em;
}
div.info{
	color:#666666;
	background-image:url(../_pics/icone_info.jpg);
	background-color: #FFFFFF;
	background-position: 10px 10px ;
	background-repeat: no-repeat;
}
div.error{
	background:url(../_pics/icone_error.jpg) #FFFFFF no-repeat 10px 10px ;
	color:#CC0000;
	font-weight:bold;
}
div.error h1{
	background:none;
	margin:5px 5px 5px 0;
	padding:0px;
}
div.item{
	width:auto;
	margin:10px;
	padding:10px 0px 5px 0px;
	border-bottom:dashed 1px #999999;
}
div.item p{
	float:right;
	display:inline;
}
div.champ{
	width:auto;
	margin:10px;
	padding:10px;
	background-color: #EBE6C5;
	color: #666666;
	display:none;
}
div.infoFactures{
	border:1px #000000 solid;
	background-color: #EBE6C5;
	color: #666666;
}
div.infoFactures th{
	border-bottom:1px #555555 solid;
	text-align:left;
}
div.changerEtat{
	display:none;
	position:absolute;
	padding:5px;
	margin:5px 5px;
	background:#FFFFFF;
	width:200px;
	z-index:100;
	border:2px #333333 solid;
	color: #666666;
}
#filtre
{
	margin:8px;
	text-align:right;
}
div.clearer{
	clear:both;
}
 
/******************************************/

p,h1,h2,h3,h4,h5,h6 {margin:0}

a:link, a:visited, a:active {
	color: #666666;
	font-style:italic;
}
a:hover {
	text-decoration: underline;
}
a.champBoutonClose{
	float:right;
}
a#addFacture{
	border:1px #000000 solid;
	background:#FF6600;
	margin-right:5px;
	padding:0px 2px 0px 2px;
	text-decoration:none;
}
a#addFacture:hover{
	background:#FFFFFF;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background: #FF4E00;
	margin:30px 0 10px 0;
	padding-left:5px;	
}
h2 {
	font-size: 14px;
	margin:20px 0 5px 5px;	
}
h2.bienvenue {
	font-size: 14px;
	margin:5px 10px 5px 5px;	
	text-align:right;
}
h3{
	font-size: 16px;
	font-style:italic;
	margin:10px 0 5px 10px;
	padding-left:5px;
	background-image:url(../_pics/fleche.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
p.liste{
	margin:0 0 10px 30px;
	padding-left:5px;
	border-left:1px dashed #666666;
}
.bleu,.bleu a{color:#0033CC}

.surligne{
	background:#66CC99;
} 

/*****************************************/
/* CSS du menu horizontal, bieler batiste */
.menu{
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	z-index:2;
}
.menu ul{
	position:absolute;
	display:block;
	width:124px;
	padding:0;
}
.menu li ul{
visibility:hidden;
	margin:0;
	padding:0;
}
.menu li li ul{
	position:absolute;
	margin-left:124px;
	margin-top:-23px;
}

.menu li{
	list-style:none;
	width:124px;
	height:auto;
	display:inline;
	display/**/:block;
	float:none;
	float/**/:left;
	margin:0;
	padding:0;
}

.menu li li{
	display:block;
	float:none;
}

/* correct a little IE bug */
* html .menu li li{
display:inline;
}
.menu a, .menu a:visited, .menu a:active{
	text-align:center;
	background:url(../_pics/fond_menu.gif) no-repeat right transparent;
	border-left:1px #666 solid;
	color:#000;
	display:block;
	width:120px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:2px 0;
	margin:1px;
}
.menu li li a, .menu li li a:visited, .menu li li a:active{  
	font-weight:normal;
	background:url(../_pics/fond_menu.gif) no-repeat right transparent;
}
.menu a:hover, .menu a:hover, .menu a:hover{
	color: #9cb54a;
}

/* for a mozilla better display with key nav */
.menu a:focus{
background-color: #aaf;
}

a.linkOver{
background-color: #eee;
}

div.changerEtat a{
	display:block;
}
/*****************************************************/
th, td{
	position:relative;
	padding: 2px;
}
th{
	text-align:center;	
}
td.montant{
	text-align:right;
}
td.date2{
	text-align:center;
}

td.decal_top{
	 vertical-align: bottom;
	 height: 50px;
}
table.formulaireListe th{
	text-align:left
}
table.formulaireListe th.marginBottom,table.formulaireListe td.marginBottom{
	border-bottom:1px solid #000000;
}
table.liste{
	border:1px solid #333333;
	border-right:none;
	width:100%;
}
table.liste th{
	text-align:left;
	background:#FFFFFF;
	border-bottom:1px ridge #000000;
}

table.liste th, table.liste td{
	border-right:1px solid #333333;
}
table.liste tr:hover, 
table.liste tr:hover.rowodd .we, 
table.liste tr:hover.roweven .we{
	background:#ECE5A4;
}
.lundi{border-left:2px solid #333333}
.rowodd{background:#EEEEEE;}
.roweven{background:#DDDDDD;}
.rowodd .we{background:#ecdede}
.roweven .we{background: #dbc3c3}
table.liste tr th.sortasc{
	background:url(../_pics/b_tri_desc.gif) no-repeat right;
}
table.liste tr th.sortdesc{
	background:url(../_pics/b_tri_asc.gif) no-repeat right;
}


table.formulaire th{
	border-right:2px solid #333333
}

table.fiche1{
	border:1px solid #333333;
	border-right:none;
	width:100%;
}
table.fiche1 th.color1{
	text-align:left;
	background:#34c64f;
	border-bottom:1px ridge #000000;
}

table.fiche1 th.color2{
	text-align:left;
	background:#eb812b;
	border-bottom:1px ridge #000000;
}

table.fiche1 th.color3{
	color:#333333;
	text-align:left;
	background:#ff0000;
	border-bottom:1px ridge #000000;
}

table.fiche1 th, table.fiche1 td{
	border-right:1px solid #333333;
}



table.fiche2 td.dernLigne{
border-bottom:none;
border-left:none;
}

table.fiche2 td.right{
text-align:right;
}


table.fiche2{
	width:100%;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
}
table.fiche2 th{
	color: #FFFFFF;
	text-align:center;
	background:#333333;
}
table.fiche2 th, table.fiche2 td{
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
}

/******************************************/
input.text{
	width:200px;
	padding-left:2px;
	color:#666666;
	border:#9cb54a solid 1px;
}
input.textPetit{
	width:80px;
	padding-left:2px;
	color:#666666;
	border:#9cb54a solid 1px;
}
input.textMoyen{
	width:120px;
	padding-left:2px;
	color:#666666;
	border:#9cb54a solid 1px;
}
select{
	width:300px;
	color:#666666;
	border:#9cb54a solid 1px;
}
select.petit{
	width:50px;
}
select.moyen{
	width:150px;
}
select.petit2{
	width:60px;
}
input.submit{
	width:75px;
	color:#666666;
	text-align:center;
	border:#9cb54a solid 1px;
}
input.button{
border:1px solid #9CB54A;
color:#666666;
text-align:center;
width:20px;
}
input.submit_add, input.submit_update, input.submit_del{
	width:16px;
	height:16px;
	border:none;
	cursor:pointer;
}
input.submit_add{background:url(../_pics/b_add.jpg);}
input.submit_update{background:url(../_pics/b_edit.jpg);}
input.submit_del{background:url(../_pics/b_drop.jpg);}
textarea{
	width:350px;
	padding-left:2px;
	color:#666666;
	border:#9cb54a solid 1px;
}

textarea.textareafiche{
	width:600px;
	padding-left:1px;
	border:#9cb54a solid 1px;
}

.avertissement{
	background:#FF9933 none repeat scroll 0%;
	border:2px solid #625B48;
	font-size:16px;
	font-weight:bold;
	height:100px;
	left:50%;
	margin-left:-212px;
	padding:7px 10px 0px;
	position:absolute;
	text-align:center;
	top:345px;
	width:500px;
	z-index:105;
}

