H1{
	color:#F16236;
	font-size:20px;
}

H2{
	color:#0355B8;
	font-size:16px;
}

body {
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	font-size : 12px;
	text-align : justify; 
	letter-spacing: normal;
	color : #000000; 
	background-color: #FFFFFF;
	margin-top: 20px;
	background-image: url(../images/bckGrndGen.jpg);
}

select {
	margin:0 5px 0 5px;
}

.texte {
	font-family: Arial;
	font-size : 12px;
	text-align : justify; 
	letter-spacing: normal;
	color : #000000; 
}

.tbl {
	border: #dcdcdc 1px solid;
	padding: 5px 0;
}

.tbl_gd {
	padding: 5px 0;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
}


.titre {
	color : #c; 
	font-family : Arial; 
	font-size : 12px; 
	font-weight : bold; 
	margin: 0; padding:0; border:0;
} 

.lienTexte {
	font-family : Arial; 
	font-size : 12px; 
	color : #017dc3; 
	font-weight : bold; 
	text-decoration : none; 
} 

.lienTexte:hover {
	text-decoration : underline; 
	color : #f16236; 
} 

.erreur {
	font-size : 12px; 
	color : #ff3333; 
	font-family : Arial; 
} 

.notebp {
	font-weight: bold;
	font-size: 11px;
	vertical-align: super;
	font-family: Arial;
	text-align: justify;
}
	/* CSS GENERAUX INFO BULLE */
/* Exemple carte adherent */
a.bulCartAdherent span {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a.bulCartAdherent:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.bulCartAdherent:hover span {
	font-style: normal;
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	padding: 3px;
	color: #000033;
	width:220px;
	background-color: #FFFFFF;
}
/* Exemple bulle cadre general */
a.bulCartGen span {
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a.bulCartGen:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.bulCartGen:hover span {
	font-style: normal;
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	padding: 5px;
	color: #000033;
	width:300px;
	background-color: #E1EDFF;
	border: 1px solid #000033;;
}

a {
	font-family: Arial;
	font-size : 12px;
	letter-spacing: normal;
	text-decoration:none;
	color: #3399FF;
}

a:hover {
	text-decoration:underline;
}

.red {
	font-family: Arial;
	font-size : 16px;
	font-weight: bold;
	color: #FF0000
}

.submodif {
     border:none;
     color:#fff;
     background: transparent url('/images/btn_modifier.gif') no-repeat top left;
     width:110px;
     height:18px;
     cursor:pointer;
}

.txt_actu {
	color:#5fa200;
	font-family: Arial;
	font-size : 12px;
	font-weight: bold;
}

.txt_actu a{
	color:#3399FF;
	font-family: Arial;
	font-size : 12px;
	font-weight: bold;
}

.header_actu {
	color:#000000;
	font-family: Arial;
	font-size : 12px;
	font-weight: bold;
	letter-spacing: normal;
	margin-right:10px;
}

/* PARTIE PARRRAINAGE */
#cadre_parrainage{
	padding:0 40px 0 15px;
}

#conditions_parrainage{
	float:left;
	width:295px;
}

#image_parrainage{
	float:right;
	border:1px solid #F16236;
}

#cellule_bouton_parrainage{
	text-align:center;
	width:100%;
	margin-top:50px;
}

#texte_cadeau_parrainage{
	display:block;
	text-align:center;
}

/*---- css db_courriers ---*/

.erreurCou {
     color:red ;    
}

a.lienCou {
    cursor:pointer;
}

a.lienCou:hover {
    text-decoration:underline;
}