body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: 'Abel', sans-serif;
	font-size: 15px;
	color: #969493;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #46a6f8;
}

a:hover {
	color:#000;
}

#wrapper {
}

#wrapper2 {
}

.container {
	width: 990px;
	margin: 0px auto;
}

/* Header */

#header {
	overflow: hidden;
	width: 100%;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Logo */

#logo {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 15px;
	background: #3a4552;
	color: #FFFFFF;
}

#logo h1, #logo p {
}

#logo span {
	display: block;
	padding: 10px 0px 0px 0px;
	letter-spacing: -3px;
	text-align: center;
	font-size: 3.8em;
}

#logo span a {
	color: #FFFFFF;
}

#logo p {
	margin-top: -10px;
	padding: 0px 0 0 0px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

#logo p a {
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 960px;
	height: 300px;
	margin: 0px auto;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
	width: 600px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 25px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 65px;
	padding: 0px 15px 0px 15px;
}

#menu a {
	display: block;
	height: 70px;
	line-height: 70px;
	margin-right: 1px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #040509;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	border-bottom: 5px solid #040509;
	text-decoration: none;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 990px;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 0px 0px 0px 0px;
}

.post {
	overflow: hidden;
	margin-bottom: 20px;
}

.post .title {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
	color: #148DFB;
}

.post .entry {
	padding: 0px 0px 30px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	float: right;
	margin: 20px 0px 30px 0px;
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

.more {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 30px;
}

.comments {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 340px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 50px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #CCCCCC;
	background: url(images/img01.gif) no-repeat left 13px;
	margin: 0px 30px;
	font-size: 14px;
	font-weight: normal;
}

#sidebar li li span {
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
}

#sidebar span.titre {
	margin: 0px;
	padding: 20px 0px 30px 0px;
	padding-left: 30px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
	display: block;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
	font-size: 14px;
}

#sidebar a {
	color: #46a6f8;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
	color:#000;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Three Column Footer Content */

#footer-content {
	overflow: hidden;
	width: 960px;
	margin: 0px auto;
	padding: 50px 0px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

#footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-content-wrapper {
	overflow: hidden;
	background: #F3F3F3;
	border-top: 1px solid #E6E6E6;
}

#column1 {
	float: left;
	width: 300px;
	margin-right: 30px;
}

#column2 {
	float: left;
	width: 300px;
}

#column3 {
	float: right;
	width: 300px;
}

#footer {
	width: 100%;
	margin: 0px auto;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #000000;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#banner-wrapper {
	overflow: hidden;
	height: 400px;
	background: #000000;
	text-align: center;
}

#banner {
}

#pagination { width: 450px; clear: both; text-align: center; margin: 5px auto 15px auto; height: 36px; overflow: auto; }
#pagination strong { padding: 0 7px 0 7px; }
#pagination a { color: #616161; background:#f2f2f2; border:1px solid #dbdbdb; padding: 2px 8px 5px 8px; display: inline-block; height: 30px; text-decoration: none;  border-radius: 30px; } /* changer ici */
#pagination a:hover { color: #FFF; text-decoration: none; border-color: #94bfff; background: #c6e1ff; background: -moz-linear-gradient(top, #c6e1ff 0%, #7db9e8 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e1ff), color-stop(100%,#7db9e8)); background: -webkit-linear-gradient(top, #c6e1ff 0%,#7db9e8 100%); background: -o-linear-gradient(top, #c6e1ff 0%,#7db9e8 100%); background: -ms-linear-gradient(top, #c6e1ff 0%,#7db9e8 100%);
background: linear-gradient(to bottom, #c6e1ff 0%,#7db9e8 100%); text-shadow: 0px -1px 0 #5889d2;  }
#pagination-retour { text-align: center; margin:0 0 15px 0; }
#pagination-retour a { font-size:0.9em; font-weight: bold; font-style: italic; color: #25a9f5; }

fieldset { border:none; }
label { font-weight:bold; float:left; margin:6px 0 0 0; width:100px; }
#content input[type="text"], #content textarea { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border:1px solid #c4c4c4; height:20px; padding:3px 5px; font:0.95em Arial, Helvetica, sans-serif; margin: 0 0 5px; width:575px; background:#f3f3f3; background: -moz-linear-gradient(top, #e7e7e7 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#FFF));
	background: -webkit-linear-gradient(top, #e7e7e7 0%,#FFF 100%);
	background: -o-linear-gradient(top, #e7e7e7 0%,#FFF 100%);
	background: -ms-linear-gradient(top, #e7e7e7 0%,#FFF 100%);
	background: linear-gradient(to bottom, #e7e7e7 0%,#FFF 100%);
	-webkit-box-shadow: inset 0px 0px 0px 1px #FFF;
	box-shadow:  inset 0px 0px 0px 1px #FFF;  }
#content textarea { height:auto; }
#content input[type="text"]:focus, #content textarea:focus {
	border-color:#888888;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(108, 108, 108, 0.5), inset 0px 0px 0px 1px #FFF;
	box-shadow: 0px 0px 7px 0px rgba(108, 108, 108, 0.5), inset 0px 0px 0px 1px #FFF;
	outline:none;
}
#content input[type="text"].erreur, #content textarea.erreur {
	background:#ffeaea;
	background: -moz-linear-gradient(top, #ffeaea 0%, #FFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeaea), color-stop(100%,#FFF));
	background: -webkit-linear-gradient(top, #ffeaea 0%,#FFF 100%);
	background: -o-linear-gradient(top, #ffeaea 0%,#FFF 100%);
	background: -ms-linear-gradient(top, #ffeaea 0%,#FFF 100%);
	background: linear-gradient(to bottom, #ffeaea 0%,#FFF 100%);
	border-color:#f3abab;
	color:#8d0d0d;
}
#content input[type="text"]:focus.erreur, #content textarea:focus.erreur {
	border-color:#c55e5e;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(230, 151, 151, 0.5), inset 0px 0px 0px 1px #FFF;
	box-shadow: 0px 0px 7px 0px rgba(230, 151, 151, 0.5), inset 0px 0px 0px 1px #FFF;
}
#content input[type="submit"] {
	background:#2a2a2a;
	background: -moz-linear-gradient(top, #575757 0%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575757), color-stop(100%,#2a2a2a));
	background: -webkit-linear-gradient(top, #575757 0%,#2a2a2a 100%);
	background: -o-linear-gradient(top, #575757 0%,#2a2a2a 100%);
	background: -ms-linear-gradient(top, #575757 0%,#2a2a2a 100%);
	background: linear-gradient(to bottom, #575757 0%,#2a2a2a 100%);
	border:1px solid #272727;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#ffffff;
	text-shadow:1px 1px 0 #000;
	cursor: pointer;
	text-align:center;
	-webkit-box-shadow:inset 0 1px 0 0 #8b8b8b;
	box-shadow:inset 0 1px 0 0 #8b8b8b;
	padding:4px 10px 6px 10px;
	height:25px;
}
#content input[type="submit"]:hover {
	background:#0567ad;
	background: -moz-linear-gradient(top, #2ba0ee 0%, #0567ad 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ba0ee), color-stop(100%,#0567ad));
	background: -webkit-linear-gradient(top, #2ba0ee 0%,#0567ad 100%);
	background: -o-linear-gradient(top, #2ba0ee 0%,#0567ad 100%);
	background: -ms-linear-gradient(top, #2ba0ee 0%,#0567ad 100%);
	background: linear-gradient(to bottom, #2ba0ee 0%,#0567ad 100%);
	-webkit-box-shadow:inset 0 1px 0 0 #69c4ff;
	box-shadow:inset 0 1px 0 0 #69c4ff;
	border-color:#00487a;
	text-shadow:1px 1px 0 #00487a;
}

#titre_commentaire, #titre_form_commentaire { font-size: 1.5em; line-height: 1.2em; }
#titre_form_commentaire { margin: 15px 0 15px 0; }
#titre_commentaire a { float: right; font-size: 0.75em; }
.commentaire { margin: 0 0 15px 0; }
.commentaire_pseudo, .commentaire_date { color: #c9c9c9; font-size: 0.9em; }
.commentaire_pseudo { font-weight: bold; color: #73b7ec; }
.commentaire_date { float: right; font-style: italic; }
.commentaire_content { margin: 5px 0 0 0; padding: 10px; background: #f3f3f3; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border-bottom:3px solid #e4e4e4; text-shadow:1px 1px 0 #FFF; }

#form_commentaire p { margin: 0 0 5px 0; overflow: auto; }
#form_commentaire label { float: right; width: 268px; text-align: left; }
#form_commentaire input[type="text"] { width: 300px; }
#form_commentaire #captcha { width: 75px; }
#form_commentaire #label_captcha {  display: inline-block; float: none; margin: 0 0 0 20px; }
#captcha_code { background: #e5e5e5; padding: 3px 6px 3px 6px; color:#505050; text-shadow: 0px 1px 0 #FFF; border-bottom:1px solid #a0a0a0; border-right:1px solid #a0a0a0; -webkit-border-radius: 3px;border-radius: 3px; }
div.confirmation li, div.erreur li, div.information li { margin: 0; }

div.confirmation, div.erreur, div.information {
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, #d5eebe;
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -moz-linear-gradient(top, #eeffde 0%, #d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeffde), color-stop(100%,#d5eebe));
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -o-linear-gradient(top, #eeffde 0%,#d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -ms-linear-gradient(top, #eeffde 0%,#d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, linear-gradient(to bottom, #eeffde 0%,#d5eebe 100%);
  border:1px solid #a6d877;
  box-shadow: inset 0 1px 0 #FFF, 1px 1px 0px #FFF;
  color:#336801;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin:0 0 12px 0;
  padding:7px 0 7px 45px;
}
div.erreur {
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center #facccc;
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -moz-linear-gradient(top, #ffeaea 0%, #facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeaea), color-stop(100%,#facccc));
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -o-linear-gradient(top, #ffeaea 0%,#facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -ms-linear-gradient(top, #ffeaea 0%,#facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, linear-gradient(to bottom, #ffeaea 0%,#facccc 100%);
  color:#8d0d0d;
  border-color:#f3abab;
}
div.information {
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, #c7e8ff;
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -moz-linear-gradient(top, #eaf7ff 0%, #c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf7ff), color-stop(100%,#c7e8ff));
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -o-linear-gradient(top, #eaf7ff 0%,#c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -ms-linear-gradient(top, #eaf7ff 0%,#c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, linear-gradient(to bottom, #eaf7ff 0%,#c7e8ff 100%);
  color:#005898;
  border-color:#9fd1f5;
}
div.confirmation a, div.erreur a, div.information a { text-decoration: underline; }
div.confirmation a:hover, div.erreur a:hover, div.information a:hover { text-decoration: none; }

@media screen and (min-width: 480px) and (max-width: 768px) {
	.container, #footer { width: 100%; overflow: auto; }
	#sidebar, #content, #page { float: none; margin: 0; width: 100%; overflow: auto; }
	img { position: static; width: 100%; margin: 0 0 10px 0; }
	#content, #sidebar { padding: 10px; }
}

@media screen and (max-width: 480px) {
	.container, #footer { width: 100%; overflow: auto; }
	#sidebar, #content, #page { float: none; margin: 0; width: 100%; overflow: auto; }
	img { position: static; width: 100%; margin: 0 0 10px 0; }
	#content, #sidebar { padding: 10px; }
	#footer { height: auto; }
}