/* ****************************************************

	@file		  screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	@version	  20090527

***************************************************** */

/*
 * @section Basic
******************************************************************************/

html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
}

body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 110%;
	line-height: 1.3;
	color: #000;
	background: url("../img/bg-body.gif") repeat;
	position: relative;
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #004377; }
a:focus { outline: 1px dotted; }
a:visited { color: #004377; }
a:hover, a:focus { color: #004377; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Tahoma, Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }

button::-moz-focus-inner { border: 0; padding: 1px; }

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8;
}

/*
* @section Layout
******************************************************************************/

#wrap {
	width: 740px;
	margin: 0 auto;
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;
	background: #fff;
}

/*
* @section Utilitaires
******************************************************************************/

#utilitaires {
	background: #8a8989;
	font-size: 90%;
}

#utilitaires ul {
	margin: 0;
	float: right;
}

#utilitaires li {
	float: left;
}

#utilitaires li a {
	float: left;
	color: #fff;
	display: block;
	padding: 3px 8px 4px;
}

/*
* @section Entête
******************************************************************************/

#entete {
	height: 126px;
	width: 100%;
	background: #fff;
	position: relative;
	background-color: #fff;
	background-position: top right;
	background-repeat: no-repeat;
}

#entete #nav {
}

#entete #logo {
	margin: 0;
}

#entete #logo a {
	display: block;
	background: url("../img/logo-cfpmb.jpg") no-repeat top left;
	width: 199px;
	height: 59px;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 34px;
	left: 18px;
}

#entete #nav table td a {
	display: block;
	border-bottom: 1px solid #E5E5E5;
}

/*
* @section Colonnes
******************************************************************************/

#colonnes {
	border-top: 1px solid #005078;
	background: url("../img/bg-colonnes.gif") repeat-x top left;
	padding: 27px 0 90px 0;
}

#sidebar {
	width: 168px;
	float: left;
	margin: 0 0 0 16px;
	padding: 0 0 40px;
	display: inline;
}

#sidebar .boite {
	margin: 0 0 1.5em;
}

#sidebar .boite h3 {
	background: url("../img/bg-sidebar-boite.gif") no-repeat top center;
	width: 168px;
	height: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
}

#sidebar .boite h3 a {
	color: #fff;
}

#sidebar .boite-inner {
	background: #f4f5ec;
	border: 1px solid #df7c0a;
	border-top: none;
	border-bottom: none;
	margin: 0 7px;
}

#sidebar .boite ul {
	margin: 0;
}

#sidebar .boite ul li {
	border-bottom: 1px solid #df7c0a;
	padding-bottom: 6px;
	padding: 10px;
	height: 1%;
}

#sidebar .boite ul li span {
	color: #9c9c70;
	white-space: nowrap;
}

#sidebar .boite form {
	border-bottom: 1px solid #df7c0a;
	padding: 10px;
}

#sidebar .boite form input {
	border: 1px solid #e5e7d6;
	padding: 3px;
	width: 122px;
	margin: 0 0 7px;
}

#sidebar .boite .textwidget {
	padding: 10px;
	border-bottom: 1px solid #df7c0a;
}

#sidebar .boite form p {
	margin: 0;
}

#sidebar .boite ul.archives {
	border-bottom: 1px solid #df7c0a;
	padding: 8px 0;
}

#sidebar .boite ul.archives li {
	border: none;
	padding: 3px 10px;
}

#sidebar .boite #calendar_wrap {
	padding: 5px;
	border-bottom: 1px solid #df7c0a;
}

#sidebar .boite #calendar_wrap table {
	width: 100%;
}

#sidebar .boite #calendar_wrap table th,
#sidebar .boite #calendar_wrap table td {
	text-align: center;
	padding: 3px;
}

#sidebar .boite #calendar_wrap table a {
	color: #CE5700;
}

/*
* @section Contenu
******************************************************************************/

#contenu {
	width: 502px;
	float: right;
	margin: 0 27px 0 0;
	padding: 0 0 40px;
	display: inline;
}

#contenu .pages {
	margin-left: 0;
	margin: 0 0 1.4em;
}

#contenu .pages li {
	float: left;
	padding: 0 0.5em 0 0;
}

#contenu .pages li a {
	float: left;
	height: 1%;
	display: block;
	padding: 1px 4px 2px;
	background: #c1dbef;
	line-height: 1.3;
}

#contenu .pages li.current_page_item a {
	background: #00579c;
	color: #fff;
}

#contenu #blogtitle {
	font-size: 180%;
	font-weight: normal;
	color: #004378;
	margin: 0 0 0.6em;
	position: relative;
}

#contenu #blogtitle .rss {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	background: url("../img/ico-rss.gif") no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	outline: none;
}

#contenu .hentry {
	margin: 0 0 2em;
}

#contenu .hentry .entry-header {
	background: #f4f5ec;
	padding: 9px 10px 10px;
	margin: 0 0 1em;
}

#contenu .hentry .entry-header .entry-title {
	font-size: 170%;
	font-weight: bold;
	padding: 0 0 4px;
	line-height: 1.1;
}

#contenu .hentry .entry-header .entry-meta {
	margin: 0;
}

#contenu .hentry .entry-content {
	padding: 0 10px;
}

#contenu .hentry .entry-content h2 {
	font-size: 130%;
	margin: 0 0 0.6em;
}

#contenu .hentry .entry-content h3 {
	font-size: 120%;
	margin: 0 0 0.6em;
}

#contenu .hentry .entry-content ul,
#contenu .hentry .entry-content ol {
	margin-left: 22px;
}

#contenu .hentry .entry-content ul li {
	list-style: disc;
}

#contenu .hentry .entry-content ol li {
	list-style: decimal;
}

#contenu .hentry .entry-content blockquote {
	background: #eee;
	padding: 12px 12px 1px;
	margin: 0 0 1em;
	color: #555;
}

#contenu .share {
	margin: 0 0 1em;
	font-size: 90%;
}

#contenu .share ul {
	float: right;
	margin: 0 0 0;
}

#contenu .share ul li {
	float: left;
	margin: 0 0 0;
	padding: 0 0 0 10px;
}

#contenu .share ul li span {
	background: none;
	padding: 0;
	margin: 0;
}

#contenu .pagination {
	background: #F4F5EC;
	padding: 6px;
}

#contenu .pagination ul {
	margin: 0;
	position: relative;
}

#contenu .pagination ul li.prev {
	float: left;
}

#contenu .pagination ul li.next {
	float: right;
}

#contenu .pagination ul li.pages {
	position: absolute;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	text-align: center;
}

/*
* @section Footer
******************************************************************************/

#footer {
	background: #fff;
	width: 740px;
	margin: 0 auto;
	clear: both;
	height: 61px;
	margin-top: -78px;
	position: relative;
}

#footer .footer-inner {
	margin: 0 25px;
	border-top: 1px solid #d8d7d7;
	position: relative;
}

#footer p {
	margin: 0;
}

#footer p.gauche {
	float: left;
	font-weight: bold;
	font-size: 90%;
	position: absolute;
	bottom: 12px;
	left: 0;
}

#footer p.droite {
	float: right;
}

/*
* @section Commentaires
******************************************************************************/

#respond h2,
#comments h2 {
	font-size: 130%;
	color: #004378;
	margin: 0 0 0.8em;
	padding-left: 10px;
}

#comments {
	margin: 0 0 2em;
}

.commentlist {
	width: 500px;
}

div.nocomments {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 0 0 0;
}

#comments div.nocomments h2 {
	margin: 0 0 0.3em;
}

div.nocomments p {
	padding-left: 10px;
}

.commentlist li.comment {
	background: #e3eaf0 url("../img/bg-commentaire-top.jpg") no-repeat top left;
	margin: 0 0 1em;
}

.commentlist li.comment .comment-metadata {
	font-weight: bold;
}

.commentlist li.comment .comment-inner {
	background: url("../img/bg-commentaire-bottom.jpg") no-repeat bottom left;
	padding: 10px 10px 2px;
}

.commentlist li cite {
	font-style: normal;
}

#commentform .loggedin {
	padding-left: 10px;
}

#commentform p.champ textarea,
#commentform p.champ input {
	display: block;
	background: #f4f5ec;
	color: #000;
	padding: 4px;
	border: none;
	margin-top: 5px;
	width: 300px;
}

#commentform p.champ textarea {
	width: 450px;
}

#commentform p label {
	padding-left: 10px;
}

#commentform #submit {
	border: none;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	background: #E3EAF0;
	color: #004378;
	border: 1px solid #cce0ef;
}

