@charset "UTF-8";
/* CSS Document */

html {
 	margin: 0px 5px;
 }
 
body {
 	margin: 0px;
 }
 
html, body {
	height: 100%;
	/*color: #FFFFFF;*/
	color: #000;
	background-color: #736F54;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
}

/* TOUS LES LIENS GÉNÉRAUX DU SITE */
a {
	color: #205050;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8da597;
}

/* LES DIV PRINCIPALES */
div#englobe {
	background: #C9C5A8 url(../images/fond_site.jpg) bottom center no-repeat;
	width: 1024px;
	min-height: 100%; 
	margin: 0px;
	padding: 0px; 
	border: 0px solid red;
}

DIV#haut {
	height: 215px;
	margin-bottom: 0px;
	border: 0px solid orange;
}

DIV#omb_entete {
	background: url(../images/ombres/omb_sous_bandeau.png) no-repeat;
	height: 21px;
	padding-bottom: 0px;
}

/*div#milieu {
	background: url(../img/fond_barre29.png) repeat;
	position: relative;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid blue;
	text-align: justify;
	color: black;
}*/

/*#menu_gauche {
	float:left;
	text-align:left;
	width:200px;
	padding: 0px;
	border: 1px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	color: #666666;
}*/

DIV#menu_gauche {
	float: left;
	text-align:left;
	border-right: 0px solid #CCD2FF;
	width: 167px;
	border: 0px dashed red;
	z-index: 2;
	padding: 0px;
}
/*DIV#entre_deux{
	border-right: 0px solid #CCD2FF;
	background: url(../images/entre_deux.png) center repeat-y;
	float: left;
	margin: 0px;
	width: 25px;
	border: 0px dashed red;
}
*/
/*div#contenant {
	float: left;
	background: url(../images/ombres/omb_cotes_centre5.png) center repeat-y;
	width: 676px;
	text-align: justify;
	margin-right: 55px;
	margin-top: 0px;
	padding-bottom:0px;
	border: 0px solid pink;
}*/
/*DIV#entre_deux {
	float: left;
	background: url(../images/entre_deux.png) left top no-repeat;
	width:  15px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	min-height: 390px;
	border: 0px solid magenta;
}*/

DIV#contenant {
	position: relative;
	margin-left: 162px;
	/*margin-right: 100px;*/
	background: url(../images/ombres/omb_cotes_centre5.png) center repeat-y;
	width: 666px;
	min-height: 440px;
	border: 0px solid cyan;
	padding: 10px;
	z-index: 4;
}

DIV#contenu {
	min-height: 440px;
	width: 620px;
	border: 0px solid cyan;
	padding: 0px 0px 10px 22px;
	margin-right: 0px;
}

DIV#bas {
	position: relative;
	margin-left: 167px;
	/*margin-right: 100px;*/
	background: url(../images/ombres/omb_bas_centre.png) no-repeat;
	width: 666px;
	height: 20px;
	border: 0px solid cyan;
	padding: 10px;
	z-index: 4;
}

DIV#pied {
	position: relative;
	margin-left: 167px;
	/*margin-right: 100px;*/
	background: none;
	width: 666px;
	border: 0px solid cyan;
	padding: 10px;
	z-index: 4;
}

/*DIV#bas {
	float: left;
	width: 676px;
	height: 20px;
	margin-left: 167px;
	border: 0px solid pink;
	text-align: justify;
	margin-top: 0px;
	background: url(../images/ombres/omb_bas_centre.png) no-repeat;
	border: 0px solid magenta;
}*/
/*DIV#bas {
	background: url(../images/ombres/omb_bas_centre.png) center no-repeat;
	border: 0px solid magenta;
	margin-right:13px;
}*/

/*DIV#pied {
	border: 0px groove #FF0000;
	
	width: 1024px;
	margin: 0px;
	padding: 0px; 
	border: 0px solid red;
}*/

/*DIV#hors {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 300px;
	width: 500px;
	border: 1px solid cyan;
	color: #FF0000;
}
*/
/* ******************************************************************************** */
/* ********************* pages descriptives "p_..." ******************************* */
/* ******************************************************************************** */

.table_titre {
	border: 0px dashed #000;
	font-weight: bold;
	border-collapse: collapse;
}

.table_titre tr {
	height: 20px;
}

.table_titre td {
	padding-left: 0px;
}

DIV#contenu_p {
	border: 0px solid cyan;
	padding: 0px;
	padding-top: 0px;
	
}

/* ******************************************************************************** */
/* ******************************** INDEX ***************************************** */
/* ******************************************************************************** */
DIV#titre_index {
	border: 0px solid cyan;
	width: 620px;
	padding: 0px;
	height: 25px;
}

.table_titre_index { height: 25px; width: 100%; color: #000000; font-size: 12px; font-weight: bold; background-color: #FFFFFF; border: 0px solid #A5A186; padding: 0px; border-bottom: 1px solid #000000;}

DIV#contenu_index {
	border: 0px solid cyan;
	padding: 0px;
	padding-top: 14px;
	width: 620px;
}

.td_barre_alpha {
	padding: 0px;
	height: 10px;
	text-align: center;
	border: 0px solid red;
}

.tab_contenu_index {
	background-color: #FFFFFF;
	width: 100%;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
	border: 0px solid green;
}
.tab_contenu_index td {
	padding-top: 10px;
}

.tab_alpha {
	padding: 0px;
	margin-top: 0px;
	border-spacing: 0px;
	border: none;
	border: 0px solid orange;
}
.tab_alpha td {
	padding-top: 0px;
	margin-top: 0px;
}

.td_contenu_index {padding: 5px 10px 5px 5px;}

.td_alpha_choix {
	background-color: #205050;
	color: #FFFFFF;
	padding: 0px 5px;
	text-align: center;
}

.td_alpha {
	background-color: #FFFFF;
	color: #205050;
	padding: 0px 5px;
}

.td_alpha_vide {
	background-color: #FFFFFF;
	color: #8da597;
	padding: 0px 5px;
}

a#niv1, a#niv2, a#niv3, a#niv4, a#no_enr {
	color: #205050;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	text-decoration: none;
}

a#niv1 {
	font-size: 12px;
	font-weight: bold;
}

a#niv2, a#niv3, a#niv4, a#no_enr {
	font-size: 10px;
}

a#niv2 {
	padding-left: 10px;
	font-weight: bold;
}

a#niv3 {
	padding-left: 30px;
	font-weight: normal;
	
}

a#niv4 {
	padding-left: 50px;
	font-weight: normal;
	font-style:italic
}

a:hover#niv1, a:hover#niv2, a:hover#niv3, a:hover#niv4, a:hover#no_enr {
	color: #8da597;
	
}

a#no_enr {
	font-weight: bold;
}

/* ******************************************************************************** */
/* ****************************** RECHERCHER ************************************** */
/* ******************************************************************************** */
DIV#titre_rech {
	border: 0px solid orange;
	width: 620px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}

.table_titre_rech { height: 25px; width: 100%; color: #000000; font-size: 12px; font-weight: bold; background-color: #FFFFFF; border: 0px solid #A5A186; padding: 0px; border-bottom: 0px solid #000000;}

DIV#contenu_table_rech {
	border: 0px solid cyan;
	padding: 0px;
	width: 620px;
	padding-top: 16px;
}
.table_recherche { background-color: #FFFFFF; width: 100%; border-collapse:collapse; padding: 0px; margin: 0px; border: 0px; }
.table_recherche td { padding: 5px 10px 5px 5px}
.td_recherche_reference { border-left: 1px solid gray}


.tr_champs { border-bottom: 0px solid black; border-top: 0px solid black;}
.td_nom_champs {text-align: right; width: 120px; padding-right: 15px; color: #000000;}
.td_donnee_champs, .td_donnee_champs_ico { text-align:center;}
.td_choix_champs, .td_choix_champs_ico  { text-align:center;}

.td_donnee_champs_ico input, .td_donnee_champs_ico select {
	width: 26em;
}

.td_choix_champs_ico input, .td_choix_champs_ico select {
	width: 14em;
}


.tr_espaceur_rech { padding-top: 30px; margin-top: 30px;}
.tr_choix_criteres { padding: 10px 0px; height:90px;}
.td_choix_criteres { border-top: 1px solid #000; padding: 10px 0px;}
.tr_nb_enr {  }
.td_nb_enr { border-top: 1px solid #000; text-align: center; height: 40px; }
.tr_soumettre { border-top: 0px solid #205050; }
.td_soumettre { text-align: center; }


/* ******************************************************************************** */
/* ******************************* EXPLORER *************************************** */
/* ******************************************************************************** */
DIV#titre_explorer, DIV#titre_explorer_bas {
	border: 0px solid magenta;
	width: 620px;
	padding: 0px;
	border-bottom: 1px solid #000;
}

DIV#titre_explorer_bas { border-bottom: 0px solid #000; }
.table_titre_explorer { height: 25px; width: 100%; color: #000000; font-size: 12px; font-weight: bold; background-color: #FFFFFF; border: 0px solid #A5A186; padding: 0px; border-bottom: 0px solid #000000;}

.td_titre_explorer {
	font-weight: bold;
	
}

.table_menu_thematique { background-color: #FFFFFF; width: 100%px; border-collapse:collapse; padding: 0px; margin: 0px; line-height: 24px; border: 0px solid #FF0000; }
.td_menu_thematique {
	padding: 0px 0px 0px 2px;
    color: #205050;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.table_explorer { background-color: #FFFFFF; width: 100%; border-collapse:collapse; padding: 0px; margin: 0px; border: 0px; border-top:0px solid #000;}
.table_explorer td { padding: 5px 10px 5px 5px}
.td_explorer_reference { border-left: 1px solid gray}
.td_explorer_donnees { border-left: 1px solid gray}

.tr_explorer_resultat {	border-bottom: 1px solid black; border-top: 1px solid black; }
.tr_explorer_resultat td {	border-bottom: 1px solid black; border-top: 1px solid black; }
.tr_explorer_resultat_haut td {border-bottom: 0px; border-top: 1px solid black; }
.tr_explorer_resultat_bas td {	border-bottom: 1px solid black; border-top: 1px; }

.td_explorer_id { vertical-align:top; text-align: center; color: #375251; }
.td_explorer_reference {  }
.font_explorer_titre { font-weight: bold; font-size:10px; }

.td_titre_consolide { text-transform:uppercase; font-size:16px; color:#205050; }

a#menu_thematique  {
	color: #205050;
	font-family: Verdana, Helvetica, Lucida Sans, Arial, sans-serif;
	text-decoration: none;
    font-size: 10px;
}

a#menu_thematique:hover { color: #8da597; }

	/* SPECIFIQUE À ICONO */ 
.table_explorer_img {
	padding: 10px;
	background-color:#FFFFFF;
	width: 550px;
	border: 0px solid #000000;
	text-align: center;
}
.td_explorer_img_gauche {
	width:100px;
}

.td_explorer_img_droite {
	width:100px;
	text-valign: bottom;
}

.td_explorer_img {
	padding: 5px;
	margin: 0px;
	background-color: #3e3e3e;
	width: 350px;
	text-align: center;
	border: 0px dashed red;
} 

.td_explorer_ref{
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	
}

.table_explorer_img_ori {
	padding: 10px;
	background-color:#FFFFFF;
	border:none;
}

.td_explorer_img_ori {
	padding: 10px;
	border: 1px solid #000000;
	text-align: center;
}
img#img_150 { border: 5px solid #000000; }

.nav_explorer { width: 100%; height: 30px; text-align: center; border: none; border-bottom: 0px solid #A5A186; border-collapse:collapse; padding: 0px;}
.explorer_nav_fleches { width: 22px; }
.explorer_nav_cmptr { width: 170px; }
.explorer_nav_impr { vertical-align: middle; text-align: right; font-size: 10px; padding-right: 10px; }
.explorer_nav_b_impr { width: 20px; vertical-align: middle; text-align: right;}
a#impr { font-size: 10px; line-height: 24px; }
#limp {cursor: pointer;}
.td_tri_res {
	font-weight: normal;
}


/* PIED DE PAGE */
#div_png_uqtr {
    width: 122px;
    height: 46px;
    background: url(../images/logos/logo_uqtr.png) center center no-repeat;
}

#div_png_cieq {
    width: 157px;
    height: 46px;
    background: url(../images/logos/logo_cieq.png) center center no-repeat;  
}

#div_png_uqtr a, #div_png_cieq a{
    position: relative;
    z-index: 1;
	font-size: 36px;
}

#div_png_uqtr, #div_png_cieq {
	border: 0px solid red;
}

.tab_pied {width:656px; border:0px; border-spacing: 0px; font-size: 26px;}

.tab_pied td {padding: 0px; }

/* ENCORE UTILISÉES ??? */

.nom_bandeaux{background-color: #205050; color: #f6f5f1; padding-left: 15px;}
.nom_champs2 {text-align: left; width: 100px; padding-left: 15px; color: #000000; font-weight: bold; width: 150px;}
 
.tr_vide {border-left: 0px solid #b2b2b2; border-right: 1px solid #b2b2b2;}
.tr_ombre {border-left: 1px solid #b2b2b2; border-right: 1px solid #b2b2b2;}
.tr_pale { background-color: #FFFFFF; border-left: 1px solid #b2b2b2; border-right: 1px solid #b2b2b2;  border-bottom: 1px solid #b2b2b2; padding-bottom: 10px; margin-bottom: 10px;}
.tr_fonce { background-color: #FFFFFF; border-left: 1px solid #b2b2b2; border-right: 1px solid #b2b2b2;  border-bottom: 1px solid #b2b2b2; padding-bottom: 10px;}
.tr_doc_reclist_g{ border-left: 1px solid #b2b2b2; padding: 5px;}
.tr_doc_reclist_d{ border-right: 1px solid #b2b2b2;}

.td_gauche {padding: 4px; border-left: 1px solid #b2b2b2; }
.td_recnum_img {padding: 2px; text-align:center; background-color: #FFFFFF;}
.td_contenu {padding: 5px; border-top: 0px dashed #736F54;}
.titre { font-weight: bold;}

.erreur {
	padding-left: 5px;
}
.titre_section {
	color: #205050;
	font-weight: bold;
	text-transform:uppercase;
}




