/*  
Theme Name: Snake
Description: Snake par <a href="http://www.massi-b.be" title="Massi-B">Massi B</a> / base on a design by <a href="http://www.freecsstemplates.org" title="Free CSS Templates">Free CSS Templates</a>.
Version: 1.0
Author: Massi B
Author URI: http://www.massi-b.be/
*/
/*
Original design by Free CSS Templates (http://www.freecsstemplates.org)
Released for free under a Creative Commons Attribution 2.5 License
*/

/* balises html */
* {
	margin: 0;
	padding: 0;
}

body {
	background:#f2f2ea url(images/ombre.png) repeat-y center;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;	
}

h1 {
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin:1em 0;
}

p, blockquote, ol, ul {
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
blockquote {
	font-style: italic;
	margin:2em 0;
	padding:0 2em;
	background: url(images/guillemet.png) no-repeat left top;
	background-position: 5px 0%;
	border-left: 2px solid #669900;
}
ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/puce.png) no-repeat left center;
}

a {
	text-decoration: none;
	color: #669900;
}

a:hover {
	text-decoration: none;
	color: #ff9933;
}
img 
{
	border:0px;
	padding:1px;
}
img.wp-smiley, img.noborder 
{
	border:0;
	padding:0;
}
img.left 
{
    float:left;
    margin:0 1em 1em 0;
    padding:0;
}
img.right 
{
    float:right;
    margin:0 0 1em 1em;
    padding:0;
}
.clear 
{
    clear:both;
    height:1px;
}
input {
	
	}
/* Menu du haut */

#menu {
	height: 36px;	
	background:#ddc;
	width: 760px;
	margin: 0 auto;
}

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

#menu li {
	padding: 0;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 7px 20px 0 20px;
	font-size: 95%;
	font-weight: bold;
	color:ff9933;
}

#menu a:hover,
#menu li.current_page_item a {
	background: #ff9933;
	text-decoration: none;
	color: #ffffff;
}

/* Logo */

#logo {
	width: 760px;
	height: 140px;
	margin: 0 auto;
	background-image:url(images/1.png);
}

#logo h1 {
	margin: 0;
	padding: 120px 10px 0 0;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
}
#logo * 
{
	color:#000;
}
/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #fff url(images/wrap.jpg) repeat-y right;
}

/* Contenu */

#content {
	float: left;
	width: 480px;
	padding: 20px;
}

#bienvenue {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom:#ccc 1px dashed;
}
.post
{
    margin:10px 0;
    padding:5px 0 20px 5px;
	background-image:url(images/bg_article.png);
	background-repeat:no-repeat;
}
.post h2 {
	margin:0;
	padding-bottom:5px;
}
.post .meta {
    font-size:0.9em;
    color:#999;
    margin:0;
    padding:0;
    border-bottom:#ddd 1px dashed;
    text-transform:lowercase;
}
.post .story {
    margin:1em 0;
    padding:1em 0;
}
.separateur {
	border-bottom:#ddd 1px dashed;
		}
/* Commentaires */
input.textbox {
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus {
	background:#fff;
	border:#999 1px solid;
}
#commentform {
	margin:0;
	padding:10px;
	background:#fff;
}
#content .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;
}
#content .commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#content .commentlist li .cmtinfo {
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmttime {
	margin:0;
	padding:0;
	text-align:right;
	color:#999;	
	font-size:95%;
}
#content .commentlist li cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li.alt {
	background:#f9f9f9;	
}
#content .commentlist li.authorcomment {
	border-left:#d66 1px solid;
	border-right:#d66 1px solid;
}
#content .nocomments {
	font-size:0.9em;
	color:#999;
	text-align:center;
}

/* Menu vertical (droite) */
#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	font-size:0.9em;
}
#sidebar h2 {
	font-size:1.3em;
}
#sidebar ul {
	background: url(images/bg_menu.png) repeat-x left bottom;
}

#sidebar li {
	padding: 5px 0;
	background: url(images/bg_menu.png) repeat-x left top;
}

#sidebar a {
	padding-left: 1em;
	background: url(images/fleche.png) no-repeat left center;
	color: #ff9933;
}
#sidebar a:hover {
	padding-left: 1em;
	background: url(images/flecheb.png) no-repeat left center;
	color: #669900;
}
#sidebar ul ul {
    background:none;
}
#sidebar ul ul ul {
    padding:0 0 0 1em;
    margin:0;
}

.btnSearch {
	background-color:#f9f9f9;
	border: #669900 1px solid;
	}
	
#translation_bar a {
	background-image:none;
	}

#translation_bar a:hover {
	background-image:none;
	}


/* Pied de page */

#footer {
	height: 50px;	
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
	border-top:#ddc 1px dotted;
}

#footer .links {
	float: left;
	width: 460px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #f9f2eb;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #ff9933;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}