/*
color : #214484
		#5982B5
		#e0effa
*/
html { height:100%; }
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	line-height: 1.4em;
	font-size: 69%;
	height:100%;
}

/*--------------------------------------Layout général------------------------------------------------------*/
#table-layout {
	width: 960px;
}
#table-layout-header {
	background-color:#FFFFFF;
}
#table-layout-header .headerleft{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	float: left;
	padding-left:19px;
	height:70px;
	letter-spacing:1px;
}
#table-layout-header .headerRight{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	float: right;
	padding-top:41px;
	padding-right:20px;
}
#table-layout-header .headerRight a{
	font-size:1.3em;
	color: #214484;
}
#table-layout-header .headerRight a:hover{
	color: #FFFFFF;
	background-color: #214484;
}
/*menu vertical*/
#table-layout-left {
	width:240px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #214484;
}
#table-layout-separator {
	width:10px;
}
/*content*/
#table-layout-right {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #214484;
}

.waitMessage {
	border: 1px solid #CCCCCC;
	background-image:url(images/bckgrnd_waiting_bar.gif);
	font-weight: bold;
	padding: 0.8em;
	text-align:center;
	color: #000000;
	
}

/*--------------------------------------Nav horizontale------------------------------------------------------*/
.navBar-horizontal {
	float:left;
	background-color:#5982B5;
	width:100%;
	letter-spacing:1px;
	font-size: 0.9em;
	background-image:url(images/bckgrnd_perseide.jpg);
	height: 24px;

}
.navBar-horizontal .left {
	float:left;
	width:75%;
}
.navBar-horizontal .right {
	float:right;
	width:24%;
}
.navBar-horizontal .left ul, .navBar-horizontal .right ul {
	display: inline;
}

.navBar-horizontal .left ul li, .navBar-horizontal .right ul li{
	display: inline;
}

.navBar-horizontal .left ul li a{
	padding: 4px 18px 5px 18px;
	margin-right:1px;
	color: white;
	text-decoration: none;
	float: left;
}
.navBar-horizontal .left ul li a.on{
	background-color:#E6E6E6;
	color:#464A66;
}
.navBar-horizontal .right ul li a {
	padding: 4px 20px 5px 20px;
	color: white;
	text-decoration: none;
	float: right;
}
	
.navBar-horizontal .left ul li a:hover, .navBar-horizontal .right ul li a:hover {
	background-color:#E6E6E6;
	color:#464A66;
	}

/*--------------------------------------Navigation verticale------------------------------------------------------*/
.navBar-vertical-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	letter-spacing:1px;
	background-color: #e6e6e6;
	height:15px;
	padding: 10px 10px 10px 15px;
	text-indent: 10px;
}
.navBar-vertical {

}
.navBar-vertical ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*level 1 nav*/
.navBar-vertical ul li a {
	font-size: 0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #214484;
	display: block;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	text-decoration: none;
	border-bottom: solid 1px #e6e6e6;
	background-repeat:no-repeat;
	background-position: 10px 0.9em;	
	}
.navBar-vertical ul li a:hover {
	color: #ffffff;
	background-color:#214484;
	}

/*level 2 nav*/
.navBar-vertical ul ul li a {
	padding-left: 40px;
	background-position: 25px 0.9em;
	}

/*level 3 nav*/
.navBar-vertical ul ul ul li a {
	padding-left: 60px;
	background-position: 45px 0.9em;
}

/*level 4 nav*/
.navBar-vertical ul ul ul ul li a {
	padding-left: 80px;
	background-position: 65px 0.9em;
}
	
/*Style dossier ouvert/fermé*/
.navBar-vertical ul li a.close {
	background-image: url(images/ico_plus.gif);
	font-weight: bold;
}
.navBar-vertical ul li a.open {
	background-image: url(images/ico_minus.gif);
	font-weight: bold;
}
.navBar-vertical ul li a.on {
	color: #FFFFFF;
	background-color:#214484;
	background-image:url(images/ico_arrow.gif);
}

/*--------------------------------------Navigation tab------------------------------------------------------*/
#tabNav, #tabNav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabNav a {
	width:120px;
	height:17px;
	color:#000000;
	display: block;
	text-decoration: none;
	text-align:center;
	padding: 4px 16px 4px 16px;
	margin:10px 5px 0px 5px;
	background-image: url(images/bckgrnd_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#FFFFFF;
}

#tabNav a.on {	background-image:none; }
#tabNav a:hover { background-image:none; background-color:#214484; color:#FFFFFF; }
#tabNav li { float: left; padding: 0; }

/*--------------------------------------Navigation bouton dans content------------------------------------------------------*/
.smallNavBar {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px;
	background-color:#E6E6E6;
	width:100%;
	height:25px;
}

.smallNavBar a { float: right;
}

#acontentNav a.on {	background-image:none; }
#acontentNav a:hover { background-color:#214484; color:#FFFFFF; background-image: none; }
#acontentNav li { float: right; padding: 0; }

/*--------------------------------------Footer------------------------------------------------------*/

#footer {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#FFFFFF;
	font-size:0.8em;
	letter-spacing:1px;
}

/*--------------------------------------Contenu------------------------------------------------------*/
.content-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #e6e6e6;
	height:35px;
}
.content {
	margin:10px 20px 10px 20px;
}

.content-info {
	font-size:0.9em;
	border-bottom: solid 1px #E6E6E6;	
}

.content table.style1{
	text-align: inherit;
	border-top : solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	margin:0px;
}
.content table.style1 tr td{
	border-bottom : solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding:8px 8px;
}
.content table.style1 tr th{
	background-color:#E6E6E6;
	border-bottom : solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding:8px 8px;
	font-weight:bold;
}
.content table.style1 tr th small{
	font-weight:normal;
}
.content table.style1 tr td.subTitle{
	border-bottom : solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding:8px 8px;
	background-color:#EEEEEE;
}

.btn_img {
	border:#FFFFFF solid 2px;
	display:block;
	width:80px;
	height:60px;	
}

.btn_img:hover {
	border:#214484 solid 2px;
}

.smallBtn_img {
	border:#FFFFFF solid 2px;
	display:block;
	width:15px;
	height:15px;
}

.smallBtn_img:hover {
	border:#214484 solid 2px;
}

.separator { height: 2em;}

/*--------------------------------------Error Page------------------------------------------------------*/

#errorHeader {
	background-color: #CA1C59;
	text-align:center;
	padding: 10px 0px;
	margin: 40px 0px;
}
#errorCore {
	margin: 0px 50px;
}

/*--------------------------------------Boutons------------------------------------------------------*/
.btn_m, .btn_l, .btn_xl	{
	font-size:0.9em;
	height:14px;
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	text-align:center;
	margin:5px 5px 5px 5px;
	background-color:#5982B5;
	background-image:url(images/bckgrnd_btn01.gif);
	text-transform: uppercase;
}

.btn_m.on, .btn_l.on , .btn_xl.on { background-image:none; }
.btn_m:hover, .btn_l:hover, .btn_xl:hover { background-color:#214484; color:#FFFFFF; background-image: none; }

/*--------------------------------------Formulaire------------------------------------------------------*/
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 94%;
    color: #000000;
	background-color:#e0effa;
	border-collapse:collapse;
}

.inputText_s	{ width: 29px; }
.select_s		{ width: 35px; }

.inputText_m	{ width: 64px; }
.select_m		{ width: 70px; }
.btn_m			{ width: 70px; }

.inputText_l	{ width: 134px; }
.select_l		{ width: 140px; }
.btn_l			{ width: 140px; }

.inputText_xl	{ width: 204px; }
.textarea_xl	{ width: 204px; height: 50px;}
.select_xl		{ width: 210px; }
.btn_xl			{ width: 210px; }

.inputText_xxl	{ width: 274px; }
.textarea_xxl	{ width: 274px; height: 50px;}
.select_xxl		{ width: 280px; }

.textarea_xxxl	{ width: 344px; height: 50px;}
.inputText_xxl	{ width: 350px; }

.textarea_xxxxl	{ width: 414px; height: 50px;}
.inputText_xxxxl	{ width: 414px; }

