/* Design de base */

html, body {
	margin:0;
	padding:0;
	font-family: arial,sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-align:center; /*pour centrer le site... stoopid ie6*/
	color: #026BAA;
}

a {
	outline:none; 
	color: #026baa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {border:0;}

table {
	width: 100%;
	margin-top: 22px;
}

tr {
	border-collapse:collapse;
	font-size:12px;
	text-align:left;
}

td {
	padding:8px;
}

.odd {
	background:#e5f4fe none repeat scroll 0 0;
}

.space{
	padding-left: 35px;
}
