
/*
 * IDENTIFIANTS
 */

#tpl_bloc_liste_idees
{
	width: 684px;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #EBEBEB;
	clear: both;
}

#tpl_bloc_idee
{
	width: 684px;
	margin-bottom: 20px;
	font-family: Verdana, Arial;
	font-size: 12px;
	border-bottom: 1px dotted #BFBFBF;
	clear: both;
}

#tpl_bloc_liste_commentaires
{
	width: 684px;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #EBEBEB;
	clear: both;
}

#tpl_bloc_commentaire
{
	width: 684px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial;
	font-size: 12px;
	border-bottom: 1px dotted #BFBFBF;
	clear: both;
}

#tpl_bloc_publication_classement
{
	width: 684px;
	height: 25px;
	padding: 10px;
	margin-left: 15px;
	color: #8A8A8A;
	font-family: Verdana, Arial;
	font-size: 12px;
	clear: both;
}

#tpl_bloc_vote
{
	width: 170px;
	float: left;
	color: #707070;
	background-image: url('../../../images/boite_idees/bloc_vote.png');
	background-repeat: no-repeat;
	background-position: 0px 22px;
	clear: both;
}

#tpl_bloc_contenu
{
	width: 510px;
	padding-bottom: 20px;
	float: left;
}

#tpl_bloc_formulaire
{
	width: 684px;
	clear: both;
}

#tpl_bloc_decalage_formulaire
{
	width: 170px;
	border: 2px solid;
	float: left;
}

#tpl_bloc_validation
{

}

/*
 * CLASSES
 */

.mod_boite_idees_publier_idee
{
	float: left;
	text-decoration: underline;
}

.mod_boite_idees_classement
{
	float: right;
}

.mod_boite_idees_titre_idee
{
	font-weight: bold;
	color: #C84314;
}

.mod_boite_idees_date_publication
{
	font-size: 11px;
	color: #8A8A8A;
}

.mod_boite_idees_total_votes
{
	margin-left: 10px;
	font-weight: bold;
}

.mod_boite_idees_publier_commentaire
{
	padding-top: 15px;
	padding-left: 8px;
	padding-bottom: 10px;
	font-weight: normal;
}

.mod_boite_idees_resultats_vote_pour
{
	margin-top: -40px;
	margin-left: 105px;
	color: #379B2B;
}

.mod_boite_idees_resultats_vote_contre
{
	margin-top: 10px;
	margin-left: 105px;
	color: #A43222;
}

.mod_boite_idees_barre_vote_pour
{
	height: 15px;
	margin: 2px;
	margin-top: 17px;
	background-color: 8DDB05;
	border: 1px dotted #FFFFFF;
}

.mod_boite_idees_barre_cote_contre
{
	height: 15px;
	margin: 2px;
	margin-top: 5px;
	background-color: #DF0707;
	border: 1px dotted #FFFFFF;
}

.mod_boite_idees_systeme_vote
{
	margin-top: 15px;
	margin-left: 10px;
	font-weight: bold;
}

.mod_boite_idees_image_systeme_vote_pour
{
	margin-top: -15px;
	margin-left: 70px;
	border: none;
	cursor: pointer;
}

.mod_boite_idees_image_systeme_vote_contre
{
	margin-top: -15px;
	margin-left: 20px;
	border: none;
	cursor: pointer;
}

.mod_boite_idees_publier_commentaire
{
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 14px;
}

.mod_boite_idees_label_formulaire
{
	width: 170px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #707070;
	float: left;
}

.mod_boite_idees_champ_formulaire
{
	margin-bottom: 5px;
}

.mod_boite_idees_informations_idees_commentaires
{
	width: 460px;
	padding-left: 170px;
	padding-bottom: 10px;
	text-transform: justify;
	color: #B7B7B7;
	font-family: Verdana, Arial;
	font-size: 11px;
}

.mod_boite_idees_informations_validation
{
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.mod_boite_idees_retour_idee
{
	margin-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: right;
	text-decoration: underline;
}

.mod_boite_idees_contenu_commentaire
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #8A8A8A;
}

/*
 * BALISES
 */

#tpl_bloc_contenu p, #tpl_bloc_formulaire p, #tpl_bloc_validation p
{
	text-align: justify;
	color: #707070;
}

#tpl_bloc_formulaire input
{
	width: 300px;
	border: 1px solid #B7B7B7;
}

#tpl_bloc_formulaire textarea
{
	width: 300px;
	height: 150px;
	overflow: auto;
	background-color: #FFFFFF;
	color: #707070;
	border: 1px solid #B7B7B7;
}*/
