#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#main #pseudo_participation {
	font-size: 16px;
	font-weight: bold;
}
#main #intitule_defi {
	color: #cc0000;
	font-size: 20px;
	float: left;
	width: 70%;
	margin-bottom: 20px;
	margin-top: 10px;

}
#main #vues_participation_wrapper {
	float: left;
	font-size: 11px;
	line-height: 30px;
	width: 30%;
	text-align: right;
	margin-top: 10px;
}
#main #vues_participation_wrapper #vues_participation {
	font-weight: bold;
}

#main #participation_wrapper {
	clear: both;
	text-align: center;
}
#main #commentaire_participation {
	width: 557px;
	margin: 20px auto;
}
#main #nooi_habituel_wrapper {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
#main #score_wrapper {
	float: left;
	width: 50%;
	text-align: right;
}
#main #score_wrapper #score {
	color: #66cc00;
	font-weight: bold;
	font-size: 1.2em;
}
#main #vote_wrapper {
	width: 420px;
	text-align: right;
	clear: both;
}
#main .retour_info {
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	visibility:hidden;

}
#main .retour_info.ok {
	background-color: #9F9;
	border: 1px solid #0C0;
}
#main .retour_info.erreur {
	background-color: #FE9AA4;
	border: 1px solid #F00;
}
#exploits_wrapper  {
	margin-top: 30px;
}
#exploits_wrapper h2  {
	color: #999999;
	font-size: 22px;
	float: left;
	width: 40%;
	margin-bottom: 30px;
}
#exploits_wrapper #filtres_wrapper {
	float: left;
	width: 60%;
	text-align: right;
	margin-top: 7px;
	font-size: 11px;
}
#exploits_wrapper #filtres_wrapper a {
	text-decoration: none;
	color: #cc6666;

}
#exploits_wrapper #filtres_wrapper a.actif {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
#miniatures_wrapper {
	clear: both;
}

.une_miniature {
	width: 143px;
	height: 179px;
	text-align: center;
	font-size: 11px;
	float: left;
	margin-right: 8px;
}
.une_miniature .carre_miniature {
	height: 120px;
	border: 1px solid #999;
	padding: 6px;
	margin-bottom: 5px;
}
.une_miniature.active .carre_miniature {
	height: 120px;
	border: 1px solid #000;
	padding: 6px;
	margin-bottom: 5px;
}

.une_miniature .carre_miniature .pseudo_miniature {
	color: #cc0000;
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
}
.une_miniature p .score_miniature {
	color: #66cc00;
	font-weight: bold;
}

.pagination {
	text-align: center;
	margin-top: 20px;
}
.pagination a {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	font-size: 15px;
	display: inline;
	border: 1px solid #cccccc;
	height: 19px;
	width: 19px;
	margin-right: 6px;
	line-height: 20px;
	padding: 3px;
}
.pagination span {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	font-size: 16px;
	display: inline;
	border: 1px solid #cccccc;
	height: 19px;
	width: 19px;
	margin-right: 6px;
}

.pagination .page_prec, .pagination .page_suiv {
	width: 30px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 16px;
}

.pagination a.page:hover, .pagination a.page_prec:hover, .pagination a.page_suiv:hover  {
	color: #999999;
	border: 1px solid #999;
}


.pagination .active {
	color: #cc0000;
	border: 1px solid #cc0000;
	font-size: 15px;
	line-height: 20px;
	padding: 3px;
}
.pagination .petits_points {
	border: 0;
	color: #000;
}
#commentaire_wrapper {
	clear: both;
	margin-top: 40px;
}
#commentaire_wrapper h2 {
	color: #999999;
	font-size: 22px;
	float: left;
	margin-bottom: 30px;
}
form {
	clear: both;
	padding-left: 15px;
}
form #pseudo_commentaire_wrapper {
	width: 345px;
	float: left;
	text-align: right;
	margin-bottom: 7px;
}
form #pseudo_commentaire  {
	width: 228px;
	border: 1px solid #cccccc;
	padding: 5px;
}
form .charcounter {
	font-size: 11px;
	font-style: italic;
	color: #999;
	line-height: 20px;
	margin-left: 10px;
}
form #charcounter_pseudo_wrapper {
	float: left;
}


form #captcha_commentaire_wrapper {
	width: 345px;
	clear: both;
	text-align: right;
	margin-bottom: 15px;
}
form #captcha_commentaire_wrapper img {
	vertical-align: middle;
}

form #captcha_commentaire {
	width: 127px;
	border: 1px solid #cccccc;
	padding: 5px;
}
form #message_commentaire_wrapper {
	clear: both;
	margin-bottom: 20px;
}


form #message_commentaire {
	display: block;
	width: 580px;
	height: 88px;
	border: 1px solid #ccc;
}
form #btn_publier_wrapper {
	text-align: center;
	margin-bottom: 20px;
}
.un_commentaire {
	border: 1px solid #CCCCCC;
	min-height: 66px;
	padding: 5px;
	margin-top: 5px;
}
.un_commentaire .pseudo_commentaire {
	color: #cc0000;
	margin-bottom: 3px;
	font-weight: bold;
}
.un_commentaire .message_commentaire {
	font-size: 12px;
}

#vote_moins{
	visibility : hidden;
}

#vote_plus{
	visibility : hidden;
}
