/*
#####
CSS sheet modified by aspedacier.fr and based on the work of Darren Hoyt
#####
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style theme for Wordpress
Version: 3.0
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Nav
  HTML Tags
  Structure
  Headers
  Content Styles
  	 Misc
  	 Sidebar
  	 Single Post
  	 Archives
  Post Styles
  Comments
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Nav -----------*/

@import url('css/nav.css');

/* ---------- @ IE PNG Fix -----------*/


/* ---------- @ MENU UTILISATEUR SI CONNECTÉ -----------*/
#menu-user {
	position: fixed; /* pas reconnu par MSIE 5 et 6 */
	top: 0;
	left: 0;
	margin-bottom: 10px;
	width: 100%;
	/*height: 100%;*/
	background: #f0f0f0 url(images/process.png) 6px 3px no-repeat;
	border-bottom: 3px #e3e3e3 solid;
	color: #999999;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	line-height: 30px;
	z-index: 9999;
}
#menu-user span {
	float: left;
	padding-top: 3px;
	margin-left: 30px;
	color: #000000;
	font-weight: bold;
}
#menu-user ul {
	margin-left: 30px;
}
#menu-user li {
	list-style-type: none;
	padding: 3px 3px 3px 3px;
	/*border-right: 1px #999999 dotted;*/
	float: left;
}
#menu-user li.article {
	background: url(images/edit.png) 3px 3px no-repeat;
	padding-left: 27px;
	padding-right: 6px;
}
#menu-user li.membre {
	background: url(images/user.png) left 3px no-repeat;
	padding-left: 24px;
	padding-right: 6px;
}
#menu-user li.commentaire {
	background: url(images/comments_menu-user.png) 3px 3px no-repeat;
	padding-left: 27px;
	padding-right: 6px;
}
#menu-user li.admin {
	background: url(images/lock.png) left 3px no-repeat;
	padding-left: 24px;
	padding-right: 6px;
}
#menu-user li.deconnexion {
	background: url(images/unlock.png) left 3px no-repeat;
	padding-left: 24px;
	padding-right: 6px;
}

#menu-user a, a:visited {
	color: #999999;
	text-decoration: none;
}
#menu-user a:hover {
	color: #000000;
}

#page-top {
	/*width: 960px;*/
	width:1000px;
	height: 100%;
}

/* ----------  -----------*/

#titre {
	float:left;
	width: 735px;
	height: 130px;
	background: url(images/groupe-parents.png) 555px 16px no-repeat;
	z-index:1;
}
#titre h1 {
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 999;
}
#titre a {
	background: url(images/titre.png) 5px 15px no-repeat;
	display:block;
	width: 605px;
	height: 130px;
}
#titre a:hover {
	background: url(images/titre-hover.png) 5px 15px no-repeat;
	display:block;
	width: 605px;
	height: 130px;
}

#outils {
	float: left;
	width: 263px;
	padding: 15px 0 0 0px;
	font-size: 0.75em;
	z-index:1;
}
#outils form,input,button {
	float:left;
}
#outils a, a:visited {
	text-decoration: none;
	color:#FFF;
}
#outils a:hover {
	text-decoration: none;
	border-bottom: 1px #FFF solid;
	color:#FFF;
}
#outils a.aide {
	font-size: 0.8em;
	font-weight: bold;
	color: #cac8c2;
	text-decoration: none;
	border-bottom: none;
	padding-left: 6px;
}
#outils a.aide:hover {
	color: #ffffff;
}

#outils ul {padding-left: 4px;}
#outils li {
	list-style: none;
	color:#FFF;
	font-weight: bold;
	padding: 0 0 12px 30px;
	line-height: 24px;
}
#outils li.feed {
	/*background: url(images/rss.png) left -3px no-repeat;*/
	background: url(images/rss.png) left top no-repeat;
}

#outils li.membre {
	/*background: url(images/users.png) left -3px no-repeat;*/
	background: url(images/users.png) left top no-repeat;
}

#outils li.forum {
	/*background: url(images/comments.png) left -3px no-repeat;*/
	background: url(images/comments.png) left top no-repeat;
}

#menu-home {
	clear: both;
}
/* ---------- @ HTML Tags -----------*/

* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	/*background: #002064 url(images/bg_body.png) repeat-x;*/
	/*background: #005aa0 url(images/bg_body2.png) repeat-x;*/
	background: #003965 url(images/bg_body4.png) repeat-x;
	color: #1d1d1d;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	line-height:160%;
	}

a {
	color: #005aa0;
        border: none;
        text-decoration: none;
	}

a:visited, a:active {
	color: #507ea0;
	}
        
a:hover {
	color: #507ea0;
	}
	
a[href^="http://"] {
	padding-right: 1.2em;
	background: transparent url(images/lien-externe.png) no-repeat 100% 0;
}

a[href^="http://fr.wikipedia.org/"] {
	padding-right: 1.2em;
	background: transparent url(images/wikipedia.png) no-repeat 100% 0;
}

a[href^="http://www.flickr.com/"] {
	padding-right: 1.4em;
	background: transparent url(images/flickr.png) 100% top no-repeat;
}

a[href*="http://aspedacier.fr"] {
    padding-right: 0;
    background: none;
}

a[href$=".pdf"] {
	padding-right: 1.4em;
	background: transparent url(images/pdf.png) no-repeat 100% 0;
}

#sidebar a[href^="http://"] { /* pour éviter background pabô dans liens sidebar*/
	padding-right: 0;
	background: none;
}
#bottom a[href^="http://"] {
	padding-right: 0em;
	background: none;
}

hr {
	display: block;
	height:1px;
	background:#d7d7d7;
	border:0;
	color:#d7d7d7;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	/*border-top:1px solid #e0ded9;
	border-bottom:1px solid #e0ded9;*/
        border:1px solid #e0ded9;
	}

td {
	padding:4px 6px;
	background:/*#e3e3e3*/#f0f0f0;
	/*border-bottom:1px solid #FFF;*/
        border:1px solid #FFF;
	}
		
table caption {
	background:/*#e3e3e3*/#f0f0f0;
	padding:2px 0;
	}	
			
a img, a:visited img {
	border:none;
	background: none; /* pour eviter lien-externe.gif */
	}
	
blockquote {
	color:#76767a;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.02em;
	}

pre {
	width:100%;
	overflow:auto;
	}

/* ---------- @ Structure -----------*/

#page {
	/*width:960px;*/
	width: 1000px;
	margin:0 auto;
	}
	
#wrapper {
	/*background:#FFF;*/
	font-size:0.75em;
	padding:0px 0px 0px 25px;
	/*padding:0px 25px 25px 25px;*/
	/*border-bottom:1px solid #cac8c2;*/
	border-left:1px solid #cac8c2;
	border-right:1px solid #cac8c2;
	/*border-top:1px solid #cac8c2;*/
	background: #ffffff url(images/bg_wrapper.gif) top right repeat-y;
	}

#masthead {
	padding:22px 0;
	border-bottom:1px solid #607b88;
	}

#content {
	font-size: 1.2em;
	width: 660px;
	float:left;
	padding: 0 25px 25px 0;
	}
	
#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#888787;
	padding: 0 0 0 20px;
	border-left:1px dotted #7c7c7c;
	margin:13px 0 0 20px;
	float:left;
	letter-spacing:0.01em;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 240px;
	float:left;
	padding: 0 0 25px 25px;
	}

#col-milieu {
	width:182px;
	float:right;
}

#eparc {
	height: 208px;
	/*background: url(images/eparc-logo_180x188.png) center 20px no-repeat;*/
}

#older-posts {
	margin-top: 22px;
}

#featured-cats {
	width:182px;
	float:right;
	}

#more-posts {
	/*width:413px;*/
	width: 453px;
	float:left;
	/*background: #fffce6/*#e3e3e3*/;
	border: 1px solid #008dd8;
	}
	
	
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.01em;
	/*float:left;*/
	}

h1.hidden /* bloginfo name*/{
	z-index:999;
	margin-left:-5000px;
	font-size: 0em;
}

h2 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}
	
#lead h2 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
.post h2 {
	font-size:1.8em;
        font-weight: bold;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2.posttitle {
        font: 2.2em Georgia, "Times New Roman", Times, serif;
	margin:25px 0 0 0;
	padding:0;
	border: none;
	font-weight: bold;
	}

h2.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
	}
				
h3 {
	/*border-top:3px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;*/
	border-top:3px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	padding:5px 0 5px 3px;
	margin:22px 0 15px 0;
	font-size:1em;
	background:none;
	color:#4c4b46;
	letter-spacing:0.07em;
	}

.post h3 {
	border:none;
	font:bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #232323;
	letter-spacing:0;
        margin: 15px 0 0 0;
	}

#more-posts h3 {
	/*border: none;*/
	margin: 3px 0 22px 0;
	font-size: 1.2em;
	/*border-top:3px solid #fff298;
	border-bottom:1px solid #fff298;*/
}

#eparc h3 {
	margin: 0;
}

#older-posts h3 {
	margin: 0;
}

#featured-cats h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom:-10px;
	}
	
.post h4 {
	/*margin:15px 0;*/
	margin: 15px 0 0 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
        margin: 15px 0 0 0;
	}

h6 {
	font: 0.7em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.15em;
	padding:4px 8px;
        margin-top: 10px;
	margin-bottom:5px;
	background:#e3e3e3;
	border-top:1px solid #d7d7d7;
	}


	
/* ---------- @ Content Styles -----------*/


/*Misc*/

h1 a, h1 a:visited {
	color:#444;
	text-decoration:none
	}

h1 a:hover {
	color:#686868;
	}

h1 a:active {
	color:#929292;
	}
			
h4 a, h4 a:visited {
	color:#383838;
	text-decoration: none
	}
	
h5 a, h5 a:visited,
h5 a:hover, h5 a:active {
	text-decoration: none
	}
	
#more-posts img, .archive-list a img, .archive-list a:visited img {
	float:left;
	margin: 4px 18px 8px 0;
	padding:2px;
	/*border:1px solid #b9b9b9;*/
	background:#FFF;
	}
	
#more-posts img {
	margin:3px 12px 4px 0;
	}

.recent-excerpts {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:10px;
	}
	
#older-posts ul {
	margin:3px 0 3px 0;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}
#older-posts li {
	list-style: none;
	border-bottom:1px dotted #e3e3e3;
	padding:5px 0 5px 5px;
	}

span.older-posts-cat {display:block;}
span.older-posts-cat a {
	font-style:normal;
	font-weight:lighter;
	font-size:0.8em;
	font-family:Helvetica, Arial, 'Sans Serif';
	}

#featured-cats ul {
	margin:3px 0 22px 0;
	}

#featured-cats li {
	list-style:none;
	border-bottom:1px dotted #B6B6B6;
	padding:5px 0 8px 6px;
	margin:4px 0;
	line-height:135%;
	}
		
#lead {
	margin:22px 0px;
	padding-left:10px;
	padding-top:20px;
        background: #f0f9ff url(images/en-une.gif) 10px 10px no-repeat;
        border: 1px solid #008dd8;
	}

#lead:hover {
        background: #e0f3ff url(images/en-une-hover.gif) 10px 10px no-repeat;
        border: 1px solid #005aa0;
	}
        
#lead-text {
	float:left;
	width:480px;
	padding:10px 0 0 0;
	}

#lead-text h2 {
	font-weight: bold;
	/*font-style: italic;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#lead-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
#lead-text p.date {
	float:left;
	margin:18px 4px 0 0;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#lead br, .recent-excerpts br /*cleans up excerpts*/ {
	margin-bottom:15px;
	}

#lead img {
	float:right;
	margin:10px 10px 10px 0px;
	}
			
.commentcount {
	padding-right: 19px;
	background:url(images/user_comment.png) right bottom no-repeat;
	font: 0.75em Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}
.recent-cat {
	padding: 0 6px 0 6px;
	font: 0.7em lighter Arial, Helvetica, sans-serif;
	color:#666666;
}
#lead h2 .commentcount {
	font-size:0.5em;
	padding-left: 10px;
	}

.postmetadata .commentcount {
	font-size:1em;
	}

p.dernier-art-cat {margin-bottom:3px;}	
.date {
	float:left;
	margin:18px 4px 0 0;
	/*margin:6px 4px 0 0;*/
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#737373;
	letter-spacing:0.03em;
	}

#featured-cats .date {
	margin: 2px 3px 0 0;
	}


/*Sidebar and Widgets*/
#sidebar li, .headlines li {
	margin-left:30px;
	padding:5px 0;
	}

#sidebar a, #sidebar a:visited,
#home #content a, #home #content a:visited, 
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
.fullarchive a, .fullarchive a:visited {
	color:#424242;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
#home #content a:hover, #home #content a:active, 
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
.fullarchive a:hover, .fullarchive a:active {
	color:#686868;
	text-decoration: underline;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}
/* ***** Commentaires récents ***** */    
h3.commentaires-recents {
    background: url(images/commentaires-widget-titre.gif) 5px top no-repeat;
    height:32px;
    margin-top: 25px;
    padding:0 0 0 0;
    font-size: 0em;
    overflow: hidden;
    text-indent: -9999px;
    border:none;
}
   
/* ***** RSS ***** */
a.rsswidget, a.rsswidget:visited {
	/*font-weight: normal;*/
	}

li.rss-list {
	list-style: circle;
}
/*a.rss {
	color:#e3e3e3;
}*/
span.rss-date {
	font-style: italic;
	font-size: 0.9em;
        color:#999999;
}
h4.rss-title {
	padding:10px 0 10px 4px;
	font-family: Helvetica, Arial, 'Sans Serif';
        font-size: 1.1em;
        font-weight: bold;
        font-style: normal;
}

#ads img, .wp125ad img {
	float:left;
	margin:0 0 6px 6px;
	}

.textwidget {
	margin: 15px 0;
	line-height:160%;
	}	
	
.widget td {
	background:none;
	}
	
.widget table {
	border:none;
	}


/*Single Posts*/

#writer {
	background:#ededed;
	margin:-10px 0 22px 0;
	padding:3px 20px 16px 20px;
	border-bottom:1px solid #dadada;
	border-top:1px solid #dadada;
	}
	
#writer img {
	padding:1px;
	border:1px solid #b2afa4;
	float:left;
	margin:18px 15px 6px 0;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	

#tags a, #tags a:visited {
	text-decoration: none
	}

span#tags {
	font-size: 0.8em;
}
	
/*Archives*/

.archive-list li {
	list-style:none;
	width:318px;
	float:left;
	height:340px;
	margin: 8px 12px 10px 0px;
	border-bottom:1px dotted #b1b1b1;
	}

.archive-list img {
	margin:0 14px 0 0;
	}

.archive-list .postmetadata {
	border:none;
	margin:0;
	padding:4px 0 0 0;
	}

p.postmetadata {
	font-size: 0.8em;
}
		
#pagination {
	margin-top:30px;
	width:604px;
	}

#pagination .left {
	width:290px;
	text-align:right;
	}

#pagination .right {
	float:right;
	width:294px;
	}



/* ---------- @ Post Styles -----------*/

.entry {
	padding-bottom:10px;
	}

.postmetadata {
	padding: 7px 0;
	/*border-top:1px solid #d7d7d7;*/
	margin:0 0 20px 0;
	color:#7a7a7a;
	}	

.post code {
	background:#e3e3e3;
	padding:3px;
	font-size:1.2em;
	}
			
.post ul li {
	margin: 0 0 5px 42px;
	line-height:160%;
	}

.post ol li {
	margin:0 0 5px 48px;
	line-height:160%;
	}


/*Images*/
	
.entry img {
	display:block;
	/*border:1px solid #999;*/
	padding:2px;
	margin:15px 0;
	}

.wp-caption.alignleft, 
.wp-caption.alignright, 
.wp-caption.aligncenter {
	background:#e3e3e3;
	text-align:center;
	padding:10px 5px 10px 10px;
	border:3px double #FFF;
	}

img.alignleft {
	margin:5px 15px 10px 0;
	float:left
	}

img.alignright {
	margin:5px 0 10px 15px;
	float:right
	}

.wp-caption.alignleft {
	float:left;
	margin:5px 22px 10px 0;
	}
	
.wp-caption.alignright {
	float:right;
	margin:5px 0 10px 22px;
	}

.wp-caption.aligncenter, img.aligncenter {
    margin: 0 auto;
	display:block;
	margin-bottom:15px;
	float:none
   	}
		
p.wp-caption-text {
	margin:0;
	text-align:center;
	padding:5px 0;
	}	

.wp-caption img {
	float:none;
	margin:0;
	}	

.gallery {
	margin:15px 0;
	display:block;
	}
	
.gallery img {
	border:1px solid #999 !important;
	padding:2px;
	}

.gallery-item {
	padding:12px 0;
	}

.gallery-caption {
	padding:10px;
	}
        
/* ---------- @ Comments -----------*/

.reply a, .reply a:visited  {
	width:75px;
	background:#CCC;
	color:#FFF;
	display:block;
	margin-bottom:15px;
	padding:5px !important;
	text-align:center;
	border-bottom:1px solid #f2f2f2;
	border-right:1px solid #f2f2f2;
	text-decoration:none !important;
	font:italic 1em Georgia,Arial,Verdana;
	}

.reply a:hover {
	background:#aeaeae;
	text-decoration:none;
	border-bottom:1px solid #898989;
	border-right:1px solid #898989;	
	color:#FFF;
	}

.reply a:active {
	background:#CCC;
	}
			
.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}

.commentlist li.depth-2 {
	border:none;
	background:#FFF;
	border-top: 1px solid #f2f2f2;	
	margin-left:15px;
	}

.commentlist li.depth-3	 {
	margin-left:15px;
	border:none;
	background:#f2f2f2;
	}

.commentlist li.bypostauthor {
	background:#e5e5e5 !important; 
	border:1px solid #c7c7c7 !important;
	}
	
.commentlist code {
	background:#e0e0e0;
	padding:3px;
	}
	
.avatar {
	margin: 3px 10px 0 0;
	float:left;
	padding:2px;
	border:1px solid #b9b9b9;
	background:#FFF;	
	}

#trackbacklist li {
	margin: 10px 0 10px 35px;
	}

#trackbacklist cite {
	font-style:normal
	}
			
cite.fn {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing:-0.05em;
	display:block;
	padding-top:9px;
	}	

.says {
	display:none;
	}
	
.commentmetadata {
	float:left
	}
 
.comment-date a, .comment-date a:visited {
	color:#868686;
	font-size:0.9em;
	text-decoration:none
	}

.commentmetadata a:hover, .commentmetadata a:active  {
	text-decoration:underline;
	color:#333;
	}

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #s {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-left:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background: /*#005aa0*/ #008ad4;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	}

.button:hover {
	background: /*#507ea0*/ #005aa0;
	color:#FFF;
	text-decoration:none;
        cursor: pointer;
	}

.button:active {
	background:#005aa0;
        cursor: wait;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

#searchform {
	float:left;
	width: 299px;
	text-align:right;
	padding-top:8px;
	}

#s {
	width:190px;
	font-size:1em;
	}
*+html #s { /* ***** hack pour IE7 ***** */
	width:186px;
	font-size:1em;
}
	
#s:focus {
	background:#f8f8f8 !important;
	}

#searchsubmit {
	vertical-align:top;
	margin-left:10px;
	}		
input#searchsubmit {
	padding: 2px 2px;
	background: #5a8b24;
	color:#FFF !important;
	border: 1px solid #e2e2e2;
	font-size:1.1em;
        font-weight: bold;
	}

input:hover#searchsubmit {
	background: #98ca14;
	color:#FFF;
	text-decoration:none;
        cursor: pointer;
	}

input:active#searchsubmit {
	background: #5a8b24;
        cursor: wait;
	}

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* ---------- @ Footer -----------*/

#footer {
	font-size:0.75em;
	padding:25px 25px 25px 25px;
	background: #008dd7 url(images/search-128.png) 860px bottom no-repeat;
	border-left:1px solid #cac8c2;
	border-right:1px solid #cac8c2;
	border-top: 1px solid #cac8c2;
	border-bottom: 1px solid #cac8c2;
	color: #ffffff;
	}
			
#footer img {
	vertical-align:middle;
	}

#footer-col1 {
	float:left;
	width:299px;
}
#footer-col1 .textwidget {
	border-right: 1px solid #ffffff;
}

#footer-col1 a, #footer-col1 a:visited {
	color:#FFF;
	text-decoration:none;
	}

#footer-col1 a:hover {
	color:#FFF;
	border-bottom: 1px #FFF solid;
	}

#footer-col1 a:active {
	text-decoration:underline
	}

#footer-col1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-right: 10px;
}

#footer-col2 {
        color: #fff;
	float:left;
	width:299px;
	padding-left: 25px;
	/*padding-top: 25px;*/
}
#footer-col2 a {
    font-weight: bold;
}
#footer-col2 a:hover {
	color:#fff;
        /*text-decoration: none;*/
        border-bottom: 1px solid #fff;
	}
#footer-col2 a:visited {
	color:#fff;
	}
	
#footer-col2 h4 {
	padding-bottom: 15px;
}

#footer-col3 {
	float:left;
	width:299px;
	padding-left: 25px;
	/*padding-top: 25px;*/
}

#footer-col3 h4 {
	padding-bottom: 25px;
}

/* ---------- @ Bottom -----------*/

#bottom {
	color: #cac8c2;
	font-size:0.66em;
	padding: 10px 15px 10px 15px;
	height: 25px;
}

#bottom ul li {
	list-style: none;
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px dotted #cac8c2;
}


#bottom a, #bottom a:visited {
	color: #cac8c2;
	text-decoration:none;
}
#bottom a:hover {
	border-bottom: 1px dotted #cac8c2;
}

#bottom img {
    vertical-align: bottom;
}

#copyright {
	float:left;
	width:550px;
	}

#rss {
	float:right;
	width:350px;
	text-align: right
	}
	
	
	
#derniers-art {
	width:453px;
	height:30px;
	margin-bottom: 10px;
	background: #008dd8 url(images/5-derniers-articles.gif) 10px 3px no-repeat;
}
#derniers-art h2 {
	padding:0;
	margin:0;
	font-size: 0em;
	overflow: hidden;
	text-indent: -999px;
	border:none;
}
#derniers-art img {border: none; margin:0; padding:0;display: block;}


#anciens-art {
	width:182px;
	height:21px;
	margin-bottom: 6px;
	background: #008dd8 url(images/10-art-recents.gif) center 3px no-repeat;
}
#anciens-art h3 {
	padding:0;
	margin:0;
	font-size: 0em;
	overflow: hidden;
	text-indent: -999px;
	border:none;
}
#anciens-art img {border: none; margin:0; padding:0;display: block;}


#menus-titre {
	width:182px;
	height:21px;
	margin-bottom: 6px;
	background: #7ec14d url(images/menus.png) center 3px no-repeat;
}
#menus-titre h3 {
	padding:0;
	margin:0;
	font-size: 0em;
	overflow: hidden;
	text-indent: -999px;
	border:none;
}
#menus-titre img {border: none; margin:0; padding:0;display: block;}

#pedibus {
	height: 198px;
	margin-top:20px;
	/*background: url(images/pedibus.png) center 20px no-repeat;*/
}
#pedibus p {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding-top: 10px;
}
#pedibus-titre {
	width:182px;
	height:21px;
	margin-bottom: 6px;
	background: #e25d17 url(images/pedibus-titre.png) center 3px no-repeat;
}
#pedibus-titre h3 {
	padding:0;
	margin:0;
	font-size: 0em;
	overflow: hidden;
	text-indent: -999px;
	border:none;
}
#pedibus-titre img {border: none; margin:0; padding:0;display: block;}

/* ---------- @ EC3 Widget -----------*/
#ec3_widget {
	background: url(images/ec3_widget-titre.gif) left top no-repeat;
	margin-top: 25px;
}
#ec3_widget h3{
	padding:0 0 20px 0;
	font-size: 0em;
	overflow: hidden;
	text-indent: -999px;
	border:none;
}

.ec3_events li{
	color: #ba2019;
	font-size: 1em;
	font-weight: bold;
}

/* ---------- @ Suscribe2 -----------*/
#sb2 {
    clear: both;
    padding-bottom: 15px;
}

.s2_input {
    font-size: 24px;
    width: 400px;
    padding: 3px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
}

.s2_alert {
    background: #fbfbfb;
    padding: 3px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 16px;
    border: 1px solid #e5e5e5;
    color: #008ed8;
    font-weight: bold;
    font-size: 16px;
}

p.s2_submit {
    padding-top: 10px;
}

/* ------------- WP-SMILEY ----------------- */
img.wp-smiley {
margin:0px;
padding:0px;
border:0px;
float: none;
display: inline;
}

/* ------------- wp-link-pages ----------------- */
#wp-link-pages {
    background: #fff url(images/poursuivre-lecture.gif) left top no-repeat;
    margin-top: 50px;
    width: 100%;
    font-family: Georgia, "Times New Roman", serif;
}
#wp-link-pages h3.hidden {
    padding:0;
    margin:0;
    font-size: 0em;
    overflow: hidden;
    text-indent: -999px;
    border:none;
}
#wp-link-pages p {
    padding-top: 30px;
    padding-left: 25px;
    font-weight: bold;
}
#wp-link-pages a {
    color: #005aa0;
}

/* ------------- page erreur 404.php ----------------- */
h3.page-404  {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.7em;
	font-style: italic;
	padding: 25px 0 10px 0;
	border: none;
}
h4.page-404  {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	padding: 15px 0 10px 0;
	border: none;
}

p.page-404 {font-size: 1.2em; font-style: italic;}
p.page-404-med {font-size: 1em; font-style: italic; padding: 0 0 15px 15px; margin-left: 15px; border-left: 3px solid #e3e3e3;}

#page-404_col-g {float:left; width:310px; margin-top: 25px; padding-right: 10px;}

#page-404_col-d {
	float:left;
	width:310px;
	margin-top: 25px;
	padding-left: 10px;
	border-left: 3px solid #e3e3e3;
}
#page-404_col-d ol {padding: 0 0 15px 30px; list-style-type: decimal-leading-zero;}
#page-404_col-d li {padding: 8px 0 0 0;}

#tag-cloud {line-height: 200%; padding-bottom: 15px;}
#tag-cloud a {color: #005aa0;}
#tag-cloud a:hover {color: #005aa0; border-bottom: 1px solid #005aa0;}

/* ------------- widget WordPress Tag Cloud ----------------- */
/* ------- => modif dans themes/--/functions.php ----------- */
/* src = http://www.webdevonlinux.fr/2009/04/wordpress-embellissez-vos-nuages-de-tags/ */
.tags-1 { font-size: 1em; color: #ffffff;}
.tags-2 { font-size: 1.1em; color: #ffffff;}
.tags-3 { font-size: 1.2em; color: #ffffff;}
.tags-4 { font-size: 1.3em; color: #f5fbfe;}
.tags-5 { font-size: 1.4em; color: #f5fbfe;}
.tags-6 { font-size: 1.5em; color: #f5fbfe;}
.tags-7 { font-size: 1.6em; color: #a1d5f1;}
.tags-8 { font-size: 1.7em; color: #a1d5f1;}
.tags-9 { font-size: 1.8em; color: #a1d5f1;}
.tags-10 { font-size: 1.9em; color: #c4e5f6;}
.tags-11 { font-size: 2em; color: #c4e5f6;}
.tags-12 { font-size: 2.1em; color: #c4e5f6;}
.tags-13 { font-size: 2.2em; color: #80c6eb;}
.tags-14 { font-size: 2.3em; color: #80c6eb;}
.tags-15 { font-size: 2.4em; color: #80c6eb;}
