*{
margin:0;
padding:0;
cursor: default;
}
html{
	position: relative;
	min-height:100%;
	max-width:100%;
	padding-bottom:320px;
}
body{
	line-height: 1.5em;
	height:100%;
}

b{font-size: 110%;}
em{color: red;}

#topsection{

text-align:center;
}

#topsection h1{
margin: 0;
text-align:center;
display:inline-block;
margin: 0 auto;
vertical-align:middle; /* Pour centrer verticalement nos blocs */	
font-size:160%;
}
#contentwrapper{
float: left;
width: 100%;
margin-bottom: 30px; /* Pour repousser le footer */
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
/* float: left; */
position:fixed;
left:0;
width: 200px; /*Width of left column*/
/* margin-left: -100%; */
height:100%;
top: 180px;
}


footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
height: 30px;
position:absolute; /* Pour place le footer tout en bas de la page */
bottom:0;
}

footer a{
color: #fff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.bloc_centre{
	text-align:center;
}
.bloc_centre .bloc_menu{
	border-style:solid;
	border-width: 1px;
	padding: 5px;
	text-align:center;
	width: 300px;
	margin:5px;
	display:inline-block; /* Pour que la magie opere */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */	
}

ul{
	list-style:none;
}
.left{
	float:left;
}
.bienvenue{
	color: #000;
	height: 60px;
	font-weight: bold;
	display:inline-block;
	margin: 0 auto;
	vertical-align:middle; /* Pour centrer verticalement nos blocs */	
}
/* Menu horizontal */
#menu_top{
	text-align:center;
	min-height:5px;
}
#menu_top .bloc{
	margin:0px auto;
	display:inline-block; /* Pour que la magie opere */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
}
#menu_top ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }
#menu_top li {
 margin-left:2px;
 float:left; /*pour IE*/
 }
#menu_top ul li a {
 display:block;
 float:left;   
 width:150px;
 background-color:#000;
 color:#fff;
 text-decoration:none;
 text-align:center;
 border:2px solid;
 /*pour avoir un effet "outset" avec IE :*/
 border-color:#DCDCDC #696969 #696969 #DCDCDC;
 border-radius: 10px;
}
#menu_top ul li a:hover {
 background-color:#004A75;
 border-color:#696969 #DCDCDC #DCDCDC #696969;
 cursor: pointer;
}
#menu_top ul li a.choix {
 background-color:#004A75;
 border-color:#696969 #DCDCDC #DCDCDC #696969;
}
#menu_top ul li a.erreur {
	background-color:red;
}
#menu_top ul li a.erreur:hover {
 background-color:orange;
 border-color:#696969 #DCDCDC #DCDCDC #696969;
 cursor: pointer;
}
.connexion form{
	text-align:center;
}

.erreur{
	color: red;
	text-decoration: underline;
}


/* Table */
table{
	table-layout:fixed;
	width:99%;
	border-color:#000;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border-collapse: collapse;
	word-wrap: break-word;	
	/* min-width: 730px; */
}
td{
	min-width:500px;
}
thead tr:nth-child(even) {background: #FFF;}
thead tr:nth-child(odd) {background: #004A75;color:#fff;}
th{
	background: #000 linear-gradient(to bottom, #000 20%, #333 100%) repeat-x scroll left top;
	color: #fff;
}
tr:nth-child(even) {background: #004A75;color:#fff;}
tr:nth-child(odd) {background: #FFF;}
tr:hover{background: #000;color:#fff;cursor: pointer;}
tr{
	border: 1px solid white;
	
}



.titre{
	text-align:center;
	font-weight:bold;
	border-color:#000;
	background:#000 linear-gradient(to bottom, #000 20%, #333 100%) repeat-x scroll left top;
	margin-bottom: 5px;
	color: #fff;
}


/* tableau de recherche */
.tableau_recherche{
	display:table;
	margin-bottom: 5px;
	word-wrap: break-word;
	width: 99%;
}
.table_recherche{
	display:table-cell;
	width:100%;
	table-layout:fixed;	
	padding:3px;
	width: 1%;
	border-spacing: 10px;
}
.table_recherche .table_recherche{
	padding: 0;
	/* padding-left: 5px; */
}
.table_recherche .table_recherche:nth-child(n) {background: #FFF;}
.table_recherche .table_recherche:nth-child(2n){background: #004A75;color:#fff;}
.table_recherche label{
	display:block;
	float:left;
	/* width:60px; */
}
.table_recherche input{
	max-width:300px;
	font-weight:bold;
	
}
.table_bouton_rechercher{
	text-align:center;
	margin: 5px;
	font-weight:bold;
}
.table_bouton_rechercher input{
	font-weight:bold;
}

input>submit{
	font-weight:bold;
}
a{
	 text-decoration:none;
}
textarea{
	resize: none;
     width: 100%;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
     -moz-box-sizing: border-box;    /* Firefox, other Gecko */
     box-sizing: border-box;         /* Opera/IE 8+ */
	margin:0px auto;
}
.textarea{
    display:inline-block;
    border: solid 1px #000;
    min-height: 25px;
    width: 99%;
}
input[size]{
	width:90%;
}
input[size="1"]{
	width:15px;
}
input[size="2"]{
	width:23px;
}
input[size="3"]{
	width:30px;
}
input[size="4"]{
	width:40px;
}
input[size="5"]{
	width:45px;
}
input[size="6"]{
	width:60px;
}
input[size="7"]{
	width:70px;
}
input[size="10"]{
	width:90px;
}


/* MENU GAUCHE */
.hide_menu_small{
	display:none;
}
.hide_menu_big{
	display:block;
}
.accordion {
	text-align:center;
	padding: 0;
	text-decoration: none;
	border-radius: 3px;
	overflow: hidden;
	margin:5px;
}
.accordion ul {
	margin: 0;
	padding: 0;
}
.accordion li {
	display: block;
}
.accordion label {
	cursor: pointer;
	display: block;
	padding: 0.7em 1em;
	overflow: hidden;
	background: #4A4A4A;
	border-bottom: 1px solid #333;
}
.accordion label:hover {
	color: #fff;
	background: #004A75;
	cursor: pointer;
}
.accordion label.select {
	color: #fff;
	background: #000;
}
.accordion label.select:hover {
	color: #fff;
	background: #004A75;
	cursor: pointer;
}
.accordion input[type="radio"], .accordion input[type="checkbox"] {
	display: none;
}
.accordion .sub > li {
	cursor: pointer;
	overflow: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	font-size: 0.875em;
	-webkit-transition: all 0.25s ease-in-out; 
	transition: all 0.25s ease-in-out;
	background: #CCC;
	padding: 0px;
}
.accordion .sub > li:hover {
	padding-left: 1.5em;
	color: #fff;
	background: #004A75;
	padding: 0px;
	cursor: pointer;
}
.accordion .sub > li .select {
	color: #fff;
	background: #004A75;
}
.accordion input.select{
	color: #fff;
	background: #004A75;
}
.accordion input:checked + .sub > li {
	line-height: 20px;
	min-height: 40px;
	padding: 0px;
	opacity: 1;
	margin: 2px;
	height: auto;
}
.accordion .sub > li a{
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
	/* Permet de rendre cliquable tout le bouton du sous-menu.*/
	padding-bottom: 10px;
	padding-top: 10px;
}
.accordion .sub > li a:hover{
	color:#fff;
	cursor: pointer;
}
.accordion a{
	color: inherit;
	text-decoration: none;
}

.accordion .has-sub-central{
	width: 300px;
	display: inline-block;
	margin-right: 5px;
}
/* ####### responsive layout CSS ####### */


.retour_annulation{
	text-align:center;
}
.retour_annulation input{
	margin:5px;
	display:inline-block; /* Pour que la magie opere */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
}

.page_defilement{
	text-align:center;
	margin: 3px 0px 3px 0px;
}
.page_defilement .input{
	margin:0px auto;
	display:inline-block; /* Pour que la magie opere */
	vertical-align:middle; /* Pour centrer verticalement nos blocs */
}


.formbutton {
	cursor:pointer;
	border: none;
	background: #333;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 6px 6px 6px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
	word-wrap: break-word;
	margin: 5px 5px 5px 0;
}
.formbutton:hover {
	background: #004A75;
	color: #fff;
	cursor: pointer;
}
.formbutton .active {
	background: #004A75;
	color: #fff;
}
input[type="button"]{
	cursor:pointer;
}
.maintenance{
		background: url('under_maintenance.gif');
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #000;
	}

option.titre_option{
	background-color: #004A75;
	color: #fff;
	text-align:center;
}

.pdf_telechargement{
	display: block;
    margin: 0 auto;
	width: 100px;
}

select{
	font-size: 0.8em;
}

.link_none{
	color: #fff;
	text-decoration: underline;
}

	
@media (max-width: 800px){ /* responsive layout break point */
	body{
		font-size: 0.8em;
	}
	#menu_top ul .bloc{
		display:bloc;
	}
	
	#contentwrapper{
	float: none;
	}
	
	#leftcolumn{
	height:auto;
	position:static;
	width: 99%;
	margin-left: 0;
	margin-bottom: 20px;
	}
	
	#contentcolumn{
		margin-left: 0;
	}
	.bloc_menu_left{
		float:left;
		margin-left: auto;
		margin-right: auto;
		margin: 5px;
		padding: 5px;
		width: 150px;
	}
	input , select{
		font-weight:bold;
		height:30px;
		margin-bottom:10px;
	}

	input.formbutton{
		max-width: 390px;
		height: 50px;
		width:90%;
		word-wrap: break-word;
		letter-spacing: 0;
		margin-bottom: 20px;
	}
	textarea{
		 width: 100%;
		 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
	}
	.textarea{
		display:inline-block;
		border: solid 1px #000;
		min-height: 25px;
		width: 99%;
	}
	table{
		width:100%;
	}
	tr > td{
		padding-top:10px;
		padding-bottom:10px;
	}

	.hide_menu_small{
		display:block;
	}
	.hide_menu_big{
		display:none;
	}
	.accordion{
		margin-bottom: 0px;
		width:100%;
	}
	
	
	.accordion input:checked + .sub > li  {
		display: inline-block;
		width: 48%;
		height:50px;
	}
	
	.accordion .sub > li a{
		padding-bottom: 0px;
		padding-top: 0px;
		height: 60px;
	}
	
	#menu_top ul li a {
		width: 120px;
		height: 60px;
		
	}
	.accordion .sub > li a{
		/* margin-top:15px; */
	}
	
	.tableau_recherche{
		margin-bottom: 30px;
	}
	.table_recherche > input {
		margin-bottom: 20px;
	}
	.table_recherche > select {
		margin-bottom: 20px;
	}
	.table_recherche input {
		margin-bottom: 20px;
	}
	.accordion{
		min-height: 50px;
	}
	
	footer{
		bottom: inherit;
	}
	
}

.clr{
	clear: both;
	visibility:hidden;
}

.hidden{
	display:none;
}

input[type="radio"].choix_radio:checked + .choix_radio{
	display:block;
}
input[type="radio"].choix_radio:not(:checked) + .choix_radio{
	display:none;
}

.padding_10{
	padding: 10px;
}

.another{
	margin: auto;
	background-color: black;
	color:white;
	padding:10px 0;
	border-radius: 10px;
	margin-bottom:10px;
	cursor:pointer;
	width:95%;
	
}
.another:hover{
	background-color: #004a75;
}
.select{
	background-color: #004a75;
}
.pointer{
	cursor: pointer;
}
.center{
	text-align:center;
}
.centrage{
	margin:0 auto;
}
.red{
	color: red;
}

.back_red{
	background-color: red;
}

.em08{
	font-size: 0.8em;
}


.width_40{
	width: 40px;
}