﻿/*

Charte FAIRE FAIRE
==================

CMJN / 100
----------
C 20
M 100
J 10
N 0

RVB / 255
---------
R 197
V 0
B 115

HEXADECIMAL / FF
----------------
R C5
V 00
B 73

*/


/* ==============================================================
/* ACCROCHE
/* ============================================================*/
.eye_catch_title {
    height: 24px;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

.eye_catch_txt_black {
  	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}

.eye_catch_txt_pink {
  	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #C71881;
	background-color: #FFFFFF;
    text-align: left;
}

.eye_catch_sep_black {
    width: 1px;
	background-color: #000000;
}

.eye_catch_sep_white {
    width: 1px;
	background-color: #FFFFFF;
}



/* ==============================================================
/* RUBRIQUES
/* ============================================================*/
.rubrique {
	width: 80px;
	height: 20px;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
 	color: #FFFFFF;
}

a.rubrique, a.rubrique:visited {
 	color: #FFFFFF;
	text-decoration: none;
}

a.rubrique:hover, a.rubrique:active {
 	color: #333333;
	text-decoration: none;
} 

.rubrique_tiret {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
 	color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px; 	
}



/* ==============================================================
/* MENUS
/* ============================================================*/
.menu_bloc {
	width: 223px;
	height: 242px;
	border-left: solid 1px #CFCFCF;
    border-right: solid 1px #CFCFCF;
    border-top-width: 0px;
    border-bottom-width: 0px;
	background-color: #B3E5E6;
}

.menu_cell {
	width: 223px;
	height: 25px;
	background-color: #66CDCC;
	border-width: 0px;
	text-align: center;
	vertical-align: middle;
}

.menu_sep {
	width: 223px;
	height: 1px;
	background-color: #FFFFFF;
	border-width: 0px;
}

.menu_child {
	padding-left: 40px;
}

a.menu_link {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.menu_link, a.link_menu:visited  {
	text-decoration: none;
}

a.menu_link:hover {
	text-decoration: underline;
}

/* ==============================================================
/* LABELS
/* ============================================================*/
.label_text_title {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	display: inline;
}



/* ==============================================================
/* FOOTERS
/* ============================================================*/
.footer_links {
	text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FFFFFF;
}

a.footer_links, a.footer_links:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.footer_links:hover, a.footer_links:active {
    color: #FFFFFF;
    text-decoration: underline;
}



/* ==============================================================
/* TITRES
/* ============================================================*/
.cell_titre {
	width: 720px;
	height: 30px;
	background-color: #FF1FA4;
    font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
    display: inline;
	text-align: center;
	vertical-align: middle;
}



/* ==============================================================
/* HOME
/* ============================================================*/
.text_home {
    font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
}

.link_home {
    font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	color: #FFFFFF;
}

a.link_home, a.link_home:visited {
	color: #FFFFFF;
	text-decoration: underline;  
}

a.link_home:hover, a.link_home:active {
	color: #333333;
	text-decoration: underline;  
}

/* ==============================================================
/* HTML TITLE
/* ============================================================*/
.label_text_title {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	display: inline;
}

.label_text_subtitle {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	display: inline;
}

