/*
# *************** DEBUT EXTRAIT LICENCE ****************
# Ce fichier est une archive MaBulle - Rel. NovaSoft.
# Copyright (c) Vincent Ducros. http://www.novasoft.org
# Ne pas modifier ou distribuer. Tous droits r&eacute;serv&eacute;s.
# **************** FIN EXTRAIT LICENCE *****************
*/
/* images du blog
-------------------------------------------------------- */


/* couleurs du blog
-------------------------------------------------------- */


/* polices du blog
-------------------------------------------------------- */







/* Style du blog
-------------------------------------------------------- */



fieldset{
border:none;
}
p.field{
clear:left;
margin-left:10px;
}
label.float{
position:relative;
float:left;
width:45%;
}
input,textarea,option{
-moz-border-radius:7px;
padding:2px;
font-size:12px;
}
input.text:focus,textarea:focus{
border-style:inset;
}
textarea{
width:100%;
}
.erreur,.message{
margin-top:5px;
border-left:6px solid #8b120d;
margin:20px;
padding:15px;
width:100%;
}
.message{
border-left:6px solid #006600;
}
.erreur span,.message span{
color:#8b120d;
font-weight:bold;
}
.message span{
color:#006600;
}
.erreur li{
list-style-type:square;
}
img{
border:0;
}

/* Style de la page
-------------------------------------------------------- */


/* Style de l'entête (haut)
-------------------------------------------------------- */


/* Style du contenant
-------------------------------------------------------- */


/* Style du contenu
-------------------------------------------------------- */


/* Contenu: style des articles
-------------------------------------------------------- */


/* Contenu: style des commentaires et r&eacute;troliens
-------------------------------------------------------- */


/* Style du menu
-------------------------------------------------------- */


/* Menu: style des blocs
-------------------------------------------------------- */


/* Style du pied de page (bas)
-------------------------------------------------------- */



 
html, body{
	margin: 0;
	padding: 0;
}

body{
	/* pour centrer le blog dans IE5 */
	text-align: center;
}

/* Page
********************************************/
#page{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	color: #000;
}

/* Top
********************************************/
#haut{
	margin: 0;
	height: 100px;
}

#prelude{
	position: relative;
	top: -85px;
	margin: 0;
}

/* Contenu
********************************************/
#contenant{
	width: 548px;
	float: left;
}

#contenu{
	margin: 15px;
	margin-left: 25px;
}

/* menu
********************************************/
#menu{
	width: 250px;
	float: right;
}

#menu div{
	padding: 0 10px;
	margin: 2em 15px 0 15px;
}

/* pied
********************************************/
#bas{
	clear: both;
	margin: 0;
}
/* Style g&eacute;n&eacute;ral
********************************************/
body{
	background: #EEE;
	color: #000;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 10px solid #DDD;
}

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

html>body pre {
	overflow: auto;
	width: auto;
}

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

a{
	color: #000;
	background: transparent;
}

a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #999;
	background: transparent;
}

a:visited{
	color: #333;
	background: transparent;
}

a:hover{
	color: #06C;
	background: transparent;
}

a img{
	border: 0;
}

fieldset{
	border: none;
	width: 100%;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input[type=text], textarea{
	border: 1px solid #AAA;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}

textarea{
	width: 99%;
}

/* 
Classes sp&eacute;ciales pour ins&eacute;rer des images par exemple 
Les &eacute;lements rendus "flottants" avec ces classes ne
d&eacute;passent pas du article gr&acirc;ce &agrave; la classe .com-info
*/
.right{
	float: right;
	margin-left: 1em;
}

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

/* Page
********************************************/
#page{
	background: #FFF url(http://themes.mabulle.com/theme43/img/page.png) repeat-y;
}

/* Top
********************************************/
#haut{
	color: #09F;
	background: #FFF url(http://themes.mabulle.com/theme43/img/top.jpg) no-repeat;
}

#haut h1{
	margin: 0;
	line-height: 100px;
	padding-left: 30px;
}

#haut h1 a{
	text-decoration: none;
	color: #09F;
	background: transparent;
}

#prelude{
	color: #DDD;
	background: transparent;
	text-align: right;
	padding-right: 30px;
}

#prelude a{
	color: #DDD;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover{
	color: #999;
	background: transparent;
}

/* Contenu
********************************************/
#contenu{
	line-height: 1.6em;
}

.day-date{
	padding-bottom: 5px;
	background: transparent url(http://themes.mabulle.com/theme43/img/day-date.png) repeat-x left bottom;
	color: #999;
}

.post{
	margin-bottom: 4em;
}

#contenu ul li{
	list-style-image: url(http://themes.mabulle.com/theme43/img/li.png);
}

#contenu h2{
	padding-left: 18px;
	color: #09F;
	background: transparent url(http://themes.mabulle.com/theme43/img/h2.png) no-repeat left center;
	margin-bottom: 0;
}

#contenu h2 a{
	color: #09F;
	background: transparent;
	text-decoration: none;
}

#contenu h3, #contenu h4, #contenu h5, #contenu h6{
	color: #666;
}

.post-info{
	padding-left: 18px;
	color: #999;
	margin-top: 0;
}

.post-info span{
	display: none;
}

.post-info a{
	color: #666;
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-contenu p{
	text-align: justify;
}

.post-contenu img{
	max-width: 510px;
}

.com-info{
	clear: both;
	text-align: right;
}

.com-info span{
	display: none;
}

.com-info a, .com-info a:visited{
	text-decoration: none;
	color: #666;
	padding-left: 12px;
	background: transparent url(http://themes.mabulle.com/theme43/img/bulle.png) no-repeat left center;
}

.com-info a:hover{
	color: #333;
	padding-left: 12px;
	background: transparent url(http://themes.mabulle.com/theme43/img/bulle.png) no-repeat left center;
}

.comment-info{
	margin-bottom: 0;
}

#comments blockquote, #trackbacks blockquote{
	margin: 0;
	padding: 0 1em;
	text-align: justify;
	border: 1px dotted #CCC;
}

.field label{
	display: block;
}

/* menu
********************************************/
#menu div{
	color: #666;
	background: transparent;
}

#menu h2{
	margin: 0;
	padding: 5px;
	color: #666;
	background: transparent url(http://themes.mabulle.com/theme43/img/sidebarh2.png);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}

#menu h3{
	padding-left: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	background: transparent url(http://themes.mabulle.com/theme43/img/linkscat.png) no-repeat left center;
}

#menu a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

#menu a:hover{
	color: #333;
	background: transparent;
}

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

#menu ul li{
	padding: 5px 0;
	border-bottom: 1px solid #EEE;
}

#menu ul li a{
	display: block;
}

#calendrier{
	text-align: center;
}

#calendrier h2{
	text-align: left;
}

#calendrier table{
	margin: 0 auto;
	font-size: 0.8em;
}

#calendrier table caption{
	margin: 0 auto;
}

#calendrier abbr{
	border-bottom: none;
}

#calendrier th{
	border-bottom: 1px solid #CCC;
}

#calendrier a{
	color: #FF009A;
	background: transparent;
	font-weight: bold;
}

#recherche #q{
	border: 1px solid #CCC;
	background: #FFF url(http://themes.mabulle.com/theme43/img/recherche.png) no-repeat 2px;
	padding-left: 14px;
}

#selection h2{
	color: #333;
}

/* pied
********************************************/
#bas{
	background:transparent url(http://themes.mabulle.com/theme43/img/footer.jpg) no-repeat bottom;
	color: #999;
	text-align: center;
}

#bas a{
	color: #999;
	background: transparent;
	text-decoration: none;
}