/* 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:#222222;
	font-size:0.9em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
	background:url(img/fond.jpg) no-repeat center fixed #FFFFFF;
	padding-bottom:30px;
	padding-top:30px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS",sans-serif;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.4em;
}
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 #CCCCCC;
}
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, input:hover, textarea:hover {
	border:1px solid #999999;
	background:#F6F6F6;
}
a, a:visited {
	font-size:1em;
	color:#C81E14;
	text-decoration:none;
}
a:hover {
	color:white;
	background:#C81E14;
}
img {
	border:none;
	background:transparent;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}
.blanc {
	font-size:1em;
	color:#ffffff;
	display:none;
}

/* La page
-------------------------------------------------------- */

#page{
	background: #ffffff;
	color: inherit;
	width: 900px;
	margin: 30px auto;
	text-align: left;
	padding:0;
	border:1px solid #555555;	
	/* Toute la suite non valide aux standards ... mais joli */
	opacity:0.8;
	filter:Alpha(opacity=80);
	-moz-opacity:0.80;
	-moz-border-radius-topleft:2px;
	border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	border-radius-topright:2px;
}

legend {
	margin-left:62px;
	margin-bottom:3px;
	padding: 3px 10px 5px 10px;
	border-left: 1px solid #555555;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8em;	
}

legend a,legend a:visited,legend a:hover {
	color:#555555;
	text-decoration:none;
}
legend a:hover {
	color:#555555;
	text-decoration:none;
	border-bottom:1px solid #999999;
	background:transparent;
}
 
/* Le prélude
-------------------------------------------------------- */ 

#haut {
	display:none;
	margin:0;
	height:24px;
	overflow:hidden;
	padding:6px 40px 0 40px;
	font-size:10px;
	background:url(img/haut.png) repeat-x #426070;	
}

#prelude {
	color:#DFDFDF;
	float:left;
	width:300px;
	height:30px;
}
#prelude a {
	color:#7B9EB1;
}
#prelude a:hover {
	color:#FFFFFF;
	background:transparent;
}

#search {
	width:250px;
	text-align:right;
	float:right;
	height:30px;
	margin-top:-5px
}
#search fieldset,#search p {
	margin:0;
	padding:0;
}
#search .submit {
	height:26px;
	padding-bottom: 1px;
}
#search #q {
	border:1px solid #333333;
	margin-bottom:3px;
	padding:1px 1px 1px 20px;
}

html>body #search .submit {
	padding:2px;
	margin-top:1px;
}
html>body #search #q {
	margin-top:1px;
	padding:0;
	padding-left:20px;
	height:19px;
}

/* Le contenu
-------------------------------------------------------- */
#main {
	float:left;
	width:600px;
	margin-bottom:20px;
}

#content {
	margin:0 0 0 30px;
	padding:1em 0 0 0;
}

#contentads {
	margin:0 0 0 30px;
	padding:1em 0 0 0;
}

.date { /* date & author */
	color : #C81E14;
	float:right;
	line-height:2.3em;
	margin:1.5em 0 5px 10px;
	padding-left:5px;
	border-left:1px solid #C81E14;
	font-size:.8em;
	text-align:center;
	position:relative;
	right:0;
}
.date_day {
	display:block;
	font-size:1.4em;
	text-align:right;
}
.date_month {
	display:block;
	font-size:1.6em;
	text-align:right;
	font-weight:bold;
}
.date_year {
	display:block;
	font-size:1.4em;
	line-height:.9em;
}

#comments h3,#trackbacks {
	margin-top:50px;
}
.post-title a:hover {
	background:transparent;
	color:#C81E14;
	text-decoration:underline;
}
.post-info {
	margin-top:0;
	color:#3E5A6A;
	padding-bottom:1px;
	margin-bottom:5px;
}
.post-info a, #sidebar a {
	color:#C81E14;
	background:transparent;
	text-decoration:none;
}
.post-info a:hover, #sidebar a:hover {
	color:#C81E14;
	background:transparent;
	text-decoration:underline;
}
.post-content {
	text-align:justify;
}
.post-content blockquote {
	font-family:Georgia,serif;
	font-style:italic;
	margin:18px auto 18px auto;
	padding:6px;
	border-left:4px solid #C81E14;
	background:url(img/blockquote.png) repeat-y right #CAFDB9;
	color:#545454;
}
.post-content img {
	border:1px solid #D9D9D9;
}
.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;
}
.post-info {
	text-align:right;
	margin-bottom:40px;
	border-bottom:15px solid #F5F5F5;
}
#trackbacks blockquote,#comments blockquote {
	border:1px solid #EEEEEE;
	margin:1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	float:right;
	width:300px;
	padding-top:10px;
	padding-bottom:4em;
	margin-bottom:10px;
	font-size: 9px;
}
#sidebar div {
	color:inherit;
	margin:0 30px 5px 0;
	padding:1em 0 1em 2em;
}
#sidebar div ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2,#sidebar h3 {
	color:#333333;
	margin:0 0 1ex 0;
}
#sidebar h2 {
	padding-left:14px;
	padding-bottom:3px;
	margin-bottom:12px;
	background:url(img/etoile.jpg) no-repeat 0px 4px;
	border-bottom:1px dotted #B7C1B7;
}
#sidebar h3 {
	font-size:1em;
	margin:0;
}
#q {
	padding-left:18px;
	background:#ffffff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar table {
	text-align:center;
	margin:0 auto;
	border-collapse:collapse;
	font-size:10px;
}
#sidebar div#calendar table caption {
	margin:0 auto;
}
#sidebar div#calendar table th {
	color:#3C5766;
	background:transparent;
	cursor:help;
}
#sidebar div#calendar table td {	
	font-size:10px;
	padding:0;
	margin:0 0 2px 0;
}
#sidebar div#calendar table td a {
	display:block;
	background:#FFF;
	color:#C81E14;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#sidebar div#calendar table td a:hover {
	background:#C81E14;
	color: #FFF;
}
#sidebar div#text {
	color:#C81E14;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
#sidebar div#ads {
	margin:0 30px 5px 0;
	padding:1em 0 1em 2em;
}
#sidebar a img {
	border: none;
}
#sidebar div#coucou {
   padding:0;
   font:small;
	 display: none;
}
#sidebar div#stats img, #sidebar div#stats-noscript img {
	width: 1px;
	height: 1px;
	border: 0;
}	

/* Le pied de page
-------------------------------------------------------- */
#footer {
	padding:5px;
	vertical-align:middle;
	border-top:1px solid #CCCCCC;
	background:transparent;
	color:#666666;
	clear:both;
	margin:20px;
}
#footer img {
	float:right;
}
#footer a {
	color: #999999;
	background:transparent;
}