/* CSS Document */

/*-- Style pour tableau liste des offres --*/

div.offres_result 
{
	background:url(images/dgradtableauoffres.jpg) left 27px no-repeat;
	min-height:290px;
	width:550px; overflow:hidden;
}

table.tbl_result 
{/*-- table --*/
	width:560px;
}

table.tbl_result td 
{/* cellule courante */
	padding:5px 3px;
	background:transparent;
}


table.tbl_result thead td 
{/* entete */
	padding:0px 0px;
	font-weight:bold; 
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}

#main_offres 
{/* div global pour lzone offres*/
	clear:both;
	width:600px;
	font-size:11px;
	/*background-color:#000000;*/
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
}

#main_offres a, #main_offres a:link,#main_offres a:visited
{/* style des liens */
	color:#FFFFFF;
	text-decoration:none;
}

#main_offres select, input
{
font-size:10px;color:#999999;padding:0px 0px 0px 5px;background-color:#000000;border:solid 1px #666666
}

#uneoffre {
	width:543px;
	margin:0px auto;
	background:url(images/dgradtableauoffres.jpg) left 45px no-repeat;
	padding:10px 10px ;
}

#uneoffrehaut {
	width:543px;
	margin:0px 0;
	background:url(images/dgradtableauoffres.jpg) left 62px no-repeat;
	padding:10px 10px ;
}

#uneoffre td,#uneoffrehaut td {background:transparent} {background:transparent}


.uneoffre_entete
{/* entetet d'une fiche offre */
	font-size:125%;
	background:url(images/ongletlarge.jpg) left top no-repeat;
	height:27px;
	font-weight:bold;
	margin-left:-6px;
	margin-bottom:5px;
/*	color:#ffff00;*/
	padding:8px 25px 0px 10px;
}
.uneoffre_entetehaut {
	overflow:hidden;	
	background:url(images/ongletlargedouble.jpg) left top no-repeat;
	height:30px;
	font-size:125%;
	font-weight:bold;
	margin-left:-6px;
	margin-bottom:5px;
/*	color:#ffff00;*/
	padding:15px 15px;
 }

.uneoffre_entetehaut td {font-weight:bold;padding:0px 0px;color:#999999 }
 


.uneoffre_titrerubrique
{/* titre des rubriques structurant la fiche offre */
	font-weight:bold;
	color:#FFFFFF
}

.uneoffre_separrubrique
{/* ligne de séparation des rubriques offres */
	border-bottom:dotted 1px #999999;
	margin-bottom:5px;
	width:540px;
}

.offres_titreliste 
{/* titre général de la liste des résultats*/
color:#FFFFff;

}

