
/* ------------------------------------------------------------------------
	Déclarations par défaut pour l'impression...
------------------------------------------------------------------------ */

.noprint, #utils, #nav, p.retour-haut, p.retour, p.retour-page, #acces, #pied {
	display: none;
}
body, body #page * {
	color: #000 !important;
	border-color: #666 !important;
	background: none !important;
}
body #page a {
	text-decoration: underline !important;
}
#accueil #nav, #entete img {
	display: block;
}
#page {
	width: 6.5in;
}
#page #corps .remonte {
	float: none;
	clear: both;
	display: block;
	width: 6in;
	margin: 20px 0 0;
	padding: 0;
}


/* ------------------------------------------------------------------------
	Entête de la page
------------------------------------------------------------------------ */

#entete h1 {
	height: auto;
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
}
#entete h1 a {
	display: inline;
	position: static;
}
#entete h1 img {
	width: 154px;
	height: 54px;
	margin: 0 0 5px;
	position: relative;
	left: -6px;
}


/* ------------------------------------------------------------------------
	Corps de la page
------------------------------------------------------------------------ */

#page .contenuColonne1 {
	width: auto;
}
#page .contenuColonne2 {
	margin-left: 20px;
}

/* ÉLÉMENTS: Textes par défaut et classes diverses --------------------- */

#page h2 {
	font-size: 1.6em;
	padding-bottom: 15px;
}
#page h3 {
	font-size: 1.2em;
}
#corps ul li {
	margin-left: 20px;
	padding-left: 0;
	list-style: square;
}
#corps ul ul li {
	list-style: circle;
}
table {
	border-top: 1px solid;
	border-left: 1px solid;
	font-size: .9em;
}
table td, table th {
	border-right: 1px solid;
	border-bottom: 1px solid;
}
#page th {
	font-weight: bold;
}


/* ÉLÉMENTS: Formulaires (général) ------------------------------------- */

fieldset.envaleur {
	border: 1px solid #999;
}
body #page a.bouton {
	text-decoration: none !important;
}


/* PAGES: Création d'un dossier ---------------------------------------- */

#etapes {
	font-size: .9em;
	margin: 0 0 15px;
}
#page #etapes li {
	height: 55px;
	margin: 0;
	list-style: none;
}
.pageCreationEtape3 p.consulter {
	padding: 6px 10px;
	border: 1px solid;
}

/* PAGE: Catalogue ----------------------------------------------------- */

#page .filtre {
	padding-bottom: 15px;
}
#catalogue tbody th {
	text-transform: uppercase;
	border-width: 2px 1px 3px 0;
	border-style: solid;
}
#page #catalogue tbody td {
	padding: 3px 10px;
}
#page #catalogue td.cours a {
	font-weight: normal;
}


/* PAGE: Description d'un cours ---------------------------------------- */

#page.pageDescription .contenuColonne1 {
	width: 390px;
}
#page.pageDescription .contenuColonne2 {
	width: 200px;
	margin: 0;
}


/* PAGE: Identification de l'utilisateur ------------------------------- */

#page.pageIdentification .contenuColonne1, #page.pageIdentification .contenuColonne2 {
	width: 45%;
}
.pageIdentification #acces {
	display: block;
	height: auto;
	min-height: 100px;
	margin-right: 50px;
	position: static;
	border: 1px solid #000;
}
.pageIdentification #acces .wrap {
	padding: 15px;
}


/* Bouton "Créer votre dossier..." ----- */

#page #corps p.bouton-creation {
	width: auto;
	height: auto;
	margin: 30px 0 0;
}
#page p.bouton-creation a {
	display: inline;
	width: auto;
}
#page p.bouton-creation a strong {
	display: inline;
	padding: 0;
}


/* PAGE: Accueil ------------------------------------------------------- */


#accueil #nav {
	position: absolute;
	top: 170px;
	left: 0;
	width: auto;
	height: auto;
	padding: 0;
}
#accueil #nav li {
	float: none;
	height: auto;
	width: auto;
	margin: 0 0 10px 20px;
	font-size: 1.1em;
	list-style: square;
}
#accueil #nav li a {
	float: none;
	width: auto;
	height: auto;
	display: inline;
	text-decoration: underline;
}
#accueil #nav li.actif a {
	font-weight: normal;
}
#accueil #nav span {
	display: inline;
}


#accueil .contenuColonne1 {
	width: 400px;
	padding-top: 20px;
}
#accueil #page .contenuColonne1 h2 {
	position: static;
	top: 0;
	left: 0;
	margin: 0 0 120px;
}
#accueil h2 br {display: none;}
#accueil .contenuColonne1 p {
	padding: 0;
}

#accueil .contenuColonne2 {
	margin-top: 10px;
}
#accueil #acces {
	display: block;
	position: static;
	height: auto;
	min-height: 100px;
	border: 1px solid #000;
}
#accueil #acces .wrap {
	padding: 15px;
}
#accueil p.consulter {
	position: static;
	color: #000;
}
#accueil p.consulter a {
	display: block;
	color: #000;
	line-height: 1.3em;
}
