/* Winter par Graphiques-Kits.com */

body {
	color: #4e4e4e;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana;
	background-color: #B3E59E;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	height: 100%;
	position: relative;
}

#global {
	min-height: 100%;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#header {
	width: 900px;
	height: 320px;
	margin: 0 auto;
	background: url(images/header_muffins.jpg) no-repeat;
}

#footer {
	width: 100%;
	height: 57px;
	margin: auto;
	background: url(images/footer.jpg) top repeat-y;
}

#content {
	float: right;;
	width: 600px;
    margin-right: 50px;
}

#navigation {
	float: left;
	width: 195px;
	margin-left: 50px;
}

ul#menu {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style: none;
}

ul#menu li a {
    color: #4e4e4e;
    text-decoration: none;
}

ul#menu li a:hover {
    color: #4e4e4e;
    text-decoration: none;
	font-weight: bold;
}

#center {
	padding-bottom: 50px;
	overflow: auto;
	text-align: left;
	background: url(images/corp.jpg) repeat-y;
}

a img {
    border: none;
}

a {
	color: #2e5a00;
	font-weight: bold;
	font-size: 12px;
}

h1 { 
    color: #2e5a92;
	font-size: 18px;
    margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0.5em;
	padding-bottom: 0.2em;  
	border-left: 3px solid #C0C0C0;
	border-height: 5px; 
    line-height: 1.0;
}

h3 { 
    color: #2e5a92;
	font-size: 14px;
    margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0.5em;
	padding-bottom: 0.2em;  
	border-left: 3px solid #C0C0C0;
	border-height: 5px; 
    line-height: 1.0;
}

#copyright {
    padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
}

#copyright a:link, #copyright a:visited {
	color: #ffffff;
    text-decoration: none; 
}

#copyright a:hover, #copyright a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; 
}

#menu_nav {
	float: left;
	height: 40px;
	text-align: left;
	background-color: transparent; 
	color: #ffffff; 
	font-weight: bold;
	margin-top: 30px;
	font-size: 12px; 
	overflow: hidden;
	list-style: none;
}

#menu_nav li {
	float: left;
	margin-left: 0;
	padding-top: 5px;
}

#menu_nav li a {
	color: #ffffff; 
	text-decoration: none;  
	background: url(images/separateur.jpg) right center no-repeat; 
	padding-right: 5px;  
	padding-left: 5px ;
}

#menu_nav li a:hover {
    color: #2e568a; 
	text-decoration: none;
}


/* comments */
.comments{padding:5px; font-family:Arial, Helvetica, sans-serif;}
#comment{width:98%}
 /*Default comment (Guest)*/
.commenttext{border-top:1px solid #a6afd4;font-size:14px;width:100%;padding-top:3px}
.commentlist,.commenttext img{border:none;width:auto}
.commentlist li{list-style:none;padding:10px;margin-bottom:15px;overflow:auto;clear:both;background:#ffffff url('images/personal.gif') repeat-x 0 -31px;border:1px solid #cfcfcf;font-family:Verdana,sans-serif,Arial,Helvetica;font-size:12px;}
.commentlist li {}
.commentlist li cite{font:small-caps bold 1.3em Verdana,Arial,Helvetica,sans-serif;text-decoration:none}
.commentlist li cite a{text-decoration:none}
.commentlist li .gravatar-col img{border:5px solid #CFCFCF;width:64px;height:64px}
.commentlist li .gravatar-col{clear:left;float:left;width:90px}
.commentlist li .comment-col{float:left;width:420px}
.commentlist .datestamp{font-size:10px;color:#AAAAAA;}



