/* ########### ACCUEIL : COLONNE CENTRALE. ########### */


/* Titre des rubriques de la page d'accueil (zoom sur, sondage, enquete...). */
.rubriqueTitre {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}


/* Trait des titres des rubriques. */
.rubriqueTrait {
	border-top-width: 1px; border-top-color: #B84E90; border-top-style: dashed;
	border-bottom-width: 1px; border-bottom-color: #B84E90; border-bottom-style: dashed;
}

.rubriqueTraitZoom {
	border-bottom-width: 1px; border-bottom-color: #B84E90; border-bottom-style: dashed;
}


/* Lien du texte des rubriques de la colonne centrale. */
a.rubriqueTexte {
	color: #333333;
	text-decoration: none;
}

a.rubriqueTexte:hover {
	color: #666666;
	text-decoration: none;
}


/* Lien des rubriques de la colonne centrale (Lire la suite, En savoir plus...). */
a.rubriqueLire {
	color: #1F5474;
	text-decoration: none;
}

a.rubriqueLire:hover {
	color: #6B8CA0;
	text-decoration: underline;
}


/* Cartouche. */
.cartouche { 
	padding: 5px;
	padding-top: 13px;
	background-color: #FFFFFF;
	border-left-width: 1px; border-left-color: #B84E90; border-left-style: solid;  
	border-right-width: 1px; border-right-color: #B84E90; border-right-style: solid;
}


/* Bordure photos, images. */
.image { 
	padding: 5px;
	border-left-width: 1px; border-left-color: #B84E90; border-left-style: dashed;  
	border-right-width: 1px; border-right-color: #B84E90; border-right-style: dashed;
	border-top-width: 1px; border-top-color: #B84E90; border-top-style: dashed;
	border-bottom-width: 1px; border-bottom-color: #B84E90; border-bottom-style: dashed;
}



/* ########### ACCUEIL / BAS DE LA PAGE. ########### */


/* Bas liens bas de page (déontologie, copyright...). */
#basPage {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #f9a056;
	border-top: 2px; border-top-color: #FFFFFF; border-top-style: solid;
	border-bottom: 2px; border-bottom-color: #FFFFFF; border-bottom-style: solid;
}

#basPage a {
	color: #FFFFFF;
	text-decoration: none;
}

#basPage a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}