/* 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
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #7c7450 url(img/backgrd.jpg);
	color: #fff;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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 #ccc;
}

fieldset, img{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #e1d79a;
}

a:visited{
	color: #fff;
}

a:hover{
	color: #fff;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: transparent;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 231px;
	background: #aaa url(img/enseigne.jpg) no-repeat left top;
}

#top h1{
	display: block;
	width: 100%; 
	height: 100%;
}

#top h1 a{
	text-decoration: none;
	text-indent: -5000px;
	color: #CC0003;
	background: #fff;
}

#top a {
	display: block;
	width: 100%; height: 100%;
	text-indent: -5000px;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #ccc;
	text-align: center;
	font-size: 0.9em;
}

/* Le contenu
-------------------------------------------------------- */

.post-title{
	color: #e1d79a;
	background: transparent;
	margin: 0.2em 0 1.2em 0;
	border-bottom: 1px dashed #000;
	font-style: italic;
}

.post-title:first-letter{
	color: #900E01;
	background: transparent;
	font-size: 1.25em;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#content h3 {
	color: #900E01;
	background: transparent;
	margin: 1.2em 0 0.4em 0;
	font-style: italic;
}

/* Le conteneur
-------------------------------------------------------- */
#main{
	color: inherit;
	background: transparent url(img/background.gif) no-repeat center top;
	border-left: 1px dashed #000;
}

#content{
	margin: 15px 0 0 0;
	color: inherit;
	background: transparent;
}


.error{
    height:600px;
}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	color: inherit;
	background: transparent url(img/dermo.gif) no-repeat left top;
}

#sidebar div{
	color: inherit;
}

#sidebar div ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: square;
}

#sidebar a {
	color: #e1d79a;
	background: transparent;
	letter-spacing: 1pt;
}

#sidebar a:hover {
	color: #fff;
	background: transparent;
}

#sidebar h2{
	height: 50px;
	margin: 0;
	padding: 24px 2px 5px 2px;
	color: #fff;
	font-size: 17px;
	text-align: left;
	letter-spacing: 2pt;
	background: transparent url(img/backgrd-h.gif) no-repeat left top;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding: 0.2em;
	background: transparent;
	color: #fff;
	font-size: 0.9em;
	border-top: 1px dashed #000;
	text-align: center;
	letter-spacing: 1pt;
}

