/*Eric Meyer's reset.css**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
/***** Définition générale *****/
* {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a:active, a:focus {
	border: none;
	outline: 0
}
body {
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 11px;
	
	text-align: center;
	line-height: 130%;

/* paramétrage couleur de fond du navigateur en fonction des profils */

	background:#f1f1f1
}
body.admin #content {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd
}
body.admin #contenu {
	margin-right: 20px;
	margin-left: 20px;
	width: 730px
}
/*body.apprenant {
	background: /*#2f333a url(images/bg.gif) top repeat-x***#e7e7e6 url(images/vtc/body-bg.gif) top repeat-x
}
body.formateur {
	background: #e7e7e6 url(images/vtc/body-bg.gif) top repeat-x
}
body.tuteur_entreprise {
	background: #2f333a url(images/bg.gif) top repeat-x
}
body.conseiller {
	background: #2f333a url(images/bg.gif) top repeat-x
}
body.integrateur {
	background: #2f333a url(images/bg.gif) top repeat-x
}
*/
body.activity_fullscreen { 
    position: static;
}


img {
	vertical-align: middle;
}
table, tr, td {
	font-size: 11px;
	padding: 0;
	margin: 0
}
td {
	vertical-align: middle
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #196597;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #31539a;
	text-align: left;
	padding: 2px 0 2px 0;
	display: inline;
}
ul {
	list-style: none;
}
/* Définition de dl, dt, dd */
dd {
	min-height: 26px;
}
dt {
	margin: 5px 0 5px 1px;
	color: #31539a;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Liens dans les dd */
dd a {
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 8px;
	background: url(./images/menu/status_lock.gif) 0 1px no-repeat;
}
dd a:hover {
	background: url(./images/menu/ss_menu_on.gif) 0 1px no-repeat;
}
dd.page_select a {
	background: url(./images/menu/ss_menu_on.gif) 0 1px no-repeat;
}
/* Liens autres que le menu principal et le menu de gauche */
a {
	color: #196597;
	text-decoration: none;
}
a:hover {
	color: #31539a;
	text-decoration: none
}
a.lien {
	color: #196597;
	font-weight: 700;
	text-decoration: none;
}
a.lien:hover {
	color: #31539a;
}
.lienClic {
	color: #31539a;
	font-weight: bold;
	text-decoration: underline;
}
/* menu principal */
.pmenu a {
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}
.pmenu a:hover {
	color: #196597;
}
.pmenu .page_select a {
	color: #196597;
	font-weight: bold;
}
/* sous menu */
.smenu a {
	color: #196597;
	text-decoration: none;
}
.smenu a:hover {
	color: #31539a;
}
.smenu .page_select a {
	color: #31539a;
	font-weight: bold;
}
/***** HEADER: bandeau haut avec menu principal et détails plate-forme *****/
#header {
	position: relative;
	z-index: 2;
	height: 89px;
	background: #ccc url(images/vtc/header.jpg) no-repeat right top;
}
#logo {
	display: block;
	width: 200px;
	height: 89px;
}
/*** Menu principal ***/
#menu_principal {
	position: absolute;
	top: 60px;
	width: 550px;
	line-height: 100%;
	left: 225px;
}
/* Menu off */
#menu_principal li {
	float: left;
	margin: 5px 6px 0 0;
	padding: 0 0 0 13px;
	background: url(images/vtc/onglet_menu_off1.png) no-repeat left top;
}
#menu_principal a {
	display: block;
	text-transform: uppercase;
	padding: 8px 14px 7px 0;
	background: url(images/vtc/onglet_menu_off2.png) no-repeat right top;
}
/* Menu sélectioné */
#menu_principal .page_select {
	background: url(images/vtc/onglet_menu_on1.png) no-repeat left top;
	position: relative;
	bottom: -1px
}
#menu_principal .page_select a {
	background: url(images/vtc/onglet_menu_on2.png) no-repeat right top;
	padding: 7px 14px 8px 0
}
/* Menu on */
#menu_principal li:hover {
	background: url(images/vtc/onglet_menu_on1.png) no-repeat left top;
}
#menu_principal li:hover a {
	background: url(images/vtc/onglet_menu_on2.png) no-repeat right top;
	color: #196597;
	padding: 7px 14px 8px 0
}
ul#menu_principal li#menu_admin_toggle_show, ul#menu_principal li#menu_admin_toggle_hide {
	margin-left: 5px;
	padding-left: 16px;
	margin-top: 15px;
	height: 16px;
	background-image: url("./images/icones/menu_admin_toggle.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: none
}
ul#menu_principal li#menu_admin_toggle_show {
	background-position: 0px -2px;
}
ul#menu_principal li#menu_admin_toggle_hide {
	background-position: 0px -19px;
}
/*** Détails plate-forme ***/
/* Type d'installation de la plate-form (Logivaro standard, etc.)  #plateforme {
}
*/
/* Type de profil (Apprenant, Admin, etc.) */
#profil {
	position: absolute;
	z-index: 10;
	color: #196597;
	font-weight: bold;
	margin-top: 3px;
	padding-left: 39px;
	height: 35px;
	width: 100px;
	background: url(images/icones/profil_apprenant.gif) no-repeat 3px 0;
}
p#profil.apprenant {
	background: url(images/vtc/profil_apprenant.png) no-repeat 3px 0;
}
p#profil.admin {
	background: url(images/icones/profil_admin.gif) no-repeat 3px 0;
}
p#profil.formateur {
	background: url(images/icones/profil_formateur.gif) no-repeat 2px 0;
}
p#profil.tuteur_entreprise {
	background: url(images/icones/profil_formateur.gif) no-repeat 2px 0;
}
p#profil.conseiller {
	background: url(images/icones/profil_formateur.gif) no-repeat 2px 0;
}
p#profil.integrateur {
	background: url(images/icones/profil_formateur.gif) no-repeat 2px 0;
}
/* Navigation interne: situe où l'on se trouve ??????*/
#nav_interne {
	float: left;
	color: #fff;
	font-size: 10px;
	border: 1px solid red
}
#nav_interne:before {
	content: " > ";
}
/* Image du bouton qui permet de "cacher" le menu de gauche pendant une séquence*/
#agrandir_fenetre {
	float: right;
}
#agrandir_fenetre a {
	background: url(./images/actions/agrandir_fenetre.gif) 2px 5px no-repeat;
	padding: 7px 10px 5px 7px;
	text-decoration: none;
}
/* Date */
#date {
	position: absolute;
	z-index: 20;
	color: #31539a;
	font-size: 10px;
	margin-top: 5px;
	right: 8px;
}
/* Nom de l'utilisateur */
#nom {
	position: absolute;
	z-index: 20;
	color: #196597;
	font-size: 10px;
	margin-top: 23px;
	padding-left: 38px;
	width: 160px;
}
#resize {
	position: absolute;
	margin-top: 33px;
	right: 4px;
	display: none
}
/***** Colonne de gauche (sous menu) *****/
#colonne_gauche {
	float: left;
	width: 219px;
	height: 100%;
	display: inline;
}
/*** Bloc Déconnexion - Aide (=> ul) ***/
#aide_deconx {
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 800
}
#aide_deconx li {
	font-size: 10px;
	float: left;
}
#aide_deconx a {
	text-decoration: none;
	display: block;
	height: 100%;
	padding-left: 15px;
	float: left;
}
#aide_deconx a:hover {
	text-decoration: underline;
}
/* Aide */
#aide a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
/* Déconnexion */
#deconnexion a {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
#deconnexion_seq a {
	color: #ffcc00;
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
}
/*** Bloc 1er sous menu (après bloc Déconnexion - Aide) ***/
#premier_sousmenu dt {
	margin-top: 42px;
	margin-bottom: 5px;
	margin-left:1px
}
.sequence .smenu dt {
	margin-top: 0
}
.sequence .smenu dt span {
	display: block;
	margin: 3px 0
}
.sequence .smenu dt span.align {
	display: none
}
.smenu dt, .smenu dd {
	margin-right: 5px
}
/*** Bloc Impression***/
#impression {
	padding-top: 20px;
}
#impression dt {
	display: none;
}
#impression dd a {
	background: url(./images/menu/print_seq.gif) no-repeat;
	display: block;
	height: 17px;
	margin-left: 16px;
	padding-left: 19px;
}
/*** Bloc dernier élément de la colonne de gauche ***/
.dernier_element dd {
}
.sequence dd a {
	padding-left: 20px;
	background: url(./images/menu/status_not_attempted.gif) no-repeat;
}
.sequence dd a:hover {
	background: url(./images/menu/ss_menu_on.gif) no-repeat;
}
.sequence dd.page_select a {
	background: url(./images/menu/ss_menu_on.gif) no-repeat;
}
/***** Colonne de gauche dans le cas de l'exécution d'une SEQUENCE *****/
/* Image pour matérialiser un support d'activité */
.sequence dd.activite_support a {
	background: url(./images/actions/download.gif) no-repeat;
}
.sequence dd.activite_support a:hover {
	background: url(./images/actions/download.gif) no-repeat;
}
/* Image pour matérialiser le lancement d'une activité linéaire sans choix */
.sequence dd.activite_lancer a {
	background: url(./images/menu/lancer.gif) no-repeat;
}
.sequence dd.activite_lancer a:hover {
	background: url(./images/menu/ss_menu_on.gif) no-repeat;
}
/* Image pour matérialiser une activité pas commencée(QUIZZ) */
.sequence dd.status_not_attempted_quizz a {
	background: url(./images/menu/status_lock.gif) no-repeat;
}
.sequence dd.status_not_attempted_quizz a:hover {
	background: url(./images/menu/ss_menu_on.gif) no-repeat;
}
/* Image pour matérialiser une activité pas commencée */
.sequence dd.status_not_attempted a {
	background: url(./images/menu/status_not_attempted.gif) no-repeat;
}
.sequence dd.status_not_attempted a:hover {
	background: url(./images/menu/ss_menu_on.gif) no-repeat;
}
/* Image pour matérialiser une activité réussie */
.sequence dd.status_passed a {
	background: url(./images/menu/status_passed.gif) no-repeat;
}
.sequence dd.status_passed a:hover {
	background: url(./images/menu/status_passed.gif) no-repeat;
}
/* Image pour matérialiser une activité échouée */
.sequence dd.status_failed a {
	background: url(./images/menu/status_failed.gif) no-repeat;
}
.sequence dd.status_failed a:hover {
	background: url(./images/menu/ss_menu_on.gif) no-repeat;
}
/* Image pour matérialiser une activité effectuée */
.sequence dd.status_completed a {
	background: url(./images/menu/status_completed.gif) no-repeat;
}
.sequence dd.status_completed a:hover {
	background: url(./images/menu/status_completed.gif) no-repeat;
}
/* Image pour matérialiser une activité en cours */
.sequence dd.status_incomplete a {
	background: url(./images/menu/status_incomplete.gif) no-repeat;
}
.sequence dd.status_incomplete a:hover {
	background: url(./images/menu/status_incomplete_on.gif) no-repeat;
}
/* Image pour matérialiser une activité bloquée */
.sequence dd.activite_bloquee {
	background: url(./images/menu/status_lock.gif) top left no-repeat;
	padding-left: 20px;
	color: #888;
	font-style: italic;
	margin-left:8px;
	line-height:110%;
}
.sequence dt {
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
}
.sequence span {
	display: inline-block;
	line-height: 15px;
	vertical-align: middle;
}
.align {
	height: 100%;
}
/***** CONTENU *****/
#contenu {
	width: 769px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #ffffff;
	display: inline;
	padding-top: 8px;
	height:auto !important;
	height:220px;
	min-height:220px
}
/* dans pop-up admin */
#contenuW {
	width: 95%;
	margin-left: 20px;
	right: 0;
	text-align: left
}
#contenuW .tab_content_section, #contenuW .tab_menu_section {
	margin: 0
}
.titre1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.separateur {
	background-color: #f8effe;
}
.separateur_pab {
	background-color: #f8effe;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 2px
}
.ligne1 {
	background-color: #fff;
}
.ligne2 {
	background-color: #f0f9fe;
}
.ligne3 {
	background-color: #fff;
	vertical-align: top;
}
/*.ligneSelectionnee td {
	background-color: #c2e6fc;
}
????????????????*/
.ligne_form {
	height: 25px;
}
.ligne_form_valid {
	height: 25px;
	text-align: right;
}
.obligatoire {
	color: red;
	text-align: left;
}
#nombre {
	position: relative;
	margin-right: 10px;
	text-align: center;
	background-color: #fff;
	width: 20%;
	border: 1px solid #000;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
}
.photo {
	position: absolute;
	width: 122px;
	height: 170px;
	right: 5%;
	top: 110px;
}
/* tableau dans formulaire */
.out {
	position: relative;
	width: 100%;
}
.avertissement {
	color: #FF6600;
	font-weight: bold;
}
#information, #warning {
	padding: 6px 0 5px 20px;
	width: 40%;
	height: 30px;
	font-weight: bold;
	margin-top: 10px;
}
#warning {
	color: #ff0000;
	border: 1px solid #ff0000;
	background: url(./images/icones/erreur.gif) no-repeat #ffffcc 0 5px;
	padding: 6px 0 5px 20px;
	width: 40%;
	height: 30px;
	font-weight: bold;
	margin-top: 10px;
}
#information {
	color: #1F4187;
	border: 1px solid #1F4187;
	background: url(./images/icones/ic_note.gif) no-repeat #D3DEFF 0 5px;
}
#footer {
	float: left;
	width: 100%;
	background: #0268a6 url(images/vtc/reflet-footer.gif) bottom repeat-x;
	padding-bottom:45px
}
#footer_fond {
background: #0268a6 url(images/vtc/footer-bg.gif) top repeat-x;
}
#footer_contenu {
	text-align: center;
	color: #fff;
	padding: 10px 0;
	line-height: 150%
}
#footer_contenu a {
	color: #eee;
	text-decoration: none;
}
#footer_contenu a:hover {
	color: #fff;
}
/***** TABLEAUX *****/
/*** Tableaux multilignes (avec les lignes de couleur une sur deux) ***/
.tableau {
	margin: 0 0 20px 0;
	border-spacing: 0;
	width: 100%;
}
.tableau td {
	padding: 4px 2px
}
body.admin .tableau td {
	padding: 4px 0
}
body.admin .tableau, body.admin #tab_form {
	margin-top: 5px;
	margin-bottom: 5px
}
body.admin #divTree .tableau td {
	padding: 0
}
.tableau td.ligne1 {
	padding: 3px 0
}
.taille1 {
	width: 60%;
}
.taille2 {
	width: 80%;
}
/* Haut */
td.tab_coin_h_g {
	background: url(images/vtc/tableau_h_g.gif) top left no-repeat;
	height: 22px;
	width: 10px;
	padding: 0
}
td.tab_milieu_h {
	background:  url(images/vtc/tab-bg.gif) top repeat-x;
	text-align: left;
	font-weight: bold;
	height: 22px;
	color: #fff;
	padding: 0;
	line-height: 100%
}
td.tab_coin_h_d {
	background: url(images/vtc/tableau_h_d.gif) top right no-repeat;
	height: 22px;
	width: 10px;
	padding: 0
}
/* Bas */
.tab_coin_b_g {
	background: url(images/vtc/tableau_b_g.gif) bottom left no-repeat;
	width: 10px;
	padding: 0
}
.tab_milieu_b {
	background: url(images/vtc/tableau_b.gif) bottom  repeat-x;
	height: 10px;
	padding: 0
}
.tab_coin_b_d {
	background: url(images/vtc/tableau_b_d.gif) bottom right no-repeat;
	width: 10px;
	padding: 0
}
/* Côtés */
.tab_milieu_g1 {
	border-left: 1px solid #9fcce4;
}
.tab_milieu_d1 {
	border-right: 1px solid #9fcce4;
}
.tab_milieu_g2 {
	background: #f0f9fe;
	border-left: 1px solid #9fcce4;
}
.tab_milieu_d2 {
	background: #f0f9fe;
	border-right: 1px solid #9fcce4;
}
.tab_milieu_g3 {
	border-left: 1px solid #9fcce4;
}
.tab_milieu_d3 {
	border-right: 1px solid #9fcce4;
}
/* tr */
.tab_form_rechercher {
	background-color: #fff;
	height: 40px;
	text-align: right;
	vertical-align: middle;
}
/*** Tableaux de formulaires ***/
#tab_form {
	margin-left: 0;
	border-spacing: 0;
	width: 100%;
	left: 0;
}
#tab_form h3 {
	font-size: 14px;
	font-weight:400;
	color: #196597;
	margin: 1em 0 .5em 0
}
#tab_form .aide {
	font-size: 11px;
	background-color: #fff;
	color: #999;
	font-style: italic;
}
#tab_form .ligne_form td {
	padding-top: 10px;
	background: #f0f9fe
}
#forum #tab_form .ligne_form td {
	padding-top: 15px
}
/* Haut */
#tab_form td.tab_milieu_h {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
/* Bas */
#tab_form .tab_coin_b_g {
	background: url(images/vtc/tabform_b_g.gif) bottom left no-repeat;
	height: 22px;
	width: 10px;
	padding: 0
}
#tab_form .tab_milieu_b {
	background: url(images/vtc/tabform_b.gif) bottom repeat-x;
	height: 22px;
	padding: 0
}
#tab_form .tab_coin_b_d {
	background: url(images/vtc/tabform_b_d.gif) bottom right no-repeat;
	height: 22px;
	width: 10px;
	padding: 0
}
/* Côtés */
#tab_form .tab_milieu_g {
	border-left: 1px solid  #9fcce4;
	width: 10px;
}
#tab_form .tab_milieu_d {
	border-right: 1px solid  #9fcce4;
	width: 10px;
}
#tab_form .tab_milieu_g,  #tab_form .tab_milieu_d,  #tab_form .obligatoire,  #tab_form .ligne_form_valid {
	background: #f0f9fe
}
/*admin*/
body.admin .tab_coin_b_g {
	border-left: 1px solid #9fcce4
}
body.admin .tab_milieu_b,    body.admin .tab_coin_b_d ,   body.admin .tab_coin_b_g {
	background: none;
	border-bottom: 1px solid #9Fcce4
}
body.admin .tab_coin_b_d {
	border-right: 1px solid #9Fcce4
}
body.admin  #tab_form .tab_coin_b_g, body.admin  #tab_form .tab_coin_b_d, body.admin  #tab_form .tab_milieu_b {
	background: #f0f9fe
}
body.admin #tab_form td {
  background:#f0f9fe
}
body.admin #tab_form .tab_coin_h_g {
	background: url(images/vtc/tableau_h_g.gif) top left no-repeat;
}
body.admin #tab_form .tab_milieu_h {
	background:  url(images/vtc/tab-bg.gif) top repeat-x;
}
body.admin #tab_form .tab_coin_h_d {
	background: url(images/vtc/tableau_h_d.gif) top right no-repeat;
}
/*tableau de bord**/
/* liste des groupes */

#lien_retour { background:#f5f5f1;height:60px;position:relative;top:-5px;left:1px
}
#lien_retour a {display:block;float:left;margin-top:80px;background: url(images/vtc/retour-groupes.gif) left no-repeat;}
#div_liste_groupe {
	text-align: right;
	margin: 8px 275px 30px 15px;
	background: #eff6ff url(images/vtc/groupes-bg-r.gif) right no-repeat
}
#liste_groupe {
	width: 460px;
	background : url(images/vtc/groupes-bg-l.gif) left no-repeat/*#e7f5fe url(images/vtc/bg.gif)*/;
	padding: 5px 10px;
}
#liste_groupe h3 {
	float: left;/*
	color: #3592D1;
	font-size: 12px;
	font-weight: 700;*/
	background:url(images/vtc/class.png) left no-repeat;
	padding-left:28px;
	margin-top: 1px
}
#liste_groupe .select_groupe {
	padding-left: 5px;
}
#parcours {
	width: 495px;
	float: left;
}
#parcours .tab_content_section {
	margin-right: 0;
	margin-top: 0;
	padding-top: 0
}
#parcours h3 {
	font-size: 17px;
	color: #aaa;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-left:20px
}
#parcours_description {
margin:5px 0 10px 20px
}
#parcours_description div {background:none !important}
#parcours_description .bd {padding:.5em 1em;}
#chargerStats, #chargerInfosGroupe, #info_group {
	clear: right;
	float: right;
	width: 210px;
	margin: 0 10px 0 0;
	background: #f5f5f5 url(images/vtc/right-top-bg.gif) top no-repeat;
	padding: 15px;
}
#info_group {
	background: #EFF6FF url(images/vtc/infos.png) 8px .8em no-repeat;
	border: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #b5d4fe;
	border-top: 2px solid #b5d4fe;
	padding: 8px 7px 8px 33px;
	width: 200px;
	color: #4e98dc
}

#chargerInfosGroupe a {

	margin-top: 1em;
	line-height:190%;
	
	font-weight: 700;
}
#chargerInfosGroupe img {
	vertical-align: middle;
	padding: 0 5px
}
#chargerStats {
	line-height: 150%;
	border-top: 1px solid #ebebeb;
	background:#f5f5f5 url(images/vtc/right-bot-bg.gif) bottom no-repeat
}
#chargerStats ul {
	margin-left: 0;
	margin-top: 3px;
	line-height: 130%
}
#chargerStats li {
	margin: 0 0 3px 5px
}
.forum_4derniers {
}
#chargerStats h3, #chargerInfosGroupe h3, #info_group h3 {
	font-size: 13px;
	margin-bottom: .8em;
	padding: .2em 0 .2em 20px
}
#chargerStats h3 {
	background: url(images/vtc/stats.png) left no-repeat
}
#info_group h3 {
/*background: url(images/vtc/infos.png) left no-repeat*/
	display: none
}
#chargerInfosGroupe h3 {
	background: url(images/vtc/formateurs.png) left no-repeat
}
.listermembre, .ressource, .listerResultat, .listerConnexion, .liretracking, .reservation, .displaytrackingsequence,#form_acc_groupes {
	margin: 0 95px 0 15px;
}
#inscription_etap1 {margin: 10px 130px 0 55px;}
.ressource, .listermembre .tableau {
	margin-top: 20px
}
.listerResultat .tab_content_section, .listerResultat .tab_menu_section {
	margin: 0
}
.listerResultat .tab_content_section {
	margin-bottom: 20px
}
.listerResultat h1 {
	font-size: 1.2em
}
.listerResultat h2 {
	display: block;
	font-size: 1.2em;
	margin: 8px 0 0 0;
	padding: 0
}


/*********sequence********/
.displaytrackingsequence .tab_content_section, .displaytrackingsequence .tab_menu_section {
	margin: 0
}
#infos_sequence td.tab_coin_h_g , #infos_sequence td.tab_milieu_h, #infos_sequence td.tab_coin_h_d,#infos_sequence td.tab_coin_b_g , #infos_sequence td.tab_milieu_b, #infos_sequence td.tab_coin_b_d {
	display: none
}
#infos_sequence td {border:none;padding-top:6px;padding-bottom:6px}
#infos_sequence .tableau {margin-left:5px}
#infos_sequence h3 {
	margin-top: 1em;
	margin-left:5px;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	font-size: 1.6em;
	color: #888;
	padding-bottom: .5em
}
.hg {
	background: #eff6ff url(images/vtc/bg-hg.gif) top left no-repeat
}
.hd {
	background: url(images/vtc/bg-hd.gif) top right no-repeat
}
.bg {
	background: url(images/vtc/bg-bg.gif) bottom left no-repeat
}
.bd {
	background: url(images/vtc/bg-bd.gif) bottom right no-repeat;
	padding: .5em 0
}
#parcours_formations {margin-top:10px}
#parcours_formations h3 {margin:0;padding:4px 0 10px 15px ;border:0;color:#9BB3CF}
#parcours_formations table.tableau td {background:#eff6ff;padding:.2em;padding-left:0;vertical-align:top;line-height:150%}
#parcours_formations table.tableau td span {font-weight:700;white-space:nowrap;padding-right:1em}
#parcours_formations table.tableau {margin:0 0 0 10px;width:95%}
#infos_sequence table.tableau tr.ligne2 td {background:#eff6ff}
/***Messagerie***/
#emailcontenu {
	margin: 22px 100px 0 20px
}
#support {
margin:0 100px 0 20px
}
.probleme_class {
display:block;width:200px;text-indent:20px;
background:url(images/vtc/aide.png) top left no-repeat;color:#333
}
.probleme_class:hover {
cursor:help
}
/**FORUMS**/
#forum {
	margin: 22px 95px 0 15px
}
#forum .tableau td.ligne1 {
	padding: 0
}
#forum .tableau {
	margin: 0 0 3px 0
}
#forum .tableau td.ligne2 table td, #forum .tableau td.ligne1 table td {
	height: 32px;
	padding: 0;
	margin: 0
}
#forum .tableau td.ligne1 table td img, #forum .tableau td.ligne2 table td img {
	vertical-align: middle;
	padding: 0;
	margin: 0
}
#forum .tableau td.ligne2 {
	padding: 0;
/*background: #f5f5f5*/
}
#forum br {
	display: none
}
#forum table br {
	display: inline
}

#forum  #tab_form .tab_milieu_h {
	padding: 0
}
#forum .ligne1 td {
	border-bottom: 1px solid #DFF4FF;
	background: #f0f9fE;
	padding: 0
}
#forum .ligne1 table td {
	background: none;
	padding: 0;
	border-bottom: 0
}
#forum .ligne2 td {
	background: #fff;
	color: #555
}
#forum .ligne2 table td {
	background: none;
	padding: 0
}
.forum_date {
	background: url(images/vtc/forum_date.gif) left no-repeat;
	font-size: 10px;
	color: #555;
	white-space: nowrap;
	font-style: italic;
	float: right;
	padding-left: 15px
}
.forum_arb_date {
	font-size: 10px;
	color: #333;
	white-space: nowrap;
}
.forum_sujet {
	display: block;
	float: left;
	padding-left: 20px;
	background: url(images/vtc/titleicon.gif) left no-repeat;
}
.forum_auteur {
	display: block;
	padding-left: 15px;
	background: url(images/vtc/forum_by.gif) 0 4px no-repeat;
	font-size: 10px;
	color: #555;
	height: 22px;
	line-height: 22px
}
.forum_auteur_lst {
	font-size: 10px;
	color: #555
}
.forum_lien_lst a {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px
}
.forum_nbr {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px
}
.forum_dernier {
	display: block;
	text-align: right;
	padding: 3px 0
}
.forum_body {
	display: block;
	width: 533px;
	font-size: 11.7px
}
/***** formulaires *****
/* Eléments graphiques composant un formulaire */
/* text => zone de saisie avec taille fixe par Logivaro */
input.text {
	border: 1px solid #c1cbe1;
	font-size: 11px;
	color: #196597;
}
input.text:hover {
	border: 1px solid #1c95c9;
}
/* text => zone de saisie pour les noms de fichiers .... */
input.text_taille1 {
	border: 1px solid #c1cbe1;
	font-size: 11px;
	width: 350px;
	color: #196597;
}
input.text_taille1:hover {
	border: 1px solid #1c95c9;
}
/* text => zone de saisie pour le nom, prenom, .... */
input.text_taille2 {
	border: 1px solid #c1cbe1;
	font-size: 11px;
	width: 200px;
	color: #196597;
}
input.text_taille2:hover {
	border: 1px solid #1c95c9;
}
/* text => zone de saisie pour la durée, version IFTI */
input.text_taille4 {
	border: 1px solid #c1cbe1;
	font-size: 11px;
	width: 15px;
	height: 16px;
	margin-bottom: 1px;
	color: #196597;
}
input.text_taille4:hover {
	border: 1px solid #1c95c9;
}
input.text_file {
	border: 1px solid #c1cbe1;
	font-size: 11px;
	width: 268px;
	color: #196597;
}
input.text_file:hover {
	border: 1px solid #1c95c9;
}
input.bouton {
	border: 1px solid #196597;
	color: #196597;
	background-color: #FFF;
	font-weight: bold;
}
input.bouton:hover {
	color: #fff;
	background-color: #98a9cc;
	border: 1px solid #000;
}
input.activite_terminee {
	border: 1px solid #196597;
	color: #fff;
	background-color: #196597;
	font-weight: bold;
	margin-left: 25px;
}
input.activite_terminee:hover {
	color: #196597;
	background-color: #fff;
	border: 1px solid #1c95c9;
}
input.rechercher {
	border: 1px solid #c1cbe1;
	font-weight: bold;
	color: #196597;
	width: 400px;
}
input.rechercher:hover {
	border: 1px solid #1c95c9;
}


textarea {
	border: 1px solid #c1cbe1;
	font-size: 11px;
	color: #196597;
	width: 300px
}
textarea:hover {
	border: 1px solid #1c95c9;
}
select.list {
	border: 1px solid #c1cbe1;
	font-weight: bold;
	color: #196597;
	background-color: #ffffff;
	text-align: left;
	width: 200px;
}
select.list:hover {
	border: 1px solid #1c95c9;
}
select option.ligne {
	background-color: #eaedf5;
	color: #31539a;
	text-align: left;
}
/* visible dans skin ifti */
select.ifti_type {
}
select.ifti_type:hover {
}
select.ifti_niveau {
}
select.ifti_niveau:hover {
}
select.ifti_format {
}
select.ifti_format:hover {
}
/* admin > réservation */
select.time {
	border: 1px solid #c1cbe1;
	text-align: left;
	width: 40px;
	color: #196597;
}
select.time:hover {
	border: 1px solid #196597;
}
/* bouton ds la partie admin */
#admin_menu_util {
	width: 50%;
	margin-left: 10px;
	display: inline;
}
/* pour IE6 */
* html #admin_menu_util {
	margin-left: 8px;
}
.admin_bouton {
	padding-right: 10px;
}
/* Navigation */
#ss_navigation_interne {
	width: 70%;
	height: 25px;
	text-align: left;
	padding: 10px 0 5px 30px;
	font-size: 10px;
}
#ss_navigation_interne a {
	color: #196597;
	font-size: 10px;
	text-decoration: none;
}
#ss_navigation_interne a:hover {
	color: #31539a;
}
/* affiche/masque les tableaux */
.div_table_titre {
	width: 30%;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.div_table {
	margin-top: 30px;
}
.menuDyn {
	width: 40%;
	height: 24px;
	background: url(images/icones/ic_onglet.gif) 4px 50% no-repeat #f4f4f0;
	padding-left: 35px;
	border: 1px solid #d8d8d3;
	margin-top: 10px;
}
.menuDynGroupe {
	width: 60%;
	height: 24px;
	background: url(images/vtc/groupe.png) no-repeat #e7f5fe;
	padding-left: 35px;
	border: 1px solid #196597;
	margin-top: 10px;
	position: relative;
}
.menuDynSession {
	width: 60%;
	height: 24px;
	background: url(images/icones/ic_ss_ind.gif) no-repeat #e7f5fe;
	padding-left: 35px;
	border: 1px solid #196597;
	margin-top: 10px;
	position: relative;
}
/* -------------------------------------------------------------------------   * Icones indiquant les propriétés d'un groupe dans la liste des groupes    * de la partie administrateur: Positionné dans le cadre à l'aide    * d'un décallage vertical  */
.menuDynSession span, .menuDynGroupe span {
	position: absolute;
	right: 5px;
	top: 3px;
}
.menuDynSession img, .menuDynGroupe img {
	cursor: help;
	margin-left: 5px;
}
.menuDynSession a img, .menuDynGroupe a img {
	cursor: pointer;
	margin-left: 15px;
}
/*---------------------------------------------------------------------------*/
.menuRechercher {
	width: 20%;
	height: 24px;
	background: url(images/icones/ic_rechercher.gif) no-repeat #e7f5fe;
	padding-left: 35px;
	border: 1px solid #196597;
	margin-top: 10px;
}
.onglet {
	width: 100%;
	display: block;
	color: #196597;
	padding: 4px 0 4px 35px;
	margin-left: -35px;
}
.onglet:hover {
	border: 1px solid #196597;
}
.menuCloseWindow {
	width: 20%;
	height: 24px;
	background: url(images/actions/fermeture.gif) no-repeat 8px -1px;
	padding-left: 30px;
	margin-left: 200px;
	margin-top: 10px;
}
#TitreWindow {
	width: 98%;
	height: 19px;
	background-color: #31539a;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-top: 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0 4px 10px;
}
/* =================================================================================** Menu de navigation pour parours de formation: Généralités*/
ul#menu_session {
	padding: 0 0 0 20px;
	margin: 0;
	margin-left: 0;
}
ul#menu_session li {
	list-style-type: none;
	padding-left: 19px;
	background-repeat: no-repeat;
	min-height: 20px;
}
/*IE avant la version 7*/
* html ul#menu_session li {
	height: 20px;
}
ul#menu_session li ul {
	padding-top: 3px
}
/* =================================================================================** Menu de navigation pour parours de formation: Les images de fonds*/
/*Les parcours*/
ul#menu_session li.menu_parcours {
	background-image: url("./images/tree/ic_parcours_local.gif");
}
ul#menu_session li.menu_parcours.national {
	background-image: url("./images/tree/ic_parcours_national.gif");
}
ul#menu_session li.menu_parcours_termine {
	background-image: url("./images/tree/ic_parcours_completed.gif");
}
/*Les parcours de positionnement*/
ul#menu_session li.menu_parcours_position {
	background-image: url("./images/tree/ic_parcours_pos_local.gif");
}
ul#menu_session li.menu_parcours_position.national {
	background-image: url("./images/tree/ic_parcours_pos_national.gif");
}
/*Les parcours de formation*/
ul#menu_session li.menu_parcours_formation {
	background-image: url("./images/tree/ic_parcours_pf_pos.gif");
}
ul#menu_session li.menu_parcours_formation_termine {
	background-image: url("./images/tree/ic_parcours_pf_pos.gif");
}
ul#menu_session li.menu_parcours_formation.national {
	background-image: url("./images/tree/ic_parcours_pf_pos_national.gif");
}
/*Les modules*/
ul#menu_session li.menu_module {
	background-image: url("./images/tree/ic_module_local.gif");
}
ul#menu_session li.menu_module.national {
	background-image: url("./images/tree/ic_module_national.gif");
}
ul#menu_session li.menu_module_termine {
	background-image: url("./images/tree/ic_module_completed.gif");
}
/*Les séquences*/
ul#menu_session li.menu_sequence {
	background-image: url("./images/tree/ic_sequence_local.gif");
}
ul#menu_session li.menu_sequence.national {
	background-image: url("./images/tree/ic_sequence_national.gif");
}
ul#menu_session li.menu_sequence_termine {
	background-image: url("./images/tree/ic_sequence_completed.gif");
}
/*Le reste du menu*/
ul#menu_session li.menu_export {
	background-image: url("./images/vtc/pdf-document.png");
	background-position: left 1.8em;
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid #ddd;
}
ul#menu_session li.menu_objectifs {
	background-image: url("./images/icones/ic_bno.gif")
}
ul#menu_session li.menu_resultPB {
	background-image: url("./images/tree/ic_resultat_pb.gif");
}
ul#menu_session li.menu_acces_bar {
	background-image: url("./images/vtc/search.png");
}
ul#menu_session li#loading {
	background-image: url("./images/load.gif");
	height: 20px;
}
.menu_export .lien, .menu_acces_bar .lien {
	font-weight: 400
}
/* =================================================================================** Menu des onglets*/
ul.tab_menu_section {
	font: bold 11px arial, helvetica, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #c6e1f1;
	margin: 20px 95px 0 15px;
}
ul.tab_menu_section li {
	float: left;
	height: 21px;
	background-color: #e7f5fe;
	margin: 2px 2px 0 2px;
	border: 1px solid #c6e1f1;
	border-bottom: 0;
}
/*IE avant la version 7*/
* html ul.tab_menu_section li {
	margin: 1px 2px 0 2px;
}
ul.tab_menu_section a.tab_active {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #31539a
}
ul.tab_menu_section li a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 4px;
	white-space: nowrap;
	color: #3492C6
}
ul.tab_menu_section li a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
/* pour IE6 */
}
div.tab_content_section {
	background-color: #fff;
	padding-top: 1em;
	clear: both;
	margin-left: 15px;
	margin-right: 95px
}
div.tab_content_section div.tab_load {
	background-image: url("./images/load.gif");
	background-position: left center;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
}
/* =================================================================================** Loading général*/
div.load {
	background-image: url("./images/load.gif");
	background-position: left center;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
}
/* =================================================================================** Tooltip*/
div.tooltip {
	border: 2px solid #44a0df;
	padding: 10px 0px 10px 20px;
	position: absolute;
	z-index:100;
	background-color: #fff;
	/*opacity: 0.9;
	filter: alpha(opacity=90);*/
	display: inline;
	text-align:left
}
div.tooltip ul {
	list-style-type: none;
	display: inline;
}
div.tooltip ul li {
	float: left;
	clear: both;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 9px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	display: inline;
	margin-right: 20px;
}
div.tooltip ul li.tuteur-tooltip {
	background-image: url("./images/admin/ic_formateur.gif");
}
div.tooltip ul li.stagiaire-tooltip {
	background-image: url("./images/admin/ic_apprenant.gif");
}
div.tooltip ul li.parcours-tooltip {
	background-image: url("./images/tree/ic_parcours_local.gif");
}
div.tooltip ul li.module-tooltip {
	background-image: url("./images/tree/ic_module_local.gif");
}
div.tooltip ul li.sequence-tooltip {
	background-image: url("./images/tree/ic_sequence_local.gif");
}
div.tooltip ul li.nbconnexion-tooltip {
	background-image: url("./images/icones/ic_cnx.gif");
	background-position: -5px center;
}
div.tooltip-load {
	background-image: url("./images/load.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
}
/* =================================================================================** Message des objectifs dans la tooltip*/
div.tooltip p {
	margin-right: 20px;
}
div.tooltip h1 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom:.5em;
	margin-right: 20px;
}
/* =================================================================================** Tooltip => Infos apprenant, formateur et administrateur*/
div.tooltip #infos-membre {
	float: left;
	margin-left: 20px;
}
div.tooltip #infos-membre li {
	padding-left: 0;
	padding-top: 2px;
}
div.tooltip img#photo {
	float: left;
	margin-top: 5px;
}
/* =================================================================================** Layer qui s'affiche sur toute la page avec un GIF de chargement*/
div#global-loading {
	background-image: url("./images/load_big.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.idframe {
	display: inline;
	background-color: #eee;
	border: 1px #000 solid;
}
/*avec un GIF de chargement*/
div#global-loadinglogivaro {
	background:#f1f1f1 url("./images/vtc/chargement.gif") top center no-repeat;
	height: 100%;
	width: 100%;
	position:fixed;
	top:0;
	z-index: 5000;

}
/* =================================================================================** Messages de confirmation et d'erreur des formulaires*/
div#confirmation-message, div#error-message {
	display: none;
	background-color: #ffffff;
	background-position: 1em center;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 1.2em;
	padding-bottom: 1em;
	left: 0;
	z-index: 5000;
}
div#confirmation-message {
	background-image: url("./images/icones/passed.gif");
	border-bottom-color: green;
}
div#error-message {
	background-image: url("./images/icones/erreur.gif");
	border-bottom-color: red;
}
div#confirmation-message p, div#error-message p {
	margin-left: 1em;
	padding-left: 30px;
	font-size: 1.2em;
}
/* =================================================================================** Fenêtre d'alert HTML, CSS et Javascript*/
div.alertOverlay {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.alertBox, div.confirmBox {
	border: 1px solid black;
	background: #fff;
	display: none;
	padding: 1em;
	width: 40%;
	height: 30%;
	margin-top: -5%;
	-moz-border-radius: 20px;
}
div.alertBox h1, div.confirmBox h1 {
	border-bottom: 1px solid black;
	margin-bottom: 1em;
}
div.alertBox p.message, div.confirmBox p.message {
	height: 70%;
	overflow: auto;
	text-align: justify;
	padding-right: 5px;
}
div.alertBox input.closeCross, div.confirmBox input.closeCross {
	position: absolute;
	right: 15px;
	top: 10px;
	background-image: url(images/icones/close.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0px;
	height: 19px;
	width: 19px;
	color: #777;
	background-color: #fff;
	cursor: pointer;
	border: 0;
}
div.alertBox input.closeCross:hover, div.confirmBox input.closeCross:hover {
	background-position: bottom left;
}
div.alertBox p.button, div.confirmBox p.button {
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}
div.alertBox p.button input, div.confirmBox p.button input {
	margin-right: 5px;
	margin-left: 5px;
	width: 80px;
}
/* =================================================================================** Style pour les champs de recherches qui s'auto-complète */
.autocompleter {
	background-color: #e7f5fe;
	color: #ccc;
	border: 1px solid #ccc;
	width: 400px;
/*Voir input.rechercher */
	opacity: 0.8;
	filter: (opacity=80);
}
.autocompleter ul li {
	font-size: 11px;
	padding: 2px 10px;
	white-space: nowrap;
}
.selectAutocompleter {
	color: #fff;
	background-color: #ccc;
}
/* =================================================================================** Style pour les messages de notification */
div.notification {
	width: 30%;
	height: 22%;
	background-color: #fff;
	color: #1F4187;
	border: 1px solid #1F4187;
	padding: 1%;
	z-index: 5000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
div.notification h1 {
	border-bottom: 1px solid #1F4187;
	font-size: 12px;
}
div.notification .close {
	position: absolute;
	top: 10px;
	right: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: 1em;
}
div.notification div.notification-overflow {
	margin-top: 2%;
	height: 90%;
	width: 100%;
	overflow: auto;
}
div.notification div.notification-overflow p {
	text-align: justify;
}
div.notification div.notification-overflow em {
	font-weight: bold;
}
div.notification div.notification-overflow img {
	float: left;
	margin-right: 15px;
	border: 1px solid #1F4187;
}
/* =================================================================================** Style pour les seuils*/
div.seuil_0, div.seuil_1, div.seuil_2 {
	float: left;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	height: 20px;
	background-repeat: repeat;
	margin-left: -1px;
/*Patch pour IE*/
}
div.seuil_0 {
	background-image: url('../../logivaro/images/seuils/ok_0.gif');
}
div.seuil_1 {
	background-image: url('../../logivaro/images/seuils/ok_1.gif');
}
div.seuil_2 {
	background-image: url('../../logivaro/images/seuils/ok_2.gif');
}
/* =================================================================================** structure Logivaro */
#left {
	width: 8%;
	float: left;
	margin-top: 10px;
	display: none
}
#main {
	text-align: left;
	margin: 10px auto 0 auto;
	width: 999px;
	position: relative;
}
#right {
	display: none
}
#content {
	float: left;
	background:#FFFFFF url(./images/vtc/fond_menu_vertical.png) repeat-y;
	width: 998px;
	border-right:1px solid #bbb;
	/*margin-top: 10px;
*/
	padding-bottom: 30px;
	z-index: 1
}
#idframe {
	width: 100%;
	background-color: #FFF;
}


/*Style des sliders*/
div.slider {
    background:transparent url(images/bg-h.gif) no-repeat scroll 0 0;
    position:relative;
    height:28px;
    width:218px;
    margin-bottom:-15px;
}

div.slider div.slider-cursor {
    background:url(images/thumb-n.gif) no-repeat 0 0;
    height:21px;
    width:17px;
    top:4px;
    position:absolute;
    cursor:move;
}

input.slider {
    position:relative;
    top:-7px;
    left:225px;
    width:26px;
    text-align:center;
    border:1px solid #000;
}
/*Lorsqu'on est dans une activité en pleine page*/
body.activity_fullscreen div#idframe_container {
    position : absolute;
    top : 2%;
    left : 2%;
    width : 96%;
    min-height : 96%;
    height : 96%;
    border : 1px solid #000;
    background-color : #fff;
}

body.activity_fullscreen div#idframe_container span {
    display : block;
    height : 30px;
    width : 30px;
    position : absolute;
    top : -13px;
    right : -15px;
    background-image:url(../../logivaro/images/close.png);
    background-position : top left;
    background-repeat : no-repeat;
    cursor: pointer;
    z-index : 100;
}

body.activity_fullscreen div#idframe_container #idframe {
    height : 100%;
    width : 99.9%;
    min-height : 99.9%;
}

