/********************* Spécifique EURIWARE *******************************/

/*||||||||||||||| STYLES POUR REFERENCEMENT ||||||||||||||||*/
/* Version pour un lien sur du texte */
a.lienplan,
a.lienplan:hover,
a.lienplan:visited,
a.lienplan:active,
a.lienplan:focus
{
  font-size: 9px;
  color: #D1C8C8;
  cursor: text;
  text-decoration: none;
  /*
  autres propriétés eventuellement nécessaires
  font-family;
  font-size;
  font-weight;
  */
}
/* Fin version pour un lien sur du texte */

/******************** Fin Spécifique EURIWARE *******************************/


/* Propriétés des éléments communs du site */

BODY {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* ------ IFRAME ------- */
.orange_iframe {
		scrollbar-face-color: #FDE9C6;
		scrollbar-arrow-color: #CC0033;
		scrollbar-track-color: #FFFFFF;
		scrollbar-3dlight-color: #FBB847;
		scrollbar-highlight-color: #FDE9C6;
		scrollbar-shadow-color: #FBB847;
		scrollbar-darkshadow-color: #FDE9C6;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.nonselected { border: 0px solid #000000 ;}
.selected { width=99%; border: 2px dashed #82000F ; }

.divvisible {display:block;visibility:visible;}
.divhidden {display:none;visibility:hidden;}


A:link, A:visited, A:active {
	font-size: 12px;
	text-decoration:none;
}
A.redarrow {
	color:#000000;
}
A:hover {
	text-decoration: underline;
}
.texte A {
	text-decoration: underline;
	color: #000000;
}
.gras A {
	font-weight:bold;
}
.shb A {
	color: #000000;
}
IMG {
	border: 0px none;
	}

FORM {
	margin: 0;
}



H1, H2, H3, H4, H5, H6 {
	margin: 10px 0 0 0; 
	padding: 0;
}

P {
	font-size: 12px;
	margin: 10px 0 0 0; 
	padding: 0;
}

H3 {
	font-size: 11px;
}

H3.smallH3 {
	font-size: 11px;
}

H3.countryH3 {
	font-size: 15px;
	margin-bottom: 25px;
}
.shb {
	vertical-align: top;
	padding: 0 0 0 0;
	margin:0 0 0 0;
}
.shb H3{
	font-size: 18px;
	padding: 0 0 0 0;
	margin:0 0 0 0;
}
.shb H4{
	font-size: 11px;
	font-weight: normal;
	color: #746e6e;
	border-bottom: none;
	padding: 0 0 0 0;
	margin:0 0 0 0;
}

H3.blue_interTitreH3 {
	border-bottom: solid 1px #B2B6CC;
	font-size: 11px;
	color:  #000000;
	margin-bottom: 3px;
}
H3.grey_InterTitreH3 {
	border-bottom: solid 1px #746E6E;
	font-size: 11px;
	color: #000000;
	margin-bottom: 3px;
}
H3.orange_InterTitreH3 {
	border-bottom: solid 1px #F9A61A;
	font-size: 11px;
	color: #000000;
	margin-bottom: 3px;
}

.Edito_Title H3 {
	font-size: 15px;
	color: #CC0033;
}


/**********************/
/* STRUCTURE DU SITE */
/********************/

#pagecontent {
	width: 1000px;
}

/* HEADER */

#header_left {
	width: 185px;
	text-align: center;
	background-color: White;
}

#header_left H1 {
	margin: 20px 0 0 0;
}

#navtop UL {
	border-left: solid 1px #646E98;
	border-right: solid 1px #646E98;
	border-bottom: solid 1px #646E98;
	position: absolute;
	background-color: #DFE2E9;
	margin-left: -1px;
}

html>body #navtop UL {
	margin-top: -3px;
}

#navtop UL#navtop1 {
	border-left: solid 1px #FAA922;
	border-right: solid 1px #FAA922;
	border-bottom: solid 1px #FAA922;
	position: absolute;
	background-color: #FDE9C6;
	margin-left: 0;
}

#navtop UL LI {
	border-top: solid 1px #B1B6CB;
	padding: 3px 8px;
}

#navtop UL#navtop1 LI {
	border-top: solid 1px #FBBE57;
	padding: 3px 8px;
}

#navtop1 {
	width: 127px;
}

#navtop2 {
	width: 133px;
}

#navtop3 {
	width: 115px;
}

#navtop4 {
	width: 111px;
}

#navtop5 {
	width: 164px;
}

#header_right {
	width: 159px;
	background-color: #EDE9E9;	
}

#header_right P {
	margin: 5px 10px;
}

.header_input {
	width: 105px;
	vertical-align: top;
	margin-right: 5px;
}

#header_right A {
	color: #CC0033;
	font-weight: bold;
}

/* END HEADER */


/* CENTRAL CONTENT */

#content_main {
	margin: 20px 54px 13px 28px;
	width: 577px;
}

H2 {
	font-size: 15px;
	margin-bottom: 10px;
}

/* LEFT */

#left {
	width: 185px;
}

#left .navleft {	
	margin: 40px 40px 8px 8px;
}

#left .navleft UL{
	margin-left: 20px;
	margin-bottom: 5px;
}

#left .navleft A {
	font-weight: bold;
	padding: 0 0 0 10px;	
	display: block;
	height: 10px;
}

html>body #left .navleft A {
	height: auto;
}

#left .navleft UL LI A{
	font-weight: normal;
	background: none;
	padding-left: 0;
}

#left .navleft LI A.navleft_bton {
	padding-left: 10px;
}


/* RIGHT */

#right {
	width: 159px;
}

#navright {
	margin-top: 47px;
	padding: 5px;
}

#navright .navrightarrow {
	padding-left: 10px;
}

.accesForm {
	background-color: #D1C8C8;
	padding-bottom: 1px;
	margin: 1px 0 10px 0;
	width: 159;
}

.accesForm table{
	background-color: #D1C8C8;
}

.accesForm SELECT {
	margin: 5px 10px;
	display: block;
	width: 130px;
}

H2.rightH2 {
	padding: 3px 5px 3px 15px;
	margin-bottom: 0;	
	font-size: 11px;	
	text-transform: uppercase;
}

/*.right_push, .right_push_last {
	padding: 3px;
}*/

.right_push TR, .right_push_last TR {
	vertical-align: top;
}

.right_push_last {
	margin-bottom: -1 px;
}

.right_orange_bg {
	background-color: #FAA61A;
	margin: 0;
	padding: 10px;
}

.right_orange_bg LABEL {
	font-weight: bold;
}

.right_orange_bt_ok {
	margin: 0 0 10px 10px;
}

/* FOOTER */

#content_footer {
	text-align: center;
	vertical-align: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #746D6D;
}

#content_footer A.cf_last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

.alk {
	border-top: solid 1px #CC0033;
	border-bottom: solid 1px #CC0033;
}

/* Commun dans le site */

.displayblock {
	display: block;
}

/*A.underlineA:link, A.underlineA:active, A.underlineA:visited {
	text-decoration: underline;
}

A.underlineA:hover {
	text-decoration: none;
}*/

.margin0 {
	margin: 0;
}

.imgfloatleft {
	float: left;
	margin-right: 10px;
}

.imgfloatright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.valigntop {
	vertical-align: top;
}

.valignbottom {
	vertical-align: bottom;
}

.spacer {
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
}

.boldTxt {
	font-weight: bold;
}

.tools {
	float: right;
}

.tools A {
	margin-left: 7px;
}

.article_date {
	color: #746D6D;
}

.update_date {
	float: right;
	margin-top: -20px;
	padding: 2px 10px;
	color: White;
}

H3.underlineH3bis {
	border-bottom: solid 1px #FAA61A;
}

H3.findmoreH3 {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 0;
}

.findmore {
	padding: 10px;
	margin-bottom: 20px;
}

H2 SPAN {
	font-weight: normal;
}

H3.highlightH3 {
	font-size: 18px;
	font-weight: normal;
}

.indentUL {
	margin-left: 15px;
}

/* Barre d'outils */

.barre_de_recherche {
	background-color: #D1C8C8;
	border-bottom: solid 1px #D1C8C8;
	border-top: solid 1px #D1C8C8;
	border-right: solid 1px #D1C8C8;
	border-left: solid 1px #D1C8C8;
}


.legende {
	width: 189px;
	margin-top: 10px;
}

.tdcontentright {
	padding-left: 30px;
}

.worldwide {
	margin: 15px 0 0 50px;
	padding: 5px 125px 5px 5px;
	text-align: left;
}
.worldwide A {
	background-position: 0 7px;
	font-weight: bold;
}
.onglet_off {
	text-align: center;
}
.onglet_off A {
	color: #FFFFFF;
}
.onglet_on {
	font-weight: bold;
	text-align: center;
}
.content_onglet {
	width: 568px;
	margin: 0;
	padding: 1px;
}
.content_onglet * {
	margin: 5px;
}
.rightimgwithlegend {
	float: right;
	margin-left: 10px;
	text-align: center;
}
.rightimgwithlegend SPAN {
	margin-top: 5px;
	color: #746D6D;
	display: block;
}
/* Dossier Home */

H3.liste_dossier {
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 10 22;
}

H3.liste_dossier EM {
	font-weight: bold;
	font-style: normal;
}

.content_file H4 {
	margin: 0;
}

/* Dossier page2 */

.file_onglet TD {
	height: 34px;
	padding: 0 10px;
}

.file_onglet TD.file_onglet_on {
	color: White;
	font-weight: bold;
}

.file_onglet TD A {
	padding: 0 0 0 15px;
	display: block;
}

/*.file_html TD {
	padding: 20px 20px 10px 20px;
}*/

.file_html .file_header {
	width: 170px;
}

.file_html .file_header_right {
	padding-left: 0;
}

.file_html .file_header_right H3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.file_html .file_leftTD {
	width: 170px;
	vertical-align: top;
}

.file_html .file_rightTD {
	padding-left: 0;
	vertical-align: top;
}

.file_html .file_leftTD A.redarrow {
	font-weight: bold;
}

.file_html TD.file_findmore {
	padding: 0;
}

/*.file_html TD.file_findmore .findmoreH3 {
	padding-left: 10px;
}*/

.file_html TD.file_findmore .findmore {
	margin-bottom: 0;
}

/* Synthèse */

.synthese_list {
	margin-bottom: 25px;
}

.synthese_list LI {
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.synthese_list LI.synthese_last {
	border-bottom: none;
	padding-bottom: 0;
}

.synthese_list LI A {
	display: block;
	width: 575px;
	voice-family: "\"}\"";
	voice-family:inherit;
		width: 550px;
	voice-family: "\"";
}


/* Propriétés des éléments spécifiques pour la homepage */

#home_content_left {
	width: 360px;
	padding-right: 20px;
}

#home_content_left LI {
	padding-bottom: 9px;
	border-bottom: solid 1px #B2B6CC;
	margin-bottom: 5px;
}

#home_content_left EM {
	font-size: 10px;
	color: #746D6D;
	font-style: normal;
}

#home_content_right {
	width: 190px;
}

#home_content_left H2 {
	border-bottom: solid 1px #B2B6CC;
}

#home_content_right H2 {
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: solid 1px #B2B6CC;
	color: #656E99;
}


#content_main .home_file H2{
	margin: 0;
	border-bottom: none;
	color: White;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.home_file P {
	margin-bottom: 6px;
}

.synthese_LI {
	margin-top: 5px;
}

.home_action {
	border-left: solid 1px #656E99;	
	border-right: solid 1px #656E99;
	border-bottom: solid 1px #656E99;
	padding: 5px 10px;
	margin-bottom: 20px;
}

/*** Image En Savoir Plus ***/
.blue_esp_96px { 
  background: #E0E2EA url('/lib/images/@reva/esp/big_blue_arrow.gif') no-repeat top right; 
  }
.blue_esp_64px { 
  background: #E0E2EA url('/lib/images/@reva/esp/med_blue_arrow.gif') no-repeat top right; 
}
.blue_esp_32px { 
  background: #E0E2EA url('/lib/images/@reva/esp/lit_blue_arrow.gif') no-repeat top right;
}
.orange_esp_96px { 
  background: #FDE9C6 url('/lib/images/@reva/esp/big_orange_arrow.gif') no-repeat top right; 
}
.orange_esp_64px { 
  background: #FDE9C6 url('/lib/images/@reva/esp/med_orange_arrow.gif') no-repeat top right; 
}
.orange_esp_32px { 
  background: #FDE9C6 url('/lib/images/@reva/esp/lit_orange_arrow.gif') no-repeat top right;
}
.grey_esp_96px { 
background:#E8E3E4 url('/lib/images/@reva/esp/big_grey_arrow.gif') no-repeat top right;
}
.grey_esp_64px { 
background:#E8E3E4 url('/lib/images/@reva/esp/med_grey_arrow.gif') no-repeat top right;
}
.grey_esp_32px { 
background:#E8E3E4 url('/lib/images/@reva/esp/lit_grey_arrow.gif') no-repeat top right;
}
H3.findmoreH3 {
	border-bottom: solid 1px #B2B6CC;
	color: #656E99;
}
H3.blue_findmoreH3 {
	border-bottom: solid 1px #B2B6CC;
	color:  #646E98;
}
H3.grey_findmoreH3 {
	border-bottom: solid 1px #746E6E;
	color: #746E6E;
}
H3.orange_findmoreH3 {
	border-bottom: solid 1px #F9A61A;
	color: #F9A61A;
}
.orange_forum_savoirplus {
	padding:0px;
	background:#FEE9C6 url(/lib/images/@reva/orange_findmore_bg.gif) top right no-repeat;
}
H3.blue_H3 {
	border-bottom: solid 1px #646E98;
	color: #646E98;
}

/*********/
.red_home_action {
	border-left: solid 1px #CC0033;	
	border-right: solid 1px #CC0033;
	border-bottom: solid 1px #CC0033;
	border-top: solid 1px #CC0033;
	background-color: #CC0033;
	font-size: 11px;	
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.red_pave {
	border-left: solid 1px #CC0033;	
	border-right: solid 1px #CC0033;
	border-bottom: solid 1px #CC0033;
}


/* Titre principal des gabarits */
.blue_titleH2 {
	font-size: 15px;
	color: #656E99;
	font-weight: bold;
	border-bottom: solid 1px #656E99;
}
.orange_titleH2 {
	font-size: 15px;
	color: #CC0033;
	font-weight: bold;
	border-bottom: solid 1px #F9A61A;
}
.grey_titleH2 {
	font-size: 15px;
	color: #746E6E;
	font-weight: bold;
	border-bottom: solid 1px #746E6E;
}
/* Box */
.grey_box_top {
	border-top: solid 1px #D2C8C9;
	border-left: solid 1px #D2C8C9;
}

.grey_box {
	border-top: solid 1px #D2C8C9;
	border-left: solid 1px #D2C8C9;
	border-right: solid 1px #D2C8C9;
	border-bottom: solid 1px #D2C8C9;
}

.grey_box_top_right {
	border-top: solid 1px #D2C8C9;
	border-right: solid 1px #D2C8C9;
}

.grey_box_middle {
	border-right: solid 1px #D2C8C9;
}

.grey_box_separation {
	border-right: solid 1px #D2C8C9;
	border-left: solid 1px #D2C8C9;
	border-top: solid 1px #D2C8C9;
}

.grey_box_bottom {
	border-bottom: solid 1px #D2C8C9;
	border-right: solid 1px #D2C8C9;
}

.grey_box_bottom_left {
	border-bottom: solid 1px #D2C8C9;
	border-left: solid 1px #D2C8C9;
}

.grey_line_simpletop {
	border-top: solid 1px #746E6E;
}

.grey_wwp_box {
	border-bottom: solid 1px #D2C8C9;
	border-right: solid 1px #D2C8C9;
	border-top: solid 1px #D2C8C9;
	border-left: solid 1px #D2C8C9;
}

.black_box {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.orange_box_top {
	border-top: solid 1px #FAA61A;
	border-left: solid 1px #FAA61A;
}

.orange_box_middle {
	border-right: solid 1px #FAA61A;
}

.orange_box_separation {
	border-right: solid 1px #FAA61A;
	border-left: solid 1px #FAA61A;
	border-top: solid 1px #FAA61A;
}

.orange_box_bottom {
	border-bottom: solid 1px #FAA61A;
	border-right: solid 1px #FAA61A;
}
.orange_line_simpletop {
	border-top: solid 1px #FAA61A;
}

.blue_underline {
border-bottom: solid 1px #D2C8C9;
}


.blue_onglet_bgcolor_on {
background-color: #FFFFFF;
}

.blue_line_top {
border-bottom: solid 1px #646E98;
border-top: solid 1px #646E98;
}
.blue_line_top2 {
border-top: solid 1px #646E98;
}
.blue_line_bottom {
border-bottom: solid 1px #B1B6CB;
}

.blue_line_side {
border-left: solid 1px #B1B6CB;
border-right: solid 1px #B1B6CB;
padding: 0 0 0 0;
}
.blue_line_side P{
padding: 0 20 0 20;
}
.blue_line_side H3.blue_intertitreH3 {
padding: 0 5 0 5;
}
.blue_line_box {
border-left: solid 1px #B1B6CB;
border-right: solid 1px #B1B6CB;
border-top: solid 1px #B1B6CB;
border-bottom: solid 1px #B1B6CB;
}
.blue_dossier_box {
border-left: solid 1px #B1B6CB;
border-right: solid 1px #B1B6CB;
border-bottom: solid 1px #B1B6CB;
}
.blue_box_top_corner {
	border-top: solid 1px #B1B6CB;
	border-left: solid 1px #B1B6CB;
}
.blue_box_top {
	border-top: solid 1px #B1B6CB;
}
.blue_box_right {
	border-right: solid 1px #B1B6CB;
}
.blue_box_left {
	border-left: solid 1px #B1B6CB;
}
.blue_box_bottom {
	border-bottom: solid 1px #B1B6CB;
}
.blue_box_bottom_corner {
	border-bottom: solid 1px #B1B6CB;
	border-right: solid 1px #B1B6CB;
}
.blue_onglet_top {
	border-top: solid 1px #B1B6CB;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	color: 646E98;
}

.blue_onglet_carre_top {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #646E98;
	padding: 0 5 0 5;
}

.blue_onglet_carre_top_off {
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	border-top: solid 1px #646E98;
	border-left: solid 1px #646E98;
	border-bottom: solid 1px #646E98;
	padding: 0 5 0 5;
}

.blue_pave, .blue_pave_last {
	border-left: solid 1px #646E98;
	border-right: solid 1px #646E98;
}

.blue_pave_last {
border-bottom: solid 1px #646E98;
margin-bottom: -1 px;
}


.blue_pave_title {
	border-left: solid 1px #646E98;
	border-right: solid 1px #646E98;
	border-top: solid 1px #646E98;
	border-bottom: solid 1px #646E98;
	background-color: #E0E2EA;
	font-size: 11px;	
	text-transform: uppercase;
	color: #646E98;
	font-weight: bold;
}
.bourse_pave_title {
	border-left: solid 1px #646E98;
	border-top: solid 1px #646E98;
	border-bottom: solid 1px #646E98;
	background-color: #646E98;
	font-size: 11px;	
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}

.blanc A.redarrow {
	color: White;
	font-weight:bold;
}

.titre_blanc {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

H4 {
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #D2C8C9;
}

.blanc {
	color: #FFFFFF;
}

/* ----- Blue Corner -----*/
.blue_corner H2 {
	margin-bottom: 0;
	font-size: 11px;	
	text-transform: uppercase;
	border-bottom: none;
	color: #FFFFFF;
	padding: 0px 0px 5px 5px ;
}
.blue_corner P {
	color: #FFFFFF;
	font-weight:bold;
}
.blue_corner A.redarrow {
	color: #FFFFFF;
	font-weight:bold;
}
.blue_corner .corpsLegende {
	color: #FFFFFF;
	font-weight:bold;
}

.blue_corner H3 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 0px none;
}
.blue_corner P{
	color: #FFFFFF;
}
.blue_corner P.alignement {
	padding: 0 5 5 5;
}


/* ----- Fonds -----*/
.fond_orange {
	background-color: #FEE9C6;
}
.bulle_orange {
	background-color: #FAA61A;
}

.cadre {
	padding: 5px 5px 5px 5px;
	}

.theme_synpress {
	padding: 3px 5px 3px 15px;
	margin-bottom: 0;	
	font-size: 11px;	
	color: #656E99;
	background-color: #E0E2EA;
	}

.alaune A.redarrow {
	font-size: 18px;
}

/* -------- PAVE -------- */
/* Pavé Orange */ 
.orange_pave, .orange_pave_last {
	border-left: solid 1px #FED38E;
	border-right: solid 1px #FED38E;
}
.orange_pave_last {
	border-bottom: solid 1px #FED38E;
	margin-bottom: -1 px;
}
.orange_pave_title {
	border-left: solid 1px #FED38E;
	border-top: solid 1px #FED38E;
	border-right: solid 1px #FED38E;
	border-bottom: solid 1px #FED38E;
	background-color: #FDE9C6;
	font-size: 11px;	
	text-transform: uppercase;
	color: #F9A61A;
	font-weight: bold;
}
/* Pavé Gris */ 
.grey_pave, .grey_pave_last {
	border-left: solid 1px #D2C8C9;
	border-right: solid 1px #D2C8C9;
}
.grey_pave_last {
	border-bottom: solid 1px #D2C8C9;
	margin-bottom: -1 px;
}
.grey_pave_title {
	border-left: solid 1px #D2C8C9;
	border-right: solid 1px #D2C8C9;
	border-top: solid 1px #D2C8C9;
	border-bottom: solid 1px #D2C8C9;
	background-color: #E8E3E4;
	font-size: 11px;	
	text-transform: uppercase;
	color: #746E6E;
	font-weight: bold;
}
/* -------- ONGLET ORANGE -------- */
.orange_onglet_top {
	border-top: solid 1px #FAA61A;
	font-weight: bold;
	text-align: center;
	color: #FAA61A;
}
.orange_onglet_on {
	border-top: solid 1px #FAA61A;
	color: #646E98;
}
.orange_onglet_off {
	text-align: center;
	background-color: #FDE9C6;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border-top: solid 1px #FAA61A;
	border-bottom: solid 1px #FAA61A;
}
.orange_onglet_bgcolor_on {
background-color: #FFFFFF;
}
.orange_line_top {
border-bottom: solid 1px #FAA61A;
border-top: solid 1px #FAA61A;
}
.orange_line_bottom {
border-bottom: solid 1px #FAA61A;
}
.orange_line_side {
border-left: solid 1px #FAA61A;
border-right: solid 1px #FAA61A;
}
/* -------- ONGLET GRIS -------- */
.grey_onglet_top {
	border-top: solid 1px #766C6D;
	font-weight: bold;
	text-align: center;
	background-color: #EAE9EA;
		color: #000000;
}
.grey_onglet_on {
border-top: solid 1px #766C6D;
	font-weight: bold;
	text-align: center;
	background-color: #EAE9EA;
	border-top: solid 1px #766C6D;
	color: #000000;
}
.grey_onglet_off {
	text-align: center;
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	border-top: solid 1px #766C6D;
	border-bottom: solid 1px #766C6D;
}
.grey_onglet_bgcolor_on {
background-color: #EAE9EA;
}
.grey_line_top {
border-bottom: solid 1px #766C6D;
border-top: solid 1px #766C6D;
}
.grey_line_bottom {
border-bottom: solid 1px #766C6D;
}
.grey_line_side {
border-left: solid 1px #766C6D;
border-right: solid 1px #766C6D;
}

.fond_menu_rouge {
background-color: #FFFFFF;
}


.titreaccroche{font-family:Arial, Verdana, Sans-serif, Geneva, "Sun Sans-serif"; color:#000000; font-size:11px; font-weight:bold;}

.accroche{font-family:Arial, Verdana, Sans-serif, Geneva, "Sun Sans-serif"; color:#000000; font-size:10px;}

a.red:link, a.red:active, a.red:visited{text-decoration:underline;}
.red {color:#CC0033; }

/*Menu*/

a.navigation:active,a.navigation:link,a.navigation:visited 
{
color: #5d85A9; 
font-size:10px; 
text-decoration: none; 
text-transform: uppercase; 
}

a.navigation:hover 
{
text-decoration: underline;
}

.navigation {
color: #5d85A9; 
font-size:10px; 
text-transform: uppercase; 
}

a.ssnavigation:active,a.ssnavigation:link,a.ssnavigation:visited 
{
color: #5d85A9; 
font-size:10px; 
text-decoration: none; 
}

a.ssnavigation:hover 
{
text-decoration: underline; 
}

a.sousnav:active, a.sousnav:link, a.sousnav:visited
{
color:#5d85A9;
font-size:10px;
text-decoration:none
}

a.sousnav:hover
{
color:#FFFFFF;
font-size:10px;
text-decoration:underline
}

a.sousnav
{color:#FFFFFF;
font-size:10px;
text-decoration:none
}

a.sousnavnoir:active, a.sousnavnoir:link, a.sousnavnoir:visited
{color:#000;
font-size:10px;
text-decoration:none
}

a.sousnavnoir:hover
{
color:#000;
font-size:10px;
text-decoration:underline
}

a.sousnoirnav
{
color:#000;
font-size:10px;
text-decoration:none
}

a.sousnavgris:active, a.sousnavgris:link, a.sousnavgris:visited
{
color:#ACABA6;
font-size:10px;
text-decoration:none
}

a.sousnavgris:hover
{
color:#ACABA6;
font-size:10px;
text-decoration:underline
}

a.sousnavgris
{
color:#ACABA6;
font-size:10px;
text-decoration:none
}


/* CONTENU */

.titrePage
{
color: #5D85A9; 
font-size:16px; 
font-weight:bold;
}

a.railway:link, a.railway:visited, a.railway:active, a.railway:hover
{
color:#CC0033; 
font-size:10px;
}

.railwaygrey
{
color:#666666; 
font-size:10px;
}

a.grey:link, a.grey:visited, a.grey:active
{
color:#666666; 
font-size:10px;
text-decoration: none
}

.grey
{
color:#666666; 
font-size:10px;
}

/* LEGENDE */
.copyright{font-size:9px;color:#6E6E66;}


/* GLOSSAIRE */
.sousTitrePage
{
color: #000000; 
font-size:11px; 
font-weight:bold;
border-bottom:1px solid #B8B8B8;
width:436px;
}

.sousTitrePopup
{
color: #000000; 
font-size:11px; 
font-weight:bold;
border-bottom:1px solid #B8B8B8;
width:378px;
}

.sousTitrePageColumn
{
color: #000000; 
font-size:11px; 
font-weight:bold;
border-bottom:1px solid #B8B8B8;
width:100%}

/* FORMULAIRES */

.formLargeurStandard
{
width:200px;
}

A.formEnvoyer
{
color:#666666; 
font-size:10px;
text-transform:uppercase;
}

A.formEnvoyer:hover
{
color:#666666; 
font-size:10px;
font-weight:bold;
text-transform:uppercase;
}

/* SITE MAP */


/* SITE MAP */


a.SomdetLevel1:link, a.SomdetLevel1:active, a.SomdetLevel1:visited{text-decoration:underline;}
.SomdetLevel1{color:#CC0033;font-weight:bold; }

a.SomdetLevel2:link, a.SomdetLevel2:active, a.SomdetLevel2:visited{text-decoration:underline;}
.SomdetLevel2{color:#CC0033; }

a.SomdetLevel3:link, a.SomdetLevel3:active, a.SomdetLevel3:visited{text-decoration:underline;}
.SomdetLevel3{color:#CC0033; }

a.SomdetLevel4:link, a.SomdetLevel4:active, a.SomdetLevel4:visited{text-decoration:underline;}
.SomdetLevel4{color:#CC0033; }

a.SomdetLevel5:link, a.SomdetLevel5:active, a.SomdetLevel5:visited{text-decoration:underline;}
.SomdetLevel5{color:#CC0033; }

a.SomdetLevel6:link, a.SomdetLevel6:active, a.SomdetLevel6:visited{text-decoration:underline;}
.SomdetLevel6{color:#CC0033; }

a.SomdetLevel7:link, a.SomdetLevel7:active, a.SomdetLevel7:visited{text-decoration:underline;}
.SomdetLevel7{color:#CC0033; }
