body {
	background-color:#fff;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:62.5%;
	color:#777;
	margin:0;
	padding:0;
	background-image: url(carreau.jpg);
}
a {
	text-decoration:none;
	color:#222;
}
blockquote a {
	text-decoration:none;
	color:#888;
}
a:hover {
	color:#c00;
}
acronym {
	cursor:help;
	border-bottom:1px dotted #ddd;
}
#container {
	font-size:1.2em;
	width:650px;
	margin:10px auto;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:#fff;
}
#header {
	color:#444;
	margin-left:15px;
	padding:1px;
	background:#fff url(tilumignon.jpg) no-repeat bottom right;
}
#header h1 {
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:2em;
	color:#333;
	margin:0;
	font-weight:normal;
}
#header h1 strong {
	color:#c00;
}
#header h2 {
	margin:125px 0 0 0;
	font-size:1.2em;
	font-weight:bold;
	color:#999;
}
#navigation {
	text-align:right;
	margin:10px 10px 10px auto;
}
#navigation {
	margin:0 10px 0 0;
	padding:0;
}
#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#navigation li a {
	padding:5px 5px 2px 5px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #c00;
}
#navigation li a:hover {
	color:#C00;
	border-bottom:1px solid #ddd;
}
#navigation li.vert a:hover {
	color:#009900;
	border-bottom:1px solid #ddd;
}
#navigation li.vert a {
	border-bottom:1px solid #009900;
}
#navigation li.bleu a:hover {
	color:#0066CC;
	border-bottom:1px solid #ddd;
}
#navigation li.bleu a {
	border-bottom:1px solid #0066CC;
}
#navigation li.rouge a:hover {
	color:#FF3333;
	border-bottom:1px solid #ddd;
}
#navigation li.rouge a {
	border-bottom:1px solid #FF3333;
}
#navigation li.orange a:hover {
	color:#FF9900;
	border-bottom:1px solid #ddd;
}
#navigation li.orange a {
	border-bottom:1px solid #FF9900;
}
#content {
	margin:20px 0 20px 10px;
	padding:0;
}
#content p {
	padding:2px 20px;
	text-align:justify;
	text-indent:0.5cm;
	line-height:1.8em;
}
#content p.centrer {
	text-align:center;
}
#content h1 {
	display:block;
	margin:50px 0 0 10px;
	padding:0;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.8em;
	color:#c00;
	border-color:#ddd;
	border-style:solid;
	border-width:0 0 1px 0;
}
#content h2 {
	display:block;
	margin:20px 0 0 30px;
	padding:0;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.1em;
	letter-spacing:2px;
	color:#444;
	border-color:#c00;
	border-style:solid;
	border-width:0 0 1px 0;
}
#content blockquote {
	margin:10px 60px;
	padding:5px;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:0.9em;
	color:#444;
	border:1px solid #ddd;
	background-color:#eee;
}

#content blockquote.white {
	background-color:#fff;
	color:#777;
	border:1px dashed #ddd;
}
#content blockquote p {
	margin:0;
	padding:0;
	text-indent:0;
}
#content pre {
	margin:10px 60px;
	padding:5px;
	color:#444;
	border:1px solid #eee;
	background-color:#fafafa;
}
#content ul {
	margin-left:45px;
	list-style: square outside;
	font-family:arial,sans-serif;
}
#content li {
	padding:3px;
}
#content ul li ul {
	margin-left:50px;
	list-style: disc outside;
	font-family:arial,sans-serif;
  font-size:0.9em;
}
#content ul li ul {
	padding:3px;
}

#footer {
	font-size:0.9em;
	font-family:arial,sans-serif;
	margin:40px 0 5px 0;
	padding:3px;
	border-top:1px solid #c00;
	/*background:#fff url(xhtml10.gif) no-repeat bottom left;*/
}
#footer p {
	text-align:right;
	line-height:1.1em;
	color:#bbb;
	font-size:1em;
	font-family:arial,sans-serif;
	margin:0;
	padding:0;
}
#footer span {
	color:#888;
}
#footer a {
	color:#888;
}
#footer a:hover {
	color:#aaa;
}
