/**
 * Fichier : kidsmag.css
 * Description : styles spÃ©cifiques aux pages kid's mag
 * Auteur : Hamza Iqbal - hiqbal[at]actualys.com
 * Version : 1.0.0
 ******************************************/

/**
 * Structure générique
 ******************************************/
#kidsmag #contenu h2.titre_page { color: #fc6417; width: 850px; }

#kidsmag p#intro_kidsmag
{
    color: #ff6842;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 15px;
    width: 735px;
}


/**
 * Sommaire nouveau numéro
 ******************************************/
#sommaire_nouveau_numero
{
    background: #fff;
    border: 1px dotted #ff5929;
    /*height: 725px;*/
    padding: 8px 20px 30px 8px;
}

#sommaire_nouveau_numero .titre_bulle { /*float: left;*/ }

#sommaire_nouveau_numero #infos_nouveau_numero
{
    /*float: right;
	width: 410px;*/
    margin: 5px 0 0;
    padding-bottom: 10px;
}

#sommaire_nouveau_numero #infos_nouveau_numero p.date
{
    color: #fe6921;
    /*float: left;*/
    text-align: center;
    font-weight: bold;
}

#sommaire_nouveau_numero #infos_nouveau_numero p.titre
{
    color: #fe6921;
    /*float: left;*/
    text-align: center;
    font-weight: normal;
    font-size: 23px;
    padding-bottom: 10px;
}

#sommaire_nouveau_numero #infos_nouveau_numero p.titre_gauche{
    text-align: left;
    color: #fe6921;
    font-weight: normal;
    font-size: 23px;
    padding-bottom: 15px 0 10px;
}

.block-rating { float: left; }
.rating_info p{
    margin: 14px 0 0 0;
    font-weight: bold;
    height: 21px;
    left: 491px;
    padding: 15px 8px 0;
    position: absolute;
    width: 120px;
    z-index: 100;
}
.block-rating-global p.rouge {
    background: url("../images/fonds/bg_infobulle_note_orange.png") no-repeat scroll 0 0 transparent;
    color: #FE6722; 
}
.block-rating-global p.vert {
    background: url("../images/fonds/bg_infobulle_note_vert.png") no-repeat scroll 0 0 transparent !important;
    color: #38bb21;
}

#sommaire_nouveau_numero #visuel_contenu_gauche,
#sommaire_nouveau_numero #visuel_contenu{display: inline;}

#sommaire_nouveau_numero #visuel_contenu_gauche{border: 1px solid #f4e1e2;}

#sommaire_nouveau_numero #visuel_contenu_gauche
{
    float: left;
    margin: 0 0 0 10px;
    width: 205px;
}

#sommaire_nouveau_numero #visuel_contenu { /*float: right;*/ }

#sommaire_nouveau_numero #visuel_contenu_gauche a,
#sommaire_nouveau_numero #visuel_contenu_gauche a img,
#sommaire_nouveau_numero #visuel_contenu a,
#sommaire_nouveau_numero #visuel_contenu a img{
    display: block;
    margin: 0 auto;
}

#sommaire_nouveau_numero #visuel_contenu a img{ border: 1px solid #f4e1e2; max-width: 440px;}

#sommaire_nouveau_numero #infos_nouveau_numero .block-rating-global {
    width: 80px;
    margin: 0 auto;
    overflow: hidden;
}

#sommaire_nouveau_numero #infos_nouveau_numero .block-rating-global h2.titre_bulle
{
    width: 200px;
}

/**
 * Colonne derniers numéros
 ******************************************/
#col_numeros_precedents
{
    background:url("../images/fonds/bg_toutes_recettes.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px dotted #ff5929;
    padding: 12px 12px 23px;
    margin:0 0 25px;
    width: 696px;
}

/*
#col_numeros_precedents ul#liste_numeros_precedents
{
	overflow: auto;
	height: 288px;
	margin: 0 0 10px;
}

#col_numeros_precedents ul#liste_numeros_precedents li.numero
{
	background: url(../images/fonds/bg_pointilles_orange_h.png) 0 bottom repeat-x;
	overflow: hidden;
	padding: 10px 0;
	width: 176px;
}

#col_numeros_precedents ul#liste_numeros_precedents li.numero a.visuel
{
	background: #fff;
	border: 1px solid #f4e1e2;
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	width: 72px;
}

#col_numeros_precedents ul#liste_numeros_precedents li.numero a.visuel img { display: block; }

#col_numeros_precedents ul#liste_numeros_precedents li.numero .infos
{
	color: #ff3427;
	float: left;
	font-size: 12px;
	margin: 20px 0 0;
	width: 90px;
}

#col_numeros_precedents ul#liste_numeros_precedents li.numero .infos h4 { font-weight: bold; margin: 0 0 3px; }
#col_numeros_precedents ul#liste_numeros_precedents li.numero .infos h4 a { color: #ff3427; }
#col_numeros_precedents ul#liste_numeros_precedents li.numero .infos p.date { margin: 0 0 3px; }*/


/*
* Les kids ont la parole
********************************/

#kidsmag p#intro_kidsmag.intro_formulaire_contact
{
    width: 800px;
}

#formulaire_contact  {
    float:left;
    padding: 8px;
    border: 1px dotted #FF5929;
    background-color: #fff;
    width: 800px;
}

#formulaire_contact .formfield{
    margin:0 0 15px 0;
    float:left;
    width:510px;
}

#formulaire_contact .formfield .formleft{
    float:left;
    width:255px;
}

#formulaire_contact .formfield .formright{
    float:left;
    width:255px;
}

#formulaire_contact label {
    color:#FF5929;
    display:block;
    font-size:12px;
    margin:0 0 5px;
}

#formulaire_contact label.certification {
    width: 400px;
    float: left;
}

#formulaire_contact select, #formulaire_contact input{
    width:300px;
}

#formulaire_contact input#certification{
    width:15px;
    float: left;
    margin: 0 5px 0 0;
}

#formulaire_contact .btn{
    width:auto;
    margin: 13px 0 0 0;
    float:right;
}

#formulaire_contact textarea{
    width:500px;
    height:100px;
}

#formulaire_contact span.error{
    display: none;
    color: #8e8e8e;
    font-size:11px;
    font-style: italic;
}

#formulaire_contact p.success{
    margin: 20px 0 0 0;
    color: #8e8e8e;
    font-size:15px;
}

#formulaire_contact input.file{
    height: 20px;
}










/**
 * Carrousel des archives
 ******************************************/


#col_numeros_precedents h3
{
    margin: 8px;
}

#col_numeros_precedents .jcarousel-container
{
    padding:0 18px;
    position:relative;
    width: 660px;
    /*height:690px;
	width:200px;*/
}

#col_numeros_precedents .jcarousel-prev,
#col_numeros_precedents .jcarousel-next
{
    background: url(../images/boutons/btn_carrousel.png) no-repeat;
    cursor: pointer;
    height: 30px;
    position: absolute;
    top: 45px;
    width: 18px;
}

#col_numeros_precedents .jcarousel-prev
{
    background-position: 0 -192px;
    bottom: 35px;
    left: 0;
}

#col_numeros_precedents .jcarousel-next
{
    background-position: -18px -192px;
    bottom: 10px;
    right: 0;
}

#col_numeros_precedents .jcarousel-prev-disabled,
#col_numeros_precedents .jcarousel-next-disabled { cursor: default; }

#col_numeros_precedents .jcarousel-prev-disabled { background-position: 0 -222px; }
#col_numeros_precedents .jcarousel-next-disabled { background-position: -18px -222px; }

#col_numeros_precedents .jcarousel-clip
{

    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 158px;
    width: 660px;
    /*border-top: 1px dotted #ff5929;
	height: 625px;*/
}

#col_numeros_precedents .jcarousel-clip ul#liste_produits_carrefour
{
    left: 0;
    position: relative;
    padding: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

#col_numeros_precedents ul#liste_numeros_precedents
{
    position:absolute;
}

#col_numeros_precedents ul#liste_numeros_precedents li
{
    float: left;

    cursor: pointer;
    height: 150px;
    overflow: hidden;
    padding: 5px 10px;
    /*clear: both;
	border-bottom: 1px dotted #ff5929;
	width: 200px;*/
}

#col_numeros_precedents ul#liste_numeros_precedents a.visuel
{
    background: #fff;
    border: 1px solid #f4e1e2;
    float: left;
    margin: 0 8px 5px 6px;
    padding: 1px;
    width: 72px;
}

#col_numeros_precedents ul#liste_numeros_precedents a.visuel img { display: block; }

#col_numeros_precedents ul#liste_numeros_precedents .infos
{
    color: #ff3427;
    font-size: 12px;
    margin: 20px 0 0;
    width: 86px;
    /*float: left;*/
}

#col_numeros_precedents ul#liste_numeros_precedents .infos h4 { font-weight: bold; margin: 0 0 3px; text-align: center; }
#col_numeros_precedents ul#liste_numeros_precedents .infos h4 a { color: #fc681d; }

.visuel_avantages {
    right: 32px;
    top: 132px;
    position: absolute;
}

#sommaire_nouveau_numero #description {
    width: 300px;
    float: left;
}

#sommaire_nouveau_numero #description .titre {
    color: #fc6417;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 30px;
}

#sommaire_nouveau_numero #description .sommaire {
    color: #ff3723;
    font-size: 12px;
    padding-bottom: 20px;
}

#sommaire_nouveau_numero.dossier {
    padding-top: 20px;
    padding-left: 30px;
}



/*======= GALLERY ========*/

#gallery #col_numeros_precedents { 
    width: 100%;
    position: relative;
    margin: 0 auto;
    /* 	-moz-box-shadow: 0 0 5px #565656;  */
    background: url("../images/fonds/bg_toutes_recettes.png") repeat-x scroll 0 0 #FFF;
    padding: 0;
    border-top: 1px dotted #FF5929;
    border-width: 1px 0 0 0;
    height: 180px;
}
#gallery #col_numeros_precedents .jcarousel-clip { width: 900px; margin: 0 auto; height: 135px; }

#gallery #col_numeros_precedents .jcarousel-prev, 
#gallery #col_numeros_precedents .jcarousel-next,
#gallery #col_numeros_precedents .jcarousel-prev-disabled, 
#gallery #col_numeros_precedents .jcarousel-next-disabled { z-index: 999; }

#gallery #col_numeros_precedents .jcarousel-prev, 
#gallery #col_numeros_precedents .jcarousel-next {  top: 85px; width: 26px; height: 48px; background: url("../images/boutons/btn_carrousel2.png") no-repeat transparent; }

#gallery #col_numeros_precedents .jcarousel-prev { left: 5px; background-position: 0 0; }
#gallery #col_numeros_precedents .jcarousel-next { right: 5px; background-position: -26px 0; }
#gallery #col_numeros_precedents .jcarousel-prev-disabled { background-position: -52px 0; }
#gallery #col_numeros_precedents .jcarousel-next-disabled { background-position: -78px 0; }

#gallery #col_numeros_precedents ul#liste_numeros_precedents li { /* height: 100%; */ height: auto; max-height: 133px; }
#gallery #col_numeros_precedents ul#liste_numeros_precedents .middle_align { display: table-cell; vertical-align: middle; height: 75px; text-align: center; }
#gallery #col_numeros_precedents ul#liste_numeros_precedents .infos { position: absolute; bottom: -22px; width: 100px; text-align: center; }

#gallery #col_numeros_precedents ul#liste_numeros_precedents a.visuel { width: 100px; }
#gallery #col_numeros_precedents ul#liste_numeros_precedents a.visuel img { /*width: 100px; height: 100%;*/ max-width: 100px; max-height: 133px; margin: 0 auto; }

#gallery .selected_wrapper { max-width: 840px; max-height: 470px; margin: 20px auto 0; padding: 13px; background-color: #FFF; position: relative; -moz-box-shadow: 0 0 5px #565656; }
#gallery .selected_wrapper img { max-width: 840px; max-height: 470px; }
#gallery .gallery_title { text-align: center; font-size: 18px; color: #FFF; text-transform: uppercase; padding-top: 25px; }
#gallery .description { text-align: left; color: #ff3723; background: url(../images/fonds/bg_dot80.png) transparent; width: 892px; padding: 10px 10px 30px; height: 50px; position: absolute; bottom: 0; }
#gallery .logo { width: 133px; height: 93px; position: absolute; left: 20px; top: 20px; }
#gallery .center_align { text-align: center; }
#gallery #for_height { /*padding-bottom: 40px;*/ height: 570px;}
#gallery #cover { position: absolute; display: none; z-index: 999; vertical-align: middle; background-color: #FFF;}
#gallery #loading { position: absolute; }

#sf_admin_container .sf_admin_list_td_media_path, 
#sf_admin_container .sf_admin_list_th_media_path, 
#sf_admin_container .sf_admin_list_td_published, 
#sf_admin_container .sf_admin_list_th_published { text-align: center; }
#sf_admin_container .sf_admin_list_td_media_path img { height: 36px; }
#sf_admin_container .sf_admin_list_td_description textarea { height: 35px; width: 350px; }

/*** Quiz dossier ***/

#dossier_quiz #visuel{
    float: left;
    width: 444px;
}

#dossier_quiz #quiz{
    color: #ff3e20;
    float: right;
    margin-left: 20px;
    width: 390px;
}

#dossier_quiz #quiz h2.titre_page{
    width: 385px;
}

#dossier_quiz #quiz .titre_bulle {
    padding: 10px 10px 0;
}

#dossier_quiz #quiz .bloc_contenu{
    padding: 0 !important;
}

#dossier_quiz #quiz form#question_quiz{
    padding: 5px 20px 0;
}

#dossier_quiz #quiz form#question_quiz h3{
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 12px;
}

#dossier_quiz #quiz form#question_quiz ul {
    font-weight: bold;
    margin-left: 10px;
}

#dossier_quiz #quiz form#question_quiz ul li{
    padding: 4px 0;
}

#dossier_quiz #quiz form#question_quiz ul li label{
    padding-left: 5px;
}

#dossier_quiz #quiz #conteneur_quiz .btn {margin: 10px;}

#dossier_quiz #quiz #conteneur_quiz .indication{ 
    font-size: 9px;
    padding: 0 20px 5px;
}

#dossier_quiz #quiz #conteneur_quiz #score_quiz{
    background: url("../images/fonds/bg_quiz.png") repeat-x scroll 0 bottom transparent;
    color: #FFFFFF;
    font-size: 17px;
    height: 50px;
    line-height: 53px;
    padding-right: 15px;
    text-align: right;
    text-transform: uppercase;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius:  0 0 8px 8px;
}

#reponse_quiz{
    margin: 20px;
}

#reponse_quiz img{
    margin: 20px 0;
    cursor: pointer;
}

