@charset "UTF-8";
/*
Theme Name: Benoît Blanchard V2
Theme URI: http://samuelbarbosa.net
Description: Le thème de la seconde version du site de Benoît Blanchard.
Author: Samuel Barbosa
Version: 1.1
Tags:
*/

/*
	Benoît Blanchard V2
	———————————————————
	
*/





/*
Reset.css
—————————

 	Basé sur le reset.css de Eric Meyer : 
    http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 

*/
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,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-weight:inherit;font-style:inherit;
font-size:100%;font-family:inherit;vertical-align:baseline}body{line-height:1;color:black;background:white}ol,
ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,
blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}



/*
Balises générales et structure
——————————————————————————————
*/
body{
	background-color: #e4e6e7;
	color: #444;
	font-family: monospace;
	font-size: 11px;
}

h1{
	font-size: 24px;
	line-height: 21px;
	margin-bottom: 26px;
	text-transform: uppercase;
}
h2{
	font-weight: bold;
	line-height: 14px;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
h1 a:hover{
	text-decoration: none;
}
#page{
	margin: 33px 0 70px 40px;/* 33px en haut, au lieu de 35 afin de bien caler le texte */
	position: relative;
}

#header{
	width: 220px;
}
#content{
	left: 220px;
	position: absolute;
	top: 69px;
}
#menu{
	line-height: 16px;
	/* padding-top: 4px; */ /*(à ajuster avec margin-bottom du h1 [12px])*/
}
.dashbold{
	font-weight: bold;
}
.clear{
	clear: both;
}
#the_img{
	cursor: pointer;
}
#tiretimg{
	position: relative;
	top: -1px;
}
#img-ctn{
	margin-bottom: 70px;
}
/*
Accueil
———————
*/
.post-home{
	float: left;
	min-height: 295px;
	line-height: 14px;
	margin: 0 40px 0 0;
}
.post-home img{
	margin-top: 7px;
}
#new-container{
	position: relative;
	top: -14px;
}
/*
Textes
——————
*/
.post,
.post-single{
	line-height: 14px;
}
.post-content p,
.mceTemp
{
	margin-bottom: 14px;
	width: 400px;
}
.textes-content{
	width: 400px;
}
.textes-content p{
	margin-bottom: 14px;
}

/*
Pages
—————
*/
.page_content a{
	color: blue;
}