/*Commentaires publiés */


#commentaires p {
	clear: both;
	display: block;
	float: none;
	margin: 30px 0;
	text-align: left;
}
.commentaire {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	min-height: 78px;
	clear: both;
	text-align: justify;
	padding-top: 10px;
	padding-bottom:10px;
	padding-right: 10px;
	background-color: #EEE;
	margin: 20px auto;
	-webkit-box-shadow: 5px 5px 5px -3px rgba(51,51,51,1);
	-moz-box-shadow: 5px 5px 5px -3px rgba(51,51,51,1);
	box-shadow: 5px 5px 5px -3px rgba(51,51,51,1);
}

.commentaire img {
	display: inline;
	padding: 10px;
	float: left;
}

.avatar {
	width: 58px;
	height: 58px;
	display: inline;
	padding: 10px;
	float: left;
}

.affichagecommentaire {
	display: block;
	padding-bottom: 5px;
	margin: 0 10px;
	word-wrap: break-word;
}
/* Fin commentaires publiés */

ul#ajoutcommentaire {
	width: 100%;
	list-style-type : none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.ajoutcommentaire {
	margin: 20px 0 0;
}
.ajoutcommentaire p {
	margin: 10px 0 5px;
	padding: 0;
}

.bouton_commentaire {
	font-family: Century Gothic, Futura, sans-serif;
	line-height: 64px;
	letter-spacing: 1px;
	border-width: 0;
	background-color: #DDD;
	text-align: center;
	transition:background-color 0.2s;
	-moz-transition:background-color 0.2s; /* Firefox 4 */
	-webkit-transition:background-color 0.2s; /* Safari and Chrome */
	-o-transition:background-color 0.2s; /* Opera */
}

.bouton_commentaire:hover {
	background-color: #AAA;
	cursor: pointer;
}



ul#boutonscommentaires li { 
	display : block;
	margin: 10px auto;
}

ul#boutonscommentaires {
	list-style-type : none;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

ul#boutonscommentaires li a { 
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 20px;
	color: #333;
	transition:color 0.2s;
	-moz-transition:color 0.2s; /* Firefox 4 */
	-webkit-transition:color 0.2s; /* Safari and Chrome */
	-o-transition:color 0.2s; /* Opera */
}

ul#boutonscommentaires li a:hover { 
	
}

.ajoutcommentaire {
	font-size: 16px;
	text-align: left;
	padding-bottom: 20px;
}

.ajoutcommentaire p {
	font-size: 14px;
	//font-weight: bold;
	margin: 20px auto 5px;
}

.ajoutcommentaire textarea {
	width:99%;
	margin: 0 auto 10px;
	border: 1px solid #CCC;
	font-size: 14px;
	font-family: Century Gothic, Futura, sans-serif;
	background-color: #FFF;
	resize: none;
}
.ajoutcommentaire input[type="text"] {
	width: 99%;
	font-size: 14px;
	border: 1px solid #CCC;
}

.ajoutcommentaire input[type="submit"] {
	width: 50%;
	font-size: 16px;
	padding: 0;
	margin: 10px auto 0;
	border: 0;
	background-color: #EEE;
	color: #333;
	border-radius: 5px;
}

.utilisateur {
	font-weight: bold;
	color: #4682B4;
	text-align: left;
}


@media only screen and (min-width : 1600px) {
	
}

@media only screen and (max-device-width : 768px) {
	#commentaires p {
		margin-top: 15%;
		margin-bottom: 1%;
		margin-left: 2.5%;
	}
	.commentaire img {
		padding: 2.5%;
	}
	.affichagecommentaire {
		padding: 0;
		width: inherit;
		margin: 0;
		margin-left: 10px;
	}
	.ajoutcommentaire {
		width: 100%;
		margin: 5% auto 0;
	}
	.ajoutcommentaire textarea {
		width: 98%;
		height: 160px;
		margin: 0 0.2%;
		padding: 0;
	}
	
	ul#boutonscommentaires li { 
		display : block;
		margin: 20px auto;
	}
	
	.ajoutcommentaire input[type="submit"] {
		display: block;
	   width: 80%;
	   height: 60px;
		line-height: 60px;
	   margin: 10px auto 0;
	   }
}