#list_DOCS .liste
{
    background-color: #575556;	
    color: white;
}
	
.text_left{
	text-align: left;
}

#list_EDT ul
{
    list-style: none;
}
#list_EDT li
{
    vertical-align:top; 
    padding: 5px 0 5px 0 ;
}
#recap.a 
{
	color: #008576;
    text-decoration: none
}
a
{
    color: #008576;
    text-decoration: none
}
a:hover
{
    color: red;
}
.clear { 
    clear : both;
} 

.colLeft {
    float: left;
    width: 50%;
}

.colRight {
	float: right;
	width: 50%;
}

.cssform p{
    clear: left;
    margin: 0;
    padding: 5px 0 8px 0;
    padding-left: 155px; /*width of left column containing the label elements*/
    /*border-top: 1px dashed gray;*/
    height: 1%;
}

.actif_label {
	margin-left: 155px; /*width of left column*/
}
///////////////////////////////////////////// 

.cssforma{
	border: 1px solid black; 
    text-align : left;
}
.cssforma .obligatoire {
    color: red;
}
.cssforma p {
	line-height: 18px;
	height: 12px;
}
.cssforma label{
    /*font-weight: bold;*/
    float: left;
    text-align : right;
    padding-right: 10px;
    margin-left: -300px;
    width: 600px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssforma input { 
    text-align : left;
}


///////////////////////////////////////////// 
///////////////////////////////////////////// 

.cssform .obligatoire {
	color: red;
}

.cssform label{
    /*font-weight: bold;*/
    color: #999999;
    float: left;
    text-align : right;
    margin-left: -155px; /*width of left column*/
    width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
    width: 400px;
}

.cssform input[type="password"] { /*width of text boxes. IE6 does not understand this attribute*/
    width: 400px;
}

.cssform input.indic[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
    width: 50px;
}

.cssform textarea{
    width: 600px;
    height: 500px;
}

///////////////////////////////////////////// 

.cssformAuth  input  { /*width of text boxes. IE6 does not understand this attribute*/
    width: 200px;
}

///////////////////////////////////////////// 

/* table */
#users  {
    margin: 0px;
    padding: 0px;
}

#users table {
    width: 976px;

}

#users td.head {
    background-color: rgb(170, 170, 170);

}
#users tr {
	/*background-color:teal;*/
}
#users td {
	/*background-color:rgb(211, 211, 211);*/
    padding: 5px;
    margin: 1px;
    border: solid gray 1px;

}

div#loader.loading {
  background: url('../img/container/ajax-loader3.gif') no-repeat center center;
  display: none;
  width: 16px;
  height: 16px;
}

/* css pour la tooltip normal */
#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
        font-size: 12px;
        width: 450px;
}


