﻿/* 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 URL: 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: #ececec url(images/bg.png) repeat-y center;
	color: #555;
	font: 11px/15px Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h3, h4 {
	padding-top: 15px;
	padding-bottom: 5px;
}
h2{
margin: 0 0 0 5px;
}
h3{
margin: 0 0 0 10px;
}
h4{
border-bottom: 1px solid #ddd;
margin: 0 0 0 15px;
}
h5, h6{
border-bottom: 1px solid #ddd;
margin: 0 0 0 25px;
}
h4, h3, h2, #comments h2 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color:#630FFF;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

h5{
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#630FFF;
}

h2{
	margin-bottom: 10px;
	font-size: 1.1em;
}
a, a:visited{
	color: #630FFF;
}
a:hover{
	text-decoration:underline;
}

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

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

fieldset{ border: none;}

blockquote{
	color: #666666;
	border-left: 2px solid #ccc;
	padding-left:10px;
}

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

}

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

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

img a{ border: none; }

.adherer{
border-bottom: 1px dotted #ccc;
display:block;

}
/* La page
*******************************************************************************/
#page {
	width: 800px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
/*	margin-right: auto;
	margin-left: auto; 
*/
}

#main {
	width: 524px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 8px;
}

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

#top h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#630FFF;
	font: 24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0px -13px 0px;
	padding: 0px 0px 0px 10px;
	letter-spacing: 2px;
	float: left;
}


#top h1 a:hover{
	text-decoration:underline;
}

#top {
	height: 20px;
	margin: 0px auto 5px;
	width:780px;
}

#top p{
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
 	font-weight: bold;
	color:#630FFF;
	margin: 0px 0px 0px 300px;
}

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

#top ul li{
	float:right;
}


#top ul li a {
	display: block;
	text-decoration: none;
	margin:1px 0px;
	text-align:right;
	font-size:10px;
	padding:4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
#top ul li a:hover {
	color: #630FFF;
}

#logo {
	background: url(images/top.jpg) no-repeat;
	height: 200px;
	width: 780px;
	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
*******************************************************************************/

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

#postquote{
	background: url(images/bg_quote.gif) no-repeat;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*font-size: 0.80em;*/
	line-height: 1.5em;
}

#logo {
	margin-top:15px;
}
.post-title, h2 {
	font-size: 1.4em;

}
.post-title, .post-title a{
	padding-bottom:5px;
	border-bottom: 1px solid #ccc;
}
.post-title, h3 {
	font-size: 1.2em;
	margin-left: -5px;
}


.post-title a:hover, h2 a:hover{
text-decoration:underline;}
.post-info{
	height: 16px;
	margin-top: 0;
	font-size: 10px;
	color: #999;
	border-top:solid 1px #ccc;
	padding-top:4px;
	margin-bottom: 8px;
}
.post-info a img{
	border:none;
}
.post-content img {
	padding: 4px;
	border: 1px solid #DFDFDF;
}
.post-content ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}
.post-content ol{
	margin-left:20px;
	padding-left:0px;
}
.post-content ul li {
	list-style:square;
}

.postcontent{
margin:8px 0;
padding:0;
}
.post-content ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}
.post-content ol{
	margin-left:30px;
	padding-left:0px;
}

.post-content ul li {
	list-style-image: url(images/bullet.gif);
}

.post-info-co {
	background-image:url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:16px;
	text-align:right;
}

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

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


/* La barre de navigation
*******************************************************************************/
#calendar{
display:none;
}

#sidebar {
	width: 198px;
	float: right;
	line-height: 1.5em;
	margin: 3px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
}

#sidebar h2 {
	color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #630FFF;
	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: #666 !important;
	background-color: #ccc;
}

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

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

#search #q{
	background: transparent url(images/search.gif) no-repeat 3px center;
	padding-left: 15px;
	width:100px;
}

#q{ width: 150px;}
/* Le pied de page
*******************************************************************************/	
#footer {
	clear: both;
	text-align: center;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 774px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #eee;
}
#footer p{
	padding:10px;
	margin:0px;
}

.authorp{
padding-left: 15px;
background: transparent url(images/bulle.gif) no-repeat left center;
}
.datep{
padding-left: 15px;
background: transparent url(images/heure.gif) no-repeat left center;
}
.timep{
padding-left: 15px;
background: transparent url(images/heure.gif) no-repeat left center;
}
.catp{
padding-left: 15px;
background: transparent url(images/navbulle.gif) no-repeat left center;
}
.urlp{
padding-left: 15px;
background: transparent url(images/puce.gif) no-repeat left center;
}
.telephone{
padding-left: 15px;
background: transparent url(images/telephone.gif) no-repeat left center;
}
.fax{
padding-left: 15px;
background: transparent url(images/printer.gif) no-repeat left center;
}
.email{
padding-left: 15px;
background: transparent url(images/email.gif) no-repeat left center;
}
.adresse{
padding-left: 15px;
background: transparent url(images/house.gif) no-repeat left center;
}
.bulletbas{
padding-left: 15px;
background: transparent url(images/bulletdown.gif) no-repeat left center;
}
.points{
background: transparent url(images/pts.gif) no-repeat right center;
}
