#animation_view{
position:relative;
height:100%;
float:left
}

#animation_view table{
	width: 720px;
	border: #00A2B9;
	border-style: solid;

}

#animation_view td{
	width:15%;
	font-size: 10px;
	font-weight: normal;
	color: #4B286D;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#animation_view td.titre{

	font-size: 12px;
	font-weight: normal;
	color: #00A2B9;
	text-align:center;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#animation_view td.horaire{

	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-weight:bold;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#animation_view td.societe{
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#animation_view body {
	background-color: #c7db88;
	background-attachment: fixed;
	background-position: center center;
	scrollbar-face-color: #608BB7;
	scrollbar-shadow-color: inherit;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: #608BB7;
	scrollbar-darkshadow-color: Black;
	scrollbar-track-color: #8DACCB;
	scrollbar-arrow-color: #FFCC00;
}