/*Contenu de toutes les pages*/
body
{
	margin: 0px 0px 0px 0px;
	background-image: url(/design/themes/new/fr/images/pg/background.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	background-color: #65584c;
}

/*Texte normal du site*/
body, td, p, ul, li
{
	color: #3f372f;
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}
table{ text-align:left; }

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

/*Contenu normal du site*/
.site_content
{
	background-color: #ffffff;
}

/*Liens placés dans le bas des pages*/
.site_links, .site_links:link, .site_links:visited, .site_links:active
{
	color: #ffffff;
	font-size:7pt;
}
.site_links:hover
{
	color: #ddf0f4;
}

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #54a7b8;
}
a:visited, a:active
{
	color: #54a7b8;
}
a:hover
{
	text-decoration: none;
	color: #3eb9d2;
}

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

/*Boutons*/
.menucell, .button
{
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #26768c;
	background-color: #5bb1c2;
}
.menulink:link, .menulink:visited, .menulink:active, .menulink:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.menulink:hover
{
	color: #FFFFFF;
}

/*Menus JavaScript*/
.menu, .menu_over
{
	font-size : 8pt;
	text-align: center;
	text-decoration : none;
    padding: 2px 4px;
}
.menu
{
	color: #FFFFFF;
}
.menu_over
{
	color: #FFFFFF;
}

.submenu, .submenu_over
{
	font-size : 7pt;
	text-align: center;
	text-decoration : none;
    padding: 2px 6px;
}
.submenu
{
	color: #ffffff;
}
.submenu_over
{
	color: #ffffff;
}

/*Titre de page*/
.pagetitle
{
    text-align: left;
	font-size: 12pt;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #65584c;
	border-bottom: 1px solid #dddad7;
}
.pagetitle_details
{
	text-align: left;
	font-size: 10pt;
	color: #65584c;
}
/*Titre*/
.sectiontitle
{
	text-align: left;
	font-size: 11pt;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #015DAB;
	border-bottom: 1px solid #dddad7;
	width: 100%;
}
.sectiontitle_details
{
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
	color: #015DAB;
}
/*Sous-titre*/
.subtitle
{
	text-align: left;
	font-size: 10pt;
	/*margin-bottom: 5px;
	padding-bottom: 3px;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight:normal;
	color: #635b4d;
	border-bottom: 0px solid #dddad7;
	width: 75%;
	letter-spacing:2px;
	border-left:7px solid #dddad7;
	padding:0px 0px 0px 7px;
}
.subtitle_details
{
	text-align: left;
	font-weight: normal;
	color: #3f372f;
}
.bigcontent_title
{
	color: #54a7b8;
	font-weight: bold;
	font-size: 9pt;
	padding:0px 0px 0px 0px; 
}
.bigcontent
{
	font-size: 10pt;
}
.content_title
{
	font-weight: bold;
}
.content
{
}
.first_content_title
{
	font-weight: bold;
}
.first_content
{
	line-height:18px;
	letter-spacing:2px;
}
.first_content:first-letter {
	font-size:16px;
	color:#5DA6B8;
}
.smallcontent_title
{
	font-weight: bold;
	color: #54a7b8;
	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;
}

.li_table
{
}
.li_img
{
	padding: 3px 8px 0px 24px;
}
.li_title
{
	font-size: 10pt;
	font-weight: bold;
}
.li_text
{
	font-size: 8pt;
	padding-left: 44px;
}
.li_link
{
}

/*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: #65584c;
	border: 0px;
	border-bottom: 1px solid #dddad7;
	border-top: 1px solid #dddad7;
	background-color: #f2f0ed;
	padding-top: 1px;
	padding-bottom: 2px;
}
/*Cellule de colonne*/
.column
{
	text-align: center;
	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	color: #65584c;
	border: 0px;
	border-bottom: 1px solid #dddad7;
	border-top: 1px solid #dddad7;
	background-color: #f2f0ed;
}

/*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;
}

@media print
{
	.noprint
	{
		display: none;
	}
}

/* MenuBox */
.menubox
{
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
}
.menubox_outer
{
	border-right: 2px solid #DCE5EB;
	border-bottom: 2px solid #DCE5EB;
	margin: 2px 4px 8px 4px;
}

.menubox_left
{
	/*border-right: 1px solid #BBBBBB;*/
	padding-top: 1px;
}

.menubox_header
{
	border-bottom: 1px solid #BBBBBB;
	margin: 0px 0px 0px 0px;
}
.menubox_title, .menubox_title_big
{
	color: #015DAB;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.menubox_title_big
{
	font-size: 12pt;
}

.menubox_item, .menubox_item_over, .menubox_item_topright, .menubox_item_topright_over
{
	border: 1px solid #BBBBBB;
	padding: 3px 5px 3px 5px;
	background: #F4FAF1;
	color: #4F9519;
	cursor: pointer;
	font-weight: bold;
}

.menubox_item_over, .menubox_item_topright_over
{
	background: #FFFFFF;
}

.menubox_item_topright, .menubox_item_topright_over
{
	border-bottom: 0px;
}

.menubox_item_outer
{
	margin: 1px 1px 1px 1px;
	border-right: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
}
.menubox_item_outer_topright
{
	margin: 1px 1px 0px 1px;
	border-right: 2px solid #EEEEEE;
}

.menubox_submenu
{
}
.menubox_submenu_item, .menubox_submenu_item_over, .menubox_submenu_item_top, .menubox_submenu_item_top_over
{
	border: 1px solid #BBBBBB;
	padding: 2px 6px 2px 6px;
	background: #F4FAF1;
	color: #4F9519;
	cursor: pointer;
}
.menubox_submenu_item_over, .menubox_submenu_item_top_over
{
	background: #FFFFFF;
}
.menubox_submenu_item_top, .menubox_submenu_item_top_over
{
	border-top: 0px;
}

.menubox_content
{
	/*border-top: 1px solid #EEEEEE;*/
	padding: 3px 3px 5px 3px;
}

.menubox_folder_left, .menubox_folder_left_over, .menubox_folder_left_current
{
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
	background: #EFF3F7;
	color: #005DAD;
	cursor: pointer;
	font-weight: bold;
	font-size: 8pt;
	border-right: 2px solid #AAAAAA;
}
.menubox_folder_left_over
{
	background: #FFFFFF;
}
.menubox_folder_left_current
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #AAAAAA;
	border-right: 0px;
	padding-right: 6px;
	cursor: default;
}
.menubox_folder_left_space
{
	padding: 0px 1px 0px 1px;
	border-right: 2px solid #AAAAAA;
	font-size: 8px;
}

.menubox_folder_top, .menubox_folder_top_over, .menubox_folder_top_current
{
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
	background: #EFF3F7;
	color: #005DAD;
	cursor: pointer;
	/*font-weight: bold;*/
	font-size: 8pt;
	border-bottom: 1px solid #AAAAAA;
}
.menubox_folder_top_over
{
	background: #FFFFFF;
}
.menubox_folder_top_current
{
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	border: 1px solid #AAAAAA;
	border-bottom: 0px;
	padding-bottom: 1px;
	cursor: default;
}
.menubox_folder_top_space
{
	padding: 0px 1px 0px 1px;
	border-bottom: 1px solid #AAAAAA;
	font-size: 8px;
}

.menubox_folder_content
{
	padding:10px;
	border-left:1px #BBBBBB dotted;
	border-bottom:1px #BBBBBB dotted;
}

.menubox_icon
{
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
}

.calendars_months1
{
	background-color: #FFFFD5;
}
.calendars_months2
{
	background-color: #FFF4BC;
}
.calendars_months3
{
	background-color: #EEEEEE;
}

.box_head, .box_head td
{
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}
.box_head
{
	background-image:url(/design/themes/main/boxr/fr/images/top_open.gif);
	border: 0px solid #505050;
	padding: 4px 7px 0 7px;
	height: 20px;
}
.box_content
{
	background-color: #e5f0f3;
	border: 0px solid #505050;
	border-top : 0px;
	padding:7px;
}

#features
{
text-align:left;
margin: 0;
padding:0;
list-style-type: none;
width:100%;
}
#features li
{
display:block;
margin: 0;
padding:0;
list-style-type: none;
width: 100%;
}
#features li a, #features li a:hover, #features li a:link, #features li a:visited, #features li a:active
{
/*background-image:url(/design/themes/sysd/fr/images/pg/bottombg.gif);*/
color:#0075b1;
text-decoration: none;
font-weight: bold;
font-size: 10pt;
display:block;
width: 100%;
padding:4px;
margin: 0px;
background-color:#FFFFFF;
}
#features li a:hover
{
background-color:#d7eafb;
}
#features li div
{
padding-left: 10px;
color:#505050;
margin: 0px;
font-size: 9pt;
}

.sysd_picture
{
	border: 1px solid #FFFFFF;
	margin-left: 10px;
	padding: 1px;
	background-color: #999999;
}

#sysd_menu
{
text-align:left;
margin: 0;
padding:0;
list-style-type: none;
width:100%;
}
#sysd_menu li
{
display:block;
margin: 1px;
padding:0;
list-style-type: none;
width: 120px;
}
#sysd_menu li a, #sysd_menu li a:hover, #sysd_menu li a:link, #sysd_menu li a:visited, #sysd_menu li a:active
{
background:transparent url(/design/themes/sysd/images/btmenu.gif) no-repeat top left;
color:#FFFFFF; /*0B75A9*/
text-decoration: none;
font-weight: bold;
font-size: 10pt;
display:block;
width:100%;
height:24px;
padding: 8px 0px 0px 10px;
/*background-color:#FFFFFF;*/
}
#sysd_menu li a:hover
{
background-image:url(/design/themes/sysd/images/btmenu-o.gif);
/*background-color:#FFFFFF;*/
}