
/* CSS Document 

RUBRIQUES PRINCIPALES
Verdana bold 18pt Blanc 

Sous rubriques
Verdana bolt 12 pt blanc 

Rubrique ou sous rubrique choisie = roll over beige # e9d275

•	Le texte actualité financière est présenté sur un encart bleu 
•	L’arrière plan photo n’est pas modifiable via le module d’administration. 

Texte actualités financières ( maxi 3 paragraphes de 4 lignes + titre )
Titre : verdana bold 12pt bleu #485fb5
Bloc texte : verdana regular 12pt blanc

PAGES INTERIEURES : 

Menu principal : verdana bold 12pt blanc 
Sous rubriques : verdana regular 12 pt blanc 
rubrique choisie clic beige # e9d275

Titre d’un bloc texte : verdana bold 14 pt beige # e9d275
Texte bloc textes paragraphes verdana regular 10pt blanc*/

.rubrique_princip
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
.rubrique_princip_select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#e9d275;
}

.rubrique_princip:hover .menu, .rubrique_princip_select:hover .menu {
	text-decoration: underline;
}

.sous_rubrique
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}
.sous_rubrique_select
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#e9d275;
}
.actu_titre
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#485fb5;
}
.actu_texte
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.bloc_txt_titre
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#e9d275;
	margin: 0;
	margin-bottom: 10px;
}
.bloc_txt_contenu, .bloc_txt_contenu2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#FFFFFF;
	text-align:justify;
}
.bloc_txt_contenu2 {
	width: 496px;
	padding: 0 10px 0 10px;
}
.mentions{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#CCCCCC;
}
body
{
	margin: 0 0 0 0;
}
a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	width:100px;
}

#fond_page {
	height:530px;
}

html>body #fond_page {
	height: auto;
	min-height: 530px;
} 

.div_page_1 {
	float:left;
	width:434px;
	padding-bottom: 10px;
}

.div_page_2 {
	float:left;
	width:424px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('../images/fond_texte.png');
	background-repeat: repeat-y;
}