/*

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{
	background: none;
	display: block;
	background-color: #DE1423;
	height: 20px;
	font: bold 10pt Arial;
	color: White;
	border-bottom: 0px none;
	line-height: 20px;
	padding:0px;
}
#habillage .Entete DIV{
	background: none;
	color: White;
	height: 20px;
	font: bold 10pt Arial;
	line-height: 20px;
}
#habillage .Entete DIV DIV{
	background: none;
	color: White;
	height: 20px;
	font: bold 10pt Arial;
	line-height: 20px;
}
#habillage .Entete DIV DIV DIV{
	background: none;
	color: White;
	padding-left: 15px;
	height: 20px;
	vertical-align: middle;
	padding-top: 0px;
	font: bold 10pt Arial;
	line-height: 20px;
}

/*pied de bloc*/
.Pied{background: none;}
.Pied DIV{background: none;}
.Pied DIV DIV{background: none;}

/*corps de bloc*/
div.blocCadreG{
	background: none;
	padding-left: 0px;
	background-color: White;
	border-bottom: 1px solid #DE1423;
	border-right: 1px solid #DE1423;
	border-left: 1px solid #DE1423;
}
div.blocCadreD{
	background: none;
	padding-right: 0px;
	text-align: left;
}