body
{
    color: #505050;
    font-family: 'Segoe UI', Arial, Sans-Serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: rgb(4, 61, 93);
}

a, a:visited
{
    color: #002D59;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:focus
{
    color: #002D79;
}

a:active
{
    color: #002D69;
}

a.nohover:hover
{
    text-decoration:none;
}

a img
{
    border: none;
    border-collapse: collapse;
}

.contenutop
{
    width: 955px;
    margin: 0 auto;
    display: block;
}

.contenu
{
    width: 955px;
    margin: 0 auto;
    display: block;
}

.contenuwide
{
    margin: 0 auto;
    display: block;
}

/***********************************************
	Header
************************************************/

div#header
{

}

div#header div#headerContenu
{
	position: relative;
	z-index: 20;
	text-align: left;
    background-color: #ffffff;
}

#headerLogo
{
	height: 55px;
	width: 200px;
	float: left;
	background-image: url(../images/menu-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right: 20px;
}

#headerLogoLogin
{
	height: 55px;
	background-image: url(../images/menu-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div#header div#headerContenu div#headerLang
{
	padding-top: 10px;
	text-align: right;
}

div#headerContenu div#headerTop
{
	position: relative;
	color: #999;
	height: 42px;
	background-color: rgb(51, 51, 51);
}

div#headerContenu div#headerTop a,
div#headerContenu div#headerTop a:visited
{
	color: #999;
}
div#headerContenu div#headerTop a:hover
{
	color: #999;
}

/***********************************************
	Top Menu
************************************************/

div#headerContenu div#topMenu
{
	font-size: 16px;
	font-family: "Klavika Bold", 'Segoe UI' , Arial, Sans-Serif;
	text-transform: uppercase;
	overflow: auto;
	zoom: 1; /* IE6 */
	z-index: 30;
	text-align: left;
}


div#headerContenu div#topMenu a
{
	font-weight: bold;
}

div#headerContenu div#topMenu ul
{
	line-height: 20px;
}

div#headerContenu div#topMenu a.CalloutNavigation,
div#headerContenu div#topMenu a.CalloutNavigation:visited
{
	background-color: #532E8E;
	display: block;
	float: right;
	line-height: 40px;
	text-align: center;
	width: 237px;
	color: #FFFFFF;
}
div#headerContenu div#topMenu a.CalloutNavigation:hover
{
	color: #BB99CC;
}

div#headerContenu div#topMenu ul.NavigationElements
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 51px;
	overflow: hidden;
}

div#topMenu ul.NavigationElements li
{
	float: left;
	list-style: none;
}

div#topMenu ul.NavigationElements li a
{
	display: block;
	padding: 0px 20px;
	color: #053d5e;
	white-space: nowrap;
	margin-right: 1px;
}

div#topMenu ul.NavigationElements li a:hover
{
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: rgb(51, 51, 51);
}

div#topMenu ul.NavigationElements li.selected2 > a
{
	background-color: rgb(238, 238, 240);
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: #EC1B30;
}

div#topMenu ul.NavigationElements li.selected > a
{
	background-color: rgb(238, 238, 240);
	border-bottom: 4px;
	border-bottom-style: solid;
	border-bottom-color: rgb(51, 51, 51);
}

div#topMenu ul.NavigationElements li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
	visibility: hidden;
	font-size: 100%;
	background-color: rgb(51, 51, 51);
}

div#topMenu ul.NavigationElements li ul li
{
	float: none;
	display: inline;
}

div#topMenu ul.NavigationElements li ul li a
{
	min-width: 100px;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	color: white;
	text-transform: uppercase;
	width: auto;
	background-color: rgb(51, 51, 51);
	padding: 9px 22px;
	
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
}

div#topMenu ul.NavigationElements li ul li a:hover
{
	background-color: rgb(69, 69, 69);
	
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
}

/*sous menu*/
div#topMenu ul.NavigationElements li.selectedSub > a
{
	background-color: rgb(69, 69, 69);
}

div#topMenu ul.NavigationElements li ul li ul
{
	margin: 0;
	margin-top: -39px;
	padding: 0;
	position: absolute;
	display: block;
	z-index: 600;
	visibility: hidden;
	font-size: 100%;
	background-color: rgb(51, 51, 51);
}

div#topMenu ul.NavigationElements li ul li ul li
{
	float: none;
	display: inline;
}

div#topMenu ul.NavigationElements li ul li ul li a
{
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	color: white;
	text-transform: uppercase;
	width: auto;
	background-color: rgb(51, 51, 51);
	padding: 9px 22px;
	
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #494949;
	
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
}

div#topMenu ul.NavigationElements li ul li ul li a:hover
{
	background-color: rgb(69, 69, 69);
	
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #494949;
}

.icon-gt
{
	float: right;
}
/*fin sous-menu*/

div#topMenu ul.NavigationElements .Highlighted
{
	background-color: rgb(69, 69, 69);
	color: #002D59;
}

/***********************************************
	Body
************************************************/

div#middle
{
	margin: 10px auto;
	background-color: white;
	border-color: #e5e5e5;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
    min-height: 400px;
}

div#middlea
{
	margin: 10px auto;
	background-color: white;
	border-color: #e5e5e5;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

div#middle p
{
	margin: 0px 10px 10px 10px;
}

div#ct
{
	margin: 10px;
}

#mg1
{
        margin-top: 10px;
}

#left
{
	height: auto;
	width: 220px;
	margin: 15px 0px 0px 0px;
	float: left;
	background: #fff;
}

#left p
{
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#left ul
{
	font-family: Arial,Helvetica,sans-serif;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

#left li
{
	font-size: 14px;
	line-height: 15px;
	/*margin-bottom: 5px;*/
	padding-left: 0;
	text-decoration: none;
	list-style: square outside none;
}

#left li a
{
	border-bottom: 1px solid #F1F1F1;
	color: #666666;
	display: block;
	margin: 0;
	padding:10px 10px 10px 10px;
	text-decoration: none;
}

#left li a:hover, #left li.active a
{
	background-color: #F8DA96;
	color: #002D59;
	display: block;
	margin: 0;
	padding-left:10px 10px 10px 10px;
	text-decoration: none;
	border-bottom: 1px solid #F1F1F1;
}

#right
{
	width:700px;
	float:right;
}

/***********************************************
	Footer
************************************************/

div#footer
{
	clear: both;
	padding-top: 20px;
}

div#footer div#footerContent
{
	font-size: 12px;
	font-family: Segoe, Arial, Sans-Serif;
	color: #858589;
}

div#footer div#footerContent div#footersousbar
{
	border-top: 1px solid #bdbec1;
	color: #858589;
	padding: 4px 0;
	overflow: auto;
	margin: 0px;
}

div#footer div#footerContent div#Cpr
{
	font-size: 11px;
	text-align: center;
}

.requi
{
	color: #FF0000;
    font-weight: bold;
}

.echec
{
	border: 1px solid #cd0a0a;
	background-color: #b81900;
	color: #ffffff;
	padding: 10px;
	text-align:center;
	font-size: 18px;
}
.succes
{
	border: 1px solid #fad42e;
	background-color: #fbec88;
	color: #363636;
	padding: 10px;
	text-align:center;
	font-size: 18px;
	height: auto;
}


.tableencadre
{
	width: 100%;
	border:1px solid black;
	padding: 5px;
	margin-top: 13px;
	margin-bottom: 13px;
}

.table25h tr {
     height: 25px;
 }

.blockleft
{
	display: inline;
}

table.grid tr:hover
{
	background-color: #fbec88 !important;
}

table.tablesorter tr.even:hover td,
table.tablesorter tr.odd:hover td
{
	background-color: #fbec88 !important;
}

table.grid thead,
table.grid tr.GridHeader
{
	color: White;
	background-color: #012D5A !important;
	text-align: center;
	height: 40px;
}

table.grid tfoot
{
	background-color: #C0D0E0 !important;
	text-align: center;
}

table.grid tr.GridRowPair
{
	background-color: #DEE8F5;
}

table.grid tr.GridRowImpair
{
	background-color: white;
}

table.grid2 tr:hover,
table.grid2 td.GridRowPair:hover,
table.grid2 td.GridRowImpair:hover
{
	background-color: #fbec88 !important;
}

table.grid2
{
	color:#333333;
	height:50px;
	width:935px;
	border-collapse:collapse;
}

table.grid2 thead,
table.grid2 tr.GridHeader
{
	color: White;
	background-color: #012D5A !important;
	text-align: center;
	height: 40px;
}

table.grid2 tr.GridHeaderLeft
{
	color: White;
	background-color: #012D5A !important;
	text-align: left;
	height: 40px;
}

table.grid2 td.GridHeader
{
	background-color: #D5E0F0 !important;
	text-align: left;
	padding: 4px;
}

table.grid2 td.GridRowPair
{
	background-color: #DEE8F5;
}

table.grid2 td.GridRowImpair
{
	background-color: white;
}

.tablesorter .header,
.tablesorter .tablesorter-header
{
	/*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #012D5A;
	cursor: pointer;
	color: White;
	text-align: center;
	height: 40px;
}

.tablesorter .headerSortUp,
.tablesorter .tablesorter-headerSortUp,
.tablesorter .tablesorter-headerAsc
{
	background-color: #9fbfdf;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.tablesorter .headerSortDown,
.tablesorter .tablesorter-headerSortDown,
.tablesorter .tablesorter-headerDesc
{
	background-color: #8cb3d9;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

.tablesorter tbody tr.odd td
{
	background-color: #DEE8F5;
}

.tablesorter tbody tr.even td
{
	background-color: white;
}

.tablesorter tfoot tr th
{
	background-color: #C0D0E0 !important;
	min-height: 20px;
	text-align: left;
}

.tablesorter .tablesorter-filter-row td
{
	background: #eee;
	line-height: normal;
	text-align: center;
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}

.tablesorter .tablesorter-filter-row .disabled
{
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}

.tablesorter .tablesorter-filter-row.hideme td
{
	padding: 2px;
	margin: 0;
	line-height: 0;
	cursor: pointer;
}

.tablesorter .tablesorter-filter-row.hideme *
{
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tablesorter .tablesorter-filter
{
	width: 98%;
	height: inherit;
	margin: 4px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #bbb;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}

.tablesorter .filtered
{
	display: none;
}

.inputErreur
{
	background: #FF0000;
}

.inputHaveData
{
	background: #fbec88;
}

div#bonnefete
{
	margin: 10px auto;
	background-color: #EC1B30;
	color: white;
	font-size: 20px;
	overflow: hidden;
    min-height: 35px;
	text-align: center;
}

.chargement
{
	background-color: #fbec88 !important;
	text-align: center;
	font-weight: bold;
}

