@charset "utf-8";
/* CSS Document */

/*///////////////////////////////////////// BLOG ///////////////////////////////////*/
#titreblog{
	font-size:14pt;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3c77a2;
	margin-top:10px;
	text-decoration:none;
}
#titre{
	font-size:12pt;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#f50000;
	margin-top:10px;
	text-decoration:none;
}
#titre a{
	text-decoration:none;
	color:#f50000;
}
#titre a:hover{
	color:#7e000a;
}
h1.titre{
	padding-top:5px;
}
h3{
	color: #d1100e;
	font-size:10pt;
	border: 1px solid #9f9f9f;
	padding:3px;
	background-color:#dddddd;
}
h4{
	font-size:9pt;
	color: #d1100e;
	margin:0;
	padding:0;
}
h5{
	clear:right;
	font-size:7pt;
	padding:0;
	margin:0;
	width:150px;
}
#tags{
	position:relative;
	top:120px;
}
#tags img{
	width:200px;
	height:23px;
	display:block;
	margin-left:7px;
	padding-bottom:10px;
}
#tagsmot{
	width:180px;
	margin-left:15px;
}
#tagsmot a{
	color: #3c3634;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
}
#tagsmot a:hover{
	color:#882624;
}
#image{
	float:left;
	padding:0;
}
#image img{
	width:120px;
	height:120px;
	display:block;
	margin-left:0;
	margin-right:10px;
	padding:5px;
	border: 1px solid #bcbcbb;
}
#texte{
	margin-bottom: 10px;
	text-align:justify;
	text-decoration:none;
}
.texte{
	text-decoration:none;
	color: #7f7f77;
	font-size:19pt;
	text-align:justify;
}
.texte{
	text-decoration:none;
	color: #7f7f77;
	font-size:10pt;
	text-align:justify;
}
.texte:hover{
	color:#9a0410;
}
#textebillet{
	text-align:justify;
	margin:0;
	font-size:10pt;
	text-decoration:none;
}
#imagebillet{
	float:left;
	padding:0;
	margin-right:10px;
	margin-bottom:10px;
}
#imagebillet img{
	width:240px;
	height:240px;
	padding:5px;
	border: 1px solid #bcbcbb;
	margin-left:0;
	display:block;
}
#commentaires{
	height:auto;
	padding:10px;
	border:1px solid #bcbcbb;
	margin-bottom:10px;
}
.lire{
	font-size:8pt;
	text-decoration:none;
	color: #7f7f77;
}
.lire:hover{
	color:#882624;
}

