/**************** blocs NC, PRO, PART ****************/
.Entete, .Entete1, .Entete0{	
	background: url(images/EnteteTNOF.gif) repeat-x top;
	display: block;
	height: 30px;
}
.Entete DIV, .Entete1 DIV, .Entete0 DIV{
	background: url(images/EnteteTNOF.gif) no-repeat left top;
	height: 30px;
}
.Entete DIV DIV, .Entete1 DIV DIV, .Entete0 DIV DIV{
	background: url(images/EnteteTNOD.jpg) no-repeat right top;
	height: 30px;
}
.Entete DIV DIV DIV, .Entete1 DIV DIV DIV, .Entete0 DIV DIV DIV{
	padding-left: 5px;
	padding-top: 10px;
	height: 20px;
	color: White;
	font-weight: bold;
}

/*pied de bloc*/
.Pied, .Pied1, .Pied0{
	background: url(images/PiedTNOF.gif) repeat-x top;
	height: 10px;}
.Pied DIV, .Pied1 DIV, .Pied0 DIV{
	background: url(images/PiedTNOD2.jpg) no-repeat right top;;
	height: 10px;}
.Pied DIV DIV, .Pied1 DIV DIV, .Pied0 DIV DIV{
	background: url(images/PiedTNOG.gif) no-repeat left top;;
	height: 10px;}

/*corps de bloc*/
div.blocCadreG, div.blocCadreG1, div.blocCadreG0{
	border-left: 1px solid #114d79;
	/*border-right: 1px solid #114d79;*/
	background: url(images/bordTNOD.gif) repeat-y right;
}
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 {
	color: #3A8AAF;
	padding-left: 25px;
	text-decoration: none;
	background: url(/TNMMatagrinet/images/arboTNO.gif) no-repeat 5px;
	font-weight: normal;
}
A.ArboLink:hover {
	text-decoration: underline;
	font-weight: normal;
}
/**************** style de liste de fiche ***************/
.annonce0Liste0{background-color: #fcfbf7;}
.annonce0Liste1{background-color: #f4efdd;}
.annonce0Liste2{background-color: #e8f0f5;cursor: pointer;}/*survol*/
/*liens*/
.annonce0Liste0 a:link, .annonce0Liste1 a:link, .annonceListe2 a:link {font-weight: normal;}

/**************** 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 #114d79;
	background-color: #ECECEC;
}
table.OutilsFiche td{
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
