/*************************** HTML ***************************/

/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */
body{
	margin: 10px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background: #3E3E3E;
	font-family:  helvetica, arial,"Bitstream Vera Sans", sans-serif; 
	font-size: 12px;
	color: #000;
}

h1{font-size: 2.3em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.5em;}
h6{font-size: 1em;}
h7{font-size: 0.8em;}

a{
	color: #4C5E82;
	text-decoration: underline;
}

a:hover{
	color: #ED037E;
	text-decoration: none;
}

a img{border: none;}

pre, code{font-size: 1.2em;}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

span {
	display: inline;
	padding-left : 5px;
	padding-right : 5px;
}

fieldset { border: none;}

fieldset p { 
	padding: 5px 0; 
	margin: 0 0 0 30%;
	border: none;
}

fieldset p.field { 
	padding: 5px 0; 
	width: auto; 
	margin: 0; 
	clear: left; 
}

.field label{display: block;}

textarea, input{
	background: #FFF; 
	color: #060606; 
	border: 1px solid #060606; 
	font-size: 8pt; 
	border:1px solid #DDD;
	width: 100%;
} 

input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 0px;
}

input.preview {
	width: auto;
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #CCC;
}

input.preview:hover { 
	background: #005D99; 
	color: #FFF;
	border: 1px solid #CCC; 
}

input.submit {
	width: auto;
	color: #005D99;
	background: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #CCC;
}

input.submit:hover { 
	background: #005D99; 
	color: #FFF;
	border: 1px solid #CCC; 
}

/* Commentaires & Trackbacks
-------------------------------------------------------- */
#comments, #trackbacks{ padding-top: 10px;}

#comments h3, #trackbacks h3{
	border: 1px solid #000;
	border-width: 1px 0;
	background: #AEB9D0;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}

#comments blockquote, #trackbacks blockquote{
	border: 1px solid #575757;
	background: #F8F8F8;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	width: 900px;
	margin: 0 4em 4em 4em;
	text-align: left;
	background:transparent url(img/pageborder.jpg) repeat-y;
	position: relative;
}

/* L'ent�te
-------------------------------------------------------- */
#top {
	height: 477px;
	padding-top: 0px;
	background:transparent url(img/top.jpg) no-repeat center;
	/*il y a �galement un top_vierge.jpg dans le dossier Jukebox/img/*/
}
		
#top h1{
	float:center;
	margin: 0 0 0 0px;
	text-align: center;
	color: #4C5E82;
	font-style: italic;
	font-weight: bold;
	padding-top: 40px;
	font-family: Monotype Corsiva, sans-serif; 
}

#top h1 a{
	color: #ED037E;
	text-decoration: none;
}

#top h1 a:hover{
	color: #ED037E;
	text-decoration: none;
}
* Pr�lude */
#prelude{
	text-align: center;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 5px 0;
	color: #CAE4FC;
}

#prelude{
	position: absolute;
	top:445px;
	left: 500px;

}

#prelude a{
	text-decoration: none;
	color: #FFF;
	font-style: italic; 
	font-size: 10px;
}

#prelude a:hover { 
	text-decoration: underline; 
}


/* Le contenu
-------------------------------------------------------- */
#content{
	width: 500px;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 80px;
	float:left;
}

.post{
	margin-top: 20px;
	background: #FFF;
}

.day-date{
	color: #FF1493;
	text-decoration: none;
	padding: 0px 5px 0px 20px;
	margin: 0px 0px 18px 5px;
	font-style: italic;
	background: #FFF url(img/day-date.gif) no-repeat 0% 50%;
	text-transform: capitalize;
}

.post-title{
	color: #666666;
	text-decoration: none;
	background: #FFF url(img/title.gif) no-repeat 0% 50%;
	padding: 3px 5px 0px 22px;
	margin: 0px 0px 0px 5px;
}

.post-title a{text-decoration: none;}

.post-info{
	text-align: left;
	padding: 3px 0px 3px 5px;
	background: #FFF;
	margin: 0px;
	font-style: italic;
	font-size: 0.9em;
}

.post-content{
	padding-top: 20px;
	text-align: justify;
	background: #FFF;
}

.post-content blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-content ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin : 10px 0 10px 0px;
}

.post-content li{
	margin : 0 0 0 10px;
	padding : 0px 0 0 15px;
	background : transparent url(img/li.gif) no-repeat 0% 50%;
	display: block;
	font-weight: bold;
}

.post-info-co{
	text-align: left;
	padding: 6px 10px 3px 10px;
	background: #A9A9A9;
	margin-bottom: 50px;
	text-transform: capitalize;
}

.post-info-co span{padding: 0 10px;}

.post-info-co a{text-decoration: none;}

.post-info-co a:hover{text-decoration: underline;}

.add-co{
	margin : 0 0 0 0px;
	padding : 3px 0 3px 20px;
	background : transparent url(img/addcomment.gif) no-repeat 0% 50%;
}

.add-tb{
	margin : 0 0 0 0px;
	padding : 3px 0 3px 20px;
	background : transparent url(img/addtrackback.gif) no-repeat 0% 50%;
}

.cat{
	margin : 0 0 0 0px;
	padding : 0 0 0 15px;
	background : transparent url(img/categorie.gif) no-repeat 0% 50%;
}

.linkpost{
	margin : 0 0 0 0px;
	padding : 0 0 0 15px;
	background : transparent url(img/linkpost.gif) no-repeat 0% 50%;
}

#syndicate-post{
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	background: #FFB6C1;
	color: #A9A9A9;
	font-weight: bold;
	margin : 30px 0 0 0;
}

#syndicate-post ul{
	list-style: none;
	margin : 0 0 0 0;
	padding : 5px;
}

#syndicate-post li{
	margin : 0 0 0 10px;
	padding : 0 0 0 20px;
	background : transparent url(img/fil.gif) no-repeat 0% 50%;
	display: block;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	width: 220px;
	margin-right: 80px;
	margin-left: 5px;
	background: #AEB9D0;
	border: 1px solid #4C5E82;
	float:right;
}

#sidebar div{margin: 0 0 10px 0;}

#sidebar ul{
	list-style: none;
	padding: 0 0 0 10px;
	margin : 5px;
	font-variant: small-caps ;
}

#sidebar h3{
	padding: 0 0 0 10px;
	font-size: 12px;
}

#categories a, #links a, #archives a{
	padding : 0 0 0 20px;
	background : transparent url(img/bullet_pink.gif) no-repeat 0% 50%;
	display: block;
}

#categories a:hover, #links a:hover, #archives a:hover{
	padding : 0 0 0 20px;
	background : transparent url(img/bullet_yellow.gif) no-repeat 0% 75%;
	display: block;
}

#sidebar a{
	text-decoration: none;
	font-family:  arial, sans-serif; 
	font-variant: small-caps ;
}

#sidebar a:hover{text-decoration: underline;}

#sidebar h2{
	padding: 5px 0 3px 30px;
	background: #4C5E82 url(img/titlesidebar.jpg) no-repeat 0% 50%;
	color: #FFF;
	font-style: italic;
	font-family:  "Lucida Grande",times, helvetica, arial,"Bitstream Vera Sans", sans-serif; 
	margin-top: 0;
}

/* Recherche */
#search{
	color: inherit;
	color: #888;
	display: block;
}

#search fieldset{
	margin-top: 3px;
	padding: 0 0 0 10px;
}

#search #q{	
	border: 1px solid #CCC;
	width: 190px;
}
	
#search .submit{height: 20px;}

/* Syndication */
#syndicate li{
	margin : 0 0 0 10px;
	padding : 0 0 0 20px;
	background : transparent url(img/fil.gif) no-repeat 0% 50%;
	display: block;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 100px 0 84px 0;
	width: 900px;
	background: transparent url(img/footer.jpg) no-repeat center bottom;
	clear: both;
}

#footer p{
	width: 800px;
	margin: 0 auto;
	color: #000;
	padding: 6px 56px 6px 0;
	text-align: center;
	font-weight: bold;
}

#footer p a{ text-decoration: none;}

#footer p a:hover {text-decoration: none;}