body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: url(/media/292.png);
}

#page {
	background: #fff;
	max-width: 1080px;
	width: 100%;
}

header#top {
	padding:0;
}
header#top h2 {
    height:0;
    margin:0;
}
header#top h2 a {
	color: #FFF;
	text-decoration: none;
	font-family: "Raleway";
	font-weight: 100;
	font-size: 150%;
	top: -3em;
	position: relative;
}
header#top h2 a:hover {
	color: #26A6AB;
}

#sub_header { display:none; }

footer { 
	width:auto; 
	background: #EEE;
}

article, section {
	line-height: 24px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}

section h1, section h2,
article h1, article h2 {
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	font-family: "Raleway";
}

.post_simple .post_info { 
	font-family: inherit; 
	border: 1px solid #EEE;
	padding: 10px;
	border-width: 1px 0;
	background: #FCFCFC;
	text-align: left;
}

section h2,
article h2 {
	padding-top: 15px;
	font-size: 20px;
	font-weight: 400;
	color: #666;
}

article img:not([width]),
section img:not([width]) {
	width: 100%;
	height: auto;
}

.post_commentaires img.avatar {
	width:40px;
	height:40px;
}

pre {
	background: #F4F4F4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
	width: auto;
	border:none;
	border-radius: 3px;
	font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
	border-left: 3px solid #DDD;
}

tt {
	font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
	font-size: 0.8em;
}

a { color: #0068b4; text-decoration:none; }
a.actif { font-weight: normal; }

.sidebar article:last-child {
	border: none;
}

.post_simple .bt_sociaux li {
	min-width: auto;
	width: 100px;
}

header#top .header_inner .menu_header {
padding: 5px 0;
margin: 0 0 20px 0; }

@media only screen and (min-width: 768px) {
	/*ul.bt_sociaux {
		height: 0;
		position: relative;
		top: -45px;
		right:-10px;
	}*/
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
	footer { width:auto; }
	#page { max-width: 830px; padding:0; }
	header#top h2 {font-size: 2.5em;}
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
	footer { width:auto; }
	#page { max-width: 520px; padding:0; }
    .search { bottom: 0px; left: 0; }
}
@media only screen and (max-width: 480px) {
	footer { width:auto; }
	#page { padding:0; }
	#page header { padding:0 5px; }
	#page section { padding:0 5px; }
    .search { bottom: 0px; left: 0; }
    header#top .header_inner .menu_header { margin-bottom:0; border:none}
    header#top h2 a { top:-90px}
}

::-moz-selection {
	background:#26A6AB;
	color:white;
}

::selection {
	background:#26A6AB;
	color:white;
}

input#r {
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 8px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 76px;
}

input#r:focus {
	outline: none;
	background-color: #F9F9F9;
	width: 196px;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 3px solid #EEE;
}

blockquote p {
	font-family: "Raleway";
	margin-bottom: 0;
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25;
}