/* SOCIETE: KOLTECH */
/* AUTEUR: Aurélien Marchand */
/* DATE DE CREATION: 17/03/06 */
/*  Tous droits réservés 
// *****************************************************************
// CSS Edition d'offres Demo
// *****************************************************************
*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	margin-top: 0;
	margin-left: 0;
	background: White;
}

#titreAnnonce{
	font-weight: bold;
	font-size: 15px;
	color: gray;
	font-family: Verdana;
	text-align: left;
} 

.titreOffre{
	font-weight: normal;
	font-size: 18px;
	color: #ff8c00;
	font-family: Verdana, Sans-Serif;
	font-variant: small-caps;
}

.tableauOffre{
	padding:50px 20px 20px 20px;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	text-align: left;
}

.gch {
	color:#000000;
		font-family: Verdana;
		font-size:11px;
		color:black;
		margin-top: 0;
		margin-left: 0;
	background: White;
}

td{
	text-align:left;
		font-family: Verdana;
		font-size:11px;
		color:black;
		margin-top: 0;
		margin-left: 0;
	background: White;

}

.tableau {
	background-color: white;
	width: 690px;
}

.tableau td {
	padding-right: 2px;
	
}

/* Tableau affichage liste offres */
.TabOfferHead {
	font-weight: bold;
	font-size: 12px;
	color: gray;
	font-family: Verdana, Sans-Serif;
	background-color: #ffffff;
}

.TabOfferLineOut {
	font-weight: bold;
	font-size: 11px;
	color: gray;
	font-family: Verdana, Sans-Serif;
	background-color: #dddddd;
}

.TabOfferLineOut a {
	color:gray;
	text-decoration:none;
}

.TabOfferLineOut a:hover {
	color:gray;
	text-decoration:underline;
}

.TabOfferLineOver a {
	color:white;
	text-decoration:none;
}

.TabOfferLineOver a:hover {
	color:white;
	text-decoration:underline;
}

.TabOfferLineOver {
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	color: white;
	font-family: Verdana, Sans-Serif;
	background-color: #ff8c00;
}


#titreListeAnnonce {
	font-weight: bold;
	font-size: 15px;
	cursor: hand;
	color: white;
	font-family: Verdana, Sans-Serif;
	background-color: #ff8c00;
}