/*

feuille utilisée dans la page visualisation
cette feuille est personnelle à un groupe
elle permet d'habiller la page visualisation

il faut redéfinir toutes les propriétés des styles qui ont été initialisés
*/
td{
	color:#000000;
}
.bouton{
	border: 1px solid Gray;
	background-color: #EBEBEB;
	height: 20px;
	font-size: 12px;
	color:#000000;
}
.CritSpe0{
	background-color: #FCFCFC;
	border-bottom: 1px solid Gray;
}
.CritSpe1{
	background-color: #F6F6F6;
	border-bottom: 1px solid Gray;
}

#habillage .Entete{
	display: block;
	height: 30px;
	text-align: left;
	font: bold 11px;
	background: url(enteteFond.gif) repeat-x;
	color: #337a28;
	line-height: 30px;
	padding:0px;
}
#habillage .Entete DIV{
	background: url(enteteG.gif) no-repeat left;
	height: 30px;
	line-height:30px;
}
#habillage .Entete DIV DIV{
background: url(enteteD.gif) no-repeat right;
	height: 30px;
	line-height:30px;
}
#habillage .Entete DIV DIV DIV{
	text-align:center;
	background: none;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	height: 15px;
	line-height:30px;
}
DIV.enteteMateriel{
	display: block;
	height: 15px;
	text-align: left;
	padding-left: 10px;
	font: bold 11px;
	background: #4C983A;
	color: white;
}

/*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;
	border-bottom: 1px solid #949494;
	border-right: 1px solid #949494;
	border-left: 1px solid #949494;
}
div.blocCadreD{
	background: #ececec;
	padding-right: 0px;
}

div.blocCadreD form{
	background: white;
}
.offreur{
	border: thin solid #4C983A;
	background-color:#FFFFFF;
}
.fondFicheMateriel{
	background: white;
}
.champ{
	background: #FFFFFF url(champ.gif) repeat-x bottom;
}

.prix, .contactVendeur {
background-color:White;
border:3px solid #4C983A;
color:Black;
font-weight:bold;
padding:3px;
text-align:center;
}
