/***** General *****/

body, table, tr, td, p, div, span, ul, ol, li {
	font-family: Verdana, Arial, Sans-serif;
}

body {
	margin: 0px 0px 10px 0px;
	padding: 0;
	background-color: #E2F5FC;
}

a {
	text-decoration: underline;
	color: black;
	}
	
a:link {
	text-decoration: underline;
	color: black;
	}
	
a:visited {
	text-decoration: underline;
	color: black;
	}
	
a:active {
	text-decoration: underline;
	color: black;
	}
	
a:hover {
	color: #0000CC;
	text-decoration: none;
	}
	
img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	vertical-align:text-bottom;
}

p,td,ul, ol, li, blockquote, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
	
td, th {  
	vertical-align: top;
}
	
em {
	font-style: italic;
}

/***** Fin general *****/


/***** Entete des pages *****/

/* Entete des pages de presentation et autres avec texte  */

#entete {
	position: relative;
	width: 99%;
	margin: 0;
	padding: 15px 0 15px 0;
	text-align: left;
	background: #6FC8EA url(../images/background_entete.gif) no-repeat right top;
}

#entete #zoneTitre table {
	margin: 0;
	padding: 0;
	}
	
#entete #zoneTitre table td {
	vertical-align: top;
}

#entete #zoneTitre #titre {
	padding: 0 10px 0 10px;
	text-align: left;
	font-family:Trebuchet MS, Georgia, Helvetica, sans-serif; font-style:italic;
	color:#2A6687; font-size: 22px; font-weight: bold; line-height: 25px;
}

#entete #zoneTitre #soustitre {
	padding:7px 10px 0 15px;
	text-align: left;
	font-family:Trebuchet MS, Georgia, Helvetica, sans-serif; font-style:normal;
	color:#2A6687; font-size: 15px; font-weight: bold; line-height: 15px;
	background: url(../images/fleche.gif) no-repeat 0 7px;
	width:80%;
}

#entete #boutonsTop, #boutonsBot {
	float: right; padding: 0px 10px 0 5px;
	height: 24px; /*width: 110px;overflow:hidden;*/
	white-space:nowrap;
	text-align:right;
}

#entete #boutonsTop div {
	float:left;
	text-align:right; vertical-align:top;
	line-height:0px;
}

#entete #boutonsTop table td
{

}

#entete #boutonsTop .pageprincipale a, #boutonsBot .pageprincipale a {
	height: 24px; width: 105px;
	display: block;
	text-decoration: none;
	padding:0;
	background: url(../images/bt_page_principale.gif) no-repeat 0 0;
}
#entete #boutonsTop .pageprincipale a:hover {
	background: url(../images/bt_page_principale.gif) no-repeat 0 -30px;
}

#entete #boutonsTop .aide {
	width: 29px;
	text-align:right;
}

td.aide-fade
{
	width: 54px;
	height: 24px;
	padding: 0;
	margin: 0;
	background-image: url(../images/bt_aide-des.gif); 
	background-repeat: no-repeat; 
	background-position: top center;
}



#entete #boutonsTop .aide a {
	height: 24px; width: 24px;
	display: block;
	text-decoration: none;
	padding:0;
	background: url(../images/bt_aide.gif) no-repeat 0 0;
}
#entete #boutonsTop .aide a:hover {
		background: url(../images/bt_aide.gif) no-repeat 0 -30px;
}




#entete #boutonsTop .retour, #boutonsBot .retour {
	width: 66px;
}

#entete #boutonsTop .retour a, #boutonsBot .retour a 
{
	height: 24px; width: 61px;
	display: block;
	text-decoration: none;
	padding:0;
	background: url(../images/bt_retour.gif) no-repeat 0 0;
}
#entete #boutonsTop .retour a:hover, #boutonsBot .retour a:hover {
		background: url(../images/bt_retour.gif) no-repeat 0 -30px;
}
	
	
/*  Entete des modules - avec une navigation de pages - page de contenu du cours  */

#EnteteModule {
	position: relative;
	width: 99%;
	margin: 0px;
	/*height: auto;*/
	background: url(../images/background_entete_contenu.gif) no-repeat right top;
}
	
#EnteteModule .theme {
	width: 53%;
	margin: 0px; padding: 10px 10px 2px 10px;
	vertical-align: top; text-align: left;
	font-family:Trebuchet MS, Georgia, Helvetica, sans-serif; font-style:italic;
	color:#2A6687; font-size: 25px; font-weight: bold; line-height: 25px;
}

#EnteteModule .theme a:link,a:visited,a:active {
	text-decoration: none;
	color: #2A6687;
}
	
#EnteteModule .theme a:hover {
	text-decoration: underline;
	color: #2A6687;
}

#EnteteModule #boutonsTop {
	/*position: absolute; top: 0; left: 56%;*/
	float: right; padding: 0 5px 5px 5px;
	height: 24px; width: 340px;
	background: url(../images/bt_top.gif) 0 0 no-repeat;
	overflow:hidden; white-space:nowrap;
}

#EnteteModule #boutonsTop td {
	text-align:center;
}

#EnteteModule #boutonsTop a {
	display: block;
	font-size:13px; text-decoration: none; color:#134E60;
	padding: 3px 0 0 0px;
}
#EnteteModule #boutonsTop a:hover {
	color:#134E60;
}

#EnteteModule #boutonsTop td.journal {
   width: 135px;
}
#EnteteModule #boutonsTop td.journal a {
   height: 23px; width: 135px;
}

#EnteteModule #boutonsTop td.journal span.desact {
   height: 23px; 
   width: 135px;
   color: #9FA471;
   display: block;
	font-size:13px; 
	padding: 3px 0 0 0px;
}




#EnteteModule #boutonsTop td.pageprincipale {
   width: 145px;
}
#EnteteModule #boutonsTop td.pageprincipale a {
   height: 23px; width: 145px;
}

#EnteteModule #boutonsTop td.aide {
	width: 90px;
	text-align: right;
	padding: 0 0 0 15px;
}
#EnteteModule #boutonsTop .aide a {
	height: 24px; width: 24px;
	display: block;
	text-decoration: none;
	padding:0;
}
#EnteteModule #boutonsTop .aide a {
    background: url(../images/bt_aide.gif) no-repeat 0 0;
}
#EnteteModule #boutonsTop .aide a:hover {
    /*background: url(../images/bt_aide_on.gif) no-repeat 0 0;*/
	background: url(../images/bt_aide.gif) no-repeat 0 -30px;
}


/* Barre de navigation  */

#navigation {
	width: 99%;
	text-align: left;
	vertical-align: bottom;
}

#navigation table {
	margin: 0;
	padding: 0;
	height:30px;
}

#navigation td {
	vertical-align: bottom; text-align: center;
	margin: 0; padding: 0;
	font-size: 12px; line-height:12px;
	height:30px; white-space:nowrap;
}

#navigation a {
	vertical-align: bottom; text-align: center;
	color:#FFFFFF; text-decoration: none;
	padding: 2px 18px 2px 10px; margin:0 2px 0 2px;
}
#navigation a:hover {
	color:#006699;
	padding: 2px 18px 2px 10px; margin:0 2px 0 2px;
}

#navigation .capsule a {
	background: url(../images/onglet.gif) no-repeat right 0px;display: block;
}
#navigation .capsule a:hover {
	background: url(../images/onglet_on.gif) no-repeat right 0px;display: block;
}
#navigation .capsule-on a {
	background: url(../images/onglet_on.gif) no-repeat right 2px;display: block;
	color:#006699;
}


/* Navigation dans les pages (drop-down menu) */

.navigationSection {
	position:relative;
	clear:both;
	width: 99%; height: 25px;
	vertical-align:middle;
	margin: 3px 0 3px 0; padding: 0;
}

.navigationSection .navPages {
	float:right;
	padding: 0 0 0 3px; margin: 0;
	text-align: right;
	vertical-align: middle;
	white-space:nowrap;
}

.navigationSection .navPages img {
	vertical-align: middle;
	margin: 0; padding:0;
}

.navigationSection .navPages a.suivant img {
	background: url(../images/fleche_quick-menu.gif) no-repeat -25px 0px;
}
.navigationSection .navPages a.suivant:hover img {
	background: url(../images/fleche_quick-menu.gif) no-repeat -25px -30px;
}

.navigationSection .navPages a.precedent img {
	background: url(../images/fleche_quick-menu.gif) no-repeat 0px 0px;
}
.navigationSection .navPages a.precedent:hover img {
	background: url(../images/fleche_quick-menu.gif) no-repeat 0px -30px;
}

.navigationSection form {
	padding: 0px;
	margin: 0px;
	display:inline;
}

.navigationSection select {
	background-color: #FFFFFF;
	border: #000000 1px solid;
	color: #333575;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 4px 0px 4px;
	text-align: left;
	vertical-align:middle;
}

.navigationSection option {
	text-align:left;
	color: #333575;
}

.navigationSection option .actif {
	text-align:left;
	color: #333575;
}

.navigationSection .copyright {
	font-size: 10px;
	color: #666666;
	margin: 0 0 0 15px; padding: 4px 0 0 0;
}

/***** Fin de l'entete *****/



/***** Contenu de la page - pages de contenu des modules *****/


#contenu {
	position:relative;
	width: 99%;
	text-align: left;
	margin: 0; padding:0;
	color: #2A6687;
	vertical-align: top;
	/*font-size: .9em;*/
}

#contenu .flash {
	text-align: center;
	padding: 0;
	width: 99%; height: 400px;
    margin-left: auto; margin-right: auto;
}

#contenu .text {
	text-align: left;
	margin: 20px 25px 0px 25px; padding: 0;
	font-size: .75em;
	/*width: 98%;*/
}

#contenu .text a {
	text-decoration: underline;
	color: black;
	}
	
#contenu .text a:link {
	text-decoration: underline;
	color: black;
	}
	
#contenu .text a:visited {
	text-decoration: underline;
	color: #2A6687;
	}
	
#contenu .text a:active {
	text-decoration: underline;
	color: black;
	}
	
#contenu .text a:hover {
	color: #2A6687;
	text-decoration: none;
	}

#contenu .text p {
	padding-bottom: 1em;
}

#contenu .text p.premier {
	padding-top: 2em;
	padding-bottom: 1em;
}

#contenu .text ul {
	padding-bottom: 1em;
}

#contenu .text ul.SansMarge {
	margin-left: -1.5em;
}

#contenu .text ul li {
	list-style: none outside;
	padding-top: .6em;
	margin-left: 4em;
}

#contenu .text ul li.AvecMarqueur {
	list-style: square outside;
	padding-top: 0em;
	padding-bottom: .4em;
	margin-left: 4em;
}

#contenu .text ul li.AvecMarqueurSansMarge {
	list-style: square outside;
	padding-top: 0em;
	padding-bottom: .4em;
	margin-left: 1em;
}

#contenu .text ol {
	padding-bottom: 1em;
}

#contenu .text ol li {
	margin-left: 4em;
	list-style: decimal outside;
	padding-top: .3em;
	padding-bottom: .3em;
}

#contenu .text dl dt {
	font-weight: bold;
}

#contenu .text dl dd {
	margin-left: 4em;
	padding-bottom: .7em;
}

h1 {
	color: #2A6687;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: .5em;
	padding-bottom: 0em;
	margin:0;
}

h2 {
	color: #2A6687;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: .5em;
	padding-bottom: 0em;
	margin:0;
}

h3 {
	color: #2A6687;
	font-weight: bold;
	font-size: 1em;
	padding-top: .5em;
	padding-bottom: 0em;
	margin:0;
}

.bouton input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border:1px solid #000000;
}


.image_text
{
	float:right;
	clear: both;
	/*
	padding: 0 15px 0px 15px;
	margin: 0 500px 0 0;
	display: inline;
	clear: right;*/
}

TEXTAREA {
	background-color: #FFFFFF;
	border: #000000 1px solid;
	color: #00000;
	font-family: arial, verdana, ms sans serif;
	font-size: 12px;
	font-weight: normal;
	width: 400px;
}

/* Pages Pre et Post-apprentissage */
.tableauPrePost {
	border:1px solid #2A6687;
	background-color:#D0EEF7;
	margin:0 0 20px 0;
}

.tableauPrePost td {
	padding:10px 5px 10px 5px;
}

.tableauPrePost .question {
	color: #2A6687;
	font-weight: bold;
	font-size: 14px;
}

.tableauPrePost p {
	font-size:12px;
	padding:0 0 10px 0;
}

.textAreaReponse {
	background-color: #FFFFFF;
	border: #000000 1px solid;
	color: #00000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
	height: 70px;
	padding:9px;
} 

.ceQueJeSaisDeja TEXTAREA {
	background-color: #FFFFFF;
	border: #000000 1px solid;
	color: #2A6687;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
	height: 70px;
	padding:9px;
}

.ceQueJeSavais TEXTAREA {
	background-color: #FFFFFF;
	border: #000000 1px solid;
	color: #2A6687;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
	height: 70px;
	padding:9px;
}

.ceQueJeSaisMaintenant TEXTAREA {
	background-color: #FFFFFF;
	border: #000000 1px solid;
	color: #00000;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
	height: 70px;
	padding:9px;
}

.enregistrer {
	text-align:right;
}
/* Pages Pre et Post-apprentissage */
	
.tableauMiseEnPage2colonnes {
	width: 100%;
	margin: 0px auto;
}

.tableauMiseEnPage2colonnes .colonne1 {
	float:left;
	text-align:left;
	width:48%;
}

.tableauMiseEnPage2colonnes .colonne2 {
	float:right;
	text-align:left;
	width:48%;
}

.tableauAvecFilet {
	width: 100%; 
	border-top:0px none #4687BC;
	border-right:1px solid #4687BC;
	border-bottom:1px solid #4687BC;
	border-left:2px solid #4687BC;
	margin: 2em auto 1em auto;
	text-align: center;	
}

.tableauAvecFilet th {
	background-color:#4687BC;
	color:#FFFFFF;
	padding:10px;
	font-size: .9em;
}

.tableauAvecFilet td {
	padding:5px;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
	border-bottom:1px solid #4687BC;
	border-right:1px solid #4687BC;
}

.blocDeContenu {
	padding:15px 0;
	clear: both;
}

.blocDeContenuAvecLignes {
	border-top:2px dotted black;
	padding:15px 0;
	clear: both;
}

.exposant {  
	font-size: .7em; 
	vertical-align:super;
}

.subosant {  
	font-size: .7em; 
	vertical-align:sub
}


/* Pour la page qui lance le quiz */
#contenu .text .lancerQuizCentre {
	width:100%;
	text-align:center;
	margin:0 auto;text-decoration: none;
}

#contenu .text .lancerQuizCentre .lancerQuiz {
	width: 590px;
	text-align:center;
	margin:0 auto;
	border:1px solid #2A6687;
	padding:20px 10px 10px 10px; margin:0 auto 10px auto;
}

#contenu .text .lancerQuizCentre .lancerQuiz .btLancerQuiz {
	width: 120px;
	margin: 0 auto;text-decoration: none;
}
#contenu .text .lancerQuizCentre .lancerQuiz .btLancerQuiz a {
	height: 24px; width: 115px;
	display: block;
	text-decoration: none;
	padding:0;
	background: url(../images/bt_quiz.gif) no-repeat 0 0;
}
#contenu .text .lancerQuizCentre .lancerQuiz .btLancerQuiz a:hover {
	background: url(../images/bt_quiz.gif) no-repeat 0 -30px;
}

#contenu .text .lancerQuizCentre .lancerQuiz .btLancerQuiz span {
	height: 24px; width: 115px;
	display: block;
	text-decoration: none;
	padding:0;
	background: url(../images/bt_quiz-des.gif) no-repeat 0 0;
}




/* Pages d'introduction des modules */

.verrouille {
	background: url(../images/mod-verrouille.gif) 0 0 no-repeat;
}

.ouvert {	
	background: url(../images/mod-ouvert.gif) 0 0 no-repeat;
}

.complete {	
	background: url(../images/mod-complete.gif) 0 0 no-repeat;
}

.legende {
	border-top:1px solid #000000;
	width:400px;
	font-size:11px;
	padding:5px 0;
	margin:7px 0;
}

/* Fin Pages d'introduction des modules */


/***** Fin Contenu de la page - pages de contenu des modules *****/




/***** Contenu de la page - Pages de presentation *****/

#NavInterne {
	float:right;
	padding:0;
	margin: 12px 0 12px 12px;	
	border: 2px solid #000000;
	width: 250px;
}

#NavBas {
	text-align: center;
}

#NavInterne a {
	text-decoration: none;
	color: black;
	}
	
#NavInterne a:hover {
	color: #0000CC;
	text-decoration: underline;
	}
	
#NavInterne .titre {
	font-size: 14px;
	font-weight: bold;
	background: #4687BC;
	text-align: left;
	vertical-align: top;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 25px 5px 15px;
	white-space: nowrap;
}

#NavInterne .item {
	font-size: 11px;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 5px 5px 5px 15px;
}

#NavInterne .item ul {
	margin:0; padding:0;
}

#NavInterne .item ul li {
	list-style: circle;
	padding: 1px 0 1px 0;
	margin:0 0 0 15px;
}

/* Pour boutons haut de page et index dans le contenu texte de la page */


#contenu .text .sauthautpage {
	float:right;clear:both;
	width: 100%; height: 29px;
	font-weight:bold;
	overflow:hidden; white-space:nowrap;
	text-align:right;
}

#contenu .text .sauthautpage #instance1 {
	width: 215px;
	background: url(../images/bt_haut_de_page_pp.gif) 0 0 no-repeat;
}
#contenu .text .sauthautpage #instance2 {
	width: 215px;
	background: url(../images/bt_haut_de_page_pp.gif) 0 0 no-repeat;
}
#contenu .text .sauthautpage #instance3 {
	width: 215px;
	background: url(../images/bt_haut_de_page_pp.gif) 0 0 no-repeat;
}
#contenu .text .sauthautpage #instance4 {
	width: 215px;
	background: url(../images/bt_haut_de_page_pp.gif) 0 0 no-repeat;
}

#contenu .text .sauthautpage #instanceHautRetour1 {
	width: 171px;
	background: url(../images/bt_haut_de_page_retour.gif) 0 0 no-repeat;
}

#contenu .text .sauthautpage div {
	text-align:center;
	float:right;
}
#contenu .text .sauthautpage a {
	display: block;text-decoration: none;
	padding: 5px 0 0 0;
}
#contenu .text .sauthautpage .haut a {
   height: 29px; width: 100px;text-decoration: none;
}
#contenu .text .sauthautpage .pageprincipale a {
   height: 29px; width: 110px;text-decoration: none;
}
#contenu .text .sauthautpage .retour a {
   height: 29px; width: 71px;text-decoration: none;
}


/* Fin Pour boutons haut de page et index dans le contenu texte de la page */

.centered {
	text-align: center;
}

.encadreCouleur {
	width: 60%; 
	border:2px dotted black;
	margin: 1em auto 2em auto; padding:1em 15px 0 15px;
	background-color:#D0EEF7;
	text-align: center; font-size: 1em;	
}

.imageBoutonAide {
	background: url(../images/bt_aide-des.gif) no-repeat 0 0;
}

.imageBoutonPlanDuCours {
	background: url(../images/bt_plan_du_cours.gif) no-repeat 0 0;
	
}

/* Bouton Plan du cours dans la page introduction */
#contenu .text .boutonPlan a {
	/*height: 29px; width: 150px;*/
	line-height:25px;
	display: inline;
	text-decoration: none; font-size:11px;color:#134E60;
	padding:5px 8px 9px 5px;font-weight:bold;
	background: url(../images/PP_bt_contenu.gif) -223px 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
#contenu .text .boutonPlan a:hover {
		background: url(../images/PP_bt_contenu.gif) no-repeat -223px -120px;
		color:#134E60;font-weight:bold;
}
/* Fin Bouton Plan du cours dans la page introduction */

.tableauGenerique td {
	text-align: left;
	padding: 4px 5px 4px 0px;
	color: #2A6687;
	vertical-align: top;
	/*font-size: .9em;*/
	font-size: 14px;
}

/***** Fin Contenu de la page - Pages de presentation *****/


/***** Quiz *****/

#contenu .text .quizPageprincipale {
	width: 110px;
}
#contenu .text .quizPageprincipale a {
	height: 24px; width: 105px;
	display: block;
	text-decoration: none;
	padding:0;
	background: url(../images/bt_page_principale.gif) no-repeat 0 0;
}
#contenu .text .quizPageprincipale a:hover {
		background: url(../images/bt_page_principale.gif) no-repeat 0 -30px;
}

/***** Fin Quiz *****/


/***** Bouton retour dans verif de la config *****/
#verifRetour {
	text-align:right;
	width: 100%;
	display: none;
}
#verifRetour a {
	height: 24px; width: 61px;
	display: block;
	text-decoration: none;
	padding:0; margin:0 0 10px 0;
	background: url(../images/bt_retour.gif) no-repeat 0 0;
}
#verifRetour a:hover {
		background: url(../images/bt_retour.gif) no-repeat 0 -30px;
}
/***** Fin Bouton retour dans verif de la config *****/


/***** Bas de page *****/

.basdepage {
	text-align:right;
	width:98%;
	clear:both;
}

.basdepage .copyright {
	color: #666666;
	text-align: left;
	font-size:11px;
	padding-left:15px;
}

/***** Fin Bas de page *****/

