/* Structure */

html{
	background: #eee;
}
body {
  padding-top: 0px ;
  color: #333;
  margin: 0px auto;
  max-width: 900px;
  font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 /*Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; */

.block{
	width: 900px;
	background: #fff;
	padding-bottom:8px;

}

.header {
	background: #171e2e;
	padding: .5em 3em;
	color: #fff;
	line-height: 1;
	height:110px;

}

.header h1{
	margin-bottom: 0;
}

.header h1 span{
	display: inline;
	color: rgba(255,255,255,.4);
}

.header span{
	display: block;
	color: #ECF0F0;
	font-weight: 300;
	margin-bottom: 1.6em
}

.header nav{
	float: right;
	text-align: right
}

footer nav {
	float: right;
	text-align: right;
}

footer p{
	font-size :15px;
	text-align: left;	
}

footer nav{
	font-size: .8em;
}

footer nav div a {
	font-weight: 300;
	padding: .3em .5em;
}

footer nav a{
	color: #fff;
	display: inline-block;
	padding: .3em .8em;
}

.header nav div{
	font-size: .8em;
}
.header nav div a {
	font-weight: 300;
	padding: .3em .5em
}
.header nav a{
	color: #fff;
	display: inline-block;
	padding: .3em .8em;
	font-weight:bold;
}

.header nav a:hover, header nav a:focus{
	color: rgba(255,255,255,.6)
}


footer{
	background: #171e2e;
	color: #fff;
	padding: .1em 3em;
}

footer a {
	font-size: 18px;
	color: white;
	font-weight:bold;
}

.header h1 a {
	color: white;
	text-decoration:none;
}

 /* Onglets */

#onglet{
	padding-top:10px ;
	margin:0 auto;
	background-color:#bbb;
	width:900px;
	height:42px
}

#navcontainer{
	color: #000;
}

#navcontainer li a {
	font-weight:bold;
}

#navlist
{
	color: #000;
	margin:0;
	padding:0;
	font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	background-color: #bbb;
	height: 42px;
	width: auto;
}

#navlist li
{
	color: #000;
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
	width: 900px;
	
}

#navlist li a
{	
	color: #000;
	margin:10px 0px 0px 0px;
	padding: 12px 46px 18px 42px;
	background-color: #bbb;
}

#navlist li a:link { 
	color: #000;

}

#navlist li a:visited { 
	color: #000; 
}

#navlist li a:hover
{
	color: #000;
	background: #eee;
	border-color: #eee;
}

#navlist li a#current
{
	background: #ddd;
}

#navlist li.out{
	color: #000;
	margin:10px 0px 0px 0px;
	padding: 11px 46px 16px 42px;
	background-color: #bbb;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contenu {
	padding-top:5px;
	width: 900px;
	background-color:#ddd;
}


h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom:5px;
}

h3 {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left:20px;
	padding-top: 0px;
}


h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding-left:20px;
	padding-top:0px;
	margin-bottom: 0px;
	margin-top:12px;
}

.centrer {
	padding-left:20px;
	text-align:left;
}

.table_centrer {
	padding-left: 10px;
}

/* Typography */

p{
	margin-top:7px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom:15px;
	text-align: justify;
	font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 /*Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; */

li {
	font: 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 /*Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif; */
img{
	max-width: 100%;
	height: auto;
}

.div_ddl_gauche{
	float:left;
	width:49%;
	height: 195px;
	background: #fff;
	padding-bottom:15px;

}

.div_ddl_droit{
	float:right;
	height: 195px;
	width:48.5%;
	background: #fff;
	padding-bottom:15px;
}


.div_ddl_gauche2{
	float:left;
	width:48.5%;
	height: 157px;
	background: #fff;
	padding-bottom:15px;

}

.div_ddl_droit2{
	float:right;
	height: 157px;
	width:49%;
	background: #fff;
	padding-bottom:15px;
}



blockquote{
	float: left;
	margin: 1em 3em;
}
blockquote p{
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: 700;
	font-style:italic;
}

a{
	font: 700 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight:normal;
	color: #224787;
}

header a {
	font: 700 1em/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
}


a:hover, a:focus{
	color: #000;
}
a:active{
	position: relative;
	top:1px;
}

.block li a {
	font-weight:normal;
	text-decoration: none;
	color: #224787;
}



td a {
	font-weight:normal;
	text-decoration: none;
	color: #224787;
}

.spe_a {
	font-weight:normal;
	text-decoration: none;
	color: #224787;
}

#contenu a {
	font-weight:normal;
	text-decoration: none;
	color: #224787;
}

/* Tableau */

#tableau_css {
	height:900px;
}

#table_div2{
	width: 850px;
}

.colonne_css{
	margin-right:0px;
	float:left;
	padding-right:0px;
	margin-left: 40px;
	padding-left: 18px;
	width:60px;

}


.background_select {
	background-color:#E5FAF2;
}

.background_unselect {
	background-color:#FEE3E3;
}

.table_preview {
	font-family:"DejaVu Sans Mono";
	font-size:12px;
}

.tr_preview{
	font-family:"DejaVu Sans Mono";
	font-size:12px;
}

.td_preview{
	font-family:"DejaVu Sans Mono";
	font-size:12px;
}

.hc_ggchart{
	font-size:12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

.hr_ggchart{
	font-size:18px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hc_ggchart_d{
	font-size:12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

.unselect-border  {
	border: 1px solid DarkRed;
	font-size:12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

.select-border {
	border : 1px solid ForestGreen;
	font-size:12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}

.download_list {
	font: 17px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #224787;
}

.td_gauche {
	width:30%;
	border-bottom : solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.tr_droit {
	padding-left:30px;
	width:30%;
	border-bottom : solid 1px #ddd;
	text-align:justify;
}

.td_bas {
	width:30%;
	border-right:solid 1px #ddd;

}



.table_ddl_gauche {
	padding-left:10px;
	border-bottom : solid 1px #ddd;
	border-right: solid 0px #ddd;
}

.table_ddl_droit {
	
	border-bottom : solid 1px #ddd;
}

.table_ddl_bas {
	padding-left:10px;
	border-right:solid 0px #ddd;
}


/* Styles specific to this particular page */
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}
		

.marge {
	margin-left: 5em;
}




