/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #999999 url(bg_grad.jpg) fixed;
	/*background: url(../images/background.gif) fixed;*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0066CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#suppDoc{
	background-color: #ffffc0;
	font: 16px bold 1em Arial,sans-serif;
	height:50px;
    padding: 20px;
	text-align:center;
}

#erreur_depot{
	background-color:#FF0033;
	padding:20px;
	text-align:center;
}
#pagecell1{
	background-color: #ffffff;
}

#masthead{
	position: relative;
	top: 0px;
	left: 1%;
	right: 1%;
	width:97.6%;
}

#realcontent{
	padding:5px 10px 5px 10px;
	margin:0px;
	font-size:small;


/* permet de fixer une hauteur mini sur les navigateurs modernes */
min-height:34em;
/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
*/
height:34em;
background-color:#fff;
}

/* pour rétablir le mauvais effet sur les nav. modernes */
html>body #realcontent{
height:auto;
}

#indexcontent{
	padding: 0px 10px 0px 0px;
	background-color:#ffffff;
	text-align:center;
}

#indexrealcontent{
	margin-left: auto;
	margin-right: auto;
	padding:5px 10px 5px 5px;
	font-size:small;
	width:300px;

/* permet de fixer une hauteur mini sur les navigateurs modernes */
min-height:34em;
/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
*/
height:34em;
background-color:#fff;
}

/* pour rétablir le mauvais effet sur les nav. modernes */
html>body #realcontent{
height:auto;
}

/************************************************/
/* 				styles de formulaires			*/
/************************************************/
label{
	font: bold 1em Arial,sans-serif;
	color: #334d55;
}

div.row span.contenu_champ {
	font-family: "bold 1em Arial", sans-serif;
	color: #0000FF;
	font-weight: bold;
	background-color: #FFFF00;
	margin-left:15px;
 	text-align: left;	
}

div.row {
padding-top:0px;
/*border:1px solid blue;*/
min-height:30px;
clear:both;
}

div.row span.label {
 	float: left;
 	width: 160px;
 	text-align: right;

}

div.row span.formw {
	margin-left:15px;
 	width: 300px;
 	text-align: left;
}

div.row span.label2 {
 	float: left;
 	width: 180px;
 	text-align: right;
}

div.row span.formw {
	margin-left:15px;
 	width: 300px;
 	text-align: left;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-size:large;
	font-weight:normal;
}

#userName{
	position:absolute;
	top:2px;
	right:0px;
	padding: 5px 0px 5px 0px;
	color: #ffffff;
	font-weight: normal;
	font-size:14px;
	font-weight:normal;
}

#deconnexion{
text-align:right;
margin-top:5px;
}

#deconnexion.submit{
color:#00FF33;
}

/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 5px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	font: small Verdana,sans-serif;
	color: #FF9900;
	text-align:center;
}

#pageName a{
	color: #FF9900;
}

#pageName a:hover{
	color: #0066CC;
	text-decoration: underline;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #999999;
	font-size: small;
	color: #AAAAAA;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.err{
margin-top:15px;
margin-left:50px;
font-size:12px;
font-weight:bold;
color:#DD1111;

}

/************ sectionLinks styles **************/

#sectionLinks{
/*	font-size:11px;*/
	margin-top: 20px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #999999;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#subSectionLinks a:link, #subSectionLinks a:visited{
	padding-left:20px;
	background-color: #EEFFFF;
	background-image: none;
	text-decoration: none;
	font-weight:normal;
	font-size:small;
}

#subSectionLinks a:hover{
	padding-left:20px;
	border-top: 1px solid #cccccc;
	background-color: #EEF0FF;
	background-image: none;
	text-decoration: none;
	font-weight:normal;
	font-size:small;
}

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* onglets styles **********************/
/*
#onglets{
	position:relative;
	top:5px;
	height:auto;
	text-align:center;
	margin:auto;
	border:thin solid #3333FF;
}
*/

/*****************************************************************************************/


/****************************************************************************************/
#accueil{
margin-bottom:1em;
}

#accueil ul{
border-width:1px 1px 0 1px;
border-style:solid;
border-color:#d6e1ec;
padding:0;
margin:0;
}

#accueil li{
border-bottom:1px solid #d6e1ec;
list-style-type:none;
margin:6px;
}

#accueil a{
display:block;
text-decoration:none;
color:#369;
background-color:#fff;
padding-left:1em;
width:150px;
}

#accueil a:hover{
background-color:#eff4fa;
color:#036;
}

/****************************************************************************************/
/*						menu sous les onglets tabnav									*/																				
ul#tabnav2 {
position:absolute;
font: 12px verdana, arial, sans-serif;
list-style-type: none;
padding-bottom: 5px;
/*border-bottom: 1px solid #99c;*/
margin: 0;
padding-left:40px;
}

ul#tabnav2 li {
float: left;
height: 10px;
background-color: #D0D0F0;
margin: 2px 2px 0 2px;
border: 1px solid #99c;
width:px;
}

/*																						*/
/****************************************************************************************/

/**********************          ************************/

/********************* DEBUT LISTE **********************/
ul.enligne { /* style de la liste <ul> */
margin:10px 0 0px 0 ; /* marges */
height:1em ; /* hauteur de la liste - remplace le spacer normalement indispensable pour les float */
display:table ; /* fait passer la liste en mode table */
border-collapse:collapse; /* fusionne les bordures de la table */
width:100%} /* largeur de la liste <ul> */

ul.enligne li { /* style des <li> */
float:left ; /* le float:left remplace le display:inline. permet le passage en DTD stricte */
line-height:3em;
margin-left:15px; /* marge de 15 pixels à droite de chaque li*/
border:1px solid #D3D3D3 ; /* bordure gris claire autour de chaque <li> */
width:30%;/* largeur de chaque <li> */
text-align:center} /* centre le texte dans chaque <li> */

/* cacher à IE */
ul.enligne>li {display:table-cell} /* indispensable pour que les autres navigateurs que IE accepte la largeur de <li> */

.enligne a { /* style des liens sans survol */
text-decoration:none ; /* pas de soulignement */
color:black ; /* police noire */
display:block; /* l'effet de hover prendra toute la largeur du <li> */
} 

.enligne a:hover {/* style des liens avec survol */
color:white ; background-color:#ADD8E6; /* police blanche sur fond bleu */
text-decoration:none ; /* pas de soulignement */
} 

/******************** table PFF **************************/
TABLE.pff{
width:100%;
text-align:center;
}

TABLE.pff TH{
background-color:#999999
}

/******************** table PFF **************************/

/******************** table documents **************************/
TABLE.documents{
width:99.5%;
text-align:center;
/*margin:auto;*/
margin-bottom:20px;
/*border:1px solid red;*/
}

TABLE.documents TH{
color:#FFFFFF;
background-color:#999999

}

TABLE.documents TH.titre{
text-align:center;
width:auto;
}

TABLE.documents TH.auteur{
width:160px;
}

TABLE.documents TH.date{
width:130px;
}

TABLE.documents TH.type{
width:103px;
}

TABLE.documents TH.info{
width:30px;
}

TABLE.documents TH.supprimer{
width:70px;
}

TABLE.documents TH.affecter{
width:55px;
}

TABLE.documents TD.titre{
text-align:left;
}

TABLE.documents TD.auteur{
text-align:left;
}

TABLE.documents TD.date{
text-align:center;
}

TABLE.documents TD.type{
text-align:left;
padding:3px;
width:53px;
}

TABLE.documents TD.taille{
text-align:right;
padding:3px;
width:50px;
}

TABLE.documents TD.rubrique{
text-align:left;
background-color:#FFFFFF;
}

TABLE.documents TD.fond1{
background-color:#FFFFFF;
}
TABLE.documents TD.fond2{
background-color:#CCCCCC;
}

TABLE.documents TR.fond2{
background-color:#DDDDDD;
}

/******************** table document_formation **************************/
TABLE.document_formation{
width:99%;
text-align:center;
margin-bottom:0px;
/*border:1px solid red;*/
}

TABLE.document_formation TH{
color:#FFFFFF;
background-color:#999999;
}

TABLE.document_formation TH.info{
width:35px;
}

TABLE.document_formation TH.type{
width:80px;
}

TABLE.document_formation TH.date{
width:95px;
}

TABLE.document_formation TD.rubrique{
text-align:left;
background-color:#CCCCCC;
}

TABLE.document_formation TD.type{
text-align:left;
padding-left:3px;
width:50px;
}

TABLE.document_formation TD.auteur{
width:140px;
/*padding-left:3px;*/
}


TABLE.document_formation TD.date{
width:90px;
/*padding-left:3px;*/
}

TABLE.document_formation TD.taille{
text-align:right;
width:60px;
/*padding-left:3px;*/
}

TABLE.document_formation TD.info{
width:40px;
/*padding-left:3px;*/
}

TABLE.document_formation TD.desaffecter{
width:40px;
/*padding-left:3px;*/
}



TABLE.document_formation TD.sousrubrique1{
text-align:left;
background-color:#EFEFEF;
background-image:url(../images/blanc.gif);
background-repeat:repeat-y;
padding-left:10px;
}

TD.paf{
text-align:left;
background-color:#EFEFEF;
background-image:url(../images/blanc.gif);
background-repeat:repeat-y;
padding-left:10px;
}


TABLE.document_formation TD.titre_document{
text-align:left;
}
/******************* min-height HACK ************************/
.prop {
    height:250px;
    float:right;
    width:1px;
  }
  
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*******************  Fin du min height HACK  ***************/


#page{
/* permet de fixer une hauteur mini sur les navigateurs modernes */
min-height:35em;
/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
*/
height:35em;
background-color:white;
}

/* pour rétablir le mauvais effet sur les nav. modernes */
html>body #page{
height:auto;
}

/********************* end **********************/

/********************* test arborescence **********************/

ul#formations{
list-style-type: none;
}

ul#formations li{
/*font-size:14px;*/
}

ul#formation li,ul{
	list-style-type: none;
}

ul#formation li,ul li ul li{
	/*border-left:#666666 1px solid;*/
}

ul#formation li,ul li ul li ul{
	border-left:#666666 1px solid;
}

#arbo1 {
}

#arbo1 ul{ 
list-style-type:none;
vertical-align:middle
}

#arbo1 li img{
vertical-align:middle
}

#arbo1 ul#rub1{
display:block;
}

#arbo2 {
}

#arbo2 ul{ 
list-style-type:none;
vertical-align:middle
}

#arbo2 li img{
vertical-align:middle
}

#arbo2 ul#rub1{
display:block;
}

/********************* fin test arborescence **********************/

span.choix_documents{
position:absolute;
right:0px;
}

div.bouton{
margin:15px;
}

div.bouton a{
font-weight:bold;
}

div#table_panier{
	height:16.5em;
	overflow: auto
}


#mainleft {
	width:61%;
	float:left;
	background:#fff;
	padding-bottom:10px;
/*	border:1px solid #33FF33;*/
}

#maincenter {
	width:17%;
	float:left;
	background:#fff;
	padding-bottom:10px;
/*	border:1px solid #990000;*/
}

#maincenter span.label {
 	float: left;
 	width: 160px;
 	text-align: left;
}

#mainright span.label {
 	float: left;
 	width: 160px;
 	text-align: left;
}

#mainright {
	width:15%;
	float:left;
	background:#fff;
	padding-bottom:10px;
/*	border:1px solid #FF99CC;*/
}
/**********************************************************/

#mainleft2 {
	width:50%;
	float:left;
	background:#fff;
	padding-bottom:10px;
/*	border:1px solid #33FF33;*/
}

#mainleft2 span.label {
	float: left;
 	width: 100px;
}


#maincenter2 {
	width:18%;
	float:left;
	background:#fff;
	padding-bottom:10px;
/*	border:1px solid red;*/
}

#maincenter2 span.label {
 	float: left;
 	width: 170px;
 	text-align: left;
}

#mainright2 span.label {
 	float: left;
 	width: 160px;
 	text-align: left;
}

#mainright2 {
	width:28%;
	float:left;
	background:#fff;
	padding-bottom:10px;
/*	border:1px solid #FF99CC;*/
}


div.boutons{
padding:5px;
margin:5px;
}

div.boutons a{
padding:3px;
background-color:#CCCCCC;
border:1px solid #999999;
text-decoration:none;
font-weight:bold;
}

/**************************************************************************************************/
a.modif_rubrique{
font-size:smaller;
/*color:#CC00FF;*/
/*color:#9900FF;*/
color:#0000FF;
/*color:0099FF;*/
/*color:#0066CC;*/
text-decoration:underline;
}

a.modif_rubrique:visited{
color:#9900FF;
text-decoration:underline;
}

/**************************************************************************************************/

span.rouge{
color:#FF0000;
}
div.center{
	text-align:center;
}

p.left{
	text-align:left;
}

.nb{
font-style:italic;
color:#CC0000;
}