/* RESET CSS */

/*http://meyerweb.com/eric/tools/css/reset/  v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 /* FIN RESET */

body{
	background:white url(images/header.jpg) repeat-x center top;
	padding:0;
	margin:0;
	font-family: Verdana,sans-serif;
	font-size:14px;
	color:#3F3F3F;
}
a{	color:#3684AF;}
a:hover{	color:#7E99AE; text-decoration:none;}
p{	line-height:20px; padding:5px 0;}

div#container {
	width:100%;
	overflow:hidden;
}

div#content {
	float:left;
	width:70%;
	margin-left:30px;
}

div.sidebar {
	margin-right:40px;
	float:right;
	width:20%;
}


div.skip-link{ position:absolute; top:10px; left:20px;}
div.skip-link a{ color:#7E99AE;}
div.skip-link a:hover{ color:#D3DAE0;}



div#wrapper{
	margin:auto;
	min-width:990px;
	max-width:1200px;
	overflow:hidden;
}
body.ie6 div#wrapper{width:990px;}

div#header{
	background:#7E99AE url(images/header-right.jpg) no-repeat right bottom;
	height:170px;
	position:relative;
}
#blog-title{	margin:0; padding:0; height:170px;position:absolute; left:0; top:0; background:url(images/header-left.jpg) no-repeat 20px bottom;}
#blog-title a{ 
	display:block; 
	color:#fff;	
	text-decoration:none;	
	font-family: "Palatino", "Georgia", "Baskerville", serif; 
	font-size:40px; 
	margin-top:20px; 
	margin-left:170px; 
	width:488px;
	height:46px;
	background:url(images/titre.jpg) no-repeat center;
	text-indent:-4000px;
	}
#blog-description{ 

	color:#fff; font-family: "Palatino", "Georgia", "Baskerville", serif;  position:absolute; left:350px; top:90px;
	background:url(images/description.jpg) no-repeat center;
	width:379px;
	height:23px;
	text-indent:-4000px;
	}

div#access{
	height:40px;
	overflow:hidden;
}
div#menu{padding-left:20px; }
div#menu ul,div#menu ul ul, div#tools ul {
	line-height:1;
	list-style:none;
	margin:0;
	padding:0;
}
div#menu ul li{  float:left;}
div#menu ul ul{display:none;}
div#menu ul a {
	display:block;
	height:25px;
	margin:7px 10px 5px 0;
	padding:0 0.5em;
	padding-top:2px;
	text-decoration:none;
	color:white;
	float:left;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
body.msie div#menu ul a{padding-top:0; margin-top:5px;}
div#menu a:hover, div#menu .current_page_item a {
	color:#585757;
	background:white;	
	border-radius:10px;	-moz-border-radius:10px; -webkit-border-radius:10px;
}

div#access div#tools{
	float:right;
	padding-right:20px;
}
div#tools ul li{	float:left;}
div#tools ul li a.syndicate{ 
	color:#fff; 
	text-decoration:none; 
	display:block; 
	background:url(images/feed_32.png) no-repeat 10px 4px; 
	padding:9px 10px 9px 50px;
	margin-right:40px;
}
div#tools ul li a.syndicate:hover{color:#7E99AE;}
body.msie div#tools ul li a.syndicate{ padding-top:11px;}


form#searchform{	background:#fff; padding:0 5px; border-radius:10px;	-moz-border-radius:10px; -webkit-border-radius:10px; border:1px solid #7E99AE; width:260px; overflow:hidden;margin:6px 20px 0 0;}
form#searchform input.text{	float:left; width:210px;	height:22px;	padding:0;	padding-top:3px; padding-left:10px; font-size:15px; border:0px!important; color:#7E99AE;}
form#searchform input.button{ 
	height:25px;	
	width:25px; 
	padding:0; margin:0; 
	border:none; 
	cursor:pointer; float:right;
}


.page-title{ margin:20px 0 0 0; font-size:16px; color:#515050;}

.entry-title,.entry-meta {
	clear:both;
}

#content h3{	font-size:18px; padding:15px 0 10px 0;}
/* BILLETS */

.hentry{ margin:30px 0 20px 0; padding:10px 20px 60px 20px; border:1px solid #C5CCD4; border-radius:10px;	-moz-border-radius:10px; -webkit-border-radius:10px; position:relative; ;
background:-moz-linear-gradient(top center, rgb(250, 250, 250),rgb(235, 235, 235));
background-color:#f7f7f7;  
}
.entry-header{  overflow:hidden;}
.entry-left{width:90%; float:left;}
.entry-title{	margin:0; padding:0;font-family: "Palatino", "Georgia", "Baskerville", serif;	font-size:35px;	color:#7E99AE;}
.entry-title a{	color:#367CAF; text-decoration:none; }
.entry-title a:hover{	color:#7E99AE; }
.entry-date{clear:both; font-size:90%; font-style:italic; position:relative; top:-5px;}
.entry-comm{width:45px; height:42px; margin:10px 0 0 0; padding:0 0 0 5px; float:right; background:url(images/comment.png) no-repeat center top;}
.entry-comm p{text-align:center;}
.entry-comm p a{ font-size:20px; line-height:20px; text-decoration:none;}

.entry-content{	text-align:justify; clear:both;}
.entry-content blockquote{ overflow:hidden; padding:2px 20px; font-style:italic; background:#EFF8FF; border:1px dashed #CCC;}
.entry-content ul{	list-style:disc outside; overflow:hidden; padding-left:20px;}
.entry-content ol{	list-style:decimal outside; overflow:hidden; padding-left:20px;}
.entry-content ul li,.entry-content ol li{ line-height:20px;}
.entry-content ul li,.entry-content ol li{ line-height:20px;}
.entry-content h1{	font-size:30px; padding:20px 0 10px 0;}
.entry-content h2{	font-size:25px; padding:15px 0 7px 0;}
.entry-content h3{	font-size:20px; padding:10px 0 5px 0;}
.entry-content h4{	font-size:18px; padding:5px 0 3px 0;}

.entry-meta{ border:1px solid #C5CCD4; border-radius:0 0 10px 10px;	-moz-border-radius:0 0 10px 10px; -webkit-border-radius:0 0 10px 10px;overflow:hidden; height:40px; background:#A7C7DF; position:absolute; width:100%; left:-1px; bottom:-1px;}



ul.sharing{	margin:0 20px 0 0; padding:5px 0; list-style:none;	overflow:hidden; float:right; width:300px;}
ul.sharing li.text{	font-size:16px; font-weight:bold; padding:6px 0 0 0;}
p.leaveComment{	font-size:16px; font-weight:bold; padding:0; width:280px; float:left; margin:0 0 0 20px; }
p.leaveComment a{background:url(images/leave-comment.png) no-repeat left 0px;  padding:5px 0 5px 32px; line-height:40px;  text-decoration:none;}
ul.sharing li{	float:left;	display:block;	padding:4px 10px; }



#comments-list ul{ padding:0; list-style:none;}
#comments-list ul li.comment{
	background:#EFF8FF;
	margin:5px;
	padding:10px;
}
#comments-list ul li.comment .commenter, #comments-list ul li.comment .commenter a{ font-weight:bold;}
#comments-list ul li.comment .comment-content{	overflow:hidden;	}
#comments-list ul li.comment .comment-content .comment-avatar{width:100px;text-align:center;float:left; padding:10px 0 0 0;}
#comments-list ul li.comment .comment-content .comment-text{}
#comments-list ul li.comment .comment-content img.avatar{		}

textarea#comment {
	height:20em;
	margin:0 0 0.5em;
	overflow:auto;
	width:90%;
}

.alignright,img.alignright{
float:right;
margin:0 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

/* SIDEBAR */

div.sidebar{padding:30px 0 0 0;}

div.sidebar a{text-decoration:none;}

div.sidebar h3{	color:#3F3F3F;	background:#7E99AE; color:white; font-family: "Palatino", "Georgia", "Baskerville", serif; text-transform:normal; font-size:20px;  width:100%; border:1px solid #C5CCD4; border-radius:10px 10px 0 0;	-moz-border-radius:10px 10px 0 0; -webkit-border-radius:10px 10px 0 0; position:relative; top:-1px; left:-1px; }
div.sidebar h3 span{padding:5px 10px;}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0;
padding:0;
}

div.sidebar ul ul li {
	list-style:none;
	margin:0;
	background:url(images/fleche-grise.png) no-repeat left 10px;
	padding:2px 0 4px 17px;
	line-height:20px;	
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div.sidebar ul li.widget{
	padding:0;
	line-height:20px;
	border-radius:10px;	-moz-border-radius:10px; -webkit-border-radius:10px;
	background:-moz-linear-gradient(top center, rgb(250, 250, 250),rgb(235, 235, 235));  
	border:1px solid #C5CCD4;
	background-color:#f7f7f7; 
}
div.sidebar ul li.widget div.widgetcontent{	padding:10px 10px 20px 10px;}


/*FOOTER */
div#footer{	
	padding:40px 30px 40px 30px;
	text-align:center;
}