html, body, label {
	cursor: url("../Image/cursor_pencil.cur"), auto;
}


/* erreurs */ 

#erreur
{
	font-size:17px;
	color: #FF140C;
}



/* Register */
 .rbody
{
	padding-top: 100px;
}

.conteneur
{	
	text-align:center;
	padding-top: 100px;
}

.register
{
	margin-left: calc(50% - 150px);
    margin-right:50%;
    width: 305px;
	padding-top: 30px;
}
#submit
{
	margin-top: 20px;
	margin-bottom: 50px;
}

.lregister
{
	width: 300px;
	display: block;
}

#rsubmit
{
	margin-top: 3%;
}
#rreset
{
	margin-bottom: 10px;
	float:right;
}

#recaptcha {
	margin-top: 20px;
}




/* connexion */
.lbody
{
	padding: 0;
	margin: 0;
	background-image: url("../Image/grid100_260.png");
	background-size: 100px 100px;
    background-repeat: repeat;
	background-attachment:scroll;
	background-position:center;
	margin-bottom: 50px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form
{
	display: inline-block;
	text-align: left;
}

.divform {
	width: 300px;
}

.lhome
{
	width: 100%;
	display: block;
}

input
{
	margin-bottom: 20px;
}

.llink
{
	float:right;
	font-size:15px;
	color: #000;

}

.llink:hover, .llink:active
{
	color: #000;
}

.link_theme_doodle
{
	float:right;
	font-size:15px;
	color: #000;

}

.link_theme_doodle:hover, .link_theme_doodle:active
{
	text-decoration: none;
	color: #8A0808;
}

.ccconteneur
{
	margin-left: 25px;
	width: 250px;
}

.tablediv {
	border-collapse: separate;
    border-spacing: 50px;
	margin: 0 auto;
}

.tddiv {
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
}

.inputparticiper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 250px
}

.lien_inscription_mdpoublie {
	display: inline-block;
	float: right;
}

.btn_connexion {
	margin-top: 50px;
}



/* Accueil */
.abody
{
	padding-top: 100px;
	text-align: center;
	margin-bottom: 70px;
}

.atitre
{
	font-size: 175%;
}

.ap
{
	
	font-size:100%;
}

#acreation
{
	/* float:left; */
	font-size:17px;
}

#avoir
{
	/* float:right; */
	font-size:17px;
}

.aline
{
	margin-top:100px;
	display:inline-block;
	width:50%;
}

.lpar
{
	display: block;
	width: 500px;
	font-size: 17px;
	text-align: center;
	color: #000;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}

.lpar a
{
	width: 420px;
	display: inline-block;
	color:#000;
}

.lpar a:hover, .lpar a:active {
	text-decoration: none;
	font-weight: bold;
	color: #8A0808;
}

.parametres_compte {
	margin-top: 50px;
}

/* création */

.cdiv
{
	margin-bottom: 60px;
	padding-top: 100px;
	text-align: center;
}

.cform
{
	padding-top: 30px;
	width:300px;
}

#ch1
{
	font-size:25px;
}

.cselect
{
	float:right;
	margin-bottom: 3px;
}

#cp
{
	margin-bottom: 30px;
}

#csubmit
{
	display: block;
}
#creset
{
	margin-top: 15px;
	float:right;
}

.caline
{
	display:inline-block;
	width:350px;
}

.cldiv
{
	float:left;
}

.crdiv
{
	float: right;
}

.clabel {
	width:300px;
}



/* selection */

.sform
{
	margin-top: 70px;
	margin-bottom: 70px;
}

#sh1
{
	font-size:25px;
	
}

.sdiv
{
	padding-top: 100px;
	text-align: center;
}

.selection_textbox {
	width: 30%;
}


#ssubmit
{
	margin-top: 2%;
	margin-left: 15px;
}


/* Sondages */

.div_liste_sondages {
	margin-top:60px;
}

.table_liste_sondages {
	margin: auto auto;
	width: 80%;
	font-size: 16px;
}

.lien_liste_sondages {
	display:block;
	line-height: 37px;
	text-align:left;
	padding-left: 15px;
	color:#000;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lien_liste_sondages:active, .lien_liste_sondages:hover, .lien_suppr_liste_sondages:active, .lien_suppr_liste_sondages:hover {
	color:#000;
	text-decoration: none;
}

.case_liste_sondages {
	padding: 0;
	position: relative;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
	text-align:left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 1px;
}



.noclosed:hover {
	background-color:#ddd;
}

.case_suppr_liste_sondages {
	padding: 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	width: 40px;
	height: 40px;
}

.case_clore_liste_sondages {
	padding: 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 40px;
	height: 40px;
}

.lien_suppr_liste_sondages {
	display:block;
	line-height: 37px;
	text-align:center;
	color:#000;
	text-decoration: none;
	
}

.lien_suppr_liste_sondages_disabled {
	cursor: not-allowed;
	pointer-events: none;
	line-height: 37px;
	text-align:center;
}

.case_titre_border {
	border-left: 2px solid #ccc;
}

.th_titre {
	padding-left: 15px;
}

.case_copy_key_liste_sondages {
	padding: 0;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 186px;
}

input.btn, button.btn {
	background-color:#bbb;
}

input.btn:hover, input.btn:active, button.btn:hover, button.btn:active {
	background-color:#999;
}

.closed {
	background-color: #888;
}

.closed:hover {
	background-color: #888;
}

.img_croix:hover {
	content: url("../Image/croix_mouse_over.png");
}

.img_drapeau:hover {
	content: url("../Image/drapeau_over.png");
}





/* Aucun_sondage */

.aucun_sondage_link {
	font-size:15px;
	color: #000;

}

.aucun_sondage_link:hover .aucun_sondage_link:active {
	color: #000;
}



/* parametres */

.pbody
{
	padding-top: 100px;
	text-align: center;
	margin-bottom: 70px;
}

.parametres_ccconteneur
{
	margin-left: 50px;
	width: 400px;
}

.parametres_tddiv {
	display: inline-block;
	text-align: center;
	margin-bottom: 50px;
}

.parametres_divform {
	width: 400px;
}

/* Sondage */

.tablediv_sondage {
	border-collapse: separate;
    border-spacing: 50px;
	margin: auto auto;
	width: 100%;
}

.sondage_tddiv {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #ccc;
	text-align: left;
	margin-bottom: 10px;
}

.sondage_tddiv_btn {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.sondage_tddiv_tableau {
	text-align: center;
}

.sondage_p_lieu, .sondage_p_descr {
	display: block;
	max-width: 300px;
}

.btn_clore, .btn_supprimer {
	display: inline-block;
	padding-left: 500px;
	margin-left: 10px;
	margin-top: 10px;
}

.btn_copier_cle {
	display: inline-block;
	float: left;
	padding-left: 500px;
	margin-top: 10px;
}

.btn_vote_clore {
	margin-top: 10px;
	float: right;
}

.tableau_sondage {
	margin: auto auto;
	width: 100%;
	font-size: 13px;
}

.th_titre_border:first-child {
	border-right: 2px solid #ccc;
	border-bottom: 0;
}

.tableau_sondage td {
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.tableau_sondage .th_titre {
	padding-left: 3px;
	vertical-align: top;
	border-right: 2px solid #ccc;
	min-width: 30px;
	height: 100px;
	border-top: 2px solid #ccc;
}

.tableau_sondage .th_titre_nbvotes {
	padding-left: 3px;
	vertical-align: middle;
	border: 2px solid #ccc;
	min-width: 30px;
}

.tableau_sondage .th_nbvotes {
	padding-left: 3px;
	vertical-align: middle;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #ccc;
	min-width: 30px;
	text-align: center;
}

.td_nom {
	border-left: 2px solid #ccc;
}

.td_nom_bold {
	font-weight: bold;
	margin: auto auto;
	border-top: 2px solid #ccc;
}

.td_checkbox {
	border: 3px solid #888;
	font-weight: bold;
}

.tr_checkbox {
	border: 3px solid #888;
}

.check_vote_final {
	margin: auto auto;
	width: 100%;
	height: 18px;
}

.td_aucun_vote {
	border-left: 2px solid #ccc;
}

.img_tick {
	width: 30px;
	height: 30px;
}

.div_tick {
	text-align: center;
}

/* participaton */

.tableau_participation
{
	margin: auto auto;
	font-size: 13px;
}

.tableau_participation .th_titre {
	padding-left: 3px;
	vertical-align: top;
	border-right: 2px solid #ccc;
	min-width: 30px;
	width: 130px;
	height: 100px;
	border-top: 2px solid #ccc;
}

.textbox_nom_participant {
	width: 130px;
}

.tableau_participation td {
	border-right: 2px solid #ccc;
}

.td_checkbox_participant {
	width: 100px;
}

#valider_participation
{
	margin-top:20px;
}

.tr_checkbox_participant {
	border: 2px solid #ccc;
}







