
/*************************************
*
*  Style pour le site cfeditions.com
*
**************************************/

/************************************
*
*   Couleurs employées 
*
*   - rose : #e23690
*   - gris : #f0f1f0
*
**************************************/

body { 
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  margin: auto;
  background-color: #F0F1F0;
  text-align: center;
 }

.clearer { 
  height: 0px;
  clear: both;
 }

.vspacer { 
  line-height: 1.5em;
 }
/*******************************************
*
*  règles générales de typographie
*
*******************************************/
h1 { 
  height: 125px;
  min-height: 125px;
  line-height: 125px;
  background-image: url(../images/banniere.gif);
  background-repeat: no-repeat;
  background-position: 50% 0px;
  margin: 0px;
 }

h1 span { 
  display: none;
 }

h1 a {
  display: block;
  text-decoration: none;
  height: 125px;
  margin: 0px;
  width: 100%;
  margin-bottom: 15px;
}

h2 { line-height: 1.2em;}

a { 
  text-decoration: none;
  color: #e23690;
 }

table { margin: 0px; padding: 0px; border-collapse: collapse; }
tr { margin: 0px; padding: 0px; }



/********************************************
*
* Positionnement des régions
*
*********************************************/

#wrapper { 

	margin: 0px auto 0px auto;
 	width: 900px;
 	text-align: left;
 }
#majeur { 
   float:left;
   width: 700px;
   min-width: 700px;
   background-color: white;
 }

#colonne { 
   width: 200px;
   background-color: #f0f1f0;
   min-height: 1000px;
   float: left;
   margin: 0px;
   text-align: left;
 }

#contenu { 
  width: 100%;
  margin: 0px;
  padding: 0px;
 }



/***************************************
*
*  ventre : partie centrale de la page
*            d'accueil
*  (devient #principal dans les pages
*   d'ouvrages)
*
****************************************/

#ventre { 
  width: 440px;
  float: right;
  position: relative;
  margin: 4px 0px 5px 0px;
  padding: 5px 15px 5px 0px;
 }
 
 
p {
font-size: 12px;
}

#principal { 
  width: 430px;
  float: right;
  position: relative;
  margin: 4px 0px 5px 0px;
  padding: 15px 15px 5px 0px;
  line-height: 1.5em;
 }

/***************************************
*
*  Accroche (col gauche de la page d'accueil)
*
****************************************/

#accroche
{
	position: relative;
	background-color: #f0f1f0;
	width: 185px;
	float: left;
	margin: 20px 0px 5px 20px;
	border-color: #C2A0AA;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
        padding: 5px;
}
#accroche h3
{
	font-size: 14px;
	color: #424E72;
	margin-top: 0px;
	padding: 5px 4px 5px 4px;
	background-color: #EACBD5;
	  padding: 5px;
  	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
#accroche p
{
	padding: 5px 4px 5px 4px;
	font-size: 11px;
	line-height: 15px;
}
/*
#accroche img
{
margin: 0px;
width:100%;
}
*/
#accroche hr
{
	margin: 10px 0px 5px 0px;
	border: none;
	border-top: 1px solid #c2a0aa;
}

/***************************************
*
*  Vitrine
*
****************************************/

.vitrine
{
	margin: 15px 0px 5px 20px;
	padding: 1px;
	overflow: auto;
	max-width: 660px;
	width: 660px;
	background-color: white;
	border-color: #CCC;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	background-image: url(../images/fondboutique.gif);
	background-repeat: no-repeat;
}
 
.vitrine table {
  margin: 1px 1px 0px 1px; 
}

.vitrine2 .produit {
    width: 160px;
    border: 0px solid black;
}

.etiquette { 
  position: absolute;
  top: -15px;
  left: 20px;
  font-size: 12px;
  padding: 3px;
  border: 1px solid #e23690;
  background-color: white;
 }

ul.vitrine2 {

}

ul.vitrine2 li {
  	width: 160px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	border-color: #E8E8E8 #CFCFCF #CFCFCF #E8E8E8;
	border-width: 1px;
	border-style: solid;
	list-style-type: none;
	float: left;
    height: 300px;
}

/****************************************
*
*  Carrés des produits
*
****************************************/
td.produit
{
	width: 160px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
	border-color: #E8E8E8 #CFCFCF #CFCFCF #E8E8E8;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
}


td.produit2 { 
  width: 160px;
	border-color: #E8E8E8 #CFCFCF #CFCFCF #E8E8E8;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
  border-top: 0px;
  margin: 0px;
  padding: 5px;
  padding-top: 0px;
  border-collapse: collapse;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
 }

.produit h3
{
	background-color: #C2A0AA;
	color: white;
	margin: 0px 0px 7px 0px;
	border: none;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}


.produit img { 
  max-width: 155px;
  border: none;
  overflow: hidden;
 }

.produit .en2mots { 

  line-height: 14px;
  margin: 0px;
  text-align: left;
  padding: 5px 10px 0px 10px;
 }

.produit .en2mots .prix { 
  float: right;
  margin: 10px 2px 1px 3px;
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
 }

.produit2 .plus { 
  font-size: 10px;
  line-height: 14px;
  margin: 0px 0px 3px 0px;
 }

.produit2 .commerce { 
  font-size: 11px;
  line-height: 14px;
  margin: 0px;
 }

.produit2 a {
  font-size: 11px;
}

.commerce a {
  background-image: url(../images/pupuce.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 0px 0px 14px;
font-size: 1.1em;
font-weight: bold;
}

/***************************************
*
*  Menu
*
***************************************/
#menu
{padding: 45px 5px 10px 10px;}

#menu .vspacer { 
  line-height: 0.2em;
 }

#menu .filet
{
	margin: 10px 15px 10px 0px;
	border-bottom: #AAA;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
}

#menu ul, .cartouche ul { 
  margin: 0px;
  padding: 0px 0px 15px 0px;
  	border-bottom: white;
	border-width: 0 0 2px 0;
	border-style: none none dotted none;
 }

#menu li, .cartouche li { 
  margin: 0px;
  padding: 5px 5px 0px 5px;
  list-style-type: none;
 }

#menu li ul { 
  margin: 0px;
  padding-left: 20px;
 }

#menu h3 { 
 background-image: url(../images/piedmouche.gif);
 background-repeat: no-repeat;
 background-position: 0px 50%;
 color: #e23690;
 background-color: #f0f1f0;
 padding-left: 30px;
 padding-top: 0px;
 font-size: 1.2em;
 margin: 2px 0px 2px 0px;
 }

#menu li a { 
  display: block;
 }

#menu li a:hover { 
  color: black;
 }

#menu label { 
  display: block;
  text-align: left;
 }

#auth { 
  border: 1px dotted #797979;
  text-align: center;
  padding: 3px;
  width: 90%;
  margin: auto;
 }

#auth label { 
  text-align: center;
 }

#majeur #boiteLogin {
  margin: auto;
  width: 50%;
}

#zoneCommerciale {
  background-color: white;
  border: 2px solid #e23690;
  border-radius: 10px;
  margin-top: 10px;
  padding: 3px;
}

/***************************************
*
*  Formulaires
*
***************************************/

input, textarea, select

{
	margin: 4px 0 4px 0;
	padding: 2px;
	font-family: Arial, sans-serif;
	border-color: #BBB;
	border-width: 1px;
	border-style: solid;
	font-size: 11px;
}

submit
{
	margin: 4px 0 4px 0;
	border-color: #BBB;
	border-width: 1px;
	border-style: solid;
	background-color: #DDD;
	font-size: 10px;
}
submit:hover
{
	background-color: #555;
}


/*************************************
*
*Présentation de la sélection 
* - dans la colonne de droite (div #panier)
* - en pleine page (div #selection)
*
**************************************/

#panier
{
	padding: 5px;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #CFCFCF;
	border-width: 1px;
	border-style: dotted;
}

#panier .item { 
  padding: 3px;
  min-height: 28px;
 }

#panier .item img { 
  float: left;
  margin-right: 5px;
 }


#selection { 
  border: 1px solid #e23690;
  margin: 5px;
  padding: 5px; 
 }

#selection .clair { 
  background-color: white;
  width: 100%;
 }

#selection .fonce { 
  background-color: #f0f1f0;
  width: 100%;
 }

#selection .action { 
  float: left;
  width: 20%;
 }

#selection .item { 
  float: left;
  width: 75%
 }

.instruction { 
  padding: 5px 0px 5px 150px;
  font-size: 14px;
  line-height: 18px;
 }

#etapesCommande { 
  background-color: #f0f1f0;
  width: 600px;  
  border: 1px solid #C2A0AA;
  margin: 10px 50px 20px 50px;
  padding: 0px 0px 0px 0px; 
 }

#etapesCommande h2 { 
  color : #e23690;
  font-size: 16px;
  text-align: left;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #C2A0AA;
  margin-bottom: 0px;
 }

#etapesCommande td { 
  vertical-align: top;
  width: 19%;
  padding: 5px;

 }
#etapesCommande .actif { 
  color: black;
  background-color: white;
    border-right: 1px solid #C2A0AA;
 }

#etapesCommande .passif
{
	color: #959595;
	border-right: 1px solid white;
}

#etapesCommande .action { 
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
 }

#etapesCommande .commentaire { 
  font-size: 9px;
  line-height: 13px;
 }



/**********************************
*
*    zone de dialogue client
*
************************************/

#dialogue { 
  border: 1px solid #C2A0AA;
  margin: 5px 0px 0px 50px;
  padding: 0px; 
  width: 600px;  
 }

#dialogue .formulaire, #vue {  
  width: 65%;
  padding: 5px 5px;
  float: left;
 }

#dialogue .instructions { 
  width: 25%;
  padding: 5px 5px;
  float: right;
 }

label { 
  display: block;
  padding-left: 5px;
 }

input, textarea { 
  width: 90%;
  font-size: 12px;
 }

#dialogue .formulaire .auth { 
  text-align: center;
 }

#dialogue .formulaire .auth input { 
  width: 50%;
  overflow: visible;
 }

#dialogue .liv { 
   width: 80%;
   margin: 5px 20px 5px 20px;
   padding: 5px;
   border: 1px solid black;
 }

#dialogue .liv .adresse { 
   width: 45%;
   float: left;
 }

#dialogue .liv .choix { 
   width: 45%;
   float: left;
 }

/**********************************
*
*    zone de message
*
************************************/

#dialogue .message { 
  border: 1px solid #C2A0AA;
  margin: 5px auto 5px auto;
  padding: 8px; 
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: black;
 }

/*********************************
*
*  Adresse
*
**********************************/

#adresse { 
  width: 80%;
  text-align: left;
  line-height: 16px;
 }

#adresse .nom { 
  font-weight: bold;
 }

/*********************************
*
*   Listes
*
**********************************/

#liste { 

 }

#liste .clair { 
 margin: 2px 0px 2px 0px;
 }

#liste .fonce { 
 margin: 2px 0px 2px 0px;

 }

#liste img { 
  border: 0px;
  float: left;
 }

#liste span.action { 
  width: 50px;
  float: left;
  font-size: 0.8em;
 }

.total {
 margin : 3px 0px 5px 20px;
}

.pager {
 margin : 3px 0px 5px 20px;
 font-weight: bold;
}
/******************************
*
*   Liste
*
*******************************/
.liens
{
	font-size: 12px;
	text-align: right;
	margin: -10px 20px 20px 0px;
}
.liens a
{
	font-size: 12px;
	font-weight: bold;
	border: none;
	text-decoration: none;
}
.liens a:visited
{
	font-size: 12px;
	font-weight: bold;
	border: none;
	text-decoration: none;
	color: #898882;
}

#resultats
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	font-size: 13px;
}

#resultats .clair
{
	display: block;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 4px 2px 4px 4px;
}

#resultats .fonce
{
	display: block;
	background-color: #f0f1f0;
	margin: 0px 0px 0px 0px;
	padding: 4px 2px 4px 4px;
}

#resultats .description 
{ 
	float: left;
        width: 58%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
 }

#resultats .icone
{
	float: left;
    width: 27%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #B5B5B5;
	font-size: 0px;
}

#resultats .icone a
{
	border: none;
}
#resultats .icone a img
{
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
}
#resultats .icone a img:hover
{
	border-color: #CDCC3A;
	border-width: 1px;
	border-style: solid;
}

#resultats .intitule { 
  float: right;
  width: 70%;
 }

#resultats .miniOutils
{
	float: right;
	width: 40%;
	text-align: right;
}

.miniOutils .action { 
  float: left;
  width: 24%;
 }

#resultats .action a
{

	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
		font-size: 10px;
		border: none;
		color: #e23690; 
}
#resultats .action a:hover
{
	color: #393939;
	background-color: #CFC75F;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
}

/* specifique des actus */
#resultats .titre { 
   font-weight: bold;
   font-size: 1.1em;
   line-height: 1.7 em;
 }

#resultats .texte { 
   padding: 3px 0px 3px 80px;
   line-height: 1.4em;
 }

#resultats .auteur { 
   text-align: right;
   font-style: italic;
 }

/****************************
*
*  Fiche de produits
*
****************************/

.fiche { 
  position: relative;
  width: 90%;
  border: 1px solid #e23690;
  padding: 8px;
  margin: 10px 0px 5px 0px;
 }

.fiche .titre { 
  font-weight: bold;
 }

.fiche .soustitre { 
  font-weight: normal;
 }

.fiche .illu { 
  float: right;
  margin: 0px 0px 5px 8px;
 }

/*****************************
*
*  facture en tableau
*
*******************************/

table.facture { 
  width: 95%;
border: 1px solid black;
 }

table.facture td {
  margin: 0px;
border: 0px; 
  border-bottom: 1px solid  #e23690;
  padding: 5px 0px 5px 0px;
  text-align: center;
 }


/******************************************
*
*   fondateurs : présentation des membres
*   de C&F
*
*******************************************/

#fondateurs dt, #fondateur dd {
    margin: 0px;
    padding: 0px;
}

#fondateurs dt {
    font-weight: bold;
    padding: 5px 0px 5px 35px;
 background-image: url(../images/piedmouche.gif);
 background-repeat: no-repeat;
 background-position: 0px 50%;
}

#fondateurs dt img {
   float: right;
   margin: 0px 5px 5px 5px;
}

/******************************************
*
*   projet : présentation du projet
*
*******************************************/

#projet h3 {
    padding: 5px 0px 5px 35px;
 background-image: url(../images/piedmouche.gif);
 background-repeat: no-repeat;
 background-position: 0px 50%;
}

/******************************************
*
*   tarif d'expédition
*
*******************************************/

#tarifExpe table {
  border: 1px solid #e23690;
  padding: 0px;
  margin: 0px;
}

#tarifExpe th {
  border: 1px solid #e23690;
  border-collapse: collapse;
  padding: 3px;
  font-weight: bold;
  font-size: 1.1em;
}

#tarifExpe td {
  border: 1px solid #e23690;
  border-collapse: collapse;
  padding: 3px;

}

/******************************************
*
*   prise de contact avec C et F
*
*******************************************/

.contact {
  font-size: 1.2em;
  color : #e23690;
  margin: 0px 0px 5px 25px;
}

.messContact {
  border: 1px dotted black;
  margin: 5px;
  padding: 8px;
}

/******************************************
*
*   annonce
*
*******************************************/

#annonce .titre {
  color: #e23690;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom:20px;
}

#annonce .titre .sousTitre {
display: block;
  color: black;
  font-style: normal;
  font-weight: normal;

}

#annonce .auteur {
  font-size: 1.1em;
  margin: 5px 0px 10px 0px;
  
}

#annonce .auteur .auteurPrincipal {
  font-weight: bold;
}

#annonce .intro {
  font-size: 1.2em;

  margin: 5px 0px 5px 0px;
}

#annonce .cartouche, .texte .cartouche
{
	width: 28%;
	margin: 5px 10px 10px 0px;
	padding: 5px;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	border-color: #E6E498;
	border-width: 1px;
	border-style: solid;
	background-color: #FFC;
}

#annonce .cartouche br {
/*
  height: 0.1em;
  display: block;
*/
}

#annonce .cartouche img {
  float: left; 
  margin: 3px;
}

#annonce blockquote {
  margin: 5px 0px 5px 15px;
  font-style: italic;
  font-size: 12px;
line-height: 16px;
}

#annonce blockquote cite {
  display: block;
  font-style: normal;
}


/*******************************
*
*   Sommaire 
*
********************************/

#sommaire
{
  line-height: 1.4em;
}
#sommaire td
{
	padding-bottom: 10px;
	vertical-align: top;
	/*border: 1px solid red;*/
}

#sommaire .auteur { 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 40px;
  font-style: normal;
  font-size: 0.98em;
  line-height: 1.5em;
 }

#sommaire .titre { 
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal;
  padding: 0px 0px 3px 0px;
 }

#sommaire .marque { 
  font-weight: bold;
    color: #555;
  font-size: 1.1em;
  margin: 0px 0px 8px 0px;
 }

#sommaire .titrePartie { 
  font-weight: bold;
  color: #555;
  font-size: 1.3em;
  padding: 20px 0px 8px 0px;
 }


/******************************
*
* articles entonnoir
*
*******************************/

.article .auteurs { 
   text-align: right;
   width: 400px;
   float: right;
 }

.article .auteur { 
   font-size: 1.2em;
   font-style: italic;
   padding: 10px 0px 15px 0px;
 }

.article .auteurs .bio { 
  font-size: 0.9em;
 }

div.texte{ 
  margin: 15px;
  line-height: 18px;

 }
p.intro { 
  font-size: 1.1em;
  line-height: 20px;
 }

div.surtitre { 
  font-weight: bold;
  font-size: 1.5em;
 }


.locEtrangere { 
  font-style: italic;
 }


.paiement_return { 
  border: 1px solid black;
  margin: 10px;
  width: 80%;
  margin: auto;
  padding: 10px;
 }
 
 
/******************************
*
* communiqués
*
*******************************/

.communique ul
{
	margin: 5px;
	padding: 0;
}
.communique img
{
	border: none;
}
.communique li
{
	margin-bottom: 2px;
}
/*********************************
*
*  ventre de la page d'accueil
*
**********************************/

.editeur { 
   width: 45%;
   float: left;
   padding: 0px 10px 0px 0px;
 }

.editeur .unLivre { 
  margin: 0px  0px  10px  0px;
  border: 1px solid #DDD;
  padding: 5px;
  	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
 }

.editeur h3
{
	font-size: 14px;
	color: #424E72;
	margin-top: 0px;
	padding: 5px 4px 5px 4px;
	background-color: #EACBD5;
	  padding: 5px;
  	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.unLivre .couv { 
text-align: center;
 }

.unLivre .titre { 
font-weight: bold;
margin-top: 5px;
                  
}
.unLivre .titre a { 
color: black;
 }
.unLivre .auteur { 
font-size: 0.9em;
margin-bottom: 5px;
color: #777;
                  
}
.unLivre .data { 
font-size: 0.9em;
color: #777;
margin-bottom: 3px;          
}

.unLivre .commerce
{
	font-size: 0.9em;
}



/*********************************
*
*  annonce jeunesse
*
**********************************/

.annonceJeunesse
{
	line-height: 1.5em;
}
.annonceJeunesse .chapo
{
	font-weight: bold;
	color: #DA207F;
}

/*****************************
*
*   libres savoirs
*
******************************/

.libresSavoirs .sommaire { 

border: 2px dotted #f0f1f0;
padding: 5px;
 }

.libresSavoirs .sommaire .titreArticle { 
  font-style: italic;
 }

.libresSavoirs .sommaire .partie { 
  font-weight: bold;
  color: #e23690;
 }

.libresSavoirs .sommaire .sousPartie { 
  font-weight: bold;
  font-style: italic;
 }

.libresSavoirs .sommaire .listeAuteurs { 
  padding-left: 50px;
 }

.libresSavoirs .enValeur { 
  font-weight: bold;
 }
.libresSavoirs .coordination, .souffleBleu .coordination { 
border: 2px dotted #f0f1f0;
padding: 5px;
padding-left: 35px;
 }

/******************************
 *
 *  culturenum
 *
 ******************************/
 
 .culturenum {
   font-family: arial, sans-serif;
   margin-bottom: 20px;
 }
 .culturenum p.TM-partie {
   font-weight: bold;
   font-size: 1.1em;
  } 

 .culturenum p.TM-auteur {
   font-variant: small-caps;
 }
 
 .culturenum p.TM1 {
    margin-top: -0.8em;
    padding-left: 25px;
 }
 
 
 /********************************************
*
* Programme
*
*********************************************/

h2.bigger {
	font-size: 2em;
}
.programme {
	font-size: 16px; 
	line-height: 1.5em;
}
.programme h3 {
	color: #e23690;
	padding: 1em 0 0em 0;
	margin:  1em 0 0 -10px;
	border-top: 2px dotted #ccc;
}
.programme ul {
	padding: 0;
}
.programme li {
	list-style-type: none;
	padding: 0 0 0em 25px;
	border-left: 2px solid #bbb;
	margin: 0 0 0.5em 0;
}
.programme .horaire {
	display: block;
	font-weight: bold;
	margin: 0 0 0.3em -40px;
	background-color: white;
	padding: 0 0 0.3em 0;
	
}
.programme .auteur {
	font-weight: bold;
	color: #555;
}


ul.goodies {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-right: 20px;
}
ul.goodies li {
	list-style-type: disc;
	padding: 0 0 0.5em 00px;
	margin-left: 20px;
}
.goodies strong {
	color: #e23690;
}