body
{
	background:#eee;
	font-family:tahoma,"lucida sans";
	font-size:small;
	text-align:justify
}

li a, dd a
{
	text-decoration:none;
}

#logo
{
	height:150px;
	width:900px;
	margin:auto;
	background:url('index_fichiers/logo_fond.png') no-repeat;
}

#logo ul
{
	width:900px;
	margin:0;
	padding:0;
	text-align:right;
}

#logo li
{
	display:inline;
	padding-right:5px;
	border-right:solid 1px #f96;
}

#logo li a
{
	color:#f96;
}

#logo li a:hover
{
	color:#fc6;
}


#global
{
	width:900px;
	margin:auto;
	background:white;
}

#menu
{
	min-height:540px;
	width:200px;
	margin:0 0 0 15px;
	float:left;
	background:url('index_fichiers/menu_fond.png') repeat-x;
}

* html #menu
{
	width:200px;
	margin-left:7px;
}

#contenu
{
	width:665px;
	min-height:540px;
	margin-left:225px;
	padding-top:10px;
	padding-bottom:5px;
}

#menu dl
{
	margin:0 10px 0 10px;
}

#menu dt
{
	color:#444;
	font-weight:bolder;
	border-bottom:solid 1px #444;
	margin-bottom:10px;
}

#menu dd
{
	margin:0 0 25px 0;
}

#menu dd#alpha
{
	word-spacing:0.6em;
	text-align:center;
	line-height:1.5em;
	color:#bbb;
}

#menu dd#alpha a, #articles li a,#stats a
{
	color:#666
}

#contenu a
{
	color:#000;
	text-decoration:none;
}

#menu dd#alpha a:hover,#articles li a:hover,#contenu a:hover,#stats a:hover
{
	color:#800;
}

p
{
	word-spacing:0.125em;
	line-height:1.25em;
}

h1
{
	background:url('index_fichiers/h1_fond.png') no-repeat left;
	padding-left:20px;
	font-size:large;
	display:inline;
}

h2
{
	background:url('index_fichiers/h2_fond.png') no-repeat left;
	padding-left:17px;
	font-size:medium
}

.traducteur
{
	color:#666;
	margin:0 0 0 20px;
}

.italique
{
	font-style:italic;
}

.gras
{
	font-weight:bolder;
}

.traducteur a
{
	text-decoration:none;
	color:#666;
}

.traducteur a:hover
{
	text-decoration:underline;
}

table#chrono
{
	width:100%;
	border:collapse;
	border-spacing:0;
}

table#chrono th
{
	border-bottom:solid 1px #ccc;
}

table#chrono td
{
	background:url('index_fichiers/chrono_fond.png') no-repeat left bottom;
	padding-bottom:0.5em;
}

hr
{
	border:none;
	background:url('index_fichiers/chrono_fond.png') no-repeat left bottom;
}

ul#articles
{
	list-style:none;
	padding:0;
	margin:0
}

ul#articles li
{
	border-bottom:solid 1px #ccc;
	padding:3px 0 2px 0;
	text-align:left;
}

#bas
{
	width:900px;
	background:white;
	color:#bbb;
	margin:auto;
	text-align:center;
	border-top:solid 1px #bbb;
}

#bas a
{
	color:#bbb;
	text-decoration:none;
}

.en_cours
{
	color:green;
}

.pas_attribue
{
	color:gray
}

.petit
{
	font-size:x-small
}

q{quotes:'\00AB''\00BB';color:#333;font-style:italic}

dl.image
{
border: 1px solid #ccc;
background-color: whitesmoke;
width: 210px;
text-align: center;
padding: 0 0 10px 0;
float: right;
margin: 0 0 0 1em;
}

.image dt img
{
margin-top:3px;
margin-bottom: 5px;
border: 1px solid #000;
width: 200px;
height: 200px;
}

.image dd
{
color: #000;
margin: 0;
padding: 0 10px 0 10px;
font-size: small;
}