@charset "UTF-8";
/* CSS Document */


/***********************************************************
 * style pour les tableaux
***********************************************************/

.listingTableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}
.listingTableau table {
	border: #CCC solid 1px; /* cyan */
	padding:3px; /* top right bottom left */
	margin:0 0 0 0; /* top right bottom left */
	width:645px;
}
.listingTableauRapport table {
	border: #CCC solid 0px; /* cyan */
	width:633px;
	padding:0 0 0 0; /* top right bottom left */
	margin:0 0 0 0; /* top right bottom left */
}
.listingTableauRapport table tr td {
	background-color: #E7E7E7;
}
.listingTableau tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.listingTableau tr td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.listingTableau tr td span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	text-decoration: none;
}
.listingTableau tr td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.listingTableau tr td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	text-decoration: none;
}
.listingTableau tr td strong a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.listingTableau tr td strong a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C00;
	text-decoration: none;
}
.listingTableau tr th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	font-size: 11px;
	font-weight:normal;
	color: #999;
	text-align:center;
	text-decoration: none;	/*background-color: #0099FF;*/
}
.listingTableau tr th a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.listingTableau tr th a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

/***********************************************************
 * style pour les tableaux ADM
***********************************************************/
.listingTableauAdm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #F99;
	width:660px;
}
.listingTableauAdm tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	border-bottom:#CCC solid 1px;
}
.listingTableauAdm tr td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #600;
	text-decoration: none;
}
.listingTableauAdm tr td span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:10px;
	color: #666;
	text-decoration: none;
}
.listingTableauAdm tr td a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.listingTableauAdm tr td a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	text-decoration: none;
}
.listingTableauAdm tr td strong a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F99;
	text-decoration: none;
}
.listingTableauAdm tr td strong a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.listingTableauAdm tr th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666;
	font-size: 11px;
	color: #999;
	padding:5px;
	text-align:center;
	text-decoration: none;	/*background-color: #0099FF;*/
}
.listingTableauAdm tr td strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;	/*background-color: #0099FF;*/
}
.listingTableauAdm tr th a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
.listingTableauAdm tr th a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
/* --------------- SOUS TABLEAU (RAPPORTS) ---------------------- */
.listingTableauAdm tr td table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border:#CCC solid 1px;
	width:656px;
}
.listingTableauAdm tr td table tr td {
	background-color:#CCC;
	color: #333;
	border:#CCC solid 0px;
}
.listingTableauAdm tr td table tr th {
	background-color:#CCC;
	color: #333;
	text-align:center;
	border:#CCC solid 0px;
}
/* --------------- LISTING ---------------------- */
.listing
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#900;
}
.listing a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#600;
}
.listing a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F99;
}
.listingReference
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#600;
	width:70px;
	text-align:center;
}
.listingAct
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#600;
	width:50px;
	font-weight:bold;
	text-align:center;
}
.listingDesignation a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	padding-left:20px;
}
.listingPrix
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#600;
	width:50px;
	text-align:center;
}
.listing td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: #FCC solid 1px;
	padding:0px;
}
.listing th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:40px;
	background-color: #F99;
	color:#C66;
	text-align:center;
	padding:0px;
}
.lestitres td{
   color:#000;
   height:25px;
   font-size:16px;
   font-weight:bold;
}
 
