/* Css Reset ==================================== */
html, body, div, img, p, table, thead, tbody, tfoot, tr,td,tt, h1,h2,h3,h4,h5,h6, a, span, fieldset  {
	margin:0;
	padding:0;
	border:0;
	outline:none;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing:antialiased;
	background: #c2c2c2 url(http://loloinfo.com/themes/loloinfo2/imgs/journal4.jpg);
	font-size: 15px;
	color: #222;
	font-family: 'Trebuchet MS', helvetica, arial, sans-serif;
	word-wrap: break-word;
	text-rendering:optimizeLegibility;
}

textarea, input[type='text'], input[type='url'],  input[type='email'], input[type='search'] {
	color: black !important;
	background-color: white !important;
}

p {
	font-family: "Arimo", Helvetica, Arial, sans-serif;
	text-align: justify;
	
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}


img {
	height:auto;
	max-width:100%;
}


/* old browser compatibility */
article, aside, figcaption, figure, footer, header, hgroup, nav, section, random{
	display: block;
}

/* General ====================================== */


/* Entete =================== */

#entete {
	background: url(http://loloinfo.com/cuisine/themes/loloinfo/imgs/fond.png) repeat;
	margin:0;
	}

#bandeau {
	background: url(http://loloinfo.com/cuisine/themes/loloinfo/imgs/header.png) repeat-x;
	min-height: 50px;
	margin-top: 30px;
	}

h1 {
	font-family: times, 'Trebuchet MS', helvetica, arial, sans-serif;
	color: #5e828c;
	font-size: 360%;
	font-weight: 600;
	margin: 0px 30px 0;
	padding-top: 30px;
	text-shadow: 3px 3px 3px #90a2a7;
}

#entete h2 {
	font-family: times, 'Trebuchet MS', helvetica, arial, sans-serif;
	font-size: 150%;
	margin: 0 30px;
	padding: 15px 0 30px 0;
	font-style: italic;
	text-shadow: 1px 1px 1px #777;
}


/* menu déroulant */


#menu {
	background: url(http://loloinfo.com/themes/loloinfo2/imgs/header.png);
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
	border: 0px solid #666;
	border-width: 1px 0;
	padding: 15px 0px;

	
}

#menu .sous-menu {
	float: left;
	line-height: 15px;
	padding: 15px 0px 19px 10px;
	display: inline;
}

#menu .menuclearfix {
	clear: both;
	height: 0;
}

.sous-menu a {
	float: left;
	font-size: 1.1em;
	margin: 0;
	vertical-align: baseline;
}

.sous-menu a:hover {
	text-decoration: none;
	color: #5e828c;
}

td.c1, td.c2 {
	border-radius: 5px;
	box-shadow: 0px 3px 5px #777;
	padding: 20px 10px;
}

td.c1:active, td.c2 img:active {
	border-radius: 5px;
	box-shadow: 0px 3px 8px #fff, inset 0px 2px 3px #aaa;
	border: 0px solid #666;
}

/* formulaire de recherche */




/* Partie centrale : postes ============================ */

#main {
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: 1200px;
	max-width: 1600px;
}

#midle {
	margin-left: 300px;
	counter-reset: nb_commentaires;

}

.itembloc {
	
	background-color: #fefefe;
	border: 1px solid #878d95;
	box-shadow: 0px 3px 8px #777;
}

.post-hgr, .sidebartitre {
	border-radius: 5px 5px 0 0;
	padding: 12px;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	border-bottom: 1px #222 dotted;
}

.post-hgr h2 a, .sidebartitre {
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #777;
	padding-left: 30px;
	font-style: italic;
	font-family: times, 'Trebuchet MS', helvetica, arial, sans-serif;

}

.post-cnt {
	margin:0;
	padding: 10px 50px;
	background: #fefefe url(http://loloinfo.com/themes/loloinfo2/imgs/fond.png);
	color: black;
	text-shadow: 0px 0px 2px rgba(120, 120, 120, .2);
	border: 0px solid blue;


}

.post-cnt h3, .contenu h4{
	border-bottom: 1px #000000 solid;
	margin: 30px 10px;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px 1px #777;
	
	}

.chapo, .sidebartitrechapo {
	color: #505459;
	font-size: 1.3em;
	font-style: italic;
	text-shadow: 0px 0px 2px rgba(120, 120, 120, .2);
	line-height: 1.5em;
	margin: 10px 20px;
	padding: 10px;
	
}

.post-cnt p {
	margin-bottom: 10px;
	text-indent: 15px;
	text-align: justify;
	border: 0px solid red;
}

.post-cnt p q{
	margin-bottom: 10px;
	text-indent: 10px;
	color: #4b4b4b;
	font-style: italic;
}

.post-cnt a {
	color: #154e58;
}

.post-cnt li {
	list-style-position : inside;
	list-style: none;
	margin: 0 0 5px -15px;
	
}

.post-ftr {
	border-radius: 0 0 5px 5px;
	text-align: center;
	background: #f2f1ef;
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	padding: 5px 10px 2px;
	border: 0px solid red;
}

/* articles ================= */
.articles-hgr {
	font-size: 1.2em;

}

.article-hgr .art-date {
	font-size: .8em;
	margin-top: 5px;
	font-weight: bold;
	margin-left: 3em;
}
.article-ftr .tags {
	text-align: right;
	font-size: 1.1em;
	padding-top: 5px;
	font-style: italic;
	font-weight: bold;
	
}
.bloc20 {
	height: 20px;
}

.bloc40 {
	height: 40px;
}

.bloc70 {
	height: 70px;
}

.bloc150 {
	height: 150px;
}

.bloc430 {
	height: 430px;
}


/* code presentation */
.code, pre, code {
	font-family: monospace;
	border-radius: 5px;
	padding: 10px;
	background-color: #C9F4C3;
	box-shadow: 1px 1px 2px black inset;
	color: black;
	white-space: pre-wrap;
}

pre {
	font-size: .9em;
	margin: auto 10px;
}

.quote, blockquote, q, {
	font-style: italic;
	font-weight: 200;
	}

.clearboth {
	clear: right;
}

/* GESTION DES IMAGES ============================ */
.imgfloatright, .imgfloatrightplat{
	float: right;
	padding: 15px 25px;
}

.imgfloatright2, .imgfloatright2plat {
	float: right;
}

.imgfloatrighttop, .imgfloatrighttopplat {
	float: right;
	padding: 0px 20px 20px 20px;
}

.imgfloatleft, .imgfloatleftplat {
	float: left;
	padding: 10px 25px;
}

.imgfloatleft2, .imgfloatleft2plat {
	float: left;
}

.imgfloatlefttop, .imgfloatlefttopplat {
	float: left;
	padding: 0px 20px 20px 20px;
}

.imgcenter, .imgcentermobile, .imgcenterplat, .imgcentermobileplat  {
	margin: 50px auto;
	padding-bottom: -5px;
	
}

.imgcenter img, .imgfloatlefttop img, .imgfloatleft2 img, .imgfloatleft img, .imgfloatrighttop img, .imgfloatright2 img, .imgfloatright img {
box-shadow: 0px 3px 7px #777;
}

.videohaut iframe, .videohaut video{
    margin: 20px auto;
    padding: 5px;
	max-width: 100%;
	width: 500px; 
	max-height: 100%;
	height: 230px; 
	
}


.news h2 a{
    background: #E6E6FA;
    color: #778899;
    font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
    text-indent: 10px;
    padding: 30px 40px 30px 60px;
    border: 0px solid #939393;
    -moz-box-shadow: 0px 0px 2px #1e1e1e;  
    -webkit-box-shadow: 0px 2px #1e1e1e;
     box-shadow: 0px 0px 2px  #1e1e1e;
}


/* commentaires =============== */
.comments {
	background: #dee5e7;
	border: 1px solid #878d95;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 3px 8px #777;
}

.commentaire-hgr {
	font-size: .8em;
	padding: 5px 12px;
}

.commentaire-hgr .com_titre:before {
   counter-increment: nb_commentaires;
   content: counter(nb_commentaires)" - ";
}

.commentaire-hgr .com_titre a {
	font-style:italic;
}

.commentaire-ftr h3 {
	font-size: .9em;
	text-align: left;
}

.commentaire-ftr .com-reply {
	float: right;
}

.commentaire-ftr .com-reply a {
	margin-left: 10px;
}

/* liens ====================== */
.links-hgr {
	font-size: .9em;
	padding-bottom: 5px;
}

.link-date {
	font-size: .9em;
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}

/* liens de ?page=2 */
.pagination {
	background: #f2f1ef;
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	font-size: 1.1em;
	line-height: 2em;
	margin: 0 5px 5px 5px;
	border-radius: 5px;
	box-shadow: 0px 3px 8px #777;
	text-align: center;
	border: 1px solid #878d95;
}

/* Sidebar ============================================= */

#sidebar{
	position: absolute;
	top: 0px;
	text-align: center;
	margin-bottom: 20px;
	color: #222;
	max-width: 280px; 
}

.sidebartitre {
	border: 1px solid #878d95;
	border-radius: 0px;
	border-bottom: 1px #222 dotted;
}

.sidebartitrechapo {
	padding-bottom: 59px;
}


#sidebar h4, menu3 ul h4 {
	background: #f2f1ef;
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	font-size: 1.1em;
	text-align: center;
	line-height: 2em;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
	box-shadow: 0px 3px 8px #777;
}

#sidebar h3 {
	background: #dee5e7;
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	color: #505459;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.5em;
	margin: 0 10px 5px 5px;
	padding: 5px 0 5px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #777;
}

#sidebar nav {
	
	border: 1px solid #878d95;
	padding-top: 10px;
	text-shadow: 0px 0px 2px #ddd;
	background: url(http://loloinfo.com/themes/loloinfo/imgs/fond.png);
}


#sidebar ul {
	list-style-type: none;
	text-align: left;
}

/* Menu accordeon ================== */

.menu3 {
			
	border: 1px solid #878d95;
	margin-bottom: 15px;
	padding: 0 5px 10px 5px;
	text-shadow: 0px 0px 1px #ddd;
	background: url(http://loloinfo.com/themes/loloinfo2/imgs/fond.png);
	border-radius: 5px;
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
}

.menu3 > li > a {
	background-color: none;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f5f6', EndColorStr='#dee5e7');
	width: 97%;
	height: 3em;
	line-height: 2.75em;
	text-indent: 2em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	border: 0px solid green;
}

.menu3 ul li a {
	background: #dee5e7;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #777;
	width: 95%;
	height: 2.75em;
	line-height: 2.5em;
	text-indent: 2em;
	display: block;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.923em;
	font-weight: 400;
	color: #505459;
	margin: 0 0 3px -10px;
}

.menu3 hr {
color: #505459;
	border: 0px solid orange;
}

.menu3 ul li:last-child a {
	border: 0px solid orange;
}

.menu3 ul li a:hover {
	text-decoration: none;
	font-style: italic;
	font-weight: 500;
	font-size: 0.950em;
}
.menu3 > li > a:hover, .menu3 > li > a.active {
	background-color: none;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f1f5f6', EndColorStr='#dee5e7');
	border-bottom: 0px solid #103c56;
}
.menu3 > li > a.active {
	border-bottom: 0px dashed #1a638f;
}


.menu3 > li > a:hover span, .menu > li a.active span {
	background: #2173a1;
}
.menu3 > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}

.menu3 ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 1px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #505459;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}

/* FIN Menu Accordeon ================== */

/* calendrier */

.sidebar2 {
	border: 1px solid #878d95;
	padding: 0 auto;
	margin-bottom: 5px;
	text-shadow: 0px 0px 1px #ddd;
	background: #dee5e7;
	border-radius: 5px;
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
	}


#calendrier {
	margin: 10px auto;
	empty-cells: hide;
	width: 250px;
	color: #505459;
}

#calendrier caption {
	background: #dee5e7;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #777;
	width: 80%;
	margin: 10px auto;
	line-height: 20px;
	font-weight: bold;
}

#calendrier th {
	background: #dee5e7;
	border-radius: 5px;
	box-shadow: 0px 3px 5px #777;
}

#calendrier td {
	background: #dee5e7;
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	box-shadow: 2px 2px 2px #333 inset;
	border: 1px solid 777;
	border-radius: 5px;
	padding: 3px 2px;	
	height: 22px;
	width: 15px;
	cell-padding: none;
}

#calendrier td a {
	border-radius: 3px;
	display: block;
	box-shadow: 2px 2px 5px black inset;
	line-height: 26px;
	background: #c4f6ff;
}

#calendrier td.active a {
	background: #70c3d2;
}

/* SEARCH FORM
-------------------------------------------------------- */

#search {
	text-align: right;
	margin-bottom: 20px;
	border: 1px solid gray;
	border-radius: 6px;
	box-shadow: 1px 1px 2px silver;
	background-color: white;
	}

#q {
	padding: 5px 0;
	box-shadow: none;
	border-radius: 6px;
	border-width: 0;
	text-align: left;
	width: 180px;
}

#input-rechercher { /* submit*/
	padding: 5px 0px;
	background: #f0f0f0;
	background: -webkit-linear-gradient(left, #fff 0%, #f0f0f0 10%);
	background: -moz-linear-gradient(left, #fff 0%, #f0f0f0 10%);
	background: -ms-linear-gradient(left, #fff 0%, #f0f0f0 10%);
	background: -o-linear-gradient(left, #fff 0%, #f0f0f0 10%);
	background: linear-gradient(left, #fff 0%, #f0f0f0 10%);
	border-radius: 0 6px 6px 0;
	border-width: 0;
	width: 80px;
}

.hasard {
	display: block;
}

.hasard a:hover{
	text-decoration: none;
}

.hasard a {
	background: -webkit-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -moz-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -ms-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: -o-linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	background: linear-gradient(top, #f1f5f6 50%, #dee5e7 53%);
	border-radius: 5px;
	box-shadow: 0px 3px 5px #777;
	border-radius: 5px;
		padding: 10px 20px;
	margin: 10px;
}

.hasard a:active{
	border-radius: 5px;
	box-shadow: 0px 3px 8px #fff, inset 0px 2px 3px #aaa;
	border: 0px solid #666;
}

/* dernier commentaires */
.encart_lastcom {
	background: url(http://loloinfo.com/themes/loloinfo2/imgs/fond.png);
	font-size: 95%;
	text-align: left;
}

.encart_lastcom li {
	margin: 0;
	padding: 0 10px 10px 0;
}	

/* ul rss */
#rss {
	text-align: left;
	width: 150px;
	margin: auto;
}

#rss li {
	margin-bottom: 5px;
}

#rss a {
	background-color: orange;
	box-shadow: 2px 2px 5px black inset;
	border: 1px solid black;
	border-radius: 5px;
	padding: 0px 2px;
}

/* Formulaire commentaires ================== */

#postcom {
	padding: 20px;

}

#postcom label {
	margin-top: 5px;
}

.infos input, textarea.commentaire {
	border: 1px solid gray;
}

#form-commentaire textarea.commentaire {
	background: url(http://loloinfo.com/cuisine/themes/loloinfo2/imgs/fond.png);
	width: 100%;
	width: -webkit-calc(100% - 6px);
	width: -moz-calc(100% - 6px);
	width: -o-calc(100% - 6px);
	width: calc(100% - 6px);
	padding: 3px;
	height: 250px;
	border-radius: 0 0 5px 5px;
	border-top-width: 0;
	position:relative;
	top:-1px;
	border: 1px solid gray;

}

#form-commentaire .formatbut input, #form-commentaire .infos input {
	display: inline;
	min-width: 26px;
}

#form-commentaire .formatbut .pm {
	float: right;
}

#form-commentaire {
	margin: 0 auto;
}

#form-commentaire fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#form-commentaire .infos {
	text-align: right;
	width: 100%;
	margin: 10px auto;
}

#form-commentaire .infos input {
	margin-top: 2px;
	border-radius: 5px;
	padding: 3px;
}


/* Boutons de formatage  */
p.formatbut {
	border: 1px solid #9999a3;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	height: 30px;
	width: 100%;
	width: -webkit-calc(100% - 6px);
	width: -moz-calc(100% - 6px);
	width: -o-calc(100% - 6px);
	width: calc(100% - 6px);
	line-height: 28px;
	margin: 0; padding: 0 3px;
	background: #cde6ff;
	background: -webkit-linear-gradient(top, #e6e6e6, white);
	background: -moz-linear-gradient(top, #e6e6e6, white);
	background: -ms-linear-gradient(top, #e6e6e6, white);
	background: -o-linear-gradient(top, #e6e6e6, white);
	background: linear-gradient(top, #e6e6e6, white);
}

.formatbut button.pm {
	margin-top: 3px;
}

.formatbut button {
	padding: 0;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0);
	height: 24px; width: 24px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.formatbut button:hover {
	border-color: silver;
}

.formatbut button:active {
	border-color: gray;
	background: #cde6ff;
	background: -webkit-linear-gradient(bottom, white, #d6d6d6);
	background: -moz-linear-gradient(bottom, white, #d6d6d6);
	background: -ms-linear-gradient(bottom, white, #d6d6d6);
	background: -o-linear-gradient(bottom, white, #d6d6d6);
	background: linear-gradient(bottom, white, #d6d6d6);
}

.formatbut button span {
	display: inline-block;
	width: 16px;
	height: 24px;
}

.formatbut .spacer {
	width: 2px;
	margin: 0 4px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #fafafa
}

/* .formatbut  */

#pmm span { background: no-repeat 0 3px url(imgs/toggle.png); }
#pmp span { background: no-repeat 0 3px url(imgs/toggle-expand.png); }

#button01 span { background: no-repeat 0 3px url(imgs/edit-bold.png); }
#button02 span { background: no-repeat 0 3px url(imgs/edit-italic.png); }
#button03 span { background: no-repeat 0 3px url(imgs/edit-underline.png); }
#button04 span { background: no-repeat 0 3px url(imgs/edit-strike.png); }
#button09 span { background: no-repeat 0 3px url(imgs/edit-link.png); }
#button10 span { background: no-repeat 0 3px url(imgs/edit-quotation.png); }
#button12 span { background: no-repeat 0 3px url(imgs/edit-code.png); }

/* champs nom, email, etc */
#form-commentaire .infos {
	text-align:right;
	margin: 10px auto;
	line-height: 2.2em;
}

#form-commentaire .infos input {
	width: 230px;
	padding: 2px 6px;
}

/* bouton valider, lien "mise en page" */
#form-commentaire .buttons {
	text-align: center;
	margin-top: 10px;
}

.formatbut .pm {
	float: right;
}

/* Footer ============================== */

#footer {
	text-align: center;
	padding: 15px 10px 15px 20px;
	margin-bottom: 30px;
	background: -webkit-linear-gradient(top, #F7F7F7 49%, #EFEFEF 53%);
	background: -moz-linear-gradient(top, #F7F7F7 50%, #EFEFEF 53%);
	background: -ms-linear-gradient(top, #F7F7F7 50%, #EFEFEF 53%);
	background: -o-linear-gradient(top, #F7F7F7 50%, #EFEFEF 53%);
	background: linear-gradient(top, #F7F7F7 50%, #EFEFEF 53%);
	box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
	border: 1px solid #222;
	border-width: 1px 0;
}

/* Responsive Desing */

/* MEDIA QUERY ===================================
adaptative styles for the width of the visitor's screen */

/* very little screens (less than 799 px) */
@media (max-width: 900px) {
	* { text-shadow: none; }
	h1 {
		font-size: 1.8em;
	}
	#entete h2 {
		font-size: 1.3em;
	}
	#menu {
		text-align: center;
		padding-bottom: 1px;
	}
	#menu .sous-menu, #search {
		display: inline-block;
		float: none;
	}
	.sous-menu-bloc {
		display: none;
	}
	td.c1, td.c2 {
		font-size: 1em;
		padding: 10px;
		margin: 2px auto;
}
	#search {
		display: block;
		margin: 5px 25px;
	}
	#input-rechercher {
		width: 25%;
	}
	#q {
		width:imgcenter 70%;
	}
	#sidebar {
		float: none;
		position: static;
		width: 99%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	#main {
		margin: 2px;
		padding-top: 0px;
		text-align: justify;
	}
	#midle {
		margin: 0;
		font-size: 0.9em;
	}
	.post-cnt, .post-hgr {
		padding: 5px 15px;
	}
	.post-hgr h2 {
		font-size: 1.3em;
	}
	.chapo {
		font-size: 1.1em;
	}
	.imgcenter {
		float: none;
		
	}
	.imgcenter600, .bloc20, .bloc40, .bloc70, .bloc150 {
	   display:none;
	}

	.imgfloatright, .imgfloatleft, .imgfloatright2, .imgfloatleft2, .imgfloatlefttop, .imgfloatrighttop, .imgcentermobile {
		float: none;
		display: block;
		border: 0px solid blue;
			
	}
	.imgcenter img {
		
		box-shadow: 0px 3px 5px #777;
	}

	.imgfloatright img, .imgfloatleft img, .imgfloatright2 img, .imgfloatleft2 img, .imgfloatlefttop img, .imgfloatrighttop img, .imgcentermobile img {
	margin: 0 auto;
	

	}
	

	#calendrier caption {
		line-height: 25px;
	}
	#calendrier td {
		height: 48px;
		width: 45px;
	}
	#calendrier td a {
		height: 45px;
		line-height: 45px;
	}
	#sidebar ul li {
		margin-top: 10px;
	}
	#form-commentaire .infos {
		width: 98%;
		text-align: left;
		line-height: 1.3em;
	}
	#form-commentaire .infos input {
		width: 98%;
		display: block;
		height: 2em;
	}
}

/*less little screens (betwenn 750 and 900 px)*/
@media (max-width: 1000px) and (min-width: 750px) {
	#entete h1, #main, #entete h2 {
		margin-left: 5px;
		margin-right: 5px;
	}
	#menu .sous-menu {
		padding-left: 10px;
	}
	#sidebar {
		position: absolute;
		top: 0px;
		width: 230px;
	}
	#sidebar nav {
		padding-left: 5px;
		padding-right: 5px;
	}
	#midle {
		margin-left: 240px;
	}
	.post-cnt {
		padding: 10px 5px;
	}
	.itembloc {
		margin-bottom: 5px;
	}
	#main {
		margin-top: 10px;
		font-size: 1em;
	}
	.post-cnt, .post-hgr {
		padding: 10px;
	}
	.post-hgr h2 {
		font-size: 1.1em;
	}
	.imgcenter {
		float: none;
		
	}
	.imgfloatright, .imgfloatleft, .imgfloatright2, .imgfloatleft2, .imgfloatlefttop, .imgfloatrighttop, .imgcentermobile, .imgcenter600 {
		float: none;
		display: block;
		
		border: 0px solid blue;
			
	}
	.imgcenter img {
		
		box-shadow: 0px 3px 5px #777;
	}

	.imgfloatright img, .imgfloatleft img, .imgfloatright2 img, .imgfloatleft2 img, .imgfloatlefttop img, .imgfloatrighttop img, .imgcentermobile img, imgcenter img{
	margin: 0 auto;
	

	}
	

	#calendrier {
	width: 200px;
	}
	#calendrier caption {
		line-height: 20px;
	}
	#calendrier td {
		height: 15px;
		width: 15px;
	}
	#calendrier td a {
		height: 15px;
		line-height: 15px;
	}
	#sidebar ul li {
		margin-top: 5px;
	}
	#form-commentaire .infos {
		width: 90%;
		text-align: left;
		line-height: 1.3em;
	}
	#form-commentaire .infos input {
		width: 90%;
		display: block;
		height: 2em;
	}

/*less little screens (betwenn 901 and 1024 px)
@media (max-width: 1200px) and (min-width: 901px) {

	h1, #main, #entete h2 {
		max-width: 901px;
		margin-left: auto;
		margin-right: auto;
	}
	#menu {
		padding: 15px 10%;
	}

	iframe, video {
	width: 350px;
	height: 175px;
	}

}*/

/* b i g    screens (larger than 1350 px) */
@media (min-width: 1350px) {
	h1, #main, #entete h2 {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	#menu {
		padding: 15px 10%;
	}
}

/* very    b  i  g    screens (larger than 1800 px) */
@media (min-width: 1800px) {
	body {
		font-size: 1.8em;
	}
	h1, #main, #entete h2 {
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
	#menu {
		padding: 15px 20%;
	}
}


@media print {
	body, .post {
		font-family:"DejaVu Serif", "Times New Roman", Times, serif;
		background:none!important;
	}
	div, h1, h2, h3, h4, h5, h6 {
		border: none !important;
	}
	h1, h2, h3, h4, h5, h6, .comment, .post, .comment a, .post a, .code, code, pre, q, blockquote {
		background: none!important;
		text-shadow: none!important;
		box-shadow: none!important;
		color: black!important;
	}
	#sidebar, #menu, #form-commentaire, #footer {
		display: none;
	}
	h2 a, h3 a {
		text-decoration: none;
	}
	a[href^='http']:after {
		content:" (" attr(href) ")";
		font-style: italic;
		color: #0000ff;
	}
	a[href^='http']:before {
		content:"*";
	}

	*[title]:after {
		content:" (" attr(title) ")";
		font-style: italic;
		color: #0000ff;
	}

	#midle {
		margin-right: 0px;
	}

	pre, blockquote {
		border:	1px solid gray;
	}

	img, pre, blockquote {
		page-break-inside:avoid;
	}

	p,h2,h3 {
		widows: 3; /* avoids having pages with < 3 lines of text */
		orphans: 3; /* same but avoids that < 3 lines from a same <p> are let alone on prev page */
	}
	h2, h3, h4 {
		page-break-after:avoid;
	}
}
