body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #222222 url(../images/bg_header.gif) top left repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#global {
	position:relative;
	margin: 0 auto;
	width: 960px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	/*border-left:#CCCCCC solid 1px;*/
	background:#222;
}

#header {
	margin-top: 0;
	padding-top: 0;
	height: 60px;
}

#navcontainer {
	margin-top: 60px;
	background:#222;
}

#navlist {
	margin: 0 0 20px 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #74BF0A;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 12px;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #74BF0A;
	padding-bottom: 2px;
	background: transparent;
	color: #fff;
}

#navlist a:hover { 
	color: #fff; 
}

.mosaique {padding:4px; border:#ccc solid 1px; }
.mosaique:hover {background-color: #fff; border:#fff solid 1px; }
.situation { font-family:"Trebuchet MS", Arial; font-size:11px; color: #999; width: 220px; margin-top: 5px; margin-bottom: 12px; }
.footer { font-family:"Trebuchet MS", Arial; font-size:11px; color: #999; margin-top: 5px; margin-bottom: 30px; }

a:link, a:visited {  text-decoration: none; color: #74BF0A}
a:hover { text-decoration: underline; color:#ccc; }

a.lien:link, a.lien:visited {  text-decoration: none; color: #999}
a.lien:hover { text-decoration: underline; color:#ccc; }

h1 { font-size: 13px; color: #fff; }
p,td { font-size: 11px; color: #fff; }
input,textarea { background-color: #e4e4e4; padding:2px; border:none; border-left:#74BF0A solid 12px; font-family: "Trebuchet MS",Arial; font-size:12px; color: #222; }
select { font-family: "Trebuchet MS",Arial; font-size:12px; color: #222; }

