/* 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:#000000;
	font-size:0.9em;
	line-height:1.6em;
	font-family:Arial,Geneva,Arial,Helvetica,sans-serif;
}
body {
	background:url(img/fond.png) repeat-x fixed #ffffff;
	padding-bottom:30px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Arial",sans-serif;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:1.1em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
pre,code {
	font-size:1.1em;
}
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:1.2em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a, a:visited {
	color:#a22c4c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:2px;
	background:transparent;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */

#page{
	background: url(img/page.png) repeat-y #d30044;
	color: inherit;
	width: 1000px;
	margin: 30px auto;
	text-align: left;
	padding:0;
	border:0px solid #615a50;
}
 
/* L'entête
-------------------------------------------------------- */
#top {

}
#top h1 {
	font-size:20px;
	padding-top:0px;
	font-size:24px;
}
#top h1 a {
	text-decoration:none;
	color:#A9C2D0;
}
#top h1 a:hover {
	border:none;
	background:transparent;
}
#top p {
	color:#FFF;
	font-weight: bold;
	float:right;
	padding-right:3px;
}

/* Le prélude
-------------------------------------------------------- */ 

#haut {
	margin:0;
	height:24px;
	overflow:hidden;
	padding:6px 40px 0 40px;
	font-size:12px;
	background:url(img/haut.png) repeat-x #898700;
	
	
}
#haut2 {
	margin:0;
	height:24px;
	overflow:hidden;
	padding:6px 40px 0 40px;
	font-size:12px;
	background:url(img/haut2.png) repeat-x #dbde72;
	
	
}
#prelude {
	color:#c30040;
	float:left;
	width:500px;
	height:30px;
}
#prelude2 {
	color:#c30040;
	float:left;
	width:500px;
	height:30px;
}
#prelude a {
	color:#000000;
}
#prelude a:hover {
	color:#c30040;
	background:transparent;
}
#prelude2 a {
	color:#000000;
}
#prelude2 a:hover {
	color:#c30040;
	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 #333;
	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:700px;
	margin-bottom:20px;
		margin-right:20px;
}
#content {
	margin:0 0 0 30px;
	padding:1em 0 0 0;
}
.day-date {
	padding-left:3px;
	color:#888;
	font-style:italic;
}
#comments h3,#trackbacks {
	margin-top:50px;
}
.post-title {
	color:#6c3092;
	background:transparent;
	margin-bottom:0;
}
.post-title a {
	color:#6c3092;
	background:transparent;
	text-decoration:none;
}
.post-info {
	margin-top:0;
	color:#CCC;
	padding-bottom:1px;
	margin-bottom:5px;
}
.post-info a {
	color:#CCC;
	background:transparent;
	text-decoration:none;
}
.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 #999;
	background:url(img/blockquote.png) repeat-y right #FBFBFB;
	color:#545454;
}
.post-content img {
	border:3px solid #f3f3f3;
	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;
}
.post-info-co {
	text-align:right;
	margin-bottom:50px;
}
#trackbacks blockquote,#comments blockquote {
	border:1px solid #EEE;
	margin:1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div {
	color:inherit;
	margin:0 30px 12px 0;
	padding:1em 0 1em 2em;
}
#sidebar {
	background:url(img/sidebar.png) no-repeat 0px 0px transparent;
	float:right;
	width:230px;
	padding-top:20px;
	padding-bottom:4em;
	margin-bottom:10px;
}
#sidebar div ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2,#sidebar h3 {
	color:#898700;
	margin:0 0 1ex 0;
}
#sidebar h2 {
	padding-left:0px;
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:1px dotted #B7C1B7;
}
#sidebar h3 {
	font-size:1em;
	margin:0;
}
#q {
	padding-left:18px;
	background:#fff 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:#3C5766;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#sidebar div#calendar table td a:hover {
	background:#799FA2;
	color: #FFF;
}

/* Le pied de page
-------------------------------------------------------- */

#tagcloud ul { margin: 0; padding: 0 1em; display: block; }

#tagcloud li { display: inline; margin: 0 0.1em; padding: 0; background-image: none; }


/* niveaux des tags */
#tagcloud li.level-1 { font-size: 0.6em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }

/* couleur des liens des tags */
#tagcloud li.level-1 a { color: #333333; }
#tagcloud li.level-2 a { color: #898700; }
#tagcloud li.level-3 a { color: #D27AFF; }
#tagcloud li.level-4 a { color: #C0BA65; }
#tagcloud li.level-5 a { color: #C03865; }