/* CSS Document */
/*<![CDATA[*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	/* top - right -bottom - left */
	padding: 10px 0px 0px 0px;
	background-color: #ffffff;
	overflow: -moz-scrollbars-vertical;
}

h1{
font-size: 130%;
font-weight: bold;
}
h2{
font-size: 110%;
font-weight: bold;
text-decoration: none;
}
p {
/* top - right -bottom - left */
margin: 0px 0px 10px 0px;
}
td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
}

input  {
color: #000000;
font-size: 100%;
font-weight: normal;
background:#EBEBEB;
padding: 1px 3px 1px 3px;
margin: 0px 5px 0px 5px;
width: 150px;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
input:hover {
/*cursor : pointer;*/
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
input.button  {
cursor : pointer;
color : #ffffff;
font-weight: bold;
font-size : 100%;
width: 160px;
text-align: center;
text-decoration: none;
/* TOP - RIGHT - BOTTOM - LEFT*/
padding : 1px 3px 1px 3px;
margin: 0px;
border-top : 1px solid #f1a8a8;
border-right : 1px solid #580f0f;
border-bottom : 1px solid #580f0f;
border-left : 1px solid #f1a8a8;
background:#0000CC;
background : url(../img/bg_but.gif) repeat-x;
}
input.button:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
/*buttonValidAnnule*/
input.buttonValidAnnule  {
cursor : pointer;
color : #ffffff;
font-weight: bold;
font-size : 100%;
width: 105px;
text-align: center;
text-decoration: none;
/* TOP - RIGHT - BOTTOM - LEFT*/
padding : 1px 3px 1px 3px;
margin: 0px;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
background:#B0B0B0;
}
input.buttonValidAnnule:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
/*buttonValidAnnuleAutoWidth*/
input.buttonValidAnnuleAutoWidth  {
cursor : pointer;
color : #ffffff;
font-weight: bold;
font-size : 100%;
width: auto;
text-align: center;
text-decoration: none;
/* TOP - RIGHT - BOTTOM - LEFT*/
padding : 1px 3px 1px 3px;
margin: 0px;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
background:#B0B0B0;
}
input.buttonValidAnnuleAutoWidth:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
input.textSaisi {
cursor:text;
margin: 0px 5px 0px 5px;
border: 1px solid #000000;
background:#F9F9F9;
color: #000000;
font-size: 100%;
font-weight: normal;
width:200px;
}
input.textSaisi:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
}
input.text {
cursor:text;
margin: 0px 5px 0px 5px;
border: 1px solid #000000;
background: #ffffff;
color: #000000;
font-size: 100%;
font-weight: normal;
}

input.textSaisiSearch {
cursor:text;
margin: 0px 5px 0px 5px;
border: 1px solid #000000;
background:#F9F9F9;
color: #000000;
font-size: 100%;
font-weight: normal;
width:400px;
}
input.textSaisiSearch:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
}

input.radio {
border: 1px solid #000000;
background: #ffffff;
color: #000000;
font-size: 100%;
font-weight: normal;
}
input.checkbox {
border: 1px solid #000000;
background: #ffffff;
color: #000000;
width:auto;
}
input.checkboxMargin {
border: 1px solid #000000;
background: #ffffff;
color: #000000;
width:auto;
margin-left:100px;
}
select {
margin: 0px 5px 0px 5px;
border: 1px solid #000000;
color: #000000;
font-size: 100%;
width:210px;
font-weight: normal;
background-color:#F9F9F9;
}
select:hover {
/*color: #ffffff;*/
color:#000000;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
}
select.selectSearchAllEntrep {
margin: 0px 5px 0px 5px;
border: 1px solid #000000;
color: #000000;
font-size: 100%;
width:250px;
font-weight: normal;
background-color:#F9F9F9;
}
select.selectSearchAllEntrep:hover {
color:#000000;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
}

select.selectSearchPub {
margin: 0px 5px 0px 5px;
border: 1px solid #000000;
color: #000000;
font-size: 100%;
width:250px;
font-weight: normal;
background-color:#F9F9F9;
}
select.selectSearchPub:hover {
color:#000000;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
}

textarea {
margin: 0px 5px 0px 5px;
border: 1px solid #000000;
background-color:#F9F9F9;
width:210px;
}
textarea:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
}
#header {
height: 90px;
border-bottom: 1px dotted #cccccc;
/*background-color: #99CCCC;*/
padding: 0px;
margin: 0px;
}
#conteneur {
position: absolute;
width: 996px;
left: 50%;
margin-left: -498px;
}
#centre {
margin-left: 250px;
}

#centre_home {
margin-left: 100px;
}

#gauche {
float:left;
width: 240px;
background-color: #ffffff;
}
#droite {
float:right;
width: 165px;
background-color: #ffffff;
}
#pied {
clear:both;
height: 30px;
text-align: center;
font-size: 100%;
padding-top: 10px;
padding-bottom: 0px;
/*background-color: #99CC99; */
border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
}
#pied a {
color:#1E90FF;  /* #990000; */
font-size: 100%;
text-decoration: none;
}
#pied a:hover {
	background-color: #F9F9F9;
	border: 1px dotted #FFFF66;	
text-decoration: none;
}
#haut {
height: 30px;
padding-top: 10px;
margin: 0px;
background-color: #f2f2f2;
border-bottom: 1px dotted #cccccc;
}
#haut ul,li {
padding-top: 0px;
margin: 0px;
width: auto;
}
#menuhaut {
margin: 0px;
/* TOP - RIGHT - BOTTOM - LEFT*/
padding : 0px 0px 0px 10px;
}
#menuhaut li {
display: inline;
padding: 0px;
margin: 0px;
}
#menuhaut a {
margin: 0px;
color: #990000;
text-decoration: underline;
}
#menuhaut a:hover {
color: #000000;
text-decoration: none;
}
#menugauche {
margin: 0px; 
padding: 0px;
}
#menugauche li {
margin-left: 5px;
margin-bottom: 5px;
margin-right: 3px; 
/*list-style-image: url(../img/puce_close.gif);  A VOIR*/
list-style-position: inside; 
list-style-type: none
}
#menugauche a {
margin: 0px 2px 0px 0px;
color: #000000;
text-decoration: underline;
}
#menugauche a:hover {
text-decoration: none;
}
#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
margin: 0px 2px;
color: #000000;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}
#login{
border: 1px dotted #cccccc;
}
.login_class{
	color:#000000;
	padding: 5px; 
	border:1px dotted #D3D3D3;
}
.login_title {
text-align: left;
padding-left: 5px;
background-color: #f2f2f2;
border-bottom: 1px dotted #cccccc;
}

#h_login{
float: right;
padding : 0px 0px 0px 0px;
}
#h_login a {
cursor : pointer;
color : #ffffff;
font-weight: bold;
font-size : 100%;
width: auto;
text-align: center;
text-decoration: none;
/* TOP - RIGHT - BOTTOM - LEFT*/
padding : 1px 3px 1px 3px;
margin: 0px;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
background:#B0B0B0;
}
#h_login a:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}

/* ---------------------------------------------- */


#infoUser {
float:right;
width: auto;
margin: 0px 2px;
color: #FF0000;
text-decoration: underline;
}
#infoUser ul {
color: #006400;
text-decoration: underline;
font-weight: bold;
font-size : 100%;
padding: 0px 20px 0px 0px;
}
#infoUser li {
padding: 0px;
}

#h_nbelement {
font-size: 80%;
font-weight: bold;
}
.class_h_nbelement {
font-size: 80%;
font-weight: bold;
}

/* Style des collection */
.coll_style {
	width: 100%;
	background: #ffffff;
	list-style-type: none;
	/* TOP - RIGHT - BOTTOM - LEFT*/
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	float: left;
	border: 1px dotted #cccccc;	
}
.coll_style:hover {
	background-color: #F9F9F9;
	border: 1px dotted #FFFF66;
}
.coll_style a:hover {
color: #a4102f;
text-decoration: underline;
}
.coll_style h1 a:hover {
color: #000000;
text-decoration: none;
}
/* FIN survolage des collection par la souris*/


.coll_title {
padding: 0px 5px 5px 5px;
}

.coll_style h1 {
background: #f2f2f2;
font-size: 110%;
font-weight: bold;
text-decoration: none;
/* TOP - RIGHT - BOTTOM - LEFT*/
padding: 5px 5px 5px 5px;
margin: 5px 0px 5px 0px;
width: 100%;
}
.coll_style h1 a {
color: #000000;
text-decoration: none;
}
.coll_style li {
padding : 3px 0px 3px 5px;
margin: 0px 3px 3px 0px;
/*list-style-image: url(../img/puce_close2.gif); A VOIR*/
list-style-position: inside; 
list-style-type: none
}
.coll_stylehover li {
padding : 3px 0px 3px 5px;
margin: 0px 3px 3px 0px;
/*list-style-image: url(../img/puce_close2.gif); A VOIR*/
list-style-position: inside; 
list-style-type: none
}
.coll_style a {
margin: 0px;
color: #000000;
text-decoration: none;
padding: 0px;
}
.coll_stylehover a {
margin: 0px;
color: #000000;
text-decoration: none;
padding: 0px;
}
.coll_style input {margin-top: 5px;}
.coll_stylehover input {margin-top: 5px;}

/* FIN Style des collection */



#h_see_more {font-style : italic;}
#h_see_less {font-style : italic;}

#bloc_icones{float: right; padding: 0px 5px 0px 5px;}

.class_bloc_icones{float: right; padding: 0px;}

#h_search {
text-align: center;
color: #000000;
background-color: #D3D3D3;
margin: 7px 0px 5px 0px;
padding: 2px 5px 2px 5px;
}
#h_search input {padding: 0px 5px 0px 5px; margin: 3px 0px 2px 0px;}
#h_search select {padding: 0px 5px 0px 5px; margin: 3px 0px 2px 0px;}


#h_searchViewPub {
text-align: left;
color: #000000;
background-color: #D3D3D3;
margin: 7px 0px 5px 0px;
padding: 2px 5px 2px 5px;
}
#h_searchAllEntrep {
text-align: left;
color: #000000;
background-color: #D3D3D3;
margin: 7px 0px 5px 0px;
padding: 2px 5px 2px 5px;
}
/*#h_searchAllEntrep input {padding: 0px 5px 0px 5px; margin: 3px 0px 2px 0px;}*/
/*#h_search select {padding: 0px 5px 0px 5px; margin: 3px 0px 2px 0px;}*/

#h_searchAllAnnonce {
text-align: left;
color: #000000;
background-color: #D3D3D3;
margin: 7px 0px 5px 0px;
padding: 2px 5px 2px 5px;
}


#but_func input {
color: #ffffff;
font-size: 100%;
font-weight: bold;
background: url(../img/bg_but.gif) repeat-x;
margin: 0;
padding: 1px 3px 1px 3px;
width: 150px;
border-style: solid;
border-width: 1px;
border-color: #f1a8a8 #580f0f #580f0f #f1a8a8
}
#but_func input:hover {
	cursor : pointer;
} 

#userlist {float: left; width: 100%; height: auto;}
#userlist:hover {background: #ffffff;}
#userlist span {padding-right: 5px;}
#userlist p {padding: 2px 0px 2px 0px; margin: 0px;}
#userlist_img {float: left; padding: 5px; width: 50px; height: 50px;}
#userlist_adress {float: left; padding: 5px; width: auto; height: auto;}
#userlist_but {float: right; padding: 5px; width: auto; height: auto; font-size: 80%;}

/* affichage image a la ligne */
#ligne_img {float: both; padding: 5px; width: 50px; height: 50px;}

/*Affichage Pub de gauche*/
#publist_img {float: left;
	 padding: 5px;
	 width: 50px;
	 height: 50px;
   }


#userlist_but input {
color: #000000;
font-size: 100%;
font-weight: normal;
background:#B0B0B0;
margin: 0;
padding: 1px 3px 1px 3px;
width: 150px;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
#userlist_stat {float: right; padding: 5px; margin: auto; width: 100px; height: auto; font-size: 110%; font-variant: small-caps;}

/*Liste des entreprises*/
#entrepList {float: left; width: 100%; height: auto;}
#entrepList:hover {background: #ffffff;}
#entrepList span {padding-right: 5px;}
#entrepList p {padding: 2px 0px 2px 0px; margin: 0px;}
#entrepList_adress {float: left; padding: 5px; width: auto; height: auto;}
#entrepList_but {float: right; padding: 5px; width: auto; height: auto; font-size: 80%;}

#entrepList_but input {
color: #000000;
font-size: 100%;
font-weight: normal;
margin: 0;
padding: 1px 3px 1px 3px;
width: 150px;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}





#element_info {width: 100%; }
#element_info td {padding: 5px; border-bottom: 1px dotted #D3D3D3;}

.user_name {text-transform: uppercase;}
.user_date {font-size: 80%; font-style: italic}

#USER_SUPPRIMER {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #FF0000;
}

#USER_INACTIF {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #808080;
text-decoration:none ;
text-align: center;
background-color: #D3D3D3;
}

#USER_NON_CONFIRME {
margin: 2px 0px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #FF9900;
}

#USER_ACTIF {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #006400;
}

/*Statut des publicite*/
#PUB_STATUS_ACTIVE {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #006400;
}
#PUB_STATUS_SUPPRIME {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #FF0000;
}

#PUB_STATUS_NON_CONFIRME {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #808080;
text-decoration:none ;
text-align: center;
background-color: #D3D3D3;
}

#PUB_STATUS_DESACTIVE {
margin: 2px 0px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #FF9900;
}

#MEDIA_TYPE_UNDEF {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #FF0000;
}


/*Statut des publicite*/
#ANNONCE_STATUS_ACTIVE {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #006400;
}
#ANNONCE_STATUS_SUPPRIME {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #FF0000;
}

#ANNONCE_STATUS_NON_CONFIRME {
margin: 2px 5px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #808080;
text-decoration:none ;
text-align: center;
background-color: #D3D3D3;
}

#ANNONCE_STATUS_DESACTIVE {
margin: 2px 0px 0px 0px;
padding: 0px 2px 0px 2px;
width: 100px;
height: 10px;
color: #ffffff;
text-decoration:none ;
text-align: center;
background-color: #FF9900;
}


/*identique au infos de l'owner*/
.OWNER_DIFF {
color: #FF0000;
text-decoration: underline;
}

/*identique au infos de l'owner*/
.OWNER_EGAL {
color: #000000;
text-decoration: underline;
}

/*identique au infos de l'owner*/
.MESSAGE_RECU {
color: #000000;
font-weight: bold;
}


/* Pour les types de repertoire message */
.MESSAGE_INBOX {
	background-color: #FFFFFF;
}


/* Pour les types de repertoire message */
.MESSAGE_BOX_ENVOYE {
	background-color: #00FFFF;
}

/* Pour les types de repertoire message */
.MESSAGE_BOX_SUPPRIME {
	background-color: #FF00FF;
}

/* Pour les types de repertoire message */
.MESSAGE_BOX_BROUILLON {
	background-color: #FFFF00;
}


/* Pour differencier les projets manager adjoint*/
.MANAGER {
	font-weight: bold;
	color: #000000;
}

/* Pour differencier les projets manager adjoint*/
.ALTMANAGER {
	font-style: italic;
	color: #FF0000;
}

#tasklist {border-top: 1px dotted #D3D3D3; padding: 5px 0px 5px 0px; margin-top: 7px; width: 100%; background: #f9f9f9;}
#tasklist:hover {background: #ffffff;}

.h_dossiermessage {padding: 5px 0px 5px 0px;}

#task_status_normal{
background-color: #008000;
}
#task_status_late{
background-color: #FF9900;
}
#task_status_urgent{
background-color: #FF0000;
}
#task_status_delayed{
background-color: #D3D3D3;
}

.linodisplay {
display: none;
}


.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute;
	}

.closediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute;
	}

div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
}	


/* Css pour le selecteur de date */
.ds_box {
background-color: #FFF;
border: 1px solid #000;
position: absolute;
z-index: 32767;
}

.ds_tbl {
background-color: #FFF;
}

.ds_head {
background-color: #333;
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
text-align: center;
letter-spacing: 2px;
}

.ds_subhead {
background-color: #CCC;
color: #000;
font-size: 12px;
font-weight: bold;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
width: 32px;
}

.ds_cell {
background-color: #EEE;
color: #000;
font-size: 13px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
padding: 5px;
cursor: pointer;
}

.ds_cell:hover {
background-color: #F3F3F3; 
}


/*
Indicateur de progression
*/
#notification {
	position: fixed;
	bottom: 0;
	padding: 0;
	height: 20px;
	margin: 0;
	width: 100%;
	background-color: #FFFF99;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

.h_taginfomsg {
	background-color: #A9A9A9;
	font-size:1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000000;
}

.h_tagerrormsg {
background-color: #FF0000;
}

.h_tagerrormsg_login {
	color:#FF0000;
	font-weight:normal;
	font-size:0.8em;
	background-color:#CCCCCC;
}


/* Pagination */
/* identique au infos de l'owner */
.resultPageCour {
	color: #000000;
	font-weight: bold;
	font-size:1.3em;
	background-color:#CCCCCC;
}
.Pagination_num	{
cursor:pointer;
}
/*FIN Pagination*/

/* Gestion page becomme a partner*/
#become_apartner {
float: left; 
padding: 5px; 
width: auto; 
height: auto;
}

/* Gestion page becomme a partner*/
#become_apartner_describ {
float: left; 
padding: 5px; 
width: auto; 
height: auto;
}

#become_apartner_link {
clear: both; 
padding: 5px; 
width: auto; 
height: auto;
font-weight: bold;
font-size:0.8em;
background-color:#F8F8F8;
}

span.txtIciOwnerAdmin {
	margin: 0 2px;
	color:#0000FF;
	font-weight: bold;
	font-size:1.3em;
	/*text-decoration: underline;*/
	text-decoration:blink;
	background-color:#FFFFCC;
}
span.txtIci {
	margin: 0 2px;
	color:#0000FF;
	font-weight: bold;
	font-size:.80em;
	text-decoration: underline;
	background-color:#FFFFCC;
}
span.txtPromoOwnerAdmin {
	margin: 0 2px;
	color:#0000FF;
	font-weight: bold;
	font-size:0.80em;
	/*text-decoration: underline;*/
	/*text-decoration:blink;*/
	background-color:#FFFFCC;
}
/*Banners and logo: bouton parcourir*/
#Filedata {float: left; padding: 5px; width: auto; height: auto;}
#button_upload {
background-color:#CCCCCC;
/*margin: 0;*/
padding: 2px;
/*margin: 0px 5px 0px 5px;*/
width: 100px;
/*border-style: solid;*/
/*border-width: 1px;*/
height: auto;
}

span.txtEntrepPresent {
	margin: 0 2px;
	color:#0000FF;
	/*font-weight: bold;*/
	font-weight:normal;
	font-size:1.3em;
	/*background-color:#FFFFCC;*/
}

#entrepList_present {
						clear: both;
						padding: 5px;
						width: 500px;
						height: auto;
						border-bottom-style:solid;
						border:#CCCCCC;
						border-width:10px;
						background-color:#FFFFCC;
						/*overflow: -moz-scrollbars-horizontal;*/
						overflow:hidden;

					}

#entrep_adresse {
						clear: both;
						padding: 5px;
						width: auto;
						height: auto;
						border-bottom-style:solid;
						border:#CCCCCC;
						border-width:10px;
						background-color:#FFFFFF;
						overflow:hidden;

					}

#entrep_coordonne {
						clear: both;
						padding: 5px;
						width: 500px;
						height: auto;
						border-bottom-style:solid;
						border:#CCCCCC;
						border-width:10px;
						background-color:#FFFFFF;
						overflow:hidden;

					}
#entrep_view_info {float: left; padding: 5px; width: 100%;; height: auto;}
					

/*Text saisi (Label des input) */				
.txtSaisi {
	margin: 0 2px;
	color:#0000FF;
	font-weight:normal;
	/*font-size:1.3em;*/
	font-size:11px;
	width: 210px;
	background-color:#FFFFFF;
}

/*Liste des modification pouvant etre effectuees sur un user*/
.userlist_but_action {clear:both; padding: 5px; width: auto; height: auto; font-size: 80%;}


input.userlist_but_action {
color: #000000;
font-size: 100%;
font-weight: normal;
background:#B0B0B0;
margin: 0;
padding: 1px 3px 1px 3px;
width: 150px;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
input.userlist_but_action:hover {
color: #ffffff;
background:#BFBFBF;
border-style: solid;
border-width: 1px;
border-color: #E0E0E0 #000000 #000000 #E0E0E0;
}
					
/*]]>*/

