/* page globale */
body {
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #3776DF;
	background-repeat: no-repeat;
	background-position: center top;
}

.media {
	border: none;
}


/* largeur du site affiché */
#wrapper {
	margin: 0 auto 10px auto;
	width: 900px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

/* en-tête */
#header {
	height: 150px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(images/header.png);
}

#header h1 {
	display: none;
	background-color: #FFF;
}

/*menu */
#menu {
	float: left;
	padding: 25px 0 10px 0;
	margin:0 0 0 10px;
	width: 220px;
	background-color: #FFF;
}

#navigation {
	list-style-image:none;
	list-style-position:outside;
	list-tyle-type: none;
	margin:0;
	padding: 0;
	text-align: center;
}

#navigation li {
	//float: left;
	//padding: 5px 0 5px 0;
	margin: 0 2px 0 0;
	display: block;
	width: 200px;
	border-bottom: #000 1px solid;
	background-color: #006;
	background-repeat: no-repeat;
}

#navigation li.dernier {
	//float: left;
	//padding: 5px 0 5px 0;
	margin: 0 2px 0 0;
	display: block;
	width: 200px;
	border-bottom: #000 0px solid;
	background-color: #06C;
	background-repeat: no-repeat;
}

ul#navigation li a {
	color: #FFF;
	padding: 5px 0 5px 0;
	text-decoration: none;
	display: block;

	font-family: "Comic Sans MS", cursive
&Grace;
	font-size: 14px;
	font-family: "Comic Sans MS", cursive;
}

ul#navigation li a:hover {
	color: #CCC;
	text-decoration: none;
	display: block;
	background: #fff url() no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}



/* affichage des articles */
#content {
	float: left;
	height: 100%;
	width: 640px;
	margin: 0;
	padding: 0 15px 10px 15px;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

#content h1 {
	color: #B61616;
	text-align: center;
	font-size: 43px;
	font-family: "ACTION OF THE TIME", "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Garamond Pro Bold", "Agency FB";
}

#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.2em;
}

#content h4 {
	font-size: 1em;
}

#content h5 {
	font-size: 0.85em;
}

#content a {
	text-decoration: none;
	color: #FFF;
	background-color: #FFF;
}

#content a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #FFF;
}

#content h1 a {
	color: #FFF;
	background-color: #FFF;
}

#content h2 a {
	color: #A535F9;
}

#content h3 a {
	color: #000;
}

#content h4 a {
	color: #000;
}

#content h5 a {
	color: #000;
}

#content h1 a:hover {
	color: #6604A5;
}

#content h2 a:hover {
	color: #A535F9;
}

#content h3 a:hover {
	color: #000;
}

#content h4 a:hover {
	color: #000;
}

#content h5 a:hover {
	color: #000;
}

/* pied de page */
#footer {
	clear: both;
	text-align: center;
}

/* clearer */
.clearer {
	clear: both;
}
