/*************************************************************************************/
/*************************************************************************************/
/* OVERLAY */

.overlay, .overlay_fixe, .overlay_close {
	display: none;
	font-size: 12px;
	z-index: 1000;
}

.overlay .close, .overlay_fixe .close {
	position: absolute;
	top: -7px;
	right: -9px;
	width: 28px;
	height: 28px;
	background: url(/imgs/default/close.png);
	cursor: pointer;
	z-index: 15;
}

.overlay_close .close {
	display: none;
}

.overlay .arrondis_haut_gauche, .overlay_fixe .arrondis_haut_gauche, .overlay_close .arrondis_haut_gauche {
	background: url("/imgs/default/popup/arrondis_haut_gauche.png") no-repeat;
	width: 15px;
	height: 15px;
	float: left
}

.overlay .arrondis_haut_droite, .overlay_fixe .arrondis_haut_droite, .overlay_close .arrondis_haut_droite {
	background: url("/imgs/default/popup/arrondis_haut_droite.png") no-repeat;
	width: 15px;
	height: 15px;
	float: left;
}

.overlay .arrondis_bas_gauche, .overlay_fixe .arrondis_bas_gauche, .overlay_close .arrondis_bas_gauche {
	background: url("/imgs/default/popup/arrondis_bas_gauche.png") no-repeat;
	width: 15px;
	height: 15px;
	float: left;
	clear: both;
}

.overlay .arrondis_bas_droite, .overlay_fixe .arrondis_bas_droite, .overlay_close .arrondis_bas_droite {
	background: url("/imgs/default/popup/arrondis_bas_droite.png") no-repeat;
	width: 15px;
	height: 15px;
	float: left;
}

.overlay .bord_vertical_haut, .overlay_fixe .bord_vertical_haut, .overlay_close .bord_vertical_haut {
	background: url("/imgs/default/popup/bord_vertical_haut.png") top repeat-x;
	height: 15px;
	width: 315px;
	float: left;
}

.overlay .bord_vertical_bas, .overlay_fixe .bord_vertical_bas, .overlay_close .bord_vertical_bas {
	background: url("/imgs/default/popup/bord_vertical_bas.png") bottom repeat-x;
	height: 15px;
	width: 315px;
	float: left;
}

.overlay .bord_horizontal, .overlay_fixe .bord_horizontal, .overlay_close .bord_horizontal {
	background: url("/imgs/default/popup/bord_horizontal.png") top left repeat-y;
	width: 10px;
	height: 89px;
	float: left;
}

.overlay .bulle_erreur, .overlay_fixe .bulle_erreur, .overlay_close .bulle_erreur {
	width: 146px;
	height: 17px;
	float: left;
	color: #fff;
	text-align: center;
	background: url(/imgs/default/erreur_bulle_droite.png) no-repeat !important;
 	padding: 6px 0 0 10px;
 	margin-left: 2px;
	display: none;
}

.overlay .hidden, .overlay_fixe .hidden, .overlay_close .hidden {
	visibility: hidden;
}

.overlay .clear, .overlay_fixe .clear, .overlay_close .clear {
	clear: both;
	+height: 0px;
	+line-height:0px;
}

.overlay .entete, .overlay_fixe .entete, .overlay_close .entete{
	height: 65px;
	background: #fff;
}

.overlay .entete h2, .overlay_fixe .entete h2, .overlay_close .entete h2 {
	padding: 5px 0 0 10px;
	font-size: 20px;
	font-weight: normal;
	color: #00c0ff;
	float: left;
}

.overlay .champs_obligatoires, .overlay_fixe .champs_obligatoires, .overlay_close .champs_obligatoires {
	float: right;
	color: #ff7e00;
	font-size: 10px;
	padding: 2px 25px 0 0;
    line-height: 10px;
}

.entete img {
	float: right;
	margin: 3px 5px 0 0;
}

.entete .infos {
	clear: both;
	float: left;
	font-size: 10px;
	color: #767676;
	padding: 8px 0 0 10px;
	width: 430px;
	text-align: left;
}

.overlay .formulaire, .overlay_fixe .formulaire, .overlay_close .formulaire {
	position: relative;
	clear: both;
	float: left;
}

.overlay .partie_1, .overlay_fixe .partie_1, .overlay_close .partie_1 {
	background: #00c0ff;
	width: 480px;
	padding: 10px 0 5px 20px;
}

.overlay .partie_2, .overlay_fixe .partie_2, .overlay_close .partie_2 {
	background: #d0e1e7;
	width: 480px;
	padding: 5px 0 0 20px;
	/*overflow: hidden;*/
}

.overlay .colonne_gauche, .overlay_fixe .colonne_gauche, .overlay_close .colonne_gauche {
	float: left;
	width: 220px;
	text-align: left;
}

.overlay .colonne_droite, .overlay_fixe .colonne_droite, .overlay_close .colonne_droite {
	float: right;
	width: 240px;
	text-align: left;
	padding-right: 7px;
}

.overlay .titre, .overlay_fixe .titre, .overlay_close .titre {
	color: #fff;
	font-size: 18px;
	text-align: left;
	padding: 8px 0;
}

.overlay .titre_bleu, .overlay_fixe .titre_bleu, .overlay_close .titre_bleu {
	color: #26c6fb;
	font-size: 18px;
	text-align: left;
	margin: 8px 0;
}

.overlay .soustitre_bleu, .overlay_fixe .soustitre_bleu, .overlay_close .soustitre_bleu {
	font-size: 14px;
	color: #26c6fb;
	margin: 8px 0;
}

.overlay .label, .overlay_fixe .label, .overlay_close .label {
	float: left;
	width: 70px;
	color: #fff;
	font-size: 18px;
	padding-top: 11px;
}

.overlay .label2, .overlay_fixe .label2, .overlay_close .label2 {
	float: left;
	width: 60px;
	color: #fff;
	font-size: 15px;
	text-align: right;
	padding-top: 14px;
	padding-right: 10px;
}

.overlay .label3, .overlay_fixe .label3, .overlay_close .label3 {
	float: left;
	width: 30px;
	color: #26c6fb;
	font-size: 15px;
	padding-top: 14px;
}

.overlay .cale1, .overlay_fixe .cale1, .overlay_close .cale1 {
	width: 170px;
	height: 20px;
	float: left;
}

.overlay .cale2, .overlay_fixe .cale2, .overlay_close .cale2 {
	width: 70px;
	height: 20px;
	float: left;
}

.overlay .cale3, .overlay_fixe .cale3, .overlay_close .cal3 {
	width: 141px;
	height: 20px;
	float: left;
}

.overlay .input_text, .overlay_fixe .input_text, .overlay_close .input_texte {
	color: #888;
	font-size: 12px;
	padding: 5px;
	border: none;
	font-family: "Lucida Grande", Helvetica;
}

.champ_type {
    position: relative;
    +height: 17px;
    /*_margin-left: 40px;*/
    padding: 5px;
	_background: #fff;
    z-index: 10;
}

.input_select {
    position: relative;
    top: 3px;
    _top: 0;
    left: -5px;
    _left: 0;
    width: 45px;
    _width: 50px;
    clear: both;
    float: left;
	background: transparent;
    border: 0 none;
    color: #807F7E;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 10;
    +position: absolute;
}

.overlay .message, .overlay_fixe .message, .overlay_close .message {
	display: none;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	padding-top: 30px;
	height: 105px;
	background: #fff;
}

.overlay .fermer, .overlay_fixe .fermer, .overlay_close .fermer {
	width: 52px;
	height: 23px;
	background: url(/imgs/default/btn_fermer.png);
	margin: 10px auto;
	cursor: pointer;
}

/*************************************************************************************/
/*************************************************************************************/
/* En parler à un ami */

#popup_en_parler .bord_vertical {
	width: 490px;
}

#popup_en_parler .bord_horizontal {
	height: 508px;
}

#popup_en_parler .partie_1 {
	height: 350px;
}

#popup_en_parler .partie_2 {
	height: 20px;
}

#partage_ami_nok {
	display: none;
	float: left;
	background: #fff;
	width: 500px;
}

#partage_ami_nok .titre {
    padding-top: 10px;
	color: #FF7E00;
	text-align: center;
}

#partage_ami_nok .texte {
	padding: 10px 10px 20px;
}

#partage_ami_ok {
	background: #fff;
	float: left;
	width: 500px;
}

#en_parler {
	width: 500px;
	float: left;
	text-align: left;
	background: #fff;
}

#en_parler .indication {
	font-size: 10px;
	padding: 5px 0;
}

#wrap_ami_destinataires {
	position: relative;
	width: 450px;
}

#en_parler #ami_destinataires {
	height: 35px;
}

#wrap_ami_prenom {
    margin-top: 5px;
}

#wrap_ami_prenom input {
	width: 100px;
}

#wrap_ami_nom {
    margin: 5px 0 0 15px;
    +margin: 5px 0 0 0;
}

#wrap_ami_nom input {
	width: 100px;
}

#wrap_ami_message {
	position: relative;
	width: 450px;
}

#wrap_ami_email {
	position: relative;
	margin-top: 10px;
	float: left;
}

#wrap_ami_email input {
	width: 170px;
	+width: 160px;
}

#ami_copie {
	float: left;
	margin-right: 5px;
}

#en_parler .copie {
	float: left;
	padding-top: 2px;
	text-align: left;
}

#en_parler .envoyer {
	clear: both;
	width: 500px;
	text-align: center;
	background: #fff;
	padding-top: 5px;
}

#envoyer_partage_ami {
	background: url("/imgs/default/btn_envoyer.png") no-repeat;
	border: 0;
	width: 112px;
	height: 48px;
	clear: both;
	margin: 0 auto;
	cursor: pointer;
}

#en_parler textarea {
	color: #000;
	width: 98%;
	height: 74px;
	font-family: "Lucida Grande", Helvetica;
    line-height: 12px;
}

#en_parler #icone_obligatoire_ami_destinataires	{ top: -5px;	left: -5px; }
#en_parler #icone_obligatoire_ami_message		{ top: -5px;	left: -5px; }
#en_parler #icone_obligatoire_ami_email			{ top: -5px;	left: -5px; }

#en_parler #bulle_erreur_ami_destinataires		{ top: -24px;	left: 5px; }
#en_parler #bulle_erreur_ami_message			{ top: -24px;	left: 5px; }
#en_parler #bulle_erreur_ami_email				{ top: -24px;	left: 5px; }

.erreur_nouvel_espace {
	background: url("/imgs/default/bg_bulle_erreur_moyenne_horizontal.png") no-repeat;
    color: #FFFFFF;
    visibility: hidden;
    font-size: 11px;
    height: 22px;
    padding: 3px 2px;
    position: absolute;
    text-align: center;
    width: 131px;
    z-index: 20;
}

.icone_obligatoire_nouvel_espace, .icone_obligatoire {
	background: url("/imgs/default/champ_obligatoire.png");
	width: 10px;
	height: 10px;
	position: absolute;
	left: 75px;
}

.max_car {
    font-size: 10px;
    padding: 8px 0 2px 2px;
}

/*************************************************************************************/
/*************************************************************************************/
/* session expirée */

#session_expiree {
    background: #fff;
    width: 520px;
    height: 190px;
    float: left;
}

#session_expiree .message_erreur {
    font-size: 15px;
    line-height: 20px;
    padding-top: 7px;
}

#session_expiree .message_erreur span {
    font-size: 20px;
}

#session_expiree img {
    margin-top: 15px;
}

#session_expiree .btn_redirection {
    cursor: pointer;
}

#popup_session_expiree .bord_horizontal {
    height: 190px;
}

#popup_session_expiree .bord_vertical {
    width: 510px;
}


/*************************************************************************************/
/*************************************************************************************/
/* règlement concours dessin */

#popup_reglement_concours_dessin #reglement {
    width: 650px;
    /*height: 1435px;*/
    height: 600px;
    float: left;
    padding-top: 7px;
    background: #fff;
    text-align: left;
    overflow: auto;
}

#popup_reglement_concours_dessin #reglement .titre {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    color: #000;
}

#popup_reglement_concours_dessin #reglement .titre_article {
    font-size: 20px;
    padding: 10px;
}

#popup_reglement_concours_dessin #reglement .texte_article {
    color: #666666;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 15px;
}

#popup_reglement_concours_dessin .bord_horizontal {
    height: 607px;
}

#popup_reglement_concours_dessin .bord_vertical {
    width: 640px;
}



/*************************************************************************************/
/*************************************************************************************/
/* identifiants perdus concours dessin */

#popup_identifiant_perdu_concours_dessin #identifiant_perdu {
    width: 410px;
    height: 115px;
    float: left;
    padding-top: 7px;
    background: #fff;
}

#popup_identifiant_perdu_concours_dessin .texte {
    margin: 10px 20px;
    line-height: 15px;
}

#popup_identifiant_perdu_concours_dessin .ligne {
    position: relative;
    margin: 0;
    padding: 5px 0px;
    text-align: center;
}

#popup_identifiant_perdu_concours_dessin #bulle_erreur_envoi_identifiants {
    position: absolute;
    top: -52px;
    left: 158px;
    _left: 40px;
    width: 125px;
    height: 50px;
    background: url(/imgs/default/bg_bulle_erreur_mihaute.png);
    visibility: hidden;
    padding: 5px;
    color: #fff;
    line-height: 15px;
}

#popup_identifiant_perdu_concours_dessin #email_identifiant_perdu_concours_dessin {
    border: 1px solid #666;
    font-size: 16px;
    height: 20px;
    outline: none;
    border-radius: 5px;
}

#popup_identifiant_perdu_concours_dessin #btn_envoyer_identifiant_perdu_concours_dessin {
    width: 100px;
    height: 18px;
    background: #0099F9;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}

#popup_identifiant_perdu_concours_dessin .bord_horizontal {
    height: 122px;
}

#popup_identifiant_perdu_concours_dessin .bord_vertical {
    width: 400px;
}

/*************************************************************************************/
/*************************************************************************************/
/* confirmation inscription concours dessin */

#popup_confirmation_inscription_concours_dessins #confirmation {
    width: 410px;
    height: 180px;
    float: left;
    padding-top: 7px;
    background: #fff;
}

#popup_confirmation_inscription_concours_dessins #texte {
    padding: 5px 15px 10px;
    text-align: left;
    line-height: 15px;
}

#popup_confirmation_inscription_concours_dessins #btn_continuer {
    width: 100px;
    height: 17px;
    background: #e17916;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}

#popup_confirmation_inscription_concours_dessins .bord_horizontal {
    height: 187px;
}

#popup_confirmation_inscription_concours_dessins .bord_vertical {
    width: 400px;
}


/*************************************************************************************/
/*************************************************************************************/
/* popup video */
#popup_concours_dessin_video #video {
    width: 425px;
    height: 351px;
    float: left;
    background: #fff;
}

#popup_concours_dessin_video #video #tuto_dessin {
    width: 100px;
    height: 100px;
}

#popup_concours_dessin_video .bord_horizontal {
    height: 351px;
    _height: 352px;
}

#popup_concours_dessin_video .bord_vertical {
    width: 415px;
}



/*************************************************************************************/
/*************************************************************************************/
/* modif. infos participant concours dessin */

#popup_modifier_infos_participant #infos_participant {
    width: 450px;
    float: left;
    padding-top: 7px;
    background: #fff;
}

#popup_modifier_infos_participant #participant_cp {
    width: 53px;
}

#popup_modifier_infos_participant #participant_ville {
    width: 192px;
}

#popup_modifier_infos_participant #participant_classe {
    width: 100px;
}

#popup_modifier_infos_participant #participant_nom {
    width: 100px;
}

#popup_modifier_infos_participant #participant_prenom {
    width: 130px;
}

#popup_modifier_infos_participant #participant_email {
    width: 145px;
}

#popup_modifier_infos_participant .entete {
    height: 35px;
}

#popup_modifier_infos_participant .partie_1 {
    width: 450px;
    padding: 14px 0 6px;
}

#popup_modifier_infos_participant .ligne {
    height: 23px;
    margin: 0 0 10px 20px;
}

#popup_modifier_infos_participant .ligne .label {
    width: 80px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    padding: 2px 10px 0 0;
}

#popup_modifier_infos_participant .ligne .value {
    position: relative;
    float: left;
    height: 21px;
    line-height: 21px;
}

#popup_modifier_infos_participant .ligne .value input {
    border: 1px solid #666;
    border-radius: 5px;
    height: 20px;
    padding: 2px 0 2px 10px;
    width: 307px;
}

#popup_modifier_infos_participant #boutons_infos_participant {
    width: 210px;
    height: 27px;
    margin: 12px auto 0;
}

#popup_modifier_infos_participant #annuler_infos_participant {
    width: 100px;
    height: 17px;
    background: #0099F9;
    cursor: pointer;
    float: left;
    border-radius: 5px;
    padding-top: 5px;
    color: #fff;
}

#popup_modifier_infos_participant #valider_infos_participant {
    width: 100px;
    height: 17px;
    float: right;
    background: #e17916;
    cursor: pointer;
    border-radius: 5px;
    padding-top: 5px;
    color: #fff;
}

#popup_modifier_infos_participant .bulle_erreur_inscription_gauche {
    position: absolute;
    top: -1px;
    left: -158px;
    width: 153px;
    height: 23px;
    background: url(/imgs/default/bg_bulle_erreur_horizontal_gauche.png);
    visibility: hidden;
    font-size: 11px;
    color: #fff;
    padding: 4px 0 0 5px;
    text-align: left;
}

#popup_modifier_infos_participant #icone_obligatoire_infos_participant_etablissement    { top: -3px; left: -4px;}
#popup_modifier_infos_participant #icone_obligatoire_infos_participant_adresse          { top: -3px; left: -4px;}
#popup_modifier_infos_participant #icone_obligatoire_infos_participant_cp               { top: -3px; left: -4px;}
#popup_modifier_infos_participant #icone_obligatoire_infos_participant_ville            { top: -3px; left: -4px;}
#popup_modifier_infos_participant #icone_obligatoire_infos_participant_classe           { top: -3px; left: -4px;}
#popup_modifier_infos_participant #icone_obligatoire_infos_participant_nom              { top: -3px; left: -4px;}
#popup_modifier_infos_participant #icone_obligatoire_infos_participant_prenom           { top: -3px; left: -4px;}
#popup_modifier_infos_participant #icone_obligatoire_infos_participant_email            { top: -3px; left: -4px;}

#popup_modifier_infos_participant .bord_horizontal {
    height: 299px;
    _height: 329px;
}

#popup_modifier_infos_participant .bord_vertical {
    width: 440px;
}

/*************************************************************************************/
/*************************************************************************************/
/* overlay dessin concours dessin */

#popup_overlay_dessins #dessin {
    width: 600px;
    height: 600px;
    float: left;
    background: #fff;
    padding: 0 5px;
}

#popup_overlay_dessins .bord_horizontal {
    height: 600px;
    _height: 603px;
}

#popup_overlay_dessins .bord_vertical {
    width: 600px;
}


/*************************************************************************************/
/*************************************************************************************/
/* Vote */

#voter_pour_une_classe {
    float: left;
    width: 450px;
    height: 270px;
    background: #fff;
    text-align: left;
}

#voter_pour_une_classe .entete {
    height: 95px;
    color: #5E5E5E;
}

#popup_overlay_vote .bord_vertical {
    width: 440px;
}

#popup_overlay_vote .bord_horizontal {
    height: 270px;
}

#voter_pour_une_classe .infos_participant {
    clear: both;
    padding: 10px;
}

#icone_obligatoire_vote {
    left: 16px;
    top: 77px;
}

#popup_overlay_vote .etablissement, #popup_overlay_vote .classe, #popup_overlay_vote .adresse {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

#popup_overlay_vote p {
    line-height: 14px;
}

#popup_overlay_vote .fond_bleu {
    height: 105px;
    color: #fff;
    padding: 10px;
    width: 430px;
}

#email_vote {
    clear: both;
    border: 1px solid #01A1D5;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 15px 0 0 10px;
    padding: 5px;
    width: 162px;
}

#btn_voter_classe {
    background: url("/imgs/initiatives-creations/btn-voter.png") no-repeat;
    cursor: pointer;
    width: 192px;
    height: 46px;
    margin: 7px auto 0;
}

#bulle_erreur_vote {
    top: 69px;
    left: 197px;
    background: url("/imgs/default/bg_bulle_erreur_moyenne_horizontal.png") no-repeat;
    height: 34px;
    width: 169px;
    padding-left: 9px;
}

/*************************************************************************************/
/*************************************************************************************/
/* overlay partage par mail */

#popup_partage_email #partage_email {
    width: 464px;
    height: 458px;
    float: left;
    background: #fff;
    padding: 84px 38px 38px;
}

#popup_partage_email .bord_horizontal {
    height: 328px;
}

#popup_partage_email .bord_vertical {
    width: 338px;
}

#lien_message_partage {
    padding: 5px 0 0 2px;
    clear: both;
    +line-height: 5px;
    _line-height: 3px;
}

.mask {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	background: #000;
	display: none;
}

/*************************************************************************************/
/*************************************************************************************/
/* choix cadeau */

#popup_choix_cadeau .bord_horizontal {
    height: 220px;
}

#popup_choix_cadeau .bord_vertical {
    width: 500px;
}

#popup_choix_cadeau #choix_cadeau {
    width: 510px;
    height: 220px;
    float: left;
    background: #fff;
}

#choix_cadeau .titre {
	color: #00c0ff;
	font-size: 20px;
	padding: 5px 0 0 10px;
}

#choix_cadeau .stitre {
	color: #767676;
	font-size: 10px;
	padding: 8px 0 0 10px;
	text-align: left;
}

#choix_cadeau .liste_produits {
	background: #00C0FF;
	border-bottom: 1px solid #0096ff;
	color: #fff;
	margin-top: 15px;
}

#choix_cadeau .liste_produits .produit {
	border-top: 1px solid #0096ff;
	clear: both;
	cursor: pointer;
	height: 73px;
	overflow: hidden;
}

#choix_cadeau .liste_produits .produit .choix {
	float: left;
	height: 73px;
	margin: 0 12px;
	width: 23px;
}

#choix_cadeau .liste_produits .produit .choix .puce_on {
	background: url(/imgs/default/icone_active.png);
	height: 23px;
	margin-top: 25px;
	width: 23px;
}

#choix_cadeau .liste_produits .produit .choix .puce_off {
	background: url(/imgs/default/icone_inactive.png);
	height: 23px;
	margin-top: 25px;
	width: 23px;
}

#choix_cadeau .liste_produits .produit .image {
	float: left;
	height: 67px;
	padding: 3px;
	width: 67px;
}

#choix_cadeau .liste_produits .produit .image img {
	height: 67px;
}

#choix_cadeau .liste_produits .produit .nom {
	float: left;
	font-size: 15px;
	height: 73px;
	line-height: 73px;
	padding: 0 10px;
}
