/**************** blocs NC, PRO, PART ****************/
.Entete, .Entete1, .Entete0{
	background-color: #F9D8B5;
	height: 21px;
	width: 100%;
	text-align: center;
	display: block;
}
.Entete DIV, .Entete1 DIV, .Entete0 DIV{
	background-image: url(../images/intciv5/enteteG.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 21px;
}
.Entete DIV DIV, .Entete1 DIV DIV, .Entete0 DIV DIV{
	background-image: url(../images/intciv5/enteteD2.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 21px;
}
.Entete DIV DIV DIV, .Entete1 DIV DIV DIV, .Entete0 DIV DIV DIV{
	text-align: left;
	font-weight: bold;
	color: #392808;
	padding-left: 10px;
	padding-top: 3px;
}
/*pied de bloc*/
.Pied, .Pied1, .Pied0{}
.Pied DIV, .Pied1 DIV, .Pied0 DIV{}
.Pied DIV DIV, .Pied1 DIV DIV, .Pied0 DIV DIV{}

/*corps de bloc*/
div.blocCadreG, div.blocCadreG1, div.blocCadreG0{margin-left: 3px; border: 2px solid #B2772B;}
div.blocCadreD, div.blocCadreD1, div.blocCadreD0{}

/**************** style de paragraphe ****************/
.Titre1{font-size: 17px;font-weight: bold;color: #666;margin: 0px 0px 15px 0px;}
.Titre2{font-size: 13px;font-weight: bold;color: #666;margin: 0px 0px 5px 0px;}

/************ style d'arbo ***************/
/*style pour l'entete du groupe de type de matériel*/
div.ArboTitreGrp{
	margin-top: 15px;
}
/*style du lien pour l'entete du groupe de type de matériel*/
A.ArboTitreGrp, A.ArboTitreGrp:hover, A.ArboTitreGrp:visited, span.ArboTitreGrp{
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: Black;
	text-decoration: none;
}

/*style pour les liens des types de matériel*/
A.Arbolink, A.Arbolink:visited {
	padding-left: 30px;
	text-decoration: none;
	background: url(../TNMMatagrinet/images/arboTNO.gif) no-repeat 5px;
}
A.ArboLink:hover {
	padding-left: 30px;
	text-decoration: underline;
	background: url(../TNMMatagrinet/images/arboTNO.gif) no-repeat 5px;
}
/**************** style de liste de fiche ***************/
.annonce0Liste0{background-color: white;}
.annonce0Liste1{background-color: #EBEBEB;}
.annonce0Liste2{background-color: #FFF1DC;cursor: pointer;}/*survol*/

/**************** 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;
}
.fondFicheMateriel{
	background-color: #ECECEC;
}
.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;
}
.offreur{
	border: thin dotted #F18505;
	background-color: #FFF1DC;
}
table.OutilsFiche td{
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}