.fd_td_gauche {
	background-image: url(../../commun/template/ligne-menu.gif);
	vertical-align: top;
}
.fd_td_droit {
	background-color: #f2f2f2;
	vertical-align: top;
}
.normal { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt
}
.txtCSC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7F7F7F;
	font-style: italic;
	line-height: 18px;
	text-align: center;
	white-space: normal;
	border: 1px solid #7F7F7F;
	height: auto;
	width: auto;
	padding: 10px;
}
.txtLegal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #7F7F7F;
	font-style: normal;
	line-height: normal;
	text-align: left;
	white-space: normal;
	border: 1px none #7F7F7F;
	height: auto;
	width: auto;
	vertical-align: bottom;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.grascalculateur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}
.construct { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF3300;
	font-weight: bold
}
.petit_texte {  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal
}
.fondRouge {
	background-color: #FFFFFF;
}
.nomColonne {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #D7D7D7;
}

td.nomColonne {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: left;
}

.txtColonne {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
	vertical-align: top;
	text-align: left;
}
.chiffreColonne {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #000000;
	vertical-align: top;
	text-align: center;
}
.boutonRouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-image: url(../../commun/media/bt/bt_rouge_pixel.png);
	background-repeat: repeat-x;
	height: auto;
}

/* styles pour les infos bulles*/
 
* {
   font-size: 11px; /* on définit les propriétés de texte pour toutes les balises */
   font-family: Tahoma, Verdana, Arial, serif;
}
a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
	display: none;
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
	display: inline; /* on affiche l'infobulle */
	position: absolute;
	white-space: normal; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	top: 10px; /* on positionne notre infobulle */
	left: 10px;
	background: white;
	color: #C8113D;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C40E36;
	border-right-color: #C40E36;
	border-bottom-color: #C40E36;
	border-left-color: #C40E36;
	height: auto;
	width: 300px;
}
/* fin des styles pour les infos bulles*/
