#menu table {
	width: 85%;
	height: 192px;
	border-spacing:1px;
	font-size: 0.9em;
	margin: 30px auto 0px auto;
}
#menu table td {
	vertical-align: top;
}
#menu table td#td1 {
	width: 50%;
}
#menu table td#td2 {
	width: 45%;
}
table p {
	font-size: 1em;
	line-height:1.3em;
}
#col_left table {
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 25px;
	width: 100%;
	text-align: left;
}
#col_left table td {
	width: 40%;
	vertical-align: top;
}
#content_left #fond_gris table h2 {
	color: #fff;
	margin-left: 0;
}
#content_left table p {
	color: #fff;
}
/*tableau liste AO*/
table#appel_offre {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#fff;
	color: #000;
	width: 100%;
	margin: 10px 0 15px 0px;
}
#appel_offre thead th {
	height: 30px;
	font-size: 1em;
	background: #CAD5D9;
	text-align: left;
	text-indent: 10px;
}
#appel_offre thead th#date {
	width: 70px;
	text-align: center;
	
}
#appel_offre tbody tr td {
	height: 18px;
	padding : 4px;
	border: none;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}
#appel_offre tbody tr td.date {
	text-align: center;
	vertical-align: middle;
}
#appel_offre tbody tr.tr1 {
	background: #E8EDF0;
}
#appel_offre tbody tr.tr2 {
	background: #DBE3E7;
}
	#col_right table#appel_offre tbody tr.tr1 p.dem_ao {
		background: url(../images/dem_ao_tr1.gif) left center no-repeat;
		padding-left: 27px;
	}
	#col_right table#appel_offre tbody tr.tr2 p.dem_ao {
		background: url(../images/dem_ao_tr2.gif) left center no-repeat;
		padding-left: 27px;
	}