/* 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,clean,sans-serif;
	font-size:13px;
	color: #646464;
	margin-top: 0;
	margin-left: 0;
	background: White;
}
.Style8 {
	color: #00AAA6;
	font-weight: bold;
	font-size:13px;
}
#titreAnnonce{
	color:#014483;
	font-size:18px;
}

#titreOffre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#014483;
	font-size:18px;
	margin: 0px;
	/*padding-left:40px;*/
	vertical-align:middle;
}
.tableauOffre{
  clear:both;
  width: 100%;
	padding:50px 20px 20px 20px;
	font-size:13px;
}
.gch {
	color:#000000;
	width: 175px;
	font-size:13px;
}
td{
	text-align:justify;
	font-size:13px;
}


/* Tableau affichage liste offres */
.TDEntete{
	text-align:center;
	background:#E7E4EB;
  border-right: 1px solid #00688B;
  border-bottom: 1px solid #00688B;
	font-weight:bold;
	font-size:13px;
}
.TD1st{
  border-right: 1px solid #00688B;
  border-bottom: 1px solid #00688B;
	padding-left:2px;
	background:#CFDAFF;
	text-align: center;
	font-size:13px;
}
.TD1st_details{
  border-right: 1px solid #00688B;
  border-bottom: 1px solid #00688B;
	padding-left:2px;
	background:#CFDAFF;
	text-align: center;
	font-size:13px;
}
.TD2nd{
  border-right: 1px solid #00688B;
  border-bottom: 1px solid #00688B;
	padding-left:2px;
	text-align: center;
	font-size:13px;
}
.TD2nd_details{
  border-right: 1px solid #00688B;
  border-bottom: 1px solid #00688B;
	padding-left:2px;
	text-align: left;
	font-size:13px;
}
.even td{
  background:#FFFFFF;
  font-size:13px;
}
.odd td{
  background:#E7E4EB;
  font-size:13px;
}
.candidature_spontantee{
  background : #6CAE34 url(../img/arobase.gif) no-repeat 1px 1px;
  padding: 0 6px 0 71px;
  height: 40px;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  width: 120px;
  cursor: pointer;
}
.tableau{
  border-left: 1px solid #00688B;
  border-top: 1px solid #00688B;
  width: 100%;
  font-size:13px;
}
#recherche_annonce table td{
  width: 32%;
  text-align: center;
  padding-left:1%;
  font-size:13px;
}
#recherche_annonce table{
  padding-right:1%;
  width:99%;
  font-size:13px;
}
.logo{
  float:right;
  width:155px;
  text-align:center;
  color: #014483;
  font-size: 8px;
}
a.print{
  cursor: pointer;
  font-size:13px;
}
