.articleBlog
{
	margin-bottom                   : 30px;
}

.blog_content
{
	color                           : #F2E0C9;
	text-transform                  : none;
	font-size                       : 15px;
}

.blog_commentaires > li
{
	padding                         : 10px;
}

.commentaire
{
	position						: relative;
	padding							: 0px 15px 15px 15px;
	margin-bottom					: 10px;
	color							: #000;
}

/*.conteneur_info_com
{
	border-bottom                   : 2px solid #f2d224;
	padding                         : 3px;
}*/

.info_commentaire,
.auteur_commentaire
{
	font-weight						: bolder;
	font-size						: 11px;
	color							: #C64C00;
}

.auteur_commentaire
{
	color							: #C64C00;
	font-size                       : 13px;
	text-transform                  : none;
}

 .avatar_commentaire
{
	padding                         : 10px;
	vertical-align                  : middle;
	margin-right                    : 20px;

	border-radius					: 10px 5px;

	-moz-border-radius				: 10px 5px;
	-webkit-border-radius			: 10px 5px;
	-o-border-radius				: 10px 5px;

	box-shadow						: 3px 3px 10px #000;

	-moz-box-shadow					: 3px 3px 10px #000;
	-webkit-box-shadow				: 3px 3px 10px #000;
	-o-box-shadow					: 3px 3px 10px #000;
}

ol
 {
	list-style						: none outside none;
    margin							: 0 auto;
    width							: 68.9%;
 }

 .commentaire
 {
	 max-width                      : 500px;
 }

 .contenu_commentaire
 {
	font-size                      : 13px;
	padding                        : 20px;
	border-radius					:  5px;

	-moz-border-radius				:  5px;
	-webkit-border-radius			: 5px;
	-o-border-radius				:  5px;

	box-shadow						: 3px 3px 10px #000;

	-moz-box-shadow					: 3px 3px 10px #000;
	-webkit-box-shadow				: 3px 3px 10px #000;
	-o-box-shadow					: 3px 3px 10px #000;

	background-color                : #EAD7B4;
	color                           : #000;
	margin-top                      : 15px;
	text-transform                  : none;
 }

/*.effacerCommentaire
{
	float                           : right;
	cursor                          : pointer;
	padding                         : 3px;
}

.effacerCommentaire:hover
{
	opacity: 0.7;
}*/

.formAjoutCommentaire
{
	padding                         : 10px;
	margin-bottom                   : 40px;
}

.membreEmailCommentaire
{
	color							: #7C533F;
	font-size                       : 14px;
	text-transform                  : none;
	padding                         : 5px 20px 0 0;
}

.messageTextarea
{
	font-size                       : 12px;
	border                          : none;
	text-transform                  : none;
	color                           : #000;;
	padding                         : 5px;
	outline                         : none;
	position                        : relative;
	font-family                     : Arial, Helvetica, sans-serif;
	background-color: #EAD7B4;
	border-color: #7D7F77;
	border-style: double;
	border-width: 1px;
	overflow                        : auto;
	width                           : 497px;
	height                          : 237px;
	resize                          : none;
/*	float                           : left; */
	margin                          : 0 0 0 0;
}

@media only screen and (max-width: 995px)
{
	.messageTextarea
	{
		width                       : 445px;
		height                      : 220px;
	}
}

@media only screen and (max-width: 767px)
{
	.messageTextarea
	{
		width                       : 249px;
		height                      : 170px;
	}
}

@media only screen and (max-width: 479px)
{
	.messageTextarea
	{
		width                       : 177px;
		height                      : 120px;
	}
}

.modifCommentaire
{
	float                           : right;
	padding                         : 3px;
}

.modifCommentaire a
{
	vertical-align                  : middle;
}

.modifCommentaire img
{
	cursor                          : pointer;
	vertical-align                  : middle;
}

.modifCommentaire img:hover
{
	opacity                         : 0.7;
}

.modifcommentaireArea
{
	width                           : 100%;
	min-height                      : 100px;
	max-height                      : 300px;
}

.paginationCommentaires
{
	float                           : right;
	padding                         : 15px;
}

.paginationCommentaires span
{
	padding                         : 5px;
}

.paginationCommentaires span a span
{
	padding                         : 10px;
}

.page_current
{
	color : #E0D0AC;
	background-color                : #C64C00;
	padding                         : 10px;
}

.boutonRight
{
	margin-top : 10px;
}

#formMembreSuiviBlogCommentaires
{
	margin-bottom: 30px;
}