/* elements basiques */
html {
	margin: 0;
	padding: 0;
	}
body {
	margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
   	margin-bottom: 0px;    /* Idem pour le bas du navigateur */
   	padding: 0px;
	font-family: arial, verdana, sans-serif;
	/*background-image: url(../images/theme/bg_body.gif);*/
   	/*background-repeat: repeat-x;*/
	/*background-color: #656b6e;*/
	background-color: #FFFFFF;
	}
/*p {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #022855;
	}*/
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
a {
	text-decoration: none;

}

img {
	border: 0 none;
	}

/* div spécifiques */
#container_all {
	position: relative;
	margin: 0px auto;
	margin-bottom: 0px;
    width: 800px;
	background-color: #fff;
	}

/*//////////////////////////////////////////////////////////////////////////
				                  HEADER
//////////////////////////////////////////////////////////////////////////*/	
#container_header {
	position: relative;
	margin: 0px auto;
    margin-bottom: 0px;
	width: 800px;
	height: 25px;
   	}
/* ---------------------------------------------------*/
#menu_lg {/* Menu langues */
	position: absolute;
	right: 5px;
	top: 5px;
	margin: 0;
   	padding: 0;
	}
#menu_lg li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#menu_lg a:link, #menu_lg a:visited {
	float: left;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	line-height: 13pt;
	width:18px;
	height: 17px;
	padding: 0px;
	margin-right: 3px;
	color: #0033a1;
	}
#menu_lg a:link.active, #menu_lg a:visited.active, #menu_lg a:hover {
	color:#0033a1;
	text-decoration: underline;
 	}
#menu_lg a.on:link, #menu_lg a.on:visited {
	text-decoration: underline;
	}

/*//////////////////////////////////////////////////////////////////////////
				Page principale MENU GAUCHE + CONTENU DROITE
//////////////////////////////////////////////////////////////////////////*/
#container_main {
	margin: 0px auto;
	padding: 0px 0;
	padding-bottom: 3px;
	width: 800px;
	height: auto;
	min-height: 540px;
	background-color: #fff;
	overflow: hidden;
	}

#id_logo {
	position: absolute;
	left: 0px;
	top: 40px;
	margin: 0;
   	padding: 0;	
	}
#id_oj {
	position: absolute;
	left: 580px;
	top: 40px;
	margin: 0;
   	padding: 0;
	font-size: 0.8em;
	line-height: 1.2em;
	}
.oj_pdf {
	display: inline;
	color: #0033a1;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}

#id_lib {
	position: absolute;
	left: 500px;
	top: 100px;
	margin: 0;
   	padding: 0;
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
#id_titre h1{
	text-align: center;
	margin: 100px 0px 10px 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	}
#id_presidence p{
	text-align: left;
	margin: 30px 0px 10px 0px;
	font-size: 0.8em;
	line-height: 1.2em;
	}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
	}
.document_N_pdf {
	display: inline;
	color: #0033a1;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	}

.bloc_N1 {
	margin: 0px 0px 30px 0px;
	font-size: 0.8em;
	}
.bloc_N1 span{
	margin-right:10px;
	}
.bloc_N1 h4{
	margin: 15px 0px 3px 0px;
	}
.bloc_N1 p{
	margin:0px 0px 3px 20px;
	}
.document_N1_pdf {
	display: inline;
	color: #0033a1;
	font-weight: bold;
	margin: 0px 0px 3px 25px;
	}

.bloc_N2 {
	margin: 0px 0px 0px 26px;
	}
.bloc_N2 p{
	margin:0px 0px 3px 30px;
	}
.document_N2_pdf {
	display: inline;
	color: #0033a1;
	font-weight: bold;
	margin: 0px 0px 3px 30px;
	}

.bloc_N3 {
	margin: 0px 0px 0px 30px;
	}
.bloc_N3 h5{
	font-weight: normal;
	font-size: 1em;
	margin:10px 0px 3px 0px;
	
	}
.bloc_N3 p{
	margin:0px 0px 3px 40px;
	}
.document_N3_pdf {
	display: inline;
	color: #0033a1;
	font-weight: bold;
	margin: 0px 0px 3px 40px;
	}
.document_N3tirets_pdf {
	display: inline;
	color: #0033a1;
	font-weight: bold;
	margin: 0px 0px 3px 15px;
	}

/* ------------------------ Tableau ---------------------------*/
.tableau {
	border-collapse:collapse;
	width:40%;
	margin: 30px 0px 50px 0px;
	text-align: center;
	font-size: 10px;
	}
.tableau th {
	border:1px solid #9ea2a5;
	padding: 2px;
	}
.tableau td {
	border:1px solid #9ea2a5;
	padding: 2px;
	}

/*///////////////////////////  ADMIN Form  ///////////////////////////////*/
#monForm
{
	margin: auto; /* Pour centrer notre page */
   	margin-top: 50px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   	padding: 0px;
   	text-align: center ;
	width: 45%;
}
#monForm p
{
	margin: 4px 0;
	font-size: 0.8em;
	color:#52585a;
	
}
.msg_err {
	margin: 20px;
	font-size: 0.8em;
	color:red;
	}
.ind_ok {
	margin: 20px;
	font-size: 0.8em;
	color:green;
	}
/* Label */
#monForm label
{
	display: block;
	width: 35%;
	float: left;
	padding-right: 1%;
	text-align: right;
	/*letter-spacing: 1px;*/
}
#monForm .form_label_nostyle
{
	background: none;
}
/* Input */
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 50%;
	border: #656b6d 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus
{
	background-color: #e5e8eb;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #656b6d 1px solid;
	width: 27%;
	margin-top: 10px;
	margin-left: 37%;
	font-size : 11px;
	background-color: #656b6d;
	color: #f2f3f4;
}

#monForm input[type="submit"]:hover
{
	background-color: #e5e8eb;
	font-size : 11px;
	color: #123660;
	cursor: pointer;
}

