body {
background: #FFFFEB url('') no-repeat center top;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*Le cadre image sommaire*/
a.info img {
width: 150px;
height: 150px;
border-size:2px;
border-color:#000;
}
/*les tableaux*/
table,td,tr,body {
    font-family: Verdana;
    font-size:11px;
    color:black;
    border-style:simple;
    border-color:#000000;
    }
a.titre:link,a.titre:visited    {
    font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold ;
    text-decoration: none;
    color:#000;
    font-size : 13px;
    padding:5px;
}
/*Menu de pied de page avec survol de la souris*/
a.titre:hover {
    font-family: Verdana;
    color:#000;
	background-color: none;
    text-decoration:underline;
    padding:5px;
}
a.categorie:link,a.categorie:visited    {
    font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold ;
    text-decoration: none;
    color:#000;
    font-size : 10px;
    padding:5px;
}
/*Menu de pied de page avec survol de la souris*/
a.categorie:hover {
    font-family: Verdana;
    color:#000;
	background-color: #88d338;
    text-decoration:none;
    padding:5px;
}
a.depoannonce:link,a.depoannonce:visited    {
    font-family: Verdana;
	text-transform: uppercase;
	font-weight: bold ;
    text-decoration: none;
    color:#88d338;
    font-size : 20px;
    padding:0px;
}
/*Menu de pied de page avec survol de la souris*/
a.depoannonce:hover {
    font-family: Verdana;
    color:none;
	background-color:none;
    text-decoration:none;
    padding:0px;
}
.cadretitre{
	background: #88d338;
	margin:500px auto 0px auto;
	padding:5px ;
	width:900px;
}
.cadreannonces{
	color:#555;
	font-size: 10px ;
	background: none;
	margin:500px auto 0px auto;
	padding:5px ;
	width:900px;
}
.cadremoteur{
	background:#5A5244;
}