body { color: black; font-size: 13px; font-family: helvetica, SunSans-Regular, sans-serif; background-color: #fff; margin-top: 0; }
a:link { color: #000 ; text-decoration: underline; }
a:visited { color: #000 ; text-decoration: underline; }
a:hover { color: #000 ; text-decoration: none; }
a:active { color: #000 ; text-decoration: underline; }
.login { font-size: x-small; font-family: arial; background-image: url(../image/bande_top.gif); background-repeat: no-repeat; text-align: right; height: 36px; padding-right: 15px; }
.texte_login { font-size: x-small; vertical-align: bottom; }
img { border-style: solid; border-width: 0; }
.texte_petit { font-size: x-small; }
.boite_autostop { border-right: 1px solid #d2d2d2; border-bottom: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2; }
.boite_autostop_top { color: #fff; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-image: url(../image/cadre/autostop_milieu.jpg); background-repeat: repeat-x; text-align: center; border-width: 0; }
.titre_tableau { color: #fff; font-size: 13px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; }
.pair { background-color: #d2d2d2; }
td { font-size: 13px; font-family: helvetica; }
.texte_long { margin-right: 10px; margin-left: 10px; }
/*style du calendrier js*/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}

