/* Police et fond par défaut */ 
BODY {
	background-color: #EEF4FC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2b2d31;
}

/* Liens par défaut */ 
A {
	color: #2b2d31;
	text-decoration:none;
}

/* Pour éviter les sauts de ligne autour des formulaires */ 
FORM	{
	margin-top: 0;
	margin-bottom: 0;
}

/* Page - corps, bloc principal. */ 
.page {
	background-color: #dedede;
	background-image: url(img/page_top_ombre.gif);
	background-repeat: repeat-x;
	padding-left:12px;
	padding-right:12px;
	padding-top:20px;
}

/* Blocs de la home */ 
.home_bloc {
	width:165;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: #2b2d31;
	text-align:left;
}

/* Indicateur des taux */ 

/* Date */ 
.indic_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.indic_date STRONG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5b5bc4;
}

.indic_border_gauche {
	width: 2px;
	background-color: #374275;
	background-image: url(img/indic_bg_gauche.gif);
	background-repeat: repeat-y;
}

.indic_titre_1 {
	height: 19px;
	background-color: #abb3d0;
	background-image: url(img/indic_bg_bleu_clair.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #374275;
	padding-left: 16px;
	padding-right: 16px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b5bc4;
}

.indic_titre_2 {
	height: 19px;
	background-color: #abb3d0;
	background-image: url(img/indic_bg_bleu_clair.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #374275;
	padding-left:16px;
	padding-right:16px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00000;
}

.indic_duree {
	height: 19px;
	background-color: #828baf;
	background-image: url(img/indic_bg_bleu_fonce.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #374275;
	padding-left:16px;
	padding-right:16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.indic_ligne_1 TD {
	height: 19px;
	background-color: #d5d6db;
	background-image: url(img/indic_bg_gris_clair.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #374275;
	padding-right:5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.indic_ligne_2 TD {
	height: 19px;
	background-color: #bdbfc9;
	background-image: url(img/indic_bg_gris_fonce.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #374275;
	padding-right:5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.indic_bas {
	height: 2px;
	background-color: #374275;
	background-image: url(img/indic_bg_bas.gif);
	background-repeat: repeat-x;
}

/* Boutons */ 
.bouton {
	height: 18px;
	background-color: #d5d6db;
	background-image: url(img/bouton_fond.gif);
	background-repeat: no-repeat;
}

.bouton A {
	width: 112px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #374275;
	text-decoration: none;
	padding-left:8px;
}

/* Calculette  */ 
input.calcfield {
	text-align: right;
	width: 100px;
	border: 1px;
	border-color: #6b7178;
	background-color: #fff7e6;
	color: #000000;
}

input.calcfield_2 {
	text-align: right;
	width: 100px;
	border: 1px;
	border-color: #6b7178;
	background-color: #ffffff;
	color: #000000;
}


/* Infos Pratiques  */ 

.pratiq_border_gauche {
	width: 2px;
	background-color: #374275;
	background-image: url(img/pratiq_bg_gauche.gif);
	background-repeat: repeat-y;
}

.pratiq_bas {
	height: 23px;
	background-color: #828baf;
	background-image: url(img/pratiq_bg_bas.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #374275;
}

.pratiq_bas A {
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.pratiq_1 {
	height: 20px;
	background-color: #bdbfc9;
	border-right: 1px solid #374275;
}

.pratiq_2 {
	height: 20px;
	background-color: #d5d6db;
	border-right: 1px solid #374275;
}


.pratiq A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* Articles */ 
.article_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
}

.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: #2b2d31;
	text-align: justify;
}

.article TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: #2b2d31;
}

.calcul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: #2b2d31;
}

.calcul TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: #2b2d31;
}

.article_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 22px;
	margin-right: 10px;
/*	font-weight: bold; */
	color: #2b2d31;
}

.article_texte A {
	color: #334fd6;
	text-decoration:none;
}

.article_texte A:hover {
	color: #334fd6;
	text-decoration:underline;
}

.partenaires TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.fnaim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	font-weight: bold; */
	color: #FFFFFF;
}

.fnaim A {
	color: #FFFFFF;
	text-decoration:none;
}

.fnaim A:hover {
	color: #FFFFFF;
	text-decoration:underline;
}


/* FORMULAIRES */


.texte_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texte_form_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

.texte_form_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f5b91;
}


.texte_case {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texte_case_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}


.texte_case_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f5b91;
}

.texte_form A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texte_form_red A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

.texte_form_blue A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f5b91;
}

.texte_case A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texte_case_red A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

.texte_case_blue A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4f5b91;
}

.texte_case STRONG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texte_case_red STRONG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

.input.field {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 175;
	color: #666666;
	border: 1px solid #4D4D4D;
}


textarea.field {
	width: 324px;
	border: 1px;
	color: #666666;
	border: 1px solid #4D4D4D;
}

input.field_libre {
	border: 1px;
	color: #666666;
	border: 1px solid #4D4D4D;
}

select.field {
	background-color: White;
	border : 1px solid #888888;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #888888;
}

.encadre {
	color: #000000;
	width: 200px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #828baf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Footer partenaires */

.txt_partenaires {
	color: #FFFEE2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.txt_partenaires H4{
	color: #FFFEE2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight:100;
}

.lien_partenaires {
	color: #FFFEE2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}

.txt_partenaires_10 A {
	color: #FFFEE2;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}