/* 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;
}
sup{
vertical-align: super;
font-size:80%;
}
 /* FIN RESET */
 
/* ELEMENTS DE BASE */  
body{
	margin:0;
	font-family: Verdana,sans-serif;
	font-size:14px;
	color:#3F3F3F;
	background:#EFEFEF url(images/header.jpg) repeat-x top;
}
a{	color:#236C8F; 	text-decoration:none;}
a:hover{	color:#2F8CB8; text-decoration:underline;}

p{	line-height:20px; padding:5px 0;}

acronym{	border-bottom:1px dotted #3F3F3F; cursor:help;}

label{cursor:pointer;}
/* FIN ELEMENTS DE BASE */

/* STRUCTURE */

div#wrapper{
	margin:auto;
	padding:0;
	width:1000px;
	overflow:hidden;
	position:relative;
	background:transparent;	
}

div#container-head{ background:transparent url(images/content-top.jpg) no-repeat center top; height:140px;}
div#container-foot{ background:transparent url(images/footer.jpg) no-repeat center bottom;  height:6px; clear:both;}
div#container{background:#fff url(images/content-center.jpg) repeat-y center; padding:0;	height:auto; overflow:hidden; }

div#content {
	float:left;
	width:630px;
	padding-left:38px;
	padding-right:30px;
	position:relative; top:-120px;
	overflow:hidden;
}

div#content div.hentry,div#content div#comments{	}

div.sidebar {
	padding-right:38px;
	float:right;
	width:260px;
	position:relative; top:-120px;
	overflow:hidden;
}

/* FIN STRUCTURE */

/* HEADER */

div#header{
	height:117px;
	position:relative;	
}
#blog-title{ padding-left:30px;}
#blog-title a{	text-indent:-500px; overflow:hidden; display:block; width:422px; height:80px; background:url(images/logo.png) no-repeat center top;}



div#menu{
	position:absolute;
	top:88px;
	width:100%;
	height:30px;
	behavior: url("http://julienappert.com/wordpress/wp-content/themes/julienappert/js/csshover3.htc");
}
div#menu ul.first{
	position:absolute;
	right:70px;
}
div#menu ul.first li.li_depth_0{	float:left;	position:relative;	margin-right:5px; height:40px;	}
body.ie6 div#menu ul li.li_depth_0 a{ float:left;}
div#menu ul li.li_depth_0 a.depth_0{	
	text-decoration:none;
	color:#075B80;
	font-family:Verdana,sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:30px; 
	height:20px;	 
	display:block; 
	padding:7px 25px 3px 25px;	
}
body.msie div#menu ul li.li_depth_0 a.depth_0{ padding:3px 25px 7px 25px;}
div#menu ul li.li_depth_0 a:hover{text-decoration:none;}
div#menu ul li.li_depth_0:hover,div#menu ul li.li_depth_0.current_page_item,div#menu ul li.li_depth_0.current_page_ancestor{	background:url(images/menu-left.jpg) no-repeat left top; }

div#menu ul li:hover a,div#menu ul li.li_depth_0.current_page_item a,div#menu ul li.li_depth_0.current_page_ancestor a{	background:url(images/menu-right.jpg) no-repeat right top;}

div#menu ul li.li_depth_0 ul{	
	position:absolute; top:-999px; left:0;
	background:#075b80; 
	z-index:10;
	width:200px;
	padding:5px 15px;
	opacity:0.9; -moz-opacity:0.9;
	-moz-box-shadow: inset 3px 3px 5px #528ca7, inset -3px -3px 5px #1b4e65;
	-webkit-box-shadow: inset 3px 3px 5px #528ca7, inset -3px -3px 5px #1b4e65;	
	border-radius:4px; -moz-border-radius:4px; 	border-radius:4px; 	-webkit-border-radius:4px;	
}
div#menu ul li.li_depth_0:hover ul{	top:40px;	}
div#menu ul li.li_depth_0 ul li{	margin:0;  height:auto; padding:5px 0; clear:both;}
div#menu ul li.li_depth_0 ul li a{
	background:none!important;
	font-size:14px;
	line-height:20px;
	color:#fff;
}
div#menu ul li.li_depth_0 ul li a:hover{text-decoration:underline;}

ul#langs{
	padding:0; margin:0;
	position:absolute;
	top:92px; right:30px;
}
ul#langs li{ display:inline; padding-left:10px;}
ul#langs li a img{ border:0;}


form#searchform{	background:#fff; -moz-box-shadow: inset 1px 1px 2px #a6a6a6; border:1px solid #5F747F; height:30px; width:260px; overflow:hidden; margin:0; 	position:absolute; top:20px; right:30px; -moz-border-radius:5px; 	border-radius:5px; 	-webkit-border-radius:5px; }
form#searchform input.text{	float:left;  margin:2px 0 0 5px; width:210px;	height:22px;	padding:0;	padding:2px 5px 0 5px; font-size:16px; border:0px; color:#AFAFAF;}
form#searchform input.button{ 
	height:25px;
	margin:2px 2px 0 0;
	width:25px; 
	padding:0; 
	border:none; 
	cursor:pointer; float:right;
}

/* FIN HEADER */


/* BILLETS */
.entry-title{	font-size:30px; color:#236C8F; margin:0; padding:20px 0 20px 0;}
.entry-title img{	border:0px;	}
.entry-title a{	color:#236C8F;	}
.entry-title a:hover{	text-decoration:none; 	}
.entry-premeta {	text-align:right; margin:0 0 10px 20px; font-size:12px; }
.entry-content{	text-align:justify;}

.entry-content blockquote{ overflow:hidden; padding:2px 20px; font-style:italic; background:#EFF8FF; border:1px dashed #CCC;}
.entry-content a{text-decoration:underline;}
.entry-content a:hover{text-decoration:none;}
.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:20px; padding:20px 0 10px 0;}
.entry-content h2{	font-size:18px; padding:15px 0 7px 0; }
.entry-content h3{	font-size:16px; padding:10px 0 5px 0;}
.entry-content h4{	font-size:14px; padding:5px 0 3px 0;}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4{	color:#236C8F;font-weight:normal; clear:both;}
.entry-content p.suite a{font-weight:bold;}
img.shadow{	
	border: 1px solid #DBDBDB; 
	box-shadow: 3px 3px 12px #DBDBDB;
	-webkit-box-shadow: 3px 3px 12px #DBDBDB;
	-moz-box-shadow:3px 3px 12px #DBDBDB;
}
/* pour IE */
img.shadow { 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=10); 
  zoom: 1; 
} 
.entry-content .downloadLink{	
	background:#CAE57E url(images/telecharger.png) no-repeat 5px 5px; 
	padding:15px 25px 15px 60px;
	color:#515D42; 
	font-weight:bold; 
	line-height:30px; 
	display:block;
	width:200px;
	text-decoration:none;
	margin-left:30px;
	font-size:15px;
	-moz-border-radius:5px; 	border-radius:5px; 	-webkit-border-radius:5px;
	-moz-box-shadow: inset 3px 3px 5px #e0f0b5, inset -3px -3px 5px #99ad5f;
	-webkit-box-shadow: inset 3px 3px 5px #e0f0b5, inset -3px -3px 5px #99ad5f;		
}
.entry-content .downloadLink:active{	
	-moz-box-shadow: inset 3px 3px 5px #99ad5f, inset -3px -3px 5px #e0f0b5;
	-webkit-box-shadow: inset 3px 3px 5px #99ad5f, inset -3px -3px 5px #e0f0b5;
}
.entry-content .downloadLink:hover{	background-color:#DBEFA4;}

.entry-postmeta{ border:1px solid #C8C8C8; overflow:hidden; margin:10px 0; background:#EFEFEF;-moz-border-radius:5px; 	border-radius:5px; 	-webkit-border-radius:5px; clear:both; height:45px;}
.entry-postmeta ul.metas{	margin:5px auto 0 auto; padding:5px 20px; list-style:none;	overflow:hidden; float:left; }
.entry-postmeta ul.metas li{
	float:left;
	display:block;
	padding:4px 20px 4px 25px;
}
.entry-postmeta ul.metas li.comments{	background:url(images/comment.png) no-repeat left;}

.entry-postmeta ul.sharing{	margin:0 auto; padding:5px 20px; list-style:none;	overflow:hidden; float:right;}
.entry-postmeta ul.sharing li{	float:left;	display:block;	padding:4px 10px; }

#relatedposts.entry-postmeta{	background:none; border:none; height:auto;}

#comments h3,#relatedposts h3{	margin:20px 0 10px 0; font-size:24px;}
#relatedposts ul li {	padding:0 0 10px 20px; background:url(images/icon_bullet.png) no-repeat left 6px;}

#comments-list ul{ padding:0; list-style:none;}
#comments-list ul li.comment{
	margin:5px;
	padding:10px;
	position:relative;
}
#comments-list ul li.comment .comment-content{	overflow:hidden; 	}
#comments-list ul li.comment .comment-content .comment-text{overflow:hidden; padding:20px;}
#comments-list ul li.comment .comment-submeta{height:30px; padding:10px;	background:#efefef;	border:1px solid #C8C8C8; -moz-border-radius:5px; 	border-radius:5px; 	-webkit-border-radius:5px; }
#comments-list ul li.comment.bypostauthor .comment-submeta{background:#BFEAFF;	}
#comments-list ul li.comment .comment-submeta p span.commenter a, #comments-list ul li.comment .comment-meta p span.commenter{	font-size:16px; font-weight:bold;	}
#comments-list ul li.comment .comment-submeta img.avatar{	position:absolute; top:0; right:0; padding:2px; background:#fff; border:1px solid #B4B4B4}

textarea#comment {
	height:300px;
	margin:5px 0 0 0;
	overflow:auto;
	width:100%;
	border:1px solid #A5ACB2;
	-moz-border-radius:5px; 	border-radius:5px; 	-webkit-border-radius:5px; 
	padding:5px 10px;
	background:#EFEFEF;
}
div.form-input{margin:10px 0 5px 0; position:relative;}
div.form-input label{ position:absolute; left:380px; top:5px;}
div.form-input input.text{	width:350px;		-moz-border-radius:5px; 	border-radius:5px; 	-webkit-border-radius:5px;  	border:1px solid #A5ACB2; padding:5px 10px; background:#EFEFEF;}
div.form-submit{margin:10px 0; clear:both;}
div.form-submit input{ 
	color:#fff;
	font-weight:bold;
	background:#075b80; 
	padding:5px 15px;
	border:0;
	cursor:pointer;
	border-radius:4px; -moz-border-radius:4px; 	border-radius:4px; 	-webkit-border-radius:4px;
	opacity:0.9; -moz-opacity:0.9;
	-moz-box-shadow: inset 3px 3px 5px #528ca7, inset -3px -3px 5px #1b4e65;	
	-webkit-box-shadow: inset 3px 3px 5px #528ca7, inset -3px -3px 5px #1b4e65;	
}
div.form-submit input:hover{background:#2F8CB8;}
div.form-submit input:active{ 
	-moz-box-shadow: inset 3px 3px 5px #1b4e65, inset -3px -3px 5px #528ca7;
	-webkit-box-shadow: inset 3px 3px 5px #1b4e65, inset -3px -3px 5px #528ca7;
}
p#comment-notes{ margin:10px 0 5px 0; font-style:italic;}

.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;
}

body.wordpress  .wp-pagenavi{	width:auto; margin:30px auto 10px 300px;}
body.wordpress  .wp-pagenavi span.pages{ border:0;}
body.wordpress  .wp-pagenavi a{ border-color:#236C8F;}
body.wordpress  .wp-pagenavi span{ border-color:#3F3F3F; color:#3F3F3F;}
body.wordpress  .wp-pagenavi span,body.wordpress  .wp-pagenavi a{padding:5px 10px;}

/* SIDEBAR */

div.sidebar{	padding-top:10px;}

div.sidebar .widget{
	padding:5px;
}
div.sidebar .widget#text-3,div.sidebar .widget#text-4{
	background:transparent;
	border:none;
}

#text-3 p{	text-align:center;	margin:0; padding:3px 0;}
#text-3 a{	margin:5px;}
#text-3 img{	border:none;	}



div.sidebar h3{	
	font-size:24px;
	text-transform:normal; 
	margin:0; 
	margin-bottom:10px;	
	color:#747474;
	background:none;
	padding-bottom:5px;
	border-bottom:1px solid #e3e3e3;
	
}
div.sidebar a{	text-decoration:none;}
div.sidebar a:hover{	text-decoration:underline; color:#3F3F3F;}
div.sidebar div.widgetcontent{
	
	padding:10px 0;
}

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

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:3px 0;
	background:url(images/icon_bullet.png) no-repeat left 0px;
	padding:0 0 10px 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{
}

div.sidebar li.widget_recent_comments li{background:none; padding-left:0; overflow:hidden; padding-bottom:5px;}
.attachment-post-thumbnail{	float:left; margin:0 1em 0 0;	}

/*FOOTER */
div#footer{
	padding:20px 0 50px 0;	
}
div#footer a{ }

div#footer p{
	padding:10px 30px;
	margin-bottom:0;
	text-align:center;
}
