body{ 
	font-family:arial;	
}

#global {
	position:fixed !important;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-285px;
	margin-left:-500px;
	width:1000px;
	height:570px;
}
#header{
	margin:0px;
	padding:0px;
	height:85px;
}
#headerLogoLeft{
	float:left;	
	width:100px;
	height:85px;
}
#headerTop{
	margin:0px;
	padding:0px;
	float:left;	
	width:900px
}
#headerTimer{
	float:right;
	height:40px;
}
#headerTitreRubrique{
	float:left;
	font-size:29px;
	padding:0px;
	margin-top:-3px;
	font-weight:bold;
}

#blocRecherche{
	float:right;
	margin-top:10px !important;
	color:#B4B4B4;
}

.formRecherche{
	font-size:12px;
	color:#B4B4B4;
	border:1px solid #B4B4B4;
	padding:1px;
	width:140px;
	height:18px;
}		

.boutonRecherche{
	background-color:#B4B4B4;
	color:#FFFFFF;
	font-size:11px;
	height:18px;
	width:24px;
	border: thin none;
}

/* Tableaux */
table.spip {
	font-size:12px;	
	color:#8C828C;
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }
