body {
	color: #fff;
	font-size: 12px;
	background-color: #171717;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
a:focus {
	outline:1px dotted invert
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
p {
	color: #FFF;
}
h1 {
	font-size:3em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	line-height: 1em;
}
h2 {
	font-size:2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	margin-bottom: 0px;
}
h3 {
	font-size:1.583em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F00;
	margin-bottom: 0px;
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
p, dl, hr, h1, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:15px
}
a {
	color: #29abe2;
	text-decoration: none;
}
a:hover {
	color: #00ff00;
	text-decoration: none;
}
/* Calendrier
--------------------------------------------------------------------------------*/
h3 span {
	left:-9999px;
	position: absolute;
}
h3.rouges, h3.bleus, h3.verts, h3.noirs {
	background-position:left center;
	width:180px;
	height:30px;
}
h3.rouges {
	background:url(../images/rouges.png) no-repeat;
}
h3.verts {
	background:url(../images/verts.png) no-repeat;
}
h3.noirs {
	background:url(../images/noirs.png) no-repeat;
}
h3.bleus {
	background:url(../images/bleus.png) no-repeat;
}
