/* CSS Document */
/* Styles par défaut  */
td        			{ font-family: Arial; font-size: 10pt;}
a 					{ color: #03108D}

/* Styles Visualisation */

.tabTitre1    { background-color: #C6C3C6; color: #000000; font-family: Arial; font-size: 10pt; font-weight: bold;  }
.tabTitre2    { background-color: #C6C3C6; color: #000000; font-family: Arial; font-size: 10pt; font-weight: bold;  }
.tabCrit      { background-color: #CBD1D9; color: #000000; font-family: Arial; font-size: 10pt; font-weight: bold }
.tabVal      { background-color: #CBD1D9; color: #000000; font-family: Arial; font-size: 10pt; font-weight: bold }
.fond_pageint {
	background-image: url(v_franc/images/fd.gif);
}
.txt					{
	font-family: Arial;
	font-size: 7pt;
	color: #CBD1D9;
}
a.hp:link 			{font-family: Arial; font-size: 7pt; color: #CBD1D9;}
a.hp:visited		{font-family: Arial; font-size: 7pt; color: #CBD1D9;}

.erreur{
	color: red;
}
.inactif{
	color: gray;
}

/*blocs*/
.Entete{
	font-weight: bold;
	display: block;
	text-align: left;
	height: 28px;
	border-bottom: 1px solid White;
	font-size: 18px;
}
.Entete DIV{}
.Entete DIV DIV{}
.Entete DIV DIV DIV{}

/*pied de bloc*/
.Pied{}
.Pied DIV{}
.Pied DIV DIV{}
/*corps de bloc*/
div.blocCadreG{}
div.blocCadreD{}

/*style de visualisation de fiche*/
.CritSpe0{
	background-color: #FCFCFC;
	border-bottom: 1px solid Gray;
}
.CritSpe1{
	background-color: #F6F6F6;
	border-bottom: 1px solid Gray;
}

.CritSpe{
	width: 100%;
}

TABLE.CritSpe TD{
	padding: 3px 0px 3px 3px;
}
DIV.enteteMateriel{
	text-align: center;
	padding: 3px 3px 3px 3px;
	background-color: gray;
	color: White;
	font-weight: bolder;
	display: block;
}
.prix, .contactVendeur{
	border: thin solid #FF4500;
	padding: 3px 3px 3px 3px;
	background-color: White;
	color: Black;
	font-weight: bold;
	text-align: center;
}
.prix{
	width: 100px;
}
.contactVendeur{
	width: 200px;
	cursor: pointer;
}
.fondFicheMateriel{
	background-color: #ECECEC;
}
.offreur{
	border: thin dotted Gray;
	background-color: #ECECEC;
}
.annonceListe2{
	background-color: #f8f9f9;
}
.annonceListe1{
	background-color: #e4e5e5;
}
.annonceListe0{
	background-color: #eeefef;
}
table.OutilsFiche td{
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-right: 1px solid #7B7B7B;
}
