/******************************************************************************************************************************
F = couleur des fonds | L = couleur des liserets
------------------------------------------------
F0 = FFFFFF ; | F1 = #F8F8FA ; | F2 = #EEF1F2 ; | F3 = #AF3FA ; 
L0 = ; | L5 = #D9D9C ; | L6 = #75A6B5; 
_______________________________________________________________________________________________________________________________

Couleur des titres 1 = #1d81aa
Couleur des titres 2 = #767171

*******************************************************************************************************************************/

.boite_arrnd {
	width: auto;
	float: left;
	margin-bottom: 10px;
}

.boite_arrnd .nom {
	float: left;
	font-size: 20px;
	width: auto;
	margin-top: -2px;
	color: #1d81aa;
}

.boite_arrnd .option_txt {
	float: right;
	font-size: 10px;
	width: auto;
	padding: 6px 8px 0px 0px; 
	color: #1d81aa;
}

.boite_arrnd .option_img {
	float: right;
	/*width: auto;*/
	padding: 0px 8px 0px 0px;
}

/* pour l'icone a gauche du titre de la boite */
.boite_arrnd .option_ico {
	float: left;
	width: auto;
	padding: 0px 5px 0px 0px;
}

/* pour le pointille dans la boite */
.boite_arrnd table td.sep_point
 {
   width: auto;
	background: url(boites/pointille.gif) repeat-x;
	height: 1px;
	font-size: 1px;
 }

/* pour le trait dans la boite */
.boite_arrnd table td.sep
 {
   width: auto;
	background-color: #53A8C7;
	height: 1px;
	font-size: 1px;
 }

/* N couleurs possibles pour les titres, option_txt, etc. */

.TitreColor_1 {color:#1d81aa;}

a.TitreColor_1:link, a.TitreColor_1:visited, a.TitreColor_1:active {
	color:#1d81aa;
	text-decoration:none;	
}
	
a.TitreColor_1:hover {
	text-decoration:underline;
}

.TitreColor_2 {color:#767171;}

a.TitreColor_2:link, a.TitreColor_2:visited, a.TitreColor_2:active {
	color:#767171;
	text-decoration:none;	
}
	
a.TitreColor_2:hover {
	text-decoration:underline;
}

.TitreColor_3 {color:#808080;}

a.TitreColor_3:link, a.TitreColor_3:visited, a.TitreColor_3:active {
	color:#808080;
	text-decoration:none;	
}
	
a.TitreColor_3:hover {
	text-decoration:underline;
}
	
/* Definition des Sur Titre */

.sur_titre {
	width: auto;
	border-bottom: 1px solid #53A8C7;
	padding-bottom: 3px;
	margin-bottom: 6px;
	float: left;
}

.sur_titre .nom {
	float: left;
	font-size: 20px;
	width: auto;
	color: #1d81aa;
}	
	
.sur_titre .nom a {
	color: #1d81aa;
	text-decoration:none;	
}	

.sur_titre .nom a:hover {
	text-decoration:underline;
}	

.sur_titre .option_txt {
	float: right;
	font-size: 10px;
	width: auto;
	padding: 6px 8px 0px 0px;
	color: #1d81aa;
}

.sur_titre .option_img {
	float: right;
	width: auto;
	padding: 0px 8px 0px 0px;
}

.sur_titre .option_ico {
	float: left;
	width: auto;
	padding: 5px 5px 0px 0px;
}


/* Definition des Sous Titre */

.boite_arrnd .sous_titre {
	width: auto;
	padding: 0px 8px; 
}

.boite_arrnd .sous_titre .nom20 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#1d81aa;
	float: left;
}

.boite_arrnd .sous_titre .nom20 a {
	color: #1d81aa;
	text-decoration: none;
}

.boite_arrnd .sous_titre .nom20 a:HOVER {
	text-decoration: underline;
}

.boite_arrnd .sous_titre .nom14 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#1d81aa;
	float: left;
	padding-top:5px;   /*FRED : par rapport a nom_20 on ajoute un padding pour caler le texte en hauteur */
}

.boite_arrnd .sous_titre .nom14 a {
	color: #1d81aa;
	text-decoration: none;
}

.boite_arrnd .sous_titre .nom14 a:HOVER {
	text-decoration: underline;
}

.boite_arrnd .sous_titre .nom12 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#1d81aa;
	float: left;
	padding-top:5px;    /*FRED : par rapport a nom_20 on ajoute un padding pour caler le texte en hauteur */
}

.boite_arrnd .sous_titre .nom12 a {
	color: #1d81aa;
	text-decoration: none;
}

.boite_arrnd .sous_titre .nom12 a:HOVER {
	text-decoration: underline;
}

.boite_arrnd .sous_titre .option_txt {
	float: right;
	font-size: 10px;
	padding-top: 5px;
	color: #1d81aa;
}

.boite_arrnd .sous_titre .option_img {
	float: right;
	padding: 0px;
}

/*Boite en savoir plus */
.boite_ensavoirplus_top {
	background-image:url('http://servicesplus.aliceadsl.fr/css/boites/en_savoir_plus.gif');
	width:621px;
	height:56px;
	}
	
.boite_ensavoirplus {
	border-left:1px solid #75A6B5;
	border-right:1px solid #75A6B5;
	padding:10px;
	width:599px;
	}
	

