/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


body{
	padding:0;
	margin:0;
	background-color:#E7E7E7;
}

div#annonces{
	width:300px;
	background-image:url(../images/box_offre.gif);
}

div#haut_annonce{
	height:20px;
	width:300px;
	background-image:url(images/haut_box_offre.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div#bas_annonce{
	height:9px;
	width:300px;
	background-image:url(../images/bas_box_offre.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.justifier{
	text-align:justify;
}

.onze{
	font-size:11px;
}

.douze{
	font-size:12px;
}

.treize{
	font-size:13px;
}


.quatorze{
	font-size:14px;
}

.gris{
	background-color:#D5D5D5;
}

.vert{
	color:#8da620;
}

.gris_fonce{
	color:#4e4e4e;
}

.bold{
	font-weight:bold;
}
.rouge{
	background-image:url(../images/line_rouge.jpg);
}

.border_rouge{
	border:1px solid #c01118;
}

.rougec{
	color:#c01118;
}

.blanc{
	color:#fff;
}

.traitrouge{
	padding:0;
	margin:0;
	background-image:url(../images/line_actu.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.fondProd{
	padding:0;
	margin:0;
	background-image:url(../images/background_produit.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:13px;
	/*font-weight:bold;*/
}

.puceGrise{
	padding:2px 5px 2px 25px;
	display: block;
  	vertical-align: top;
	background-image:url(images/puce_pdf.gif);
	background-position:0% 45%;
	background-repeat:no-repeat;
	color:#959595;
}

.lirouge{
	padding:2px 5px 2px 25px;
	display: block;
  	vertical-align: top;
	background-image:url(images/puce_pdf.gif);
	background-position:0% 45%;
	background-repeat:no-repeat;
	color:#959595;
}

.inputc{
	height:17px;
	font-size:11px;
}

.inputc2{
	height:11px;
	font-size:11px;
}

.ecartpetit{
	padding:0px 0 5px 0;
}