
/* ------------------------------------------------------------------------
	Gestion des balises HTML par d�faut
------------------------------------------------------------------------ */

html {height: 100%;} /* pour footer */
body {
	height: 100%; /* pour footer */
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #fff;
}
body * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page {
	position: relative; /* pour footer (entre autre) */
	min-height: 100%; /* pour footer */
	width: 750px;
	margin: auto;
	text-align: left;
	font-size: 1em;
}
* html #page {height: 100%;} /* pour footer */


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

/* Logo et tagline ----- */

#entete img {
	display: none;
}
#entete h1 {
	height: 115px;
	padding-left: 16px;
	font-size: 1em;
	font-weight: normal;
}
#entete h1 a {
	display: block;
	position: relative;
	left: -23px;
	width: 224px;
	height: 80px;
	text-decoration: none;
	background: url(../img/entete-pied/logo_edusofad_web.gif);
}

/* Liens utilitaires ----- */

ul#utils {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
}
#utils li {
	margin: 0 0 3px;
	padding: 0 10px;
	text-align: right;
	font-size: .9em;
	line-height: 1.2em;
	background: none;
}
#utils li.actif {
	background: #cc6600;
}
#utils li a {
	color: #000;
	text-decoration: none;
}
#utils li a:hover, #utils li a:active {
	text-decoration: underline;
}
#utils li a.langue {
	font-weight: bold;
}
#utils li.actif {
	color: #fff;
}

/* Navigation principale ----- */

ul#nav {
	position: relative;
	width: 100%;
	height: 65px;
	margin: 0;
	overflow: hidden;
}
#nav li {
	float: left;
	width: 134px;
	margin: 0 4px 0 0;
	padding: 0;
	background: none;
}
#nav li a, #nav li strong {
	display: block;
	float: left;
	color: #fff;
	width: 100%;
	height: 35px;
	text-decoration: none;
}
#nav li.actif a {
	font-weight: bold;
}
#nav li a:hover {
	color: #fff7c8;
	font-weight: bold;
}
#nav li span {
	display: block;
	padding: 12px 9px 0;
}
#nav li ul {
	display: none;
}
#nav li.actif ul {
	clear: both;
	display: block;
	position: absolute;
	top: 42px;
	left: 0;
	width: 550px;
	margin: 0;
	border-left: 1px solid #dcdcdc;
}
#page #nav ul li {
	float: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 15px;
	line-height: normal;
	border-right: 1px solid #dcdcdc;
	background: none;
}
#page #nav li ul a, #page #nav li ul strong {
	width: auto;
	height: auto;
	line-height: normal;
}
#page #nav li ul a {
	color: #767676;
	font-weight: normal;
}
#page #nav li ul a:hover {
	text-decoration: underline;
}
#page #nav li.actif li.actif a {
	font-weight: bold;
}


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

#corps {
	padding: 25px 0 70px;  /* padding-bottom pour degager le footer */
	height: auto !important;
	height: 150px;
	min-height: 150px;
}
.contenuColonne1 {
	float: left;
	width: 520px;
}
.contenuColonne2 {
	float: right;
	width: 190px;
	position: relative; /* Pour IE */
}
.contenuColonne2.remonte {
	margin-top: -83px;
}


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

h2 {
	margin-bottom: .5em;
	padding-bottom: 35px;
	font-size: 1.5em;
	background: url(../img/commun/titre_fond.gif) bottom left no-repeat;
}
h3 {
	margin: 1.5em 0 1em;
	padding-bottom: 2px;
	color: #767676;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
}
h4 {
	margin-bottom: .3em;
	font-size: 1.2em;
	font-weight: normal;
}
h5 {
	font-size: 1em;
}
p {
	margin: 0 0 1em;
}
p.note {
	margin: 1.5em 0;
	font-weight: bold;
}
p.retour-haut {
	text-align: right;
}
p.retour {
	float: right;
}
p.retour-page {
	margin-top: 2em;
}
p.retour a, p.retour-page a {
	float: left;
	padding: 2px 0 2px 14px;
	background:url(../img/themes/generique/fleche_retour.gif) 0 5px no-repeat;
}
ul, ol {
	margin: 0 0 1em;
}
ul li {
	margin-bottom: .2em;
	padding-left: 16px;
	background-position: 5px 6px;
	background-repeat: no-repeat;
}
ol li {
	margin: 0 0 .5em 24px;
	list-style: decimal;
}
ul.liste-sections li {
	margin-bottom: 1.5em;
}
ul.liste-sections li li {
	margin-bottom: .2em;
}
ul.ancres li {
	margin-bottom: .4em;
	background-position: 0 3px;
	background-repeat: no-repeat;
}
ul.ancres a {
	color: #767676;
}
ul.ancres a:hover {
	color: #000;
}
img {
	border: 0;
}
table {
	font-size: 1em; /* pour IE 5 */
}
.centre {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.flotte {
	float: left;
	margin: 0 20px 10px 0;
}
.clear {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}


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

input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
}
fieldset {
	border: none;
	margin: 0;
	padding: 20px 0 0;
}
fieldset.envaleur {
	padding: 10px 0;
	border-width: 1px;
	border-style: solid;
	background: #f5f5f5;
}
fieldset.envaleur p {
	padding: 0 15px;
}
label {
	padding-top: 3px;
	font-weight: bold;
	text-align: right;
}
#page label.normal {
	font-weight: normal;
	padding: 0;
	text-align: left;
	color: #000;
}
.champ {
	padding: 1px 3px;
}
.champ, select, textarea {
	border: 1px solid #b6b6b6;
}
.formColonne1, .formColonne2, .formColonne3 {
	float: left;
	margin: 0 10px 4px 0;
}
#codepostal {width: 60px; text-transform: uppercase;}
#telephone {width: 90px;}
#datenaissance {width: 60px;}
#poste {width: 40px;}
.poste {margin-left: 30px;}
#courriel, #prenom, #nom, #adresse, #ville, #titreemploi, #etablissement, #sujet {width: 292px;}

p.actions {
	margin: 0;
	padding: 1.5em 0 0;
}
p.actions .bouton {
	margin-right: 20px;
}
.bouton {
	padding: 2px 10px;
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #b6b6b6;
	background: #fff url(../img/commun/bouton_fond.gif) left bottom repeat-x;
}
.bouton img {
	vertical-align: middle;
}
input.bouton {
	width: auto;
	overflow: visible;
}
input.bouton[class] {
	width: auto;
}
a.bouton {
	float: left;
	padding-right: 5px;
	text-decoration: none;
}
#page #corps .secondaire {
	color: #8c8c8c;
}
.validation {
	margin-bottom: 10px;
	padding: 5px;
	font-size: .9em;
	color: #c00;
	border: 1px solid #c00;
	background-color: #fff9ab;
}
.erreur {
	font-size: .9em;
	color: #c00;
}
.champ.champInvalide, select.champInvalide, textarea.champInvalide {
	color: #000;
	background-color: #fffcd5;
}
.champ.champValide, select.champValide, textarea.champValide {
	background: #fff;
}


/* �L�MENT: Bo�te "Acc�s � votre dossier" ------------------------------ */

#acces {
	width: 187px;
	height: auto !important;
	height: 205px; /* Pour IE */
	min-height: 205px;
}
#acces .wrap {
	padding: 20px 15px 15px;
}
#acces h2 {
	margin-bottom: 8px;
	padding: 0;
	font-family: "Arial Narrow", arial, verdana, sans-serif;
	font-size: 1.4em;
	color: #767676;
	background: none;
}
#acces p {
	margin: 0 0 4px 0;
	line-height: 1.3em;
	font-size: .9em;
}
#acces .champ {
	width: 148px;
	font-size: 1.1em;
}
#acces p.centre {
	margin-top: 8px;
}
#acces p.oublie {
	margin: 15px 0 0;
}
#acces .oublie a {
	color: #767676;
}
#acces p.fermerSession {
	margin-top: 2em;
}
#acces p.fermerSession .bouton {
	color: #767676;
}

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

#etapes {
	margin: -1.5em 0 1.5em;
	height: auto !important;
	height: 1%; /* Pour IE */
	min-height: 50px;
}
#etapes li {
	float: left;
	width: 33%;
	height: 50px;
	margin: 0;
	padding: 0;
	color: #767676;
	border-left: 1px solid #d7d7d7;
	background: none;
}
#etapes li.derniere {
	border-right: 1px solid #d7d7d7;
}
#etapes li p {
	height: 96%;
	margin: 0 1px;
	border-bottom: 2px solid #fff;
}
#etapes li.actif p {
	font-weight: bold;
}
#etapes span {
	display: block;
	padding: 4px 7px;
	line-height: 1.1em;
}
#etapes strong {
	display: block;
	margin: 0 0 3px;
	font-size: 1.2em;
}
.formColonne1 {
	clear: both;
	width: 135px;
}
.formColonne2 {
	margin-right: 5px;
	color: #000;
}
.formColonne3 {
	padding-top: 3px;
	color: #c00;
	font-size: .9em;
}

.modepaiement {
	padding-left: 25px;
}
.modepaiement p {
	position: relative;
}
.modepaiement div.note {
	margin: -.5em 0 1em;
	font-size: .9em;
}
.modepaiement div.note ul  {
	margin: 0 0 .5em;
}
.modepaiement input {
	position: absolute;
	left: -20px !important;
	left: -25px;
	top: 0 !important;
	top: -2px;
}

.pageCreationEtape1 p.actions, .pageCreationEtape2 p.actions {
	margin-left: 145px;
}
.pageCreationEtape2 .formColonne1 {
	padding-top: 0;
}
.pageCreationEtape3 h3 {
	margin-top: 0;
	font-size: 1.1em;
	color: #000;
	border: none;
}
.apprenants .pageCreationEtape3 h3 {
	font-size: 1.4em;
}
.pageCreationEtape3 p.consulter {
	margin: 20px 0 0;
	padding: 6px 20px 6px 40px;
	font-weight: bold;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.pageCreationEtape3 .contenuColonne2 #acces {
	background: #fff url(../img/commun/acces_fond_blanc.gif) no-repeat;
}


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

form.filtre {
	margin: 20px 0 1px;
	padding: 7px 20px 5px 10px;
	background: url(../img/commun/filtre_fond.gif) 0 0 repeat-y;
}
form.filtre select {
	margin: 0 20px 0 10px;
}

table#catalogue {
	width: 100%;
	border-top: 1px solid #bfbfbf;
	border-bottom: 2px solid #ae561a;
}
#page #catalogue.developpement {
	border-bottom: 1px solid #bfbfbf;
}
#catalogue .titre {
	width: 434px;
	text-align: left;
}
#catalogue .duree, #catalogue .prix, #catalogue .demo, #catalogue .achat {
	width: 70px;
}
#catalogue thead th {
	padding: 5px 10px;
	font-size: .9em;
	font-weight: normal;
	color: #767676;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	background: #fff url(../img/commun/catalogue_fond.gif) 0 0 repeat-y;
}
#catalogue tbody th {
	text-align: left;
}
#catalogue tbody th div {
	padding: 5px 10px;
	color: #fff;
	font-size: 1em;
	border-bottom: 1px solid #dfdfdf;
	background: #ae561a;
}
#catalogue tbody td {
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	background: #fff url(../img/commun/catalogue_fond.gif) 0 0 repeat-y;
}
#catalogue.developpement td {
	text-align: left;
}
#catalogue tr.alt td {
	background: #eee url(../img/commun/catalogue_fond_alt.gif) 0 0 repeat-y;
}
#catalogue td.titre {
	background-image: none;
}
#catalogue a:link {color: #000;}
#catalogue a:visited {color: #767676;}
#catalogue a:hover, #catalogue a:active {color: #fc6600;}

table#catalogue.aucun-resultats {
	border-bottom: 1px solid #bfbfbf;
}
#catalogue.aucun-resultats tbody td {
	padding-top: 40px;
	padding-bottom: 40px;
	border: none;
	background: none;
}

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

.pageDescription h3 {
	position: relative;
	top: -20px;
}
.pageDescription h4 span {
	margin-left: 5px;
	font-size: .75em;
	color: #000;
}
.pageDescription #corps ul {
	position: relative;
	top: -20px;
}
table#materiel {
	width: 100%;
	margin-top: 1em;
	border-top: 1px solid #bfbfbf;
}
#materiel th {
	padding: 2px 5px;
	font-size: .9em;
	font-weight: normal;
	color: #767676;
	border-bottom: 1px solid #bfbfbf;
}
#materiel td {
	padding: 2px 10px 2px 5px;
	font-size: .9em;
	color: #000;
	border-bottom: 1px solid #bfbfbf;
	background: #fff;
}
#materiel tr.alt td {
	background: #eee;
}
.pageDescription .contenuColonne2 .duree, .pageDescription .contenuColonne2 .prix {
	float: left;
	width: 49%;
}
.pageDescription .contenuColonne2 p {
	color: #767676;
}
.pageDescription .contenuColonne2 p strong {
	color: #000;
	font-weight: normal;
}
.pageDescription .contenuColonne2 p.image {
	margin: .5em 0 1em;
}


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

.pageIdentification .contenuColonne1 {
	margin: 10px 0 0;
	width: 50%;
	text-align: center;
}
.pageIdentification .contenuColonne1 .wrapper {
	margin-right: 30px;
	padding-bottom: 50px;
}
.pageIdentification .contenuColonne2 {
	margin: 10px 0 0;
	width: 49%;
	text-align: center;
	border-left: 1px solid #dfdfdf;
}
.pageIdentification .contenuColonne2 .wrapper {
	margin-left: 30px;
	padding-bottom: 50px;
}
.pageIdentification h5 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}
.pageIdentification h5 strong {
	font-size: 1.4em;
	font-weight: bold;
}
.pageIdentification .creer {
	margin-top: 20px;
}
.pageIdentification p.bouton-creation {
	margin: 15px auto;
}
#page.pageIdentification .contenuColonne2 #acces {
	margin: 15px auto 0;
	background: #fff url(../img/commun/acces_fond_blanc.gif) no-repeat;
}
.pageIdentification #acces .wrap {
	text-align: left;
}

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

p.bouton-creation {
	width: 187px;
	height: 56px;
	margin: 15px auto;
	text-align: left;
}
p#creer-apprenant {
	background: url(../img/commun/creer_apprenant_fond.gif) 0 0 no-repeat;
}
p#creer-formateur {
	background: url(../img/commun/creer_formateur_fond.gif) 0 0 no-repeat;
}
p#creer-administrateur {
	background: url(../img/commun/creer_admin_fond.gif) 0 0 no-repeat;
}
#page .bouton-creation a {
	display: block;
	width: 100%;
	font-family: "Arial Narrow", arial, verdana, sans-serif;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	text-decoration: none;
}
#page .bouton-creation a:hover {
	color: #fff9ab;
}
.bouton-creation a strong {
	display: block;
	padding: 9px 8px 8px;
}


/* PAGE: Nous joindre --------------------------------------------------- */

.pageJoindre h3 {
	margin-top: 0;
}
.pageJoindre .flotte {
	margin-right: 60px;
}
.pageJoindre .formColonne1 {
	width: 90px;
}
.pageJoindre p.actions {
	margin-left: 100px;
}


/* PAGE: Liste de diffusion --------------------------------------------- */

.pageAbonnement .formColonne1 {
	width: 165px;
}
.pageAbonnement p.encadre {
	float: left;
	display: inline;
	margin: 1.5em 0 0 175px;
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
	background: #f5f5f5;
}
.pageAbonnement p.actions {
	margin-left: 175px;
}


/* PAGE: Carte du site -------------------------------------------------- */

.pageCarte .col1 {
	float: left;
	width: 45%;
}
.pageCarte .col2 {
	float: left;
	width: 45%;
}
.pageCarte ul li {
	margin: 0 0 1em;
}
.pageCarte ul ul {
	margin: .5em 0 1em;
}
.pageCarte ul ul li {
	margin: .2em 0 0;
}


/* PAGE: Generique -------------------------------------------------- */

.pageGenerique .generique p {
	float: left;
	margin: 0 5px 1em 0;
}
.pageGenerique .generique p.col1 {
	width: 150px;
}


/* ------------------------------------------------------------------------
	Pied de page
------------------------------------------------------------------------ */

/* Pour le footer qui colle au bas, voir:
	http://www.themaninblue.com/experiment/footerStickAlt */

ul#pied {
	position: relative; /* pour footer */
	width: 750px;
	margin: -32px auto 0; /* Margin-top �quivalent � la hauteur du footer */
	height: 32px;
	background: url(../img/entete-pied/filet_separateur.gif) top left no-repeat;
}
#pied li {
	float: left;
	margin: 0;
	padding: 0 11px;
	line-height: 32px;
	font-size: .9em;
	color: #767676;
	background: url(../img/entete-pied/filet_separateur.gif) top right no-repeat;
}
#pied li a {
	float: left;
	line-height: 32px;
	color: #767676;
	text-decoration: none;
}
#pied li a:hover {
	text-decoration: underline;
}
body #pied li.actif {
	font-weight: bold;
	color: #bf5106;
}
#pied li.p01 {
	float: right;
	padding: 0;
	width: 53px;
	height: 25px;
	background: url(../img/entete-pied/logo_sofad_pied.gif);
}
#pied li.p01 a {
	display: block;
	width: 53px;
	height: 25px;
	line-height: normal;
}
#pied li.p01 span {
	display: none;
}
#pied li.p02 a {
	padding-left: 0;
}
.deux-colonnes {
	float: left;
	width: 252px;
	
	
}