/* CSS Document */

	/* ************************** poster un commentaire ************************* */
	
	.nomDuFuturPosteur{
		font-size:12px;
		font-weight:bold;
		color:#fea202;
		margin-bottom:6px;
		margin-top:15px;
	}

	.nomDuFuturPosteur a {
		font-size:12px;
		font-weight:bold;
		color:#fea202;
		text-decoration:none;
	}

	.adminSuppr a {
		font-size:10px;
		font-weight:bold;
		color:#08c6f8;
		text-decoration:none;
	}

	.photoDuFuturPosteur {
		float:left;
	}
	
	/* poster un commentaire */
	#formPosterUnCommentaire {
		float:left;
		margin-left:10px;
		width:508px;
		position:relative;
		top:-15px;
	}
	
	#formPosterUnCommentaire textarea {
		border:solid 1px #e5e5e5;
		width:508px;
		height:70px;
		background-image:url(/img/pageExploit/bgdHautInput.png);
		background-repeat:repeat-x;
		font-size:11px;
		color:#bfbfbf;
		text-align:left;
	}
	
	#charcounter_comm {
		font-size:10px;
		margin-bottom:3px;
	}
	
	.posterCommInputRadio {
		float:left;
		padding-top:6px;
	}
	
	#formPosterUnCommentaire label {
		font-size:11px;
		float:left;
		padding:6px 12px 0 8px;;
	}
	
	#formPosterUnCommentaire input {
		float:left;
	}
	
	#posterCommVideoDailymotion {
		margin-top:10px;
	}	
	
	#inputTextVideoDaily {
		float:left;
	}
	
	#inputTextVideoDaily input {
		width:249px;
		border:solid 1px #e5e5e5;
		background-image:url(/img/pageExploit/bgdHautInput.png);
		background-repeat:repeat-x;
		font-size:11px;
		color:#bfbfbf;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:6px;
	}
	
	#btnPosterVideoDM {
		float:right;
	}
	
	#btnParcourirPhoto {
		float:left;
		margin-left:5px;
		margin-top:2px;
	}
	
	#inputTextPhotoOrdi input{
		border:solid 1px #e5e5e5;
		background-image:url(/img/pageExploit/bgdHautInput.png);
		background-repeat:repeat-x;
		width:147px;
		float:left;
		font-size:11px;
		color:#bfbfbf;
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:6px;
	}
	
	
	/* les commentaires déjà postés */
	#commentairesPostes {
		margin-top:45px;
	}	
	
	/* Ceci est un commentaire */

	.nomDuPosteur a {
		font-size:12px;
		font-weight:bold;
		color:#fea202;
		margin-bottom:6px;
		margin-top:10px;
		text-decoration:none;
	}
	
	.photoDuPosteur {
		width:46px;
		height:46px;
		float:left;
		margin-right:10px;
		margin-bottom:6px;
	}

	.nomDuPosteur span a {
		font-size:10px;
		font-weight:bold;
		color:#08c6f8;
		text-decoration:none;
	}
	
	.contenuDuCommPoste {
		float:left;
		margin-bottom:6px;
	}
	
	.contenuDuCommPosteLeft {
		float:left;
	}
	
	.contenuDuCommTxt {
		color:#080808;
		font-size:11px;
		width:410px;
		margin-top:10px;
	}
	
	.contenuDuCommDate {
		font-size:9px;
		color:#528abc;
		float:left;
	}
	
	.signaler {
		float:left;
		margin-left:10px;
	}
	
	.signaler a {
		font-size:9px;
		text-decoration:none;
		color:#08c6f8;
	}
	
	.signaler a:hover {
		color:#fea202;
	}
	
	.contenuDuCommPosteRight {
		float:right;
		width:70px;
	}
	
	.contenuDuCommPosteRight img {
		width:70px;
		height:70px;
	}
	
	.contenuDuCommPosteRight p {
		text-align:center;
	}
	
	.contenuDuCommPosteRight a {
		font-size:9px;
		text-decoration:none;
		color:#08c6f8;
	}
	
	.contenuDuCommPosteRight a:hover {
		color:#999999;
	}

