/* 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: #5489b8 url(images/bg.png) repeat-y center;
	color: #000000;
	font: 12px/15px Century Gothic, sans-serif;
}

h1{
 font-size: 18px;
 font-weight: bold;


 font-family: Century Gothic;
 color: #000000;
}

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

h4, h3, h2, #comments h2 {
	margin: 0;
	padding: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;

	color:#999;
}
h2{
	margin-bottom: 10px;
	font-size: 14px;
}
a, a:visited{
	color: #000000;
	/*text-decoration:none;*/
}
a:hover{
	text-decoration:underline;
}

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

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

fieldset{ border: none;}

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

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;
	margin: 5px;
	max-width: 480px;
}

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

img a{ border: none; }

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

#main {
	width: 500px;
	min-height: 550px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 2px;
	background-image: url(images/bg-list.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	border-right : 1px solid #ccc;
	z-index:2;
}


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

#top h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#999;
	font: 18px Arial, Helvetica, sans-serif;
	margin:0px 0px -13px 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:underline;
}

#top {
	height: 60px;
	margin: 0px auto 5px;
	width:820px;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Century Gothic;
font-style: italic;
}
#menu {
position:absolute; /* placement du menu, à modifier selon vos besoins */
font-size: 12px;
top: 0;
left: 0;
z-index:100;
width: 100%; /* correction pour Opera */
margin-left: 10px;
margin-top: 140px;

}
#menu dl {
float: left;
margin: 1px 2px 0px 0px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;

border: 0px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 0px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;

border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
font-weight: bold;

}


/* #top ul li{
	font-family: Century Gothic;
        padding:0px;
	/*text-transform:uppercase; */
/*	color: #999;
	text-align: right;
	list-style-type: none;
	margin: 1px 18px 0px 0px;
	position:relative;
	border-bottom:1px solid;
}

#top ul li{
	float:left;
}


#top ul li a {
        display: block;
	text-decoration: none;
	margin:1px 0px 0px 0px;
	text-align:left;
	font-size:12px;
	padding:4px;
	font-weight: bold;
	/*text-transform: uppercase;   */
/*	color: #000000;
}
#top ul li a:hover {
	color: #FF7800;
}  
*/



#logo {
	background: url(images/top.jpg) no-repeat;
	height: 127px;
	width: 800px;
	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, h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;

}
.post-title a, .post-title a:visited, h2 a{
	color: #000000;
	text-decoration:none;
	border-style: none;
	font-size: 14px;
	font-weight: bolder;
	text-transform: none;
}
.post-title a:hover, h2 a:hover{
text-decoration:underline;}
.post-info{
/*	height: 30px;  */
	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:square;
}

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

#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.png) no-repeat top;
}

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

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

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

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

        background-image: url(images/links.png);
        background-repeat: no-repeat;
}

#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: 0px solid #ccc;
	font-size: 12px;
	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: 0px solid #ccc;
	color: #00000;
	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;
}

#q{ width: 150px;}

#links {
  margin-top: 20px;

 height: 251px;
 font-style: italic;
 font-weight:bold;
}


/* Le pied de page
*******************************************************************************/	
#footer {
	clear: both;
	text-align: center;
	height: 80px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC; */
	width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
        background-image: url(images/reseau-entreprendre.png);
        background-repeat: no-repeat;
        background-position: bottom right;
}
#footer a{
 color:#5693cd;
}
#footer p{
	padding:10px;
	margin:0px;
}

/* Tag
*/
#tagcloud ul { margin: 0; padding: 0 0; display: inline; }

#tagcloud div { margin: 0 ; padding: 0; background-image: none; }

/* niveaux des tags */
#tagcloud span.level-1 { font-size: 12px; font-weight:bold; }
#tagcloud span.level-2 { font-size: 14px; font-weight:bold;}
#tagcloud span.level-3 { font-size: 16px; font-weight:bold;}
#tagcloud span.level-4 { font-size: 18px; font-weight:bold;}
#tagcloud span.level-5 { font-size: 20px; font-weight:bold;}

/* couleur des liens des tags */
#tagcloud span.level-1 a { color: #5693cd; }
#tagcloud span.level-2 a { color: #5693cd; }
#tagcloud span.level-3 a { color: #5693cd; }
#tagcloud span.level-4 a { color: #5693cd; }
#tagcloud span.level-5 a { color: #5693cd; }

