/**
 * 
 * @version $Revision $
 * @cvs $id $
 */

div#titre{
	top: 0px;
	left: 0px;
	width:793px;
	height: 22px;
	z-index: 1;
}

div.cadre{
	position : relative;
	/*height: 300px;*/
	border: 1px outset white;
	margin: 15px;
	margin-left: 0px;
	background-color: #91A0B3;
}

div.bandeOrangeHaut{
	height: 10px;
	width: 450px;
	border: 0px solid #DADCE3;
	margin: 0px;
	background-color: #ff8a2b;
}

div.bandeOrangeBas{
	position: absolute;
	height: 10px;
	width: 450px;
	right: 0px;
	bottom: 0px;
	border: 0px solid white;
	margin: 0px;
	background-color: #ff8a2b;
}

div#moteurRechercheOffre{
	background-color: #205380;
	border: 1px white outset;
	margin-top: 10px; margin-bottom: 10px;
	padding-top: 10px; padding-bottom: 10px;
	text-align: center;
	width: 100%
}

div#moteurRechercheOffre label {
	position: relative;
	top: 2px;
}

div#moteurRechercheOffre select {
	width: 130px;
	margin-right: 10px;
}

table.offres{
	border-collapse: collapse;
	border: 1px white outset;
	margin-top: 10px; margin-bottom: 10px;
	width: 100%
}

table.offres th{
	border: 1px white solid;
	background-color: #ff8a2b;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

table.offres td{
	border: 1px white solid;
	background-color: #D2D7DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	text-indent: 10px;
	color: #233960;
	font-weight: bold;
}

tr.mod td{
	background-color: #EEC59D;
}

tr.reponse td{
	background-color: #CDCDCD;
	font-weight: normal;
	color: #737373;
}


/*---------------------------------------------------------------------------------------*/

ul#menu2{
	margin: 0px;
	margin-top: 15px;
	padding : 0px;
	padding-left : 10px;
}

ul#menu2 li{
	list-style-type: none;
}

