/* CSS Document */

/*body {font-family: Verdana, Geneva, sans-serif;}*/

.enregistrement tr th {
  font-weight:bold;
  font-size:14px;
  color:#ffffff;
}

.enregistrement tr td {background:#ffffff;}

.enregistrement {border:1px solid #617584;
  font-size:12;
  color:#666666;
  background:#617584;
  border-top-left-radius:15px;
}

.enregistrement .gras {font-weight:bold;}

.enregistrement .souligne {
  font-weight:bold;
  text-decoration:underline;
}

input.bouton {
  background:url(/images/boutique/bouton.gif);
  border:0;
  width:84px;
  height:26px;
  cursor:pointer;
  margin:10px 0;
  color:#555555;
  font-weight:bold;
}
 

.enregistrement .plus {
  font-weight:bold;
  color:#617584;
  font-size:14px;
}

.enregistrement a.new  {
  text-decoration:none;
  color:#666666;
}

table.dossier, table.dossier_selected {
  background:url("/images/boutique/dossier_or.png") no-repeat scroll 5px 4px;  
  width:100%;
  height:28px;
  padding-left:35px;
  margin:2px 0 0 0px;
  font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
  font-size:12px;
  border-bottom:1px solid #ffffff; 
  border-top:1px solid #ffffff;   
}
 
table.dossier {background-color:#EEEEEE;cursor: pointer;}

.dossier_selected {background-color:#c9d7e2;}
 
.listDos {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
  width:688px;
  text-align:center;
  margin:2px 0 0 0px;
  border-left:#CCC 1px solid;
}
table.listDos td{
    border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;	
}
td#docName {
  text-align:left;
  padding-left:10px;
  height:50px;
	width:373px;
}
td#date_enregistrement{
	width:127px;
}
td#action_doc{
width:188px;
}
td.dosName {
  font-weight:bold;
  color:#617584;
}

td.dosName a {
  font-weight:bold;
  color:#E78F08;
  text-decoration:none;
}

td.button {
  border-left:2px solid #ffffff;
  background-color:none;
  text-align:center;
  margin:0px 20px 0px 0px;
  padding:0px;

}  

td.button a {
    color: #E78F08;
    font-size: 12px;
    text-decoration: underline;
}
td#creeDossier a, td#modifieDossier a, td#supprimeDossier a{
	display:block;
	float:left;
	margin-right:20px;
}

#creer,#dossier_dialog{
	background:none;
	margin:20px 0px 20px 0px;
	float:right;
	}

.pair, .impair, .listDos th {border:1px solid #ffffff;} 
 
.listDos th {
  background-color:#617584;
  color:#ffffff;
}
  
.impair {background-color:#ffffff;}

.pair {background-color:#f5f5f5;}
  
.pair a, .impair a {
  text-decoration:none;
  color:#000000;
}

.aMail {text-align:left;}

.hoverItem{
	background-color:#E8E8E8; 
}

.selectedItem {background-color:#c9d7e2;}

.dossier_selected td.dosName a{
	color:#617584;	
}
.gras{
	font-weight:bold;	
}
tr.impair td{ 
	padding-left:10px;
	text-align:left;
}
tr.pair td{
	padding-left:10px;
	text-align:left;
}

div.noAlerte{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
