@import url('general.css');

div#centre
{
	background-image: url('/pix/tit_calendrier.gif');
}

table#data-calendrier
{
	margin-top: 40px;
	margin-bottom: 40px;
}

label
{
	display: block;
	color: #276fb7;
}

select
{
	border: 1px solid #999;
	background: #d9e6fd;
	color: #666;
}

option
{
	padding-right: 2px;
}

div.colonne-detail form
{
	margin: 20px 0px;
}

form div.ligne p
{
	float: left;
	margin-right: 20px;
}

form p.affiche
{
	text-align: right;
}

div.ligne
{
	height: 50px;
}

p.affiche input
{
	color: #276fb7;
	background-image: url('/pix/fleche.gif');
	background-position: 0px 50%;
	padding-left: 6px;
}

div#data-info
{
	position: absolute;
	top: 300px;
	margin-left: 20px;
	color: #FFF;
}

div#data-info p
{
	margin: 0px 0px 1em;
	font-weight: bold;
}

