.erreur{
	color: red;
}
.inactif{
	color: #b0a488;
}
.corps{
	width: 95%;
	border: 0px none;
	margin-top:15px;
}
DIV.Toolbar A, DIV.Toolbar A:hover, DIV.Toolbar A:visited{
	/*COLOR: #ffffff;*/
	TEXT-DECORATION: none;
	font-variant: small-caps;
	font-weight: bold;
}
/*style de paragraphe*/
.Titre1{
	color: black;
	font: bold 13px;
}
.Titre2{
	color: yellow;
	font: italic bold 12px;
}

/**************** element specifique formulaire ****************/
.champ{
	border: 1px solid black;
	background-color: #ede1d2;
	color: #5e401b;
}
.bouton{
	border: 1px solid black;
	background-color: #595d68;
	font-weight: bold;
	color: #e1d6bc;
}
FORM{
	border: 0px none;
	margin: 0;
	padding: 0;
}
/**************** style de liste de fiche ***************/
.annonceListe0, .annonce0Liste0{background-color: #7d6b54;}
.annonceListe1, .annonce0Liste1{background-color: #958064;}
.annonceListe2, .annonce0Liste2{
	background-color: #b88543;
	cursor: pointer;
}
.annonce0Liste0 .annonce0Tri{background-color: #695a46;}
.annonce0Liste1 .annonce0Tri{background-color: #816e56;}
.annonce0Liste2 .annonce0Tri{background-color: #a4763b;}

.annonceListe0 td, .annonce0Liste0 td, .annonceListe1 td, .annonce0Liste1 td, .annonceListe2 td, .annonce0Liste2 td{border-bottom:1px solid black; color:#FFFFFF;}
.annonceListe0 a, .annonce0Liste0 a, .annonceListe1 a, .annonce0Liste1 a, .annonceListe2 a, .annonce0Liste2 a{color:#FFFFFF;}
#EnteteListe{background-color: #595d68;}
#EnteteListe a, #EnteteListe a:hover{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#EnteteListe td{border-bottom:1px solid black;}
/**************** style de visualisation de fiche ***************/
.CritSpe0{
	background-color: #7d6b54;
	border-bottom: 1px solid black;
}
.CritSpe1{
	background-color: #958064;
	border-bottom: 1px solid black;
}
.CritSpe{
	width: 100%;
}
TABLE.CritSpe TD{
	padding: 3px 0px 3px 3px;
}
DIV.enteteMateriel{
	text-align: center;
	padding: 3px 3px 3px 3px;
	background-color: #595d68;
	color: White;
	font-weight: bolder;
	display: block;
}
.fondFicheMateriel{
	background-color: #6b4e2a;
}
.prix, .contactVendeur{
	border: thin solid Yellow;
	padding: 3px 3px 3px 3px;
	color: Yellow;
	font-weight: bold;
	text-align: center;
}
.prix{
	width: 100px;
}
.contactVendeur{
	width: 200px;
	cursor: pointer;
}
.offreur{
	border: thin dotted #000000;
	background-color:#6b4e2a;
}
table.OutilsFiche td{
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
}
/**************** blocs ****************/
.Entete, .Entete1{
	/*background-color: #CC0000;*/
	height: 30px;
	background: url(/images/interne/actuImfond.gif) repeat-x;
}
.Entete DIV, .Entete1 DIV{
	background: url(/images/interne/actuImG.gif) no-repeat left;
	height: 30px;
}
.Entete DIV DIV, .Entete1 DIV DIV{
	background: url(/images/interne/actuImD.gif) no-repeat right;
	height: 30px;
}
.Entete DIV DIV DIV, .Entete1 DIV DIV DIV{
	padding-left: 25px;
	height: 30px;
	color: yellow;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
}

/*pied de bloc*/
.Pied, .Pied1{
	display: block;
	height: 10px;
	background-color: #958167;
}
.Pied DIV, .Pied1 DIV{
	background: url(/images/interne/piedG.gif) no-repeat left bottom;
}
.Pied DIV DIV, .Pied1 DIV DIV{
	background: url(/images/interne/piedD.gif) no-repeat right bottom;
}
/*corps de bloc*/
div.blocCadreG, div.blocCadreG1{
	background-color: #958167;
	/*background-color:#D8CAA8;*/
}
div.blocCadreD, div.blocCadreD1{
	text-align: center;
}
/**************** style de vignette annonce ****************/
.blocAnnonce{
	width: 100%;
}
.annonce0{
	border: 1px solid #392613;
	background-color:#D8CAA8;
	cursor: pointer;
}
.annonce0 td, .annonce1 td{color: #392613;}
.annonce1{
	border: 1px solid #392613;
	background-color: #b88543;
	cursor: pointer;
}
.cadreImage{
	border: 1px solid #392613;
	cursor: pointer;
}
.annonceLiseretV{
	/*border-right: 1px solid #CCCCCC;*/
}
.annonceLiseretH{
	border-bottom: 1px solid #CCCCCC;
}
a.footer, a:hover.footer{
	color: White;
	text-decoration: underline;
}