/**************************************
* Thème rougeCiel
* Auteur: Maurice Svay
* contact: rougeCiel@svay.com
**************************************/

/* Général
******************************************/
* { padding: 0; margin: 0; border: 0; }

body{
	padding: 0;
	margin: 0;
	background: #000000;
	font: 0.8em Tahoma, sans-serif;
	text-align: center;
}

.invisible{clear: both;	display:none;}

code,pre,kbd {font-family:"Courier New", Courier, monospace; font-size : 1em;}
pre{display: block; overflow: auto; width: 100%;}

dt{
	margin-top: 1ex;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Liens
******************************************/
a:link{color:#FFF; background:transparent;}
a:visited{color:#FFF; background:transparent;}
a:hover{color:#FFF; background:transparent;}
a img{border:none; text-decoration: none;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#FFF; background:transparent;}

/* Titres
******************************************/
h1,h2,h3,h4,h5{font-family: "Trebuchet MS", sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a{text-decoration: none;}
h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}

/* Prelude
******************************************/
#prelude{
	position: absolute;
	width: 75%;
	z-index: 50em;
	text-align: center;
	color: #FFF;
	background: #000000;
}

#prelude a{
	color: #FFF;
	background: #000000;
	text-decoration:none;
}

#prelude a:hover{
	color: #FFF;
	background: #000000;
}

/* Entete
******************************************/
#top{
	background: #FFF url(img/background.png);
	height: 140px;
	width: 100%;
	font-size: 1em;
}

#top h1{
	font-size: 1em;
	background: #00AC00 url(img/top.png);
	width: 950px;
	height: 140px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#top h1 a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	
	display: block;
	position: absolute;
	width: 180px;
	height: 50px;
	left: 35px;
	top: 93px;
; font-size: large; font-variant: normal; text-transform: lowercase
}

/* Page
******************************************/
#page{
	text-align: left;
	background: #00AC00;
	width: 950px;
	padding: 0em 0 0em 0;
	margin: 15px auto;
}

/* Contenu
******************************************/
#content{
	display: block;
	color: #FFF;
	background: #00AC00;
	width: 660px;
	margin: 20px 1px 20px 1px;
	padding-right: 20px;
	float: right;

}

#content h2{
	padding-left: 35px;
	background: #000000 url(img/sstar.png) no-repeat 0 0;

}

#content .post p{
	margin: 1em 0;
	text-align: justify;
	background: #00AC00;
}

#content .post blockquote, #content .chapo blockquote{
	font-style : italic;
	border-left : 5px solid #FFF;
	padding-left : 1em;
	background: #CCC;
}

#content p.post-info{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: #FFF;

	
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	-moz-border-radius: 5px;
	background: #00AC00;
}

#content p.post-info a{
	text-decoration: none;
	background: #00AC00;
}

#content form p.field{
	margin: 1em 0;

}

#content form p.field label{
	display: block;

}

#content form p.field_2{
	background-color: transparent;
	margin: 1em 0;

}

#content form p.field_2 label{
	background-color: transparent;
	display: block;

}



#content form input, #content form textarea{
	border: 1px solid;
	-moz-border-radius: 4px;
	background: #CCC;
}

#content form input:focus, #content form textarea:focus{
	background-color: #CCC;
}

#content ul{
	list-style-image: url(img/puce.png);
	padding-left: 3em;
	background: transparent;
}

#content ol{
	list-style-position: inside;
	background: #FFF;
}

/* Commentaires
******************************************/
#comments h3{
	margin-top: 0.5em;
}

#comments blockquote{
	background: #CCC;
	border: 1px dotted #AAA;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#comments label{
	cursor: pointer;
	cursor: hand;
}

#comments #c_content{
	width: 100%;
}

/* Sidebar
******************************************/
#sidebar{
	background: #FFF url(img/menu.png) repeat-x;
	color: #3333FF;
	width: 330px;
	padding:  20px 10px 20px 10px;
	margin-left: 25px;
}

#sidebar{
	/* Heureusement que SBMH est là pour IE */
	\width: 280px; 
	w\idth: 200px;
}

#sidebar *{
	color: #006600;
	background: transparent;
}

#sidebar a{
	display: block;
	text-decoration: none;
}

#sidebar a:hover{
	color: #333;
	background: #FFFF66 url(img/curseur.gif) repeat-y; /* Bling Bling No Flash */
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li:first-child{
	border-top: 1px solid #CCC;
	padding: 0.5ex 0;
}

#sidebar ul li{
	border-bottom: 1px solid #CCC;
	padding: 0.75ex 0;
}

#sidebar #calendar{
	margin: 1em 0;
	padding: 1ex;
}

#sidebar #calendar h2{
	display: none;
}

#sidebar #calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
}

#sidebar #calendar table a{
	display: inline;
	font-weight: bold;
}

#sidebar #calendar table a:hover{
	background: #666666;
}

* html #calendar table{
	font-size: 9pt;
}

/* Recherche
******************************************/
#search h2{
	display: none;
}

#search input{
	border: 1px solid #999;
	background: #FCFCFC;
	-moz-border-radius: 4px;
}

/* Footer ****************************/
#footer{
	clear: both;
	width: 880px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: url(img/footer.png);
	text-align: center;
}
#footer a:visited{
	text-decoration: none;
	color: #666666;
	background: transparent;
}

#footer a { 
	text-decoration: none;
	color: #333333;
	background: transparent;
 } #footer a:hover  { 
	text-decoration: none;
	color: #333333;
	background: transparent;
 } 