body {
	background-color: #F2F2F4;
}
body,td,th {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Liens hypertextes */
	a {
		color:#7F461B;
		text-decoration:none;
	}
	a:hover{
		color:#cc0000;
	}


#cadre_site{
	width:900px;
	text-align:center;
	margin : auto;
}

#Site{
	background-color:#FFFFFF;
}
#banniere{
	background-color:#7F461B;
	text-align:center;
}

#ContenuSite{
	text-align:left;
	padding:10px;
}


.alerte{
	border:1px solid #cc0000;
	color:#cc0000;
	padding:5px;
	margin:5px;
	background-color:#efefef;
	text-align:center;
	font-weight:bold;
}

/* */

.btnNext{
	display:block;
	background-color:#7F461B;
	color:#ffffff;
	padding:3px;
	text-align:center;
	font-weight:bold;
}



.btnNext a{
color:#ffffff;
}




#menu{
	margin: 0;
	padding: 0;
}

#menu{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	font-weight: bold;
	width: 100%;
	border: 1px solid #7F461B;
	border-width: 1px 0;
}

* html #menu table{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}



#menu table td{
	color: #7F461B;
	font-weight: bold;
	padding: 2px 7px 4px 7px;
	text-decoration: none;
	background: white url(menu/menudivide.gif) top left repeat-y;
}

#menu table td a:hover{
	border-bottom: 4px solid #7F461B;
	padding-bottom: 0;
	background-color:#f1f1f1;
}



#menu2{
	margin: 0;
	padding: 0;
}

#menu2{
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	font-weight: bold;
	width: 100%;
	border: 1px solid #cccccc;
	border-width: 1px 0;
}

* html #menu2 table{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}



#menu2 table td{
	color: #cccccc;
	font-weight: bold;
	padding: 2px 7px 4px 7px;
	text-decoration: none;
	background: white url(menu/menudivide.gif) top left repeat-y;
}
#menu2 table td a{
	color:#cccccc;
}

#menu2 table td a:hover{
	border-bottom: 4px solid #777777;
	padding-bottom: 0;
	background-color:#f1f1f1;
}



/* titre de la page */
	h1{
		font-size:16px;
		color:#7F461B;
		margin-top:0px;
		margin-bottom:15px;
		letter-spacing:2px;
	}
	
	
/* infobulle */
.infobulle{
  position: absolute;  
  visibility : hidden;
  border: 1px solid #777777;
  padding: 5px;
  background-color:#FFFFCC;
}


.ligne2_tableau{
	width:100%;
	text-align:left;
	padding:3px;
}
.ligne1_tableau{
	width:100%;
	background-color:#cccccc;
	text-align:left;
	padding:3px;
}


input.DatePicker{
	display: block;
	width: 150px;
	padding: 3px 3px 3px 24px;
	border: 1px solid #0070bf;
	font-size: 13px;
	background: #fff url(date.gif) no-repeat top left;
	cursor: pointer;
}
input:focus.DatePicker{
	background: #fffce9 url(datefocus.gif) no-repeat top left;
}
.dp_container{
	position: relative;
	padding: 0;
	z-index: 500;
}
.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}
.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}
.dp_cal select option{
	padding: 1px 3px;
}
.dp_cal th,
.dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}
.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}
.dp_cal td{
	cursor: pointer;
}
.dp_cal thead th{
	background: #d9eefc;
}
.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}
/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}
.dp_empty{
	background: #eee;
}
.dp_today{
	background: #daf2e6;
}
.dp_selected{
	color: #fff;
	background: #328dcf;
}
