/*Contenu de toutes les pages*/
body,html
{
	background-color: #00003c;
}

/*Texte normal du site*/
body
{
	color: #00002F;
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}

/*« body » normal du site*/
.site_body
{
	background-color: #000037;
}

/*Contenu normal du site et contenu seulement*/
.site_content, .site_content_only
{
	background-color: #FFFFFF;
}

/*Liens placés dans le bas des pages*/
.site_links, .site_links:link, .site_links:visited, .site_links:active
{
	color: #E9F1DB;
}
.site_links:hover
{
	color: #FDFEFA;
}

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #000037;
}
a:visited, a:active
{
	color: #927f42;
}
a:hover
{
	text-decoration: none;
	color: #7E7D8C;
}

/*Champs de formulaire*/
input, textarea, select, .formfield, .formfield_error
{
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}
.formfield
{
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #FBF3BD;
	background-color: #FFFFFF;
}
.formfield_error
{
	border-width: 1px;
	border-style: solid;
	border-color: #DD0000;
}

/*Boutons*/
.button
{
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #9b865b;
	background-color: #ede1a5;
}

/*Menus JavaScript*/
.menu_container {
	border-collapse: collapse;
}
.menu, .menu_over
{
	width:265px;
	height:35px;
	vertical-align: middle;
	padding: 0px 0px 0px 25px;
	font-size : 12pt;
	text-align: left;
	text-decoration : none;
	font-family:"Times New Roman", Times, serif;
}
.menu
{
	background-image:url(../themes/main/fr/images/pg/cee4_07.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color: #000000;
}
.menu_over, .menu.selected
{
	background-image:url(../themes/main/fr/images/pg/menu_over.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#ffffff;
}

.submenu, .submenu_over
{
	font-size : 9pt;
	width:135px;
	text-align: center;
	background-image:url(../themes/main/fr/images/pg/sub.jpg)
	text-decoration : none;
	padding: 0px 5px;
	vertical-align:middle;
	background-color:#DAC680;
}
.submenu
{
	color: #000000;
}
.submenu_over, .submenu.selected
{
	background-color:#bea24e;
	background-image:url(../themes/main/fr/images/pg/sub_over.jpg)
	color: #000000;
}

/*Titre de page*/
.pagetitle
{
	text-align: left;
	font-size: 13pt;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #00002F;
}
.pagetitle_details
{
	text-align: left;
	font-size: 10pt;
	color: #0258A1;
}
/*Titre*/
.sectiontitle
{
	text-align: left;
	font-size: 13pt;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	color: #00002F;
	font-family:"Times New Roman", Times, serif;
}
.sectiontitle_details
{
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color: #00002F;
}
/*Sous-titre*/
.subtitle
{
	text-align: left;
	font-size: 11pt;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color: #00002F;
}
.subtitle_details
{
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #00002F;
}
.bigcontent_title
{
	font-weight: bold;
	font-size: 10pt;
}
.bigcontent
{
	font-size: 10pt;
}
.content_title
{
	font-weight: bold;
}
.content
{
}
.smallcontent_title
{
	font-weight: bold;
	font-size: 7pt;
}
.smallcontent
{
	font-size: 7pt;
}
.whitecontent_title
{
	font-weight: bold;
	color: #FFFFFF;
}
.whitecontent
{
	color: #FFFFFF;
}
.whitecontent:link
{
	color: #FFFFFF;
}
.whitecontent:visited, .whitecontent:active
{
	color: #FFFFFF;
}
.whitecontent:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

/*Styles appliqués autour des boutons retour dans le bas des pages publiques*/
.bt_nav_div
{
	text-align: center;
	padding: 10px;
}


/*Tableau*/
.main
{
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
/*Cellule de titre*/
.title
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #015DAB;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F1F3FC;
	padding-top: 1px;
	padding-bottom: 2px;
}
/*Cellule de colonne*/
.column
{
	text-align: center;
	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #015DAB;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}

/*Lignes en alternance*/
.row1
{
	background-color: #F8F9FF;
}
.row2
{
	background-color: #F8F9FF;
}
.emptyrow1, .emptyrow2
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}
.emptyrow1
{
	border-color: #F8F9FF;
}
.emptyrow2
{
	border-color: #F8F9FF;
}

.row1inactiv, .emptyrow1inactiv
{
	background-color: #DDDDDD;
}
.row2inactiv, .emptyrow2inactiv
{
	background-color: #EEEEEE;
}

/*Listes avec ligne actuelle allumée*/
.listtable
{
	border: 0px;
	border-collapse: collapse; /*collapse, separate*/
	width: 100%;
}
.listcell
{
	margin: 0px;
	padding: 4px 8px;
	border-bottom:1px solid #CCCCCC;
}
.list
{
	background-color: #FFFFFF;
}
.listover
{
	background-color: #FFFFDD;
}
.listinactiv
{
	background-color: #DDDDDD;
}
.listinactiv2
{
	background-color: #EEEEEE;
}
.listoverinactiv
{
	background-color: #FFFFDD;
}

.list_green
{
	background-color: #EEFFEE;
}
.list_orange
{
	background-color: #FFF9F2;
}
.list_red
{
	background-color: #FFEEEE;
}

/*Valeur négative ou limitée*/
.negativ
{
	color: #DD0000;
}

.hr
{
	border-top:1px solid #999999;
	width:100%;
	height:0.5em;
}
.hr hr
{
	display:none;
}

.bkg_left {
    background-image:url(../themes/main/fr/images/pg/bkg_left.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	backgroung-attachement:scroll;
	background-color:#00003C;
}

.bkg_right {
    background-image:url(../themes/main/fr/images/pg/bkg_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	backgroung-attachement:scroll;
	background-color:#00003C;
}

.bkg_contact {
	background-image:url(../themes/main/fr/images/pg/cee4_24.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#66583c;
}

.bkg_contact .content {
	color:#FFFFFF;
}

.bkg_news { 
	background-image:url(../themes/main/fr/images/pg/cee4_16.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#27263f;
}

.bkg_topcontent { 
	background-image:url(../themes/main/fr/images/pg/content_08.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e7dfbb;
}

.left_news {
	background-image:url(../themes/main/fr/images/pg/left_news.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.right_news {
	background-image:url(../themes/main/fr/images/pg/right_news.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.left_contact {
	background-image:url(../themes/main/fr/images/pg/left_contact.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.right_contact {
	background-image:url(../themes/main/fr/images/pg/right_contact.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
	
.bottom_contact {
	background-image:url(../themes/main/fr/images/pg/bottom_contact.jpg);
	background-position:top;
	background-repeat:repeat-y;	
}

.bottom_news {
	background-image:url(../themes/main/fr/images/pg/bottom_news.jpg);
	background-position:top;
	background-repeat:repeat-y;	
}

.bottom_link {
	background-image:url(../themes/main/fr/images/pg/bottom_link.gif);
	background-position:top;
	background-repeat:repeat-x;	
}

.mod_lastnews {
	Color :#FFFFFF;
}

.mod_lastnews a:link, .mod_lastnews a:visited, .mod_lastnews a:active
{
	text-decoration: underline;
}
.mod_lastnews a:link
{
	color: #FFFFFF;
}
.mod_lastnews a:visited, .mod_lastnews a:active
{
	color: #FFFFFF;
}
.mod_lastnews a:hover
{
	text-decoration: none;
	color: #020033;
}
