div.demandeExpertise table{
	width:100%;
}

div.demandeExpertise table td{
	padding-bottom:2px; padding-left:2px;
	text-align:left;
}

div.demandeExpertise table td.label{
	text-align:right;
	margin-right:2px;
}

div.demandeExpertise table.demande td.label{
	width:35%;
}

div.demandeExpertise table td.validate{
	text-align:center;
}

div.demandeExpertise div.requiredFields{
	margin-top:5px;
	text-align:center;
	font-style:italic;
}


div.demandeExpertise table#informations td{
	width:140px;
}

div.demandeExpertise {
	margin-left: 0px; margin-right: 4px; margin-bottom: 30px;
	padding: 15px; 
	background-color: #205380;
	color: #ffffff;
}

h3.titreForm{
	color:#FF8A2B; font-weight:bold; font-size: 13px;
	margin-left: 5px; margin-right: 0px; margin-top:0px; margin-bottom: 5px; margin-left: 0px;
	padding-left: 25px;
	height: 23px;
	background-image: none;
	border-bottom: 2px solid #FF8A2B;
}

div.titreSpan{
	color: rgb(136, 186, 255);
	font-weight:bold;
	margin-bottom:5px;
}

input.buttonLong{
	width:120px;
}

div.demandeExpertise p, div.demandeExpertise ul{
	margin-top: 5px; margin-bottom: 5px; margin-left: 5px;
	padding-top: 0px;
	text-indent: 0px;
}

div.demandeExpertise ul{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 30px;
	list-style-image: url(../images/design/listDiscFondBleu.gif);
}

p.infoFile{
	font-weight:bold;
	margin-left:25px;
}

td.bordBlanc{
	border:1px solid white;
	padding: 2px 2px;
}

span.grasBlanc{
	font-weight:bold;
}

div.validate{
	margin-top:10px;
	text-align:center;
}

/* For the popup */
	/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
	position: relative;
	background: #e4e2e2;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 180px;
	line-height: 1.2em;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 1px;
	margin-bottom: 0px;
	padding: 2px;
	background-color: #7887AD;
	color: #fff;
	height: 16px;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close :hover {
	text-decoration: underline;
}

div.dp-popup a {
	color: #fff;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}

/*------------------------------------------------------------------------------*/
table.jCalendar {
	border: 0px solid #808080;
	background: #808080;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 1px;
	margin-top: 0px;
}

table.jCalendar th {
	background: #CAD4F7;
	color: #292929;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #e4e2e2;
	color: #000;
	padding: 3px 5px;
	text-align: center;
	width: 17px;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}

table.jCalendar td.today {
	background: #666;
	color: #fff;
}

table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}

table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}

table.jCalendar td:hover,table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}

table.jCalendar td.disabled,table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a,div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled,div.dp-popup div.dp-nav-next a.disabled
	{
	cursor: default;
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
	color: #fff;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td {
	cursor: pointer;
}

div.dp-popup td.disabled {
	cursor: default;
}
a#dp-close{
	color: #292929;
	font-weight: bold;
}


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