/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */

/*************************Informations********************/
#informations{
display:none;
}

body div.contenu_informations p span{
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight:bold;
font-size:1.30em;
color:#e338e1;
text-transform:uppercase;
}

body div.contenu_informations img{
width:121px;
float:left;
margin-right:15px;
}

body div.contenu_informations p{
font-size:150%;
line-height:150%;
margin-top:10px;
}

body #TB_title{
display:none;
}


/**************************Contenu***********************/
h1.titre_page{
text-transform:uppercase;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight:bold;
font-size:1.50em;
color:#4fcd4c;
padding-bottom:10px;
}

h2.titre_page{
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight:bold;
font-size:1.30em;
color:#e338e1;
text-transform:uppercase;
margin-bottom:5px;
}

div.texte{
padding-top:10px;
padding-bottom:10px;
}

div.texte p{
font-size:0.82em;
padding-bottom:5px;
text-align:justify;
}

div.texte ul{
padding-left:0px;
margin-left:0px;
list-style:none;
font-size:0.82em;
margin-top:10px;
margin-bottom:15px;
}

div.texte ul li{
padding-top:0px;
padding-bottom:12px;
background-image: url(images/liste_puce.png);
background-repeat: no-repeat;
background-position:15px 1px;
padding-left:45px;
margin-left:10px;
}

/***************************Promo***************************/

div.cadre_bg{
background-image: url(images/cadre_bg.png);
background-repeat: repeat-y;
background-position:top left;
}

div.cadre_top{
background-image: url(images/cadre_top_bg.png);
background-repeat: no-repeat;
background-position:top left;
}

div.cadre_bottom{
background-image: url(images/cadre_bottom_bg.png);
background-repeat: no-repeat;
background-position:bottom left;
padding-top:14px;
padding-left:24px;
padding-right:24px;
padding-bottom:6px;
}

div.promo{
background-color:#f5f6f0;
width:517px;
margin-bottom:10px;
margin-top:10px;
}

img.block{
display:block;
/*clear:both;*/
}

div.promo_prix{
width:15%;
margin-right:5px;
float:right;
text-align:right;
color:#d737d5;
font-weight:bold;
font-size:1.27em;
background-image:url(images/ht.png);
background-repeat: no-repeat;
background-position:bottom right;
padding-bottom:10px;
}

div.pormo_texte{
margin-right:15%;
padding-left:5px;
}

h3.promo{
font-size:1em;
font-weight:bold;
padding-left:15px;
background-image:url(images/promo_puce.png);
background-repeat: no-repeat;
background-position:left center;
}

h3.promo a{
/*font-size:0.71em;
font-weight:normal;
color:#616161;
text-decoration:underline;*/
}

h3.promo a:hover{
color:#E338E1;
}

p.promo{
font-size:0.77em;
padding-left:15px;
}

p.remarque_promo{
padding-top:4px;
text-align:right;
font-size:0.71em;
}

p.remarque_promo strong{
color:#E338E1;
}

/************************Bouton Creation Graphique**********************/
div.bouton_creation_graphique{
padding-top:20px;
background-color:white;
text-align:center;
}


