/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 
/* Les éléments HTML en général
-------------------------------------------------------- */
* {
	margin:0; /* Bug IE */	
}
html,body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-size:0.8em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
	background:url(img/fond.png) repeat-x fixed #FFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS",sans-serif;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.4em;
	margin-top:5px; /* Ajout BRC pour laisser un espace sous la barre de BILLET PRECE << NEWS >> BILLET SUIVANT */
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
pre,code {
	font-size:1.2em;
}
pre {
	width:100%;
	overflow:auto;
	border:1px solid #CCC;
}
fieldset {
	border:none;
}
label {
	cursor:pointer;
	cursor:hand;
}
.field label {
	display:block;
}
textarea {
	width:100%;
	font-size:1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
input, textarea {
	border:1px solid #CBCBCB;
}
input:focus, textarea:focus {
	border:1px solid #555;
	background:#F6F6F6;
}
a, a:visited {
	color:#DB0000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}
img {
	border:none;
	background:transparent;
	vertical-align:middle;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#prelude {
	display:none;
}

#page{
	background:#FFF;
	width: 898px;
	margin: 0 auto;
	text-align: left;
	/* font-size:1.1em;  Ajout BRC le 10/02/2008 */
	padding:0;
	border-left:1px solid #555555;
	border-right:1px solid #555555;	
}
 
/* L'entête
-------------------------------------------------------- */
#top {
	/* background:#B22D2D url(img/top.png) repeat-x 0px 0px;*/
	background:#FFFFFF url(img/top.png) repeat-x 0px 0px;
	height:260px;	
	padding:0;
	margin:0;
	border-bottom:10px solid #242424;
}
#top h1 {
	padding-top:70px;
	padding-left:70px;
	font-size:24px;
}
#top h1 a {
	text-decoration:none;
	color:#FFF;
}
#top h1 a:hover {
	color:#C9C9C9;
	border:none;
	background:transparent;
}

#top p {
	color:#FFF;
	font-weight: bold;
	float:right;
	padding-right:3px;
}

#top #calendar {
	background:transparent;
	width:180px;
	text-align:center;
	float:;
	margin-right:16px;
	margin-top:-16px;
}
html>body #top #calendar {
	margin-right:30px;
	margin-top:-19px;
}
#top div#calendar table {
	text-align:center;
	margin:0 auto;
	border-collapse:collapse;
	font-size:10px;
	line-height:17px;
}
#top div#calendar table caption {
	margin:0 auto;
	
}
#top div#calendar table th {
	color:#3C5766;
	background:transparent;
	cursor:help;
}
#top div#calendar table td {	
	font-size:10px;
	padding:0;
	margin:0 0 2px 0;
}
#top div#calendar table td a {
	display:block;
	background:transparent;
	color:#BF1616;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#top div#calendar table td a:hover {
	background:#BF1616;
	color: #FFF;
}

/* La sidebar
-------------------------------------------------------- */ 

#sidebar {
	float:right;
	width:200px;
	margin-top:10px;
	margin-right:10px;
	padding-top:20px;
	padding-bottom:4em;
	margin-bottom:10px;
}
#sidebar div {
margin-bottom:30px;
}
#sidebar div ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2,#sidebar h3 {
	color:#666;
	margin:0 0 1ex 0;
}
#sidebar h2 {
	background:url(img/etoile.jpg) no-repeat left;
	padding-left:14px;
	padding-bottom:3px;
	margin-bottom:12px;
	border-bottom:1px solid #F4F4F4;
}
#sidebar h3 {
	font-size:1em;
	margin:0;
}
#sidebar li a{
	display: block;
	color: #666;
	background: transparent;
	padding: 2px 5px 2px 10px;
}

#sidebar li a:hover{
	/*color: #333;
	background: #F9F9F9 url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
	text-decoration:none;
}
#sidebar p, #sidebar form {
	text-align:justify;
	/* ajout du margin et padding le 11 mars pour aligner le texte sur les listes à puces */
	margin:0;
	padding:0;
}

#search fieldset,#search input,#search p {
	margin:0;
	padding:0;
}
#q {	
	background:#fff url(img/q.png) no-repeat right center;
}
/* Le contenu
-------------------------------------------------------- */

#main {	
	margin-top:20px;
	width:640px;
	float:left;
	padding-left:7px;
}

.day-date {
	padding-left:3px;
	color:#888;
	font-weight:bold;
}
#comments h3,#trackbacks {
	margin-top:50px;
}
.post {
	border-bottom:20px solid #F7F7F7;
	margin-bottom:20px; /*Espace entre chaque billet de la liste*/
}
.post-title {
	color:#333;
	background:transparent;
	margin-bottom:0;
}

.post-title a, .post-title a:visited {
	color:#DB0000;
	background:transparent;
}
.post-title a:hover {
	color:#FF0000;
	background:transparent;
}
.post-info {
	margin-top:0;
	color:#888;
	padding-bottom:1px;
	margin-bottom:5px;
}
.post-info-co {
	text-align:right;
}
.post-content {
	text-align:justify; 
	font : 1.4em "Trebuchet MS"; /*Ajout BRC, concerne l'affichage d'un billet */
}
.post-content a, .post-content a:visited {
	color:#DB0000;
	text-decoration:none;
}
.post-content a:hover {
	/*color:white;
	background:#DB0000;*/
}

.post-content blockquote {
	font-family:Georgia,serif;
	font-style:italic;
	margin:18px auto 18px auto;
	padding:6px;
	border-left:4px solid #999;
	background:url(img/blockquote.png) repeat-y right #FBFBFB;
	color:#545454;
}
.post-content img {
	/*border:1px solid #D9D9D9;
	background:transparent;
	padding:2px;*/
}
.post-content .smiley {
	border:none;
}
.post li {
	background:url(img/puce.gif) no-repeat 0px 2px;
	padding-left:15px;
	margin-bottom:3px;
}
.post ul {
	list-style-type:none;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
#trackbacks blockquote, #comments blockquote {
	border-bottom:3px solid #666;
	border-right:3px solid #666;
	border-top:1px solid #999;
	border-left:1px solid #999;
	background:#EEE;
	margin:1em 0;
	padding: 1ex 1em;
}
#c_remember {
	border:none;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	margin:20px 20px 0px 20px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:middle;
	border-top:1px solid #CCC;
	color:#666;
	clear:both;
}
#footer img {
	float:right;
}
#footer a {
	color: #999;
}

/* ---------------------------------------------------- */
/* Encadres			*/
/* ---------------------------------------------------- */
.navnews {
	font-size : 0.86em;
	background : #e7e7e7;
	text-align : center;
	margin : 0.5em 0;
}
