/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/

.widget a {
	color: #2476bf;
	text-decoration:none;
}

span.gb-date-text::before {
    content: ' ( ';
}
span.gb-time-text::after {
    content: ' )';
}
i.gb-no-content,
span.gb-date-wrote-text {
    display: none;
}

span.gb-metabox-Messagepour-name {
  display: true;
	font-weight: normal;
	background-color: #eeeeee;
}
span.gb-metabox-Messagepour-content {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #eeeeee;
}


/*
.gwolle-gb input[type=”button”],
.gwolle-gb input[type=”submit”],
.gwolle-gb input.button {
border: 1px solid #1d98a9;
background: linear-gradient(to bottom,#229ea9 0%,#04808b 100%);
}
.gwolle-gb input[type=”button”]:hover,
.gwolle-gb input[type=”submit”]:hover,
.gwolle-gb input.button:hover {
background: #29a4b5;
background: linear-gradient(to bottom,#47c2d3 0%,#29a4b5 100%);
}
*/

@media print {
body {background:white; 
     font-size:10pt; 
     margin:0; }
#sidebar { display:none; }
#header { height:30px; }
#content{ margin-left:0; 
     float:none; 
     width:auto; }
.demo .red { color:black; 
     font-weight:bold; }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline; }
#content{ margin-left:0; 
     float:none; 
     width:auto; }
#footer, .ad { display:none; }
	
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid; }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px; }
h1.entry-title {
		font-size:20pt;
	}
blockquote, table, pre { page-break-inside:avoid; }
ul, ol, dl  { page-break-before:avoid; }

img.centered { display: block; 
     margin-left: auto; 
     margin-right: auto; }
img.right { padding: 4px; 
     margin: 0 0 2px 7px; 
     display: inline; }
img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; }
.right { float: right; }
.left { float: left; }
img { page-break-inside:avoid; 
     page-break-after:avoid; }

div.gb-metabox-line {display: none}
div.gwolle-gb-total {display: none}
	
div.gb-metabox-handle {display: none}

div.gb-entry{
    position: relative;
    border-top: 2px #ddd solid;	
		}
	
div.gb-entry-content{
    margin-left:10px;	
    margin-right:10px;
		margin-bottom:10px;
		}
	
div.gb-author-info{
background-color : #eeeeee	;
	font-weight:bold;
}
a.post-edit-link {display: none}
}


