﻿html, body 
{
    margin:0px;
    padding:0px;
    height:100%;
}
h1.SpecialTitle
{
    font-family:Century Gothic, Arial, Sans-Serif;
    font-size:24px;
    color:White;
    -moz-text-shadow: -1px -1px 0px #000000;
    -webkit-text-shadow: -1px -1px 0px #000000;
    text-shadow: -1px -1px 0px #000000;
}
p.SpecialTitle
{
    font-family:Century Gothic, Arial, Sans-Serif;
    font-size:14px;
    color:White;
    -moz-text-shadow: -1px -1px 0px #000000;
    -webkit-text-shadow: -1px -1px 0px #000000;
    text-shadow: -1px -1px 0px #000000;
}
p, .txt
{
    font-family:Arial;
    font-size:12px;
    text-align:justify;
}

h1 {
  font-family: Century Gothic, Verdana, Sans-Serif;
  position: relative;
  color: #464646;
  margin:0px;
  font-size:25px;
  color:White;
    -moz-text-shadow: -1px -1px 0px #000000;
    -webkit-text-shadow: -1px -1px 0px #000000;
    text-shadow: -1px -1px 0px #000000;
}
h1 span
{
    position:absolute;
    color:White;
    top:1px;
    left:1px;
}

h2
{
    
}
h3
{
    font-family: Century Gothic, Verdana, Sans-Serif;
    font-size:18px;
    color:Black;
    
}
h4
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#004c86;
}
h5
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}


/*** Control ***/

input[type="text"],input[type="password"], select, textarea
{
	border:solid 1px #083355;
	font-family:Arial;
	font-size:11px;
}

input.white[type="text"],input.white[type="password"], select.white, textarea.white
{
	border:solid 1px #FFFFFF;
	background-color:transparent;
	font-family:Arial;
	font-size:11px;
	color:White;
}

input:focus, select:focus, textarea:focus, input.focus, select.focus, textarea.focus,
input.white:focus, select.white:focus, textarea.white:focus, input.white.focus, select.white.focus, textarea.white.focus
{
    border:solid 1px #FF0000;
}

textarea
{
	width:250px;
	height:50px;
}
input[type="button"],input[type="submit"]
{
	margin:5px 5px 5px 5px;
	border:outset 1px #004b84;
	background-color:#004b84;
	background-image:url(../images/button_back.png);
	background-repeat:repeat-x;
	color:white;
	font-family:Arial;
	font-weight:bold;
	cursor:pointer;
	height:25px;
	padding-left:10px;
	padding-right:10px;
}

input[type="button"]:hover, input[type="submit"]:hover
{
    background-image:none;
    background-color:#004b84;
    border:inset 1px #004b84;
    text-decoration:underline;
    color:red;
}
input[type="button"]:hover, input[type="submit"]:hover
{
    background-image:none;
    background-color:#30536f;
    border:inset 2px #083355;
    text-decoration:underline;
}
input.ButtonWhiteLine
{
    background-color:Transparent;
    background-image:url(../Images/bt_send_white.png);
    background-repeat:no-repeat;
    color:White;
    font-family: Arial;
    font-size:11px;
    font-weight:bold;
    border:none;
    background-color:transparent;
    width:99px;
    height:27px;
}
input.ButtonWhiteLine:hover
{
    background-color:Transparent;
    background-image:url(../Images/bt_send_white.png);
    border:none;
    color:Red;
}

/*** Header ***/
div#header_menu
{
    height:83px;
    background-color:#01325a;
}
div#header_menu div.headerMenuBackground
{
    width:1024px;
    height:83px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../Images/header_menu_back.jpg);
}
div#header_menu div.headerMainLogo
{
    float:left;
    width:220px;
}
div#header_menu div.headerMainLogo div
{
    padding-left:20px;
    padding-top:10px;
}     
div#header_menu div.headerMenu
{
    float:right;
    width:804px;
    height:83px;
    vertical-align:middle;
}
div#header_menu div.headerMenu div
{
    padding-right:20px;
    text-align:right;
}
.menuImgLink, .menuSep
{
    border:none;
    vertical-align:middle;
}
div#header
{
    clear:both;
    background-color:#004c86;
}
div#header div.headerBackground
{
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../Images/header_back.jpg);
    
}

/*** Content ***/

div#main
{
    clear:both;
    background-image:url(../../Assets/Images/content_grad_back.jpg);
    background-repeat:repeat-x;
}
div#main div#content
{
    width:1024px;
    height:auto;
    min-height:350px;
    margin-left:auto;
    margin-right:auto;
    border:solid 1px white;
}
div.panelDeg
{
    background-image:url(../Images/panel_gradiant.png);
    background-position: right bottom;
    background-repeat:no-repeat;
    float:left;
    position:relative;
}
div.featuredThumbnail
{
    background-image:url(../Images/featured_frame.png);
    background-repeat:no-repeat;
    width:84px;
    height:59px;
    padding:3px 0px 0px 3px;
    float:left;
}

/*** Footer ***/
div#footer
{
    clear:both;
    background-color:#00335a;
    color:White;
}
div#footer div.footerBackground
{
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../Images/footer_back.jpg);
}
div.footerBackgroundStart
{
    background-image:url(../Images/footer_design_back.jpg);
    background-repeat:no-repeat;
    min-height:300px;
    padding:20px;
}

div#copyrights
{
    clear:both;
    height:69px;
    background-color:#014d86;
}
div#copyrights div.copyrightsBackground
{
    width:1024px;
    height:69px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../Images/copyrigths_back.jpg);
}


/*** Links ***/
a:link
{
	font-family:Arial;
	font-size:11px;
	color:#014d86;
	text-decoration:none;
}
a:visited
{
	font-family:Arial;
	font-size:11px;
	color:#014d86;
	text-decoration:none;
}
a:hover
{
	font-family:Arial;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}
a:active
{
	font-family:Arial;
	font-size:11px;
	color:#014d86;
	text-decoration:none;
}

a.white:link
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a.white:visited
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a.white:hover
{
	font-family:Arial;
	font-size:11px;
	color:#FF0000;
	text-decoration:underline;
}
a.white:active
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}


ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}
ul li
{
    font-family:Arial;
    font-size:11px;
    background-image: url(../Images/ico_jeton_blue.png);
    background-repeat: no-repeat;
    background-position: 0px 5px; 
}
ul.EllementList, ul.EllementListWhite
{
    margin:0px;
    padding-left:10px;
    white-space:nowrap;
}
ul.EllementList li
{
    background-image: url(../Images/ico_ellement.png);
    background-repeat: no-repeat;
    background-position: 0px 4px; 

    padding-left:20px;
    line-height:15px;
    
    text-align:left;
}
ul.EllementListWhite li
{
    background-image: url(../Images/ico_ellement_white.png);
    background-repeat: no-repeat;
    background-position: 0px 4px; 

    padding-left:20px;
    line-height:15px;
    
    text-align:left;
}
ul.menuConnex
{
    margin:0px;
    padding:0px;
    padding-left:0px;
    /*min-height:150px;*/
    width:100%;
    display:inline;
    list-style-position:inside;
}
ul.menuConnex li
{
    margin:0px;
    /*height:30px;*/
    line-height:30px;
    padding-left:20px;
    border-bottom:solid 1px #ededed;
    border-top:solid 1px #ffffff;
    border-right:solid 1px #a2a2a2;
    background-image:none;
}
ul.menuConnex li:hover, ul.menuConnex li.menuConnexItemSelected:hover
{
    background-image:url(../Images/connexMenuItem.png);
    background-repeat:repeat-y;
    background-color:White;
    border-bottom:solid 1px #a2a2a2;
    border-right:solid 1px #a2a2a2;
    border-top:solid 1px #ededed;
}
ul.menuConnex li.menuConnexItemSelected
{
    font-weight:bold;
    background-color:transparent;
    background-image:url(../Images/connexMenuItemSelGrad.png);
    background-repeat:repeat-y;
    background-position:right;
    
    border-right:solid 1px #ededed;
    border-top:solid 1px #a2a2a2;
}
div.connexMenuContent
{
    background-image:url(../Images/connexMenuContentGrad.png);
    background-repeat:no-repeat;
    border:0px;
}

div#mapPath
{
   margin-top:10px;
   margin-bottom:10px;
   height:40px;
   white-space:nowrap;

   display:inline-block;
}
div#mapPath ul
{
    display:inline;
    margin:0px;
    padding-left:0px;
    line-height:40px;
}
div#mapPath ul li
{
    float:left;

    background-image: url(../Images/ico_apptitle.png);
    background-repeat: no-repeat;
    background-position: 0px 17px; 

    padding-left:15px;
    padding-right:5px;
}
div#mapPath ul li.mapPathSelected
{
    font-weight:bold;
}

div.menu
{
    padding-top:20px;
    float:right;
    padding:0px;
}
div.menu div.MenuItem, div.menu div.MenuItemLast
{
    position:relative;
    background-image:url(../images/menu_sep.png);
    background-position:right;
    background-repeat:no-repeat;
    padding-right:20px;
    padding-left:10px;
    line-height:82px;
    float:left;
}
div.menu div.MenuItemLast
{
    background-image:none;
    padding-right:0px;
}
div.menu div.MenuItem div.MenuDetails
{
    display:none;
    position:absolute;
    /*background-color:#004c86;*/
    background-image:url(../images/blue_80pc.png);/*url(../images/header_back.jpg);*/
    /*background-repeat:repeat-x;*/
    background-position:top;
    width:1004px;
    z-index:10;
    text-align:left;
    border-left:solid 1px #559ecb;
    border-bottom:solid 1px #559ecb;
    border-right:solid 1px #559ecb;
}
div.menu div.MenuItem:hover div.MenuDetails
{
    display:block;
}
div.MenuDetails a, div.MenuDetails a:visited
{
    color:White;
}
h3.MenuDetails
{
    font-weight:bold;
    line-height:32px;
    color:White;
    margin:0px;
    margin-bottom:10px;
    text-align:left;
}

.SubMenuItems ul { margin:0px;padding:15px;line-height:normal; list-style-type:none;}
.SubMenuItems ul li { margin:0px;padding:0px;line-height:normal; line-height:20px; text-align:left;padding-left:15px;font-weight:bold;}


