/* Mise en forme globale pour le site */
body{
	margin: 0;
	text-align: center;
	background: #efede8 url('../images/fond.png') repeat-y 50% 0;
	font-family: Lucida Sans, sans-serif;
	font-size: 13px;
}
h1,h2,h3{
	font-size: 13px;
	margin:8px 0;
	padding:0;
}
a{
	color: #f60;
	text-decoration: none;
}
a img{
	border: none;
}
a:hover{
	text-decoration: underline;
}
hr{
	clear:both;
	height:0px;
	border:none;
	border-top: 1px dotted #ddd;
}
ul{
	list-style-image:url(../images/fleche_droite.png);
	margin:8px 20px;
	padding:0;	
}
p{
	margin:8px 0;
	padding:0;
}
.important{
	color: #f60;
	font-size: 14px;
	font-weight: bold;
}

/* Formulaires */
fieldset{
	background-color: #f4f1ec;
	border: 1px solid #cac8b4;
	padding:10px;
	margin:10px 0;
}

/* Conteneur de la page */
#page{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/* Haut de page */
#haut{
	float: left;
	background: url('../images/fond_haut.png') repeat-x 0 25px;
}
/* Bandeau du club */
#utilisateur{
	width: 920px;
	height: 25px;
	line-height: 24px;
	padding: 0 10px 0 70px;
	background: #000 url('../images/icone_club.gif') no-repeat 5px 30%;
}
#utilisateur span{
	float: left;
	background: url('../images/separateur_club.gif') no-repeat 100% 0;
	padding: 0 10px;
}
#utilisateur span a{
	color: #f60;
	font-size: 10px;
	padding-left: 25px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#utilisateur .club{
	float: right;
	background-position: 0 0;
}
#utilisateur .nom a{
	background-image: url('../images/icone_id.gif');
}
#utilisateur .deco a{
	background-image: url('../images/ico_deco.gif');
}
#utilisateur .inscr a{
	background-image: url('../images/icone_inscription.gif');
}
#utilisateur .facebook{
	float:right;
	width:190px;
}
#utilisateur .facebook a{
	padding:0;
}
#utilisateur .facebook a span{
	display:block;
	width:90px;
	height:20px;
	background-image: url('../images/facebook.gif');
	float:none;
	display:inline-block;
	padding:1px;
	font-size:0;
}

/* logo CHRONIQUE */
#haut h1{
	margin: 0;
	width: 300px;
	height: 106px;
	float: left;
	padding: 40px 0 0 50px;
}
#haut h1 a{
	display: block;
	width: 207px;
	height: 58px;
	background: url('../images/logo.png') no-repeat;
}
#haut h1 a:hover{
	background: url('../images/logo_roll.png') no-repeat;
}
#haut h1 a span{
	display: none;
}

/* menu */
#haut .menu{
	clear:left;
	/*display:table;*/
	display:block;
	width: 1000px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#haut .menu li{
	list-style: none;
	display:table-cell;
	height:56px;
	line-height:56px;
	border-left:1px solid #d7d7d7;
}
#haut .menu li.first{
	border-left:none;
}
#haut .menu li a{
	color: #928f78;
	text-decoration: none;
	display: block;
	background-image: url('../images/boutons.gif');
	height:100%;
	display: block;
	font-size: 11px; /*12px*/
	text-align: center;
	cursor: pointer;
	padding:0 10px;
}
#haut .menu li a:hover,#haut .menu li a.hover{
	color : #fff!important;
	background-position : 0 168px!important;
}
#haut .menu li.active a{
	background-position: 0 56px;
}
#haut .menu li.active ul li a{
	color: #999;
}
/* Item Club Chronique */
#haut .menu .li_4 a{
	font-size:14px;
	line-height:55px;
	color:#f60;
}
#haut .menu .li_4 ul li a{
	font-size:11px;/*12px*/
	color: #928f78;
}
/* Item Panier */
#haut .menu .li_206 a{
	font-size:14px;
	line-height:55px;
	color:#f60;
}
/* Menus de niveau 2 */
#haut .menu li ul{
	display: none;
	position: absolute;
	z-index: 99;
	width: 200px;
	padding: 0;
	margin: 0;
}
#haut .menu li ul li{
	display:block;
	background-color: #272727;
	height:auto;/*20px;*/
	line-height:20px;
	border-left:none;
}
#haut .menu li ul li.first{
	border-top:none;
	padding-top: 10px;
	background-image: url('../images/fleche_sous_menu.gif');
	background-repeat: no-repeat;
}
#haut .menu li ul li a{
	display: block;
	height:auto;
	line-height: 20px !important;
	padding: 0 10px;
	text-align: left;
	width: 180px;
	background-image: none !important;
	font-size: 11px;/*12px*/
	font-weight: normal;
}
#haut .menu li ul li a:hover,#haut .menu li ul li a.hover{
	color: #fff;
	background-color:#000;
	margin-right:-1px;	
}
/* Menus de niveau 3 et plus */
#haut .menu li ul li ul{
	margin:-20px 0 0 200px;
}
#haut .menu li ul li ul li{
	border-left:1px solid #fff;
}
#haut .menu li ul li ul li.first{
	padding-top: 0;
	background-image: none;
	border-left:1px solid #272727;
}

/* Gallery */
#haut #gallery{
	float: left;
	width: 650px;
}
#haut #gallery div{
	clear: left;
	overflow: hidden;
}
#haut #gallery ul{
	float:left;
	width: 20000px;
	list-style:none;
	margin:0;
	padding:0;
}
#haut #gallery ul li{
	cursor: pointer;
	float: left;
	width: 206px;
	height: 126px;
	padding: 15px 5px 0 5px;
	opacity:1;
}
#haut #gallery ul li.hout{
	opacity:0.6;
}
#haut #gallery ul li.hover{
	opacity:1;
}
#haut #gallery ul li .more{
	display: none;
	width: 30px;
	height: 30px;
	background-image: url('../images/coin_page.gif');
	float: left;
	clear: left;
	margin: -30px 0 0 52px;
}
#haut #gallery ul li:hover .more{
	display:block;
}
#haut #gallery ul li img{
	float: left;
	border: 2px solid #fff;
	margin-right: 5px;
	width:78px;
}
#haut #gallery ul li h2{
	margin: 0 0 5px 0!important;
}
#haut #gallery ul li p{
	margin: 0!important;
}
#haut #gallery ul li,
#haut #gallery ul li a{
	color: #fff!important;
	text-decoration: none!important;
	font-size: 10px!important;
}
#haut #gallery .button{
	width: 324px;
	height: 15px;
	background-color: #37322b;
	text-align: center;
	float: left;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	cursor: pointer;
}
#haut #gallery .button.prev{
	margin-right: 2px;
	background-image: url('../images/fleche_gauche_bis.gif');
	background-color: #37322b;
}
#haut #gallery .button.next{
	background-image: url('../images/fleche_droite_bis.gif');
	background-color: #37322b;
}
#haut #gallery .button.prev.hover{
	background-color:#564f45;
	background-image: url('../images/fleche_gauche_roll_bis.gif');
}
#haut #gallery .button.next.hover{
	background-color:#564f45;
	background-image: url('../images/fleche_droite_roll_bis.gif');
}

/* bas de page */
#bas{
	float: left;
	clear: both;
	width: 980px;
	padding: 10px;
	background-color: #f4f1ec;
}
#bas .menu{
	line-height:25px;
	width: 100%;
	background-color: #fff;
	text-align: center;
	margin:0 0 10px 0;
	padding:0;
}
#bas .menu li{
	display: inline;
	margin-left: 20px;
}
#bas .menu li a{
	color: #999;
	font-size: 13px;
	text-decoration: none;
}
#bas .menu li a:hover{
	color: #333;
}
#bas address{
	font-style: normal;
	font-size: 9px;
	color: #666;
	margin: 10px 0;
	text-align: center;
}
#bas address a{
	color: #666;
	font-size: 9px;
}
#bas address a:hover{
	text-decoration: underline;
}

/* Mise en page générale du contenu */
#contenu{
	float: left;
	padding: 0 10px;
	width: 980px;
	background-color: #f4f1ec;
}
#contenu h1{
	font-size: 22px;
	border-bottom: 1px dotted #ddd;
}
#contenu h2{
	color: #333;
	font-size: 15px;
}
#contenu p{
	font-size: 13px;
	/*color: #333;*/
}
#contenu .colonne{
	float: left;
}
#contenu .colonne.gauche{
	width: 240px;
}
#contenu .colonne.normal{
	width: 430px;
	margin: 0 10px;
}
#contenu .colonne.droite{
	width: 290px;
}
#contenu .colonne.double{
	width: 730px;
	margin: 0 0 0 10px;
}

/* Eléments de contenu */
div.content{
	padding:0 4%;
	width:92%;
	float:left;
	position:relative;
}
div.content.hover{
	background-color:#efede8;
}

/* Colonnes à l'intérieur des encadrés */
div.box div.colonne{
	float:left;
	width:98%;
	margin-right:2%;
}
div.box div.colonne.first{
	width:100%;
	margin-right:0;
}
div.box div.colonne.un-tiers{
	width:31%;
}
div.box div.colonne.un-demi{
	width:48%;
}
div.box div.colonne.deux-tiers{
	width:65%;
}

/* Formulaire de recherche */
.csc-search{
	background-color: #e0dfd5;
	width: 240px;
	margin: 0;
}
div.content .csc-search{
	margin: 0 -10px;
}
.csc-search fieldset{
	background-color: transparent;
	border: none;
	padding: 10px;
	margin: 0;
}
.csc-search fieldset input{
	border: none;
	float: left;
	background-color: #fff;
	font-size: 14px;
	width: 160px;
	font-weight: bold;
	line-height: 16px;
	padding: 5px;
	margin: 0;
	margin-top: 4px;
}
.csc-search fieldset button{
	background:transparent url('../images/loupe.gif') no-repeat 10px 5px;
	height: 28px;
	width: 40px;
	margin: 3px 0 0 5px;
	cursor: pointer;
	border:none;
}
.csc-search fieldset button span{
	display:none;
}

/* Formulaire d'identification */
.loginbox_macmade_pi1 fieldset{
	border:0;
	margin:0;
	padding:0;
}
.loginbox_macmade_pi1 fieldset p{
	float:left;
	margin:5px 0;
	padding:0;
}
.loginbox_macmade_pi1 fieldset p label{
	float:left;
}
.loginbox_macmade_pi1 .tx-loginboxmacmade-pi1-error {
	color: #f00;
}
.loginbox_macmade_pi1 input{
	background-color: #f4f1ec;
	border: 1px solid #cac8b4;
}
.loginbox_macmade_pi1 input:focus{
	background-color: #e0dfd5;
}
.gauche .loginbox_macmade_pi1{
	background-color:#49433a;
	color:#fff;
}
.gauche .loginbox_macmade_pi1 a{
	color:#fff;
}
.gauche .loginbox_macmade_pi1 h2{
	float:left;
	background:url(../images/logo_club.png);
	width:117px;
	height:66px;
	margin-right:5px;
}
.gauche .loginbox_macmade_pi1 h2 span{
	display:none;
}
.gauche .loginbox_macmade_pi1 .bouton.inscrire{
	background:url(../images/bouton.gif);
	width:98px;
	height:21px;
	line-height:21px;
	float:left;
	margin:20px 0;
}
.gauche .tx_loginboxmacmade_pi1 fieldset p label{
	display:block;
	float:none;
}
.gauche .loginbox_macmade_pi1 .bouton.ok{
	background:url(/fileadmin/templates/images/bout_ok.png) no-repeat;
	width:47px;
	height:38px;
	color:#fff;
	position:relative;
	top:-12px;
	left:15px;
}

/* Contenu de type "date" (date du jour) */
.csc-date{
	text-align: center;
	padding: 10px 13px;
	background:url(../images/calendrier04.gif) no-repeat center 5px;
	font-size: 20px;
}
.csc-date span{
	display:block;
}
.csc-date span.quantieme{
	font-size: 120px;
	line-height: 115px;
	font-family: Arial;
}

/* Section de contenu "Images du livre" */
.images-livre{
	cursor:pointer;
	padding-top:10px!important;
	padding-bottom:40px!important;
	background: url('../images/marque_page_roll.gif') no-repeat 20px bottom;
}
.images-livre:hover{
	background-image:url('../images/marque_page.gif');
}
.images-livre .csc-textpic{
	width:auto!important;
}
.images-livre .csc-textpic .csc-textpic-image{
	margin:0!important;
	width:auto!important;
}
.images-livre .csc-textpic .csc-textpic-image img{
	border: 4px solid #eee!important;
}
.images-livre:hover .csc-textpic .csc-textpic-image img{
	border-color: #e0dfd5!important;
}
.images-livre .csc-textpic-imagewrap,
.images-livre .csc-textpic-imagerow{
	width:auto!important;
}

/* Section de contenu "Données techniques du livre" */
.donnees-livre{
	margin: 10px 0 0;
}
.donnees-livre p{
	line-height: 18px;
	font-size: 10px !important;
	margin: 0;
	color: #aaa!important;
	border-top: 1px dotted #ddd;
}

/* Positions d'image "image de fond" */
.content.io_100,.content.io_101,.content.io_102{
	padding:0;
	width:100%;
}
.csc-textpic-background .csc-textpic-imagewrap{
	position:absolute;
	z-index:1;
}
.csc-textpic-background .csc-textpic-imagewrap .csc-textpic-image{
	margin-bottom:0!important;
}
.csc-textpic-background .csc-textpic-text{
	position:relative;
	z-index:2;
	float:left;
	width:100%;
}
.csc-textpic-background-left .csc-textpic-text{
	width:48%;
}
.csc-textpic-background-right .csc-textpic-text{
	width:46%;
	float:right;
}

/* Boutons */
.bouton{
	width: 94px;
	height: 30px;
	color: #5b5947;
	background-image: url('../images/bouton.png');
	text-align: center;
}
.bouton a{
	width: 94px!important;/* Compatibilité avec l'ancien site, pour le E-Commerce */
}
a.bouton{
	/*display: block;*/
	display:inline-block;
	text-decoration: none;
	line-height:30px;
	margin-right:10px;
}
a.bouton:hover{
	text-decoration: none;
}
input.bouton{
	border:none;
	cursor:pointer;
	background-color:transparent;
}
.bouton:hover,.bouton.hover{
	background-image: url('../images/bouton_roll.png');
}
.bouton span.fleche{
	background: url('../images/fleche_orange.gif') no-repeat 6px 10px;
	padding: 6px;
}
.bouton.commander{
	background: url('../images/caddie.gif') no-repeat center;
	width:145px;
	height:71px;/*58px*/
	padding:0;
}
a.bouton.commander span{
	display:none;
}


/* Bouton important */
.bouton_important{
	background:transparent url(/fileadmin/templates/images/bouton_club01.png);
	color:#fff!important;
	width:191px;
	height:39px;
	line-height:39px;
	font-weight:bold;;
	text-align:center;
	font-size:14px;
}
a.bouton_important{
	display:block;
	text-decoration:none;
}
input.bouton_important{
	border:none;
	cursor:pointer;
}

/* Encadrés de prix sur le site */
p.prix{
	display:block;
	width: 60px;
	height: 55px;
	padding-top: 5px;
	font-size: 15px!important;
	font-weight: bold;
	color: #fff!important;
	background-image: url('../images/patch_prix.png');
	text-align:center;
}
p.prix strike{
	display:block;
	font-size: 12px;
}

/* News */
.news-list-item{
	padding: 10px 5px;
	border-bottom: 1px dotted #ddd;
	background:url('../images/fleche_base_droite_roll.gif') no-repeat 98% 50%;
	cursor:pointer;
}
.news-list-item.hover{
	background-color:#efede8;
	background-image: url('../images/fleche_base_droite.gif');
}
.news-list-item h3{
	margin: 0;
	padding: 0;
}
.news-list-item h3 .date{
	position: absolute;
	font-size: 9px;
	color: #5b5947;
	margin: -10px 0 0 10px;
	padding: 0 10px 20px 5px;
	text-align: center;
	font-weight: normal;
	background: url('../images/flag.gif') no-repeat;
	visibility: hidden;
}
.news-list-item.hover h3 .date{
	visibility: visible;
}
.news-list-item p{
	padding:0!important;
	padding-right: 20px!important;
	margin:0;
}
.news-list-item p .keywords{
	display: block;
	font-weight: bold;
	margin: 0 20px 0 0;
}
.news-list-item p .text{
	display: block;
}

/* Formulaire de contact */
.csc-mailform fieldset{
}
.csc-mailform-field{
	clear:left;
	padding:0 0 10px 0;
}
.csc-mailform-field label{
	display:block;
	width:100px;
	float:left;
}
.csc-mailform input:focus,
.csc-mailform textarea:focus{
	background-color: #e0dfd5;
}

/* Mise en page du formulaire de demande d'inscription */
.tx-srfeuserregister-pi1 p {
	margin-top: .5em;
	margin-bottom: 0; 
	padding: 0 .3em;
	text-indent: 0;
}
.tx-srfeuserregister-pi1 h4 {
	margin-top: 0;
	padding-left: .3em;
}
.tx-srfeuserregister-pi1 legend {
	padding: 0 .5em;
	font-weight: bold;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	font-style: italic;
	margin-bottom: 1em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
	margin-bottom: 2em;
}
.tx-srfeuserregister-pi1 a {
	padding-left: 14px;
	background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif");
	background-repeat: no-repeat;
	background-position: 0% 60%;
	text-decoration:none;
}
.tx-srfeuserregister-pi1 label {
	margin: 0;
	padding: 0;
}
.tx-srfeuserregister-pi1 label span {
	color: #ff0000;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #ff0000;
}
.tx-srfeuserregister-pi1 input{
	margin: 0; 
	padding: 0 .5em 0 0;
}
.tx-srfeuserregister-pi1 select,
.tx-srfeuserregister-pi1 input {
	background-color: #f4f1ec;
	border: 1px solid #cac8b4;
}
.tx-srfeuserregister-pi1 select:focus,
.tx-srfeuserregister-pi1 input:focus {
	background-color: #e0dfd5;
}
.tx-srfeuserregister-pi1 input[type=password] { 
	margin-right: 1em; 
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { 
	margin-right: 1em; 
}
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { 
	background-color: transparent;
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, 
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { 
	background-color: transparent;
}		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	margin-left: 1em; 
	background-color: transparent;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { 
	cursor: pointer;
}
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { 
	padding-left: 15px;
	background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); 
	background-color: transparent; 
	background-repeat: no-repeat;
	font-size: .8em; 
	margin-left: 1em;
}
.tx-srfeuserregister-pi1 ul {
	margin: 0;
	padding: 0;
	list-style-position: inside; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { 
	list-style-type: none; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
	margin: 0 0 .3em 0; 
	padding: 0; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { 
	margin: 0; 
	padding: 0 0 0 .5em; 
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li {
	float: left;
	padding: 0 2em 0 0;
	margin: 0; 
}
.tx-srfeuserregister-pi1 dl {
	margin: 0;
	padding: 1em 0 0 0; 
}
.tx-srfeuserregister-pi1 dt,
.tx-srfeuserregister-pi1 dd {
	margin: 0; 
	padding: 0 0 .5em 0;
	float: left;
}
.tx-srfeuserregister-pi1 dt {
	clear: both;
	width: 25%; 
	text-align: right; 
	padding-right: 1em; 
}
.tx-srfeuserregister-pi1 dd { 
	text-align: left;
	width: 65%; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { 
	width: auto; 
	padding-right: 0; 
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { 
	width: auto;
}
* html .tx-srfeuserregister-pi1 dd { 
	float: none;
}
.tx-srfeuserregister-pi1 dd p {
	margin-top: 0; 
	margin-bottom: .5em; 
	padding: 0; 
}
.tx-srfeuserregister-pi1 dd label {
	padding: 0 1em 0 .5em; 
}
.error{
	color:red;
}

/* Style texte */
a.texte{
	text-decoration:none;
	color:#000;
}
a.texte *{
	text-decoration:none;
	color:#000;
}

/* Plugin tx_pbsurvey (Questionnaire) */
.body_185 #contenu h1,
#body_185.body_185 #contenu .double h2{
	background:url(../images/titre_quizz.png) no-repeat;
	padding-left:70px;
	line-height:40px;
}
#body_185.body_185 #contenu h1{
	background:none;
	padding-left:0;
	line-height:normal;
}
.pbsurvey_pi1 .question_alias{
	background:url(/fileadmin/templates/images/bonhomme_pensee.png) no-repeat right bottom;
	float:right;
	width:200px;
	height:300px;
	cursor:pointer;
}
.pbsurvey_pi1 .question_alias.parler{
	background-image:url(/fileadmin/templates/images/bonhomme_parole.png);
}
.pbsurvey_pi1 .question_alias div,
.ameos_pbsurvey_assessment_pi1 .bilan{
	position:relative;
	z-index:2;
	float:right;
	width:160px;
	height:126px;
	margin:0 50px 0 0;
	padding:20px;
	background:url(/fileadmin/templates/images/bulle_bd_parole.png) no-repeat;
	text-align:center;
}
.pbsurvey_pi1 .question_alias div{
	opacity:0;
}
.pbsurvey_pi1 .question_alias div p{
	font-size:14px!important;
}
.pbsurvey_pi1 .question_alias.penser div{
	background-image:url(/fileadmin/templates/images/bulle_bd_pensee.png)!important;
}
.pbsurvey_pi1 .tx-pbsurvey-pi1 .pagenumbering .bartext{
	text-align:right;
	font-size:20px;
	font-weight:bold;
	margin-top:-40px;
}
.pbsurvey_pi1 .tx-pbsurvey-pi1 .survey_item{
	margin-top:20px;
}
.pbsurvey_pi1 .tx-pbsurvey-pi1 .question{
	font-weight:bold;
}
.pbsurvey_pi1 .tx-pbsurvey-p1 .answer{
	margin:10px 0;
	padding:0;
}
.ameos_pbsurvey_assessment_pi1{
	height:300px;
	margin-bottom:-200px;
	background:url(/fileadmin/templates/images/bonhomme_parole.png) no-repeat 610px bottom;
}
.ameos_pbsurvey_assessment_pi1 .score p{
	font-size:22px!important;
}

/* Type de contenu multimédia (animation Flash) */
div.content .multimedia{
	margin: 0 -10px;
}


/* Onglet en bas à droite (par exemple "Nouveauté") */
.onglet{
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	width:87px;
	height:28px;
	background:url(/fileadmin/templates/images/onglet.gif) no-repeat;
	color:#fff;
	font-size:10px;
	line-height:28px;
	text-align:center;
}

/* Contenu avec fond gris */
.gris{
    background-color:#e2dfd6;
}
