/* Style  */            
/* Blog modèle tendance */

BODY{
	/*font-family: "arial";*/
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.gras {
	font-weight: bold;
}
.texte {
	font-size: 11px;
	text-align: justify;
}
.supp {
	font-size: 9px;
}
.clearright{
	clear: right;
	line-height: 0;
}
#description_blog {
    padding-left:0;
}
.list {
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 0px;
	font-size: 11px;
}
.ENTETE {
	position:relative;
	min-height: 150px !important;
	height: auto !important;
	height: 150px;
}
.ENTETE .titre {
	font-size: 48px;
	padding-top: 50px;
	margin-left: 35px;
	line-height: 50px;
}
.ENTETE .baseline {
	font-size: 16px;
	margin-left: 35px;
	font-weight: bold;
	line-height: 30px;
}
.TOP {
	display: none;
}
.COL-left{
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}
.COL-left .zone{
	margin-bottom: 15px;
	margin-right: 10px;
	padding-left: 15px;
}
.COL-left .zone .titre, .CONTENU .article .titre{
	font-size: 17px;
	padding-left: 35px;
	font-weight: bold;
	padding-bottom: 8px;
	border:0px solid red;
}
.COL-left #auteur.zone img{
	float: right;
	margin-left: 15px;
}
.COL-left #photo.zone .photo{
	margin-bottom: 5px;
	padding-left: 10px;
}
.COL-left .zone .texte{
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.COL-right {
	float: right;
	width: 190px;
	-width: 182px;
}
.COL-right .info{
	padding-bottom: 10px;
}
.COL-right .info .titre{
	margin: 5px;
	font-size: 13px;
	font-weight: bold;
}
.COL-right .info .texte{
	margin: 5px;
}
.GLOBAL500 .CONTENU, .GLOBAL700 .CONTENU {
	position: relative;
	margin-left: 200px;
	width: 500px;
	padding: 0 0 1px 0;
}
.GLOBAL700 .CONTENU{
	position: relative;
	width: 694px;
}
/*******************************************/
.CONTENU .article, .CONTENU .commentaire  {
	width: 490px;
	margin: 15px auto;
	padding: 0;
	position:relative;
}
.GLOBAL700 .CONTENU .article, .GLOBAL700 .CONTENU .commentaire  {
	width: 684px;
}
/*******************************************/
.CONTENU .article .titre, .CONTENU .commentaire .titre{
	margin-left: 5px;
	margin-right: 5px;
	font-size: 17px;
	font-weight: bold;
}
.CONTENU .article .date, .CONTENU .commentaire .date{
	float: right;
	font-size: 11px;
	margin-top: 0px;
}
.GLOBAL500 .CONTENU .article .resume, .GLOBAL500 .CONTENU .commentaire .resume{
	margin: 5px;
	padding: 3px;
	font-size: 11px;
}
.CONTENU .article .img, .CONTENU .commentaire .img{
	float: right;
	margin: 5px;
}

.CONTENU .article .comment, .CONTENU .commentaire .comment{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 15px;
	z-index:100;
}
.CONTENU .article .comment a {
	text-decoration: none;
}
.CONTENU .article .comment a:hover {
	text-decoration: none;
}
/*******************************************/
.CONTENU .article .chapitre, .CONTENU .commentaire .chapitre{
	margin-top: 5px;
	margin-bottom: 5px;
	position:relative;
}
.CONTENU .article .chapitre .titre, .CONTENU .commentaire .chapitre .titre{
	font-size: 13px;
	font-weight: bold;
	border: none;
	padding: 0;
	line-height: 30px;
}
.CONTENU .article .chapitre .texte, .CONTENU .commentaire .chapitre .texte{
	padding: 7px;
	padding-bottom: 0;
}
