/* Bienvenue dans la CSS de la nouvelle adaptation de thèmes de Gilles Marlet
Ce thème est l'adaptation exacte à Dotclear d'une réalisation pour Wordpress, dont voici la license identique:

	Theme Name: fSpring
	Theme URI: http://www.fahlstad.se
	Description: Spring flavour.
	Version: 1.0
	Author: Fredrik Fahlstad
	Author URI: http://www.fahlstad.se
	
*/
 
/* Les éléments HTML en général
*******************************************************************************/
html, body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/bg.png) repeat-y center;
	color: #666;
	font: 11px/15px Georgia;
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}

h4, h3, h2, #comments h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;

	font-weight: bold;
	font-variant: normal;
	color: #000c4a;;
}
h2{
	margin-bottom: 10px;
	font-size: 14px;
}
a, a:visited{
	color: #00169d;
	text-decoration:none;
}
a:hover{
    color: #ee77ab;
	text-decoration:none; 
}

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

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

fieldset{ border: none;}

blockquote{
	font-style: italic;
	color: #999999;
}

table{
	margin:0px;
}
td, th{
	padding:3px;
	font-weight:normal;

}

input, textarea{
	background: #f4f4f4;
	border: 0px solid #949494;
	color: #666;
	}

img{
	background: #f4f4f4;
	border: 0px solid #949494;
	padding: 0px;
}

.freeimg{
	background:transparent;
	border:none;
}

img a{ border: none; }

.post p img.smiley{
	background:transparent;
	border:none;
	padding: -5px;
	}
	
/* La page
*******************************************************************************/
#page {
	width: 620px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
/*	margin-right: auto;
	margin-left: auto; 
*/
}

#main {
	width: 450px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}

/* L'entête
*******************************************************************************/
#top{
	margin:0px;
	padding:0px;
}

#top h1 a{
	text-transform:uppercase; /* titre blog */
	text-decoration:none;
	color:#2d0190;
	font: 25px Georgia;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}

#top h1{
	*margin-top: 13px; /* Corrige un bug de décalage sous IE6 */
	}
	
#top h1 a:hover{
	text-decoration:none; /* titre blog */
}

#top {
	height: 20px;
	margin: 0px auto 0px;
	width:620px;

}

#top ul li{
	padding:0px;
	text-transform:uppercase;
	color: #cf0066;
	text-align: right;
	list-style-type: none;
	margin: 0px;	
}

#top ul li{
	float:right; /* menu rapide haut */
}


#top ul li a {
	display: block; /* menu rapide haut */
	text-decoration: none;
	margin:1px 0px;
	text-align:right;
	font-size:10px;
	padding:4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
#top ul li a:hover {
	color: #ee77ab;
}

#logo {
	background: url(images/top.png) no-repeat;
	height: 400px;
	width: 620px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}

	#desc p {
	height: 20px;
	text-align: right;
	margin-top: -40px;
	margin-right: 35px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
/* Le prélude
*******************************************************************************/ 
#prelude{
display:none;
}
	
/* Le contenu
*******************************************************************************/
.day-date{ display: none; }

.post{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.5em;
}

#logo {
	margin-top:15px;
}
.post-title {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	background: #27007f;
	background-position: 10px 50%;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-style: italic;
	font-size: 18px;
	font: Georgia;
	color: #ffffff;

}
.post-title a, .post-title a:visited {
	color: #ffffff; /* titre du post */
	font-style: italic;
	border-style: none;
	font-size: 18px;
	font: Georgia;
	font-weight: bolder;
	text-style: italic;
}

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

.post-info{
	height: 16px;
	margin-top: 0;
	font-size: 10px;
	color: #999;
	border-top:solid 0px #ccc;
	padding-top:4px;
	margin-bottom: 10px;
}
.post-info a img{
	border:none;
}
.post-content img {
	padding: 0px;
	border: none;
}
.post-content ul {
	margin-left: 5px;
	padding-left:0px;
	list-style-type: none;
}
.post-content ol{
	margin-left:5px;
	padding-left:0px;
}
.post-content ul li {
	list-style:square;
}

.postcontent{
    margin:5px 0;
    padding-bottom: 5px;
	padding-top: 5px;
}
.post-content ul {
	margin-left: 5px;
	padding-left:0px;
	list-style-type: none;
}
.post-content ol{
	margin-left:5px;
	padding-left:0px;
}
.post-content ul li {
	list-style:square;
}

.post-info-co {
	background-image:url(images/navbulle.gif);
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}

#comments blockquote, #trackbacks blockquote {
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	font-style: normal;
	width:420px;
	background: #ececec url(images/comm.png) no-repeat top;
}

.comment-info{ padding-left: 5px;}

.me blockquote{
	clear: both;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px;
	width:420px;
	background: #d7d7d7 url(images/comm-admin.png) no-repeat top;
}

#logo2 {
	background: url(images/top3.png) no-repeat;
	height: 151px;
	width: 450px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	}



/* La barre de navigation
*******************************************************************************/

#sidebar {
	width: 150px;
	float: left;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	margin-left: 10px;
	padding: 0px;
	font-size:10px;
	color: #27007f;
}

#sidebar h2 {
	color: #ee77ab;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 4px solid #ee77ab;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font: Georgia, "Times New Roman", Times, serif;
	background: none;
}

.h2 {
    color: #27007f;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	background: #353051;
}

#sidebar ul {
	list-style: none;
    color: #27007f;
	margin-top: 5px;
	padding: 0;
}

#sidebar ul li {
    color: #27007f;
	display: inline;
	margin-top: 0px;
	padding:0
}
#sidebar li{
    color: #27007f;
	list-style: none;
	margin-top: 0px;

}

#sidebar ul li a {
	border-bottom: 1px solid #e9e9e9;
	color: #acb4dd;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(images/navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


#sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #fff !important;
	background-color: #27007f;
}

.align{ /*Alignage du badge Flickr */
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search {
	margin-top: 8px;
	margin-bottom: 15px;
}

#q{ width: 150px;}



/* Le pied de page
*******************************************************************************/	
#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
    font-color: #cf0066;
	height: 30px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffffff;
	width: 450px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ffffff;
}
#footer p{
	padding:10px;
	margin:10px;
}

