/*

feuille utilisée dans la page visualisation
cette feuille est personnel à un groupe
elle permet d'habiller la page visualisation

il faut redifinir toutes les propriété des styles qui ont été initialisé
*/
td{
	color:#000000;
}
.CritSpe0{
	background-color: #FCFCFC;
	border-bottom: 1px solid Gray;
}
.CritSpe1{
	background-color: #F6F6F6;
	border-bottom: 1px solid Gray;
}
.fondFicheMateriel{
	background-color: #ECECEC;
}
DIV.enteteMateriel{
	text-align: center;
	padding: 3px 3px 3px 3px;
	background-color: Gray;
	color: White;
	font-weight: bolder;
	display: block;
}
.bouton{
	border: 1px solid Gray;
	background-color: #EBEBEB;
	height: 20px;
	font-size: 12px;
	color:#000000;
}
.offreur{
	border: thin dotted Gray;
	background-color:white;
}

#habillage .Entete{
	display: block;
	height: 30px;
	text-align: center;
	font: bold 10pt Arial; /*background: #FFFFFF url(onglet3.gif) repeat-y left;*/
	color: #924706;
	background: url(enteteFond.gif) repeat-x;
	line-height: 20px;
	padding:0px;
}
#habillage .Entete DIV{
	background: url(enteteG.gif) no-repeat left;
	height: 30px;
	padding:0px;
}
#habillage .Entete DIV DIV{
	background: url(enteteD.gif) no-repeat right;
	height: 30px;
	padding:0px;
}
#habillage .Entete DIV DIV DIV{
	background: none;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	height: 30px;
}

/*pied de bloc*/
.Pied{
	background: none;
	display: block;
	height: 0px;
}
.Pied DIV{
	background: none;
}
.Pied DIV DIV{
	background: none;
}
/*corps de bloc*/
div.blocCadreG{
	background: none;
	padding-left: 0px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #989866;
	border-right: 1px solid #989866;
	border-left: 1px solid #989866;
}
div.blocCadreD{
	background: none;
	padding-right: 0px;
}