/* !!!!! CHERCHER #63B325et remplacer par la couleur de référence !!!!!!!!  */



/* HTML Elements */


body {
	background: #FFF;
	color: #333;
	}

a:link, a:visited {
	color: #63B325;
	}
	
a:hover, a:active {
	color: #63B325;
	}

/* Structure */

#page {
	background:#ececec;
	}
	

/* Navigation Bar*/

#navbar {
	background:#2c2c2c;
	}
	
#page-bar li:hover {
	background: #63B325;
	}

#page-bar a, #page-bar a:visited {
	color:#FFF;
	}
	
	/* Dropdown Menus */	
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	border-top: 1px solid #C0C0C0;
	}

#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	}

/* Text*/

h3 {
	color:#63B325;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	}
	

/*Index Page*/

#tagline {
	color:#333;
	}
	
#headline {
	background:#fff;
	}
	
#featured {
	background:#fff;
	}
	
#middle {
	background:#fff;
	}
	
.category {
	border-top:#333;
	background:#fff;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333;}
#cat-2, #cat-4 {border-top:8px solid #63B325;}

#front-popular h3 {
	color:#fff;
	}
	
.category a {
	color:#333;
	}
	
.category a:hover {
	color:#fff;
	}
	
#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#63B325; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#63B325; color:#fff; }
	
#front-list {
	background:#fff;
	}
	
.meta {
	color:#333;
	}

.meta a {
	color:#333;
	}
	
	
/* Content Page*/



#content {
	background:#fff;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	color:#333;
	}

#content h2.title {
	border-bottom:#ddd;
	border-top:#ddd;
	}
	
.post .clearfloat {
	border-bottom:#ccc;
	}
	
.post img, .post a img, #front-list img, #archive img {
	border:#ccc;
	}

#stats span a {
	color:#333;
	}
	


/* Sidebar*/


#sidebar h3 {
	background:#333;
	color:#fff;
	}
	
#sidebar-top, #sidebar-bottom {
	background:#fff;
	}
	
#sidebar-left {
	background:#fff;
	}
	
#sidebar-right {
	background:#fff;
	}
	
#sidebar li {
	border-bottom:#ccc;
	}
	
#sidebar li ul li:last-child{
	border-bottom:#ccc;
	}
	
#sidebar-ads {
	background:#fff;
	}
	

	
/* Form Elements */



.field {
	border:#333;
	background:#fff;
	}

	



	
	/* Comments*/
	
	

.commentlist blockquote {
	background:#ededed;
	}
	
.commenttext {
	background:#f2f2f2;
	border-top:#ddd;
	border-bottom:#ddd;
	}
	
li.my_comment {
	background: #FFF;
	}
	
li.my_comment cite strong {
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	}
	
.commentmetadata {
	color:#4d4d4d;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:#bbb;
	}	

#comment {
	background:#fff;
	}
	
	
	
	
	
	
	
	
	
	/* Footer*/
	


#front-popular {
	color:#fff;
	background:#2c2c2c;
	}

#recentpost, #mostcommented {
	border:1px solid #fff;
	}


#recent_comments {
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}


#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	border-top:1px dotted #fff;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#63B325;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


	


