/*
*	Cette feuille de style gère l'affichage des éléments textuels du site.
*	->	Elle controle la type des typos, leur couleur, ...
*/
.b{
	border:1px solid red;
}	
.bb{
	background-color:#FF0000;
}
/*   COULEUR DU TEXTE   */
.color_noir{color:#000}
.color_gris{color:#323F4D}
.color_gris_clair{color:#323F4D}
.color_tres_clair{color:#bbb}
.color_bleu{color:#094E93} 
.color_blanc{color:#fff}
.color_rouge{color:#fe0000}
.txtAlign_center{text-align:center;}
.txtAlign_right{text-align:right;}

/*   TAILLE DU TEXTE    */
.text09em{font-size:0.9em;}
.text1em{font-size:1em;}
.text11em{font-size:1.1em;}
/*   LIEN HYPERTEXTE    */
a{text-decoration:none;}
a:hover{text-decoration:underline; color:#2981c9;}
a.nodeco:hover{text-decoration:none;}
.avec_fleche_bleue{
	background:url(../images/commun/puce_triangle_bleu.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 7px;
	text-decoration:none;
}
.avec_fleche_bleue:hover{
	text-decoration:underline;
}
.avec_fleche_bleue_cadre{
	background:url(../images/commun/puce_triangle_bleu_cadre.gif) no-repeat 0px 2px;
	padding:0px 0px 0px 14px;
	text-decoration:none;
	font-size:11px;
}
.avec_fleche_bleue_cadre_haut{
	background:url(../images/commun/puce_cadre_haut.gif) no-repeat 0px 2px;
	padding:0px 0px 0px 14px;
	text-decoration:none;
}
.avec_fleche_bleue_cadre_bas{
	background:url(../images/commun/puce_cadre_bas.gif) no-repeat 0px 2px;
	padding:0px 0px 0px 14px;
	text-decoration:none;
}
.avec_fleche_bleue_a_droite{
	background:url(../images/commun/puce_triangle_bleu.gif) no-repeat right 4px;
	padding:0px 7px 0px 0px;
	text-decoration:none;
}
.puce_hide{
	background:url(../images/commun/puce_hide.gif) no-repeat 0px 2px;
	padding:0px 0px 0px 14px;
	text-decoration:none;
	font-size:11px;
}
.puce_show{
	background:url(../images/commun/puce_show.gif) no-repeat 0px 2px;
	padding:0px 0px 0px 14px;
	text-decoration:none;
	font-size:11px;
}
.avec_puce_plus_bleue_carre{
	background:url(../images/commun/picto_plus.gif) no-repeat 0px 4px;
	padding:3px 0px 0px 13px;
	text-decoration:none;
}
.avec_fleche_bleue_a_droite:hover{
	text-decoration:underline;
}
.avec_fleche_bleue_bas{
	background:url(../images/commun/puce_triangle_bleu_bas.gif) no-repeat 0px 6px;
	padding:0px 0px 0px 9px;
	text-decoration:none;
}
.avec_fleche_bleue_bas_big{
	background:url(../images/commun/puce_triangle_bleu_bas_big.gif) no-repeat 0px 6px;
	padding:0px 0px 0px 11px;
	text-decoration:none;
}
.avec_fleche_bleue_droite_big{
	background:url(../images/commun/avec_fleche_bleue_droite_big.gif) no-repeat 1px 3px;
	padding:0px 0px 0px 11px;
	text-decoration:none;
}
.avec_fleche_bleue_bas:hover{
	text-decoration:underline;
}

a.ss_soulignement{
	text-decoration:none;
}
a:hover.ss_soulignement{
	text-decoration:underline;
}
.avec_fleche_bleue_gauche{
	background:url(../images/commun/puce_triangle_bleu_gauche.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 9px;
	text-decoration:none;
}
.avec_fleche_bleue_gauche:hover{
	text-decoration:underline;
}


.avec_fleche_bleue_haut{
	background:url(../images/commun/puce_triangle_bleu_haut.gif) no-repeat 0px 6px;
	padding:0px 0px 0px 9px;
	text-decoration:none;
}
.avec_fleche_bleue_haut:hover{
	text-decoration:underline;
}


.avec_fleche_noire{
	background:url(../images/commun/puce_triangle_noire.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 7px;
	text-decoration:none;
}

.avec_fleche_noire_bas{
	background:url(../images/commun/puce_triangle_noire_bas.gif) no-repeat 0px 6px;
	padding:0px 0px 0px 14px;
	text-decoration:none;
}

.avec_fleche_grise{
	background:url(../images/commun/puce_triangle_grise.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 7px;
	text-decoration:none;
}
.avec_fleche_blanche{
	background:url(../images/blocs/puce_fleche_blanche.gif) no-repeat 0px 5px;
	padding:0px 0px 0px 12px;
}
.avec_fleche_blanche:hover{
	color:#68e0f7;
	background:url(../images/blocs/puce_fleche_bleue.gif) no-repeat 0px 5px;
}

/*bouton_bleu_petit*/
div.bouton_bleu_petit{
	height:23px;
	display:inline;
	float:left;
}
.bouton_bleu_petit .left_btn{
	width:12px;
	height:23px;
	float:left;
	display:inline;
	background:url(../images/blocs/fond_bleu_petit_left.png) no-repeat;
}
.bouton_bleu_petit .middle_btn{
	width:auto;
	height:19px !important; height /**/:23px;
	float:left;
	background:url(../images/blocs/fond_bleu_petit_middle.png) repeat-x;
	background-image:url(../images/blocs/fond_bleu_petit_middle.png);
	padding:4px 0px 0px 0px;
	display:inline;
	border:0px solid red;
	 
}
.bouton_bleu_petit .middle_btn a{
	font-size:1em;
	color:#FFFFFF;
	float:left;
	background:url(../images/blocs/puce_fleche_blanche.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 12px;
	text-decoration:none;
	display:inline;
}
.bouton_bleu_petit .middle_btn a:hover{
	color:#68e0f7;
	background:url(../images/blocs/puce_fleche_bleue.gif) no-repeat 0px 4px;
	text-decoration:none;
}
.bouton_bleu_petit .right_btn{
	width:11px;
	height:23px;
	display:inline;
	float:left;
	background:url(../images/blocs/fond_bleu_petit_right.png) no-repeat;
}

/**/

span.free{
	border:0px solid red;
	margin-left:225px;
	margin-top:5px;
	display:block;
	padding-left:15px;
	font-size:0.9em;
	background:url(../images/commun/etoile_free.gif) no-repeat 0px 2px;
}
span.subscribed{
	border:0px solid red;
	margin-left:225px;
	margin-top:5px;
	display:block;
	padding-left:14px;
	background:url(../images/commun/coche.gif) no-repeat 0px 2px;
}

/**/
ul.list_avec_puces_plus{list-style:none;}
ul.list_avec_puces_plus li{ background:url(../images/commun/picto_plus.gif) no-repeat 0px 2px; padding-left:15px }

h1.titre_de_page_12px{
	font-size:1.1em;
	display:inline;
}
h1.titre_de_page_GS, h1.titre_result_page{
	font-size:1.1em;
	padding-top:7px;
}
h2.titre_de_page_GS{
	font-size:1em;
	font-weight:normal;
	padding-top:5px;
	width:264px;
	margin:0 auto 0 5px;
}
h2.titre_result_page{
	font-size:1em;
	font-weight:bold;
	width:264px;
	margin:0 auto 0 5px;
}
h2.titre_de_page_GS_first_page{
	font-size:1em;
	font-weight:normal
}
h2.titre_de_page_GS_intermediate{
	font-size:1em;
	font-weight:normal;
	border-color:#E6F4FE;
	border-style:solid;
	border-width:0 0 1px;
}
h3.titre_de_page_GS{
	font-size:1.0em;
	padding-top:7px;
}
h3.titre_result_page{
	font-size:1.0em;
	padding-top:7px;
	font-weight:bold;
}
h2.titre_de_page{
	font-size:1.45em;
	padding-top:7px;
}
h2.titre_de_page_12px{
	font-size:1.1em;
	padding-top:7px;
}
h2.titre_de_page_14px{
	font-size:1.28em;
	padding-top:7px;
}
h2.titre_de_page_GS_intermediate{
	font-size:1em;
	font-weight:normal;
	border-color:#E6F4FE;
	border-style:solid;
	border-width:0 0 1px;
}

h2.sur_bgrd_bleu{
	font-size:1.1em;
	width:446px !important; width /**/:466px;
	height:30px !important; height /**/:44px;
	padding:14px 10px 0px 10px;
	background:url(../images/commun/h2_sur_bgrd_bleu.gif) no-repeat;
	
}
h2.sur_bgrd_bleu_arrondi{
	font-size:1.1em;
	width:446px !important; width /**/:466px;
	height:30px !important; height /**/:44px;
	padding:14px 10px 0px 10px;
	background:url(../images/commun/h2_sur_bgrd_bleu_arrondi.gif) no-repeat;
	
}
h3.sur_bgrd_grand_bleu{
	font-size:1.1em;
	width:446px !important; width /**/:466px;
	height:56px !important; height /**/:70px;
	padding:14px 10px 0px 10px;
	line-height:19px;
	background:url(../images/commun/h2_sur_bgrd_bleu.gif) no-repeat;
	
}
h2.avecDegrade{
	font-size:1.1em;
	width:722px;
	margin:0px 0px 0px 0px;
	padding:7px 0px 29px 0px;
	background:url(../images/commun/fond_h2_col_droite.gif) no-repeat left bottom;
	float:left;
	display:inline;
}


