 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	/*background: #E5EAD6;	*/
	/*background: #444444;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 12px;
	/*line-height: 100%;*/
	/*border-top: 10px solid #DDD;*/
}

h1{font-size: 18px; /*font-weight: normal;*/}
h2{font-size: 16px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 11px;}
h6{font-size: 10px;}

pre {
	font-size: 11px;
	display: block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #CCC;	
}

code{
	font-size: 11px;
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #EEE;
	border-bottom: 1px solid #FFF;		
}

fieldset{
	border: none;
}

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

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 10px;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}

a{
	color: #008577; /*00574D*/
	text-decoration: none;
}

a:hover{
	color: #00574D;
	text-decoration: underline;	
}

.left{
	float: left;
	margin-right: 10px;
}

.right{
	float: right;
	margin-left: 10px;
}

.strong{
	font-weight: bold;
}

.normalcase{
	text-transform: none;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}

.error{
}

/* Le contenu
-------------------------------------------------------- */
#home2 h1{
	color: #F29325;
	border-bottom: 2px solid #F29325;
}

#home3 h1{
	color: #9CCC0A;
	border-bottom: 2px solid #9CCC0A;
}

#content ul{
	margin: 0;
	padding: 0;
	/*list-style: none;*/
}

#content li{
	margin: 5px 0 0 12px;
	/*padding: 0 0 0 10px;		
	background: transparent url(../img/puce-texte.gif) no-repeat left top;*/
}
#content li li{
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	background: transparent url(../img/puce-texte2.gif) no-repeat left top;
}

#selection h2{
	color: #BF3030;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;	
}

#selection li{
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;		
	list-style: none;
	/*list-style-image: url(img/puce-lien2.jpg);*/
	background: transparent url(../img/puce-texte.gif) no-repeat left 1px;	
	font-weight: bold;
}


.day-date{
	/*padding-left: 20px;*/
	/*margin-left: -25px;*/
	color: #888;
	background: transparent url(../img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #CC78B1; /*#D75B00;*/
	background: transparent;
	margin: 0;
	padding: 0;	
}

h1.post-title{
	border-bottom: 2px solid #CC78B1;
	margin: 0 0 20px 0;
	/*font-size: 16px;*/
	/*text-transform: uppercase;*/
	/*font-weight: bold;*/
	/*line-height: 20px;	*/
}
h2.post-title{
	margin: 0;	
	padding: 0;		
}
h3.post-title{
	margin: 15px 0 0 0;	
	padding: 0;		
}

.post-title a{
	/*color: #30BFBF;*/
	margin: 0;		
	padding: 0 0 0 10px;		
	background: transparent url(../img/puce-lien.gif) no-repeat left 2px;
	/*text-decoration: underline;*/
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-chapo{
	color: #666666;
	margin: 0;
	padding: 0;	
	text-align: justify;
}

.post-chapo p{
	margin: 0;
	padding: 0;	
	text-align: justify;
}

.post-content{
	text-align: justify;
	margin: 0;		
	padding: 5px 0 0 0;		
}

.post-content p{
	/*margin: 0;		
	padding: 10px 0 0 0;*/
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-content a{
	margin: 0;		
	padding: 0 0 0 0;		
	/*background: transparent url(../img/puce-lien.gif) no-repeat left 2px;*/
	/*text-decoration: underline;*/
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 10px 0;
	padding: 10px 10px;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	/*color: #30BFBF;*/
	font-size: 11px;	
}

#sidebar ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	/*text-transform: lowercase;*/
	font-weight: bold;	
}

#sidebar ul ul{
	/*padding: 0 0 5px 0;*/
	list-style: none;
	text-transform: lowercase;
	font-weight: normal;	
}

#sidebar li{
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;	
	background: transparent url(../img/puce-lien-cat.gif) no-repeat left 0px;	
	/*list-style-image: url(img/puce-lien.jpg);	*/
}

#sidebar h2{
	/*line-height: 20px;*/
	color: #B15695; /*#D75B00;*/
	margin: 5px 0;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid #B15695;	
}

#sidebar h3{
	/*color: #30BFBF;*/
	font-size: 10px;
	margin: 0;
}

#topnav a{
	margin: 0;	
	padding: 0;
	color: transparent;
	text-decoration: none;
	/*border-bottom: 5px solid #FFFFFF;	*/
}

#topnav a:hover, .category-current{
	/*border-bottom: 5px solid #57C2B7;
	background-color: #57C2B7;*/
}

#topnav ul{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	display: inline;	
}

#topnav ul ul{
	display: none;
}

#topnav li{
	/*margin: -2px;*/
	/*padding: 5px;*/
	/*background: transparent url(img/puce-lien-cat.jpg) no-repeat left 1px;*/
	/*list-style-image: url(img/puce-lien.jpg); */
	display: inline;
	/*border-right: 5px solid #FFFFFF;*/
}

.menu {
	margin: 10px 10px 20px 30px;
	padding: 10px 0 10px 0;
	background-color: #333;
}

.border-top{
	border-top: 1px solid #30BFBF;
}

#search{
	background: transparent;
	color: inherit;
	line-height: 20px;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(../img/q.png) no-repeat 4px center;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
	text-align: center;
	color: #FFFFFF;
}


#footer ul{
	margin: 0;
	padding: 3px 0;
	/*text-transform: uppercase;*/
	text-align: center;	
	/*font-weight: bold;*/
	list-style-type: none;
	/*display: inline;	*/
}

#footer li{
	margin: 0;
	padding: 0;
	display: inline;
}

#footer a{
	/*color: #00574D;*/
	/*padding: 5px;*/
	/*text-decoration: none;	*/
}

