@charset "UTF-8";
/* CSS Document */



/* STRUCTURE */
#conteneur {
    background:url("../img/fonds/fond-conteneur.gif") top left no-repeat;
}



/*********************************/
/* CONTENEUR DE FAUSSES COLONNES */
/*********************************/
#fausses-colonnes {
	background:url(../img/fonds/fiches-fausses_colonnes.gif) repeat-y left;
	margin-top:9px;
}






/*****************/
/* COL DE GAUCHE */
/*****************/

#gauche {
	background-color:#dedede;
}

#gauche a.revenir-liste {
	margin:0;
	padding:0;
	cursor:pointer;
	width:257px;
	height:22px;
	background:url(../img/titres/revenir_liste_formations.gif) top left no-repeat #f1ede4;
	display:block;
	margin-top:8px;
}
#gauche a.revenir-liste:hover {
	width:257px;
	height:22px;
	background:url(../img/titres/revenir_liste_formations_roll.gif) top left no-repeat #f1ede4;
}















/* AUTRES FORMATIONS */
#gauche #autres-formations {
	padding:10px 0 15px 0;
	width:244px;
}
#gauche #autres-formations .niveau-0 {
	background:url(../img/pictos/fiches-puce_formations.gif) top left no-repeat;
	margin-bottom:4px;
}
#gauche #autres-formations .niveau-0 a {
	color:#645f53;
	font-size:10px;
	margin-left:18px;
	display:block;
	font-weight:bold;
}






/* THEMES DE FORMATION */
#gauche #themes {
	width:244px;
	margin:15px 0 0 0;
}
#gauche .titre {
	height:20px;
	padding-left:18px;
	font-weight:bold;
	font-size:12px;
}
#gauche .titre a {
	color:#000;
}
#gauche .contenu a:hover {
	text-decoration:none;
}
#gauche .contenu .niveau-0 {
	background:url(../img/pictos/fiches-puce_formations.gif) top left no-repeat;
	margin-bottom:4px;
}
#gauche .contenu .niveau-0 a {
	color:#645f53;
	font-size:10px;
	margin-left:18px;
	display:block;
	font-weight:bold;
}
#gauche .contenu .niveau-0:hover {
	background-color:#FFF;
}
#gauche .contenu .niveau-0 a:hover {
	text-decoration:underline;
}
#gauche .contenu .niveau-0 .niveau-1 {
	position:absolute;
	background-color:#FFF;
	display:none;
	width:244px;
	padding-bottom:7px;
}
#gauche .contenu .niveau-0 .niveau-1 span {
	display:block;
	/*height:15px;*/
}
#gauche .contenu .niveau-0 .niveau-1 span:hover {
	background-color:#ee6c23;
}
#gauche .contenu .niveau-0 .niveau-1 a {
	color:#807458;
}
#gauche .contenu .niveau-0 .niveau-1 a:hover {
	color:#FFF;
}


/* INDUSTRIES */

#gauche #industries {
	width:244px;
	margin:5px 0 0 0;
}




/* AGENDA SEMINAIRES ATELIERS */
#detail #recherche #agenda {
	width:255px;
	height:28px;
	margin:0;
	padding:0;
}
#detail #recherche #agenda .contenu {
	padding:2px 5px 5px 15px;
}
#detail #recherche #agenda .contenu .item h1 {
	margin:10px 0 2px 0;
	padding:0;
}
#detail #recherche #agenda .contenu .item h2 {
	margin:0 0 10px 0;
	padding:0;
}
#detail #recherche #agenda .contenu .item h1 a {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#828a91;
	font-weight:normal;
	line-height:95%;
}
#detail #recherche #agenda .contenu .item h2 a {
	display:inline;
	color:#000;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#detail #recherche #agenda .contenu .item {
	margin:5px 0;
	width:218px;
	padding:4px;
}
#detail #recherche #agenda .contenu .item:hover {
	background-color:#e8eef2;
}

#detail #recherche #agenda .contenu .separateur {
	width:225px;
	height:1px;
	color:#FFF;
	border-top:1px solid #dedede;
}
#gauche #themes  a#agenda-seminaires-ateliers {
	margin:0;
	padding:0;
	cursor:pointer;
	width:255px;
	height:25px;
	background:url(../img/titres/fiches-agenda.gif) top left no-repeat;
	display:block;
}
#gauche #themes  a#agenda-seminaires-ateliers:hover {
	width:255px;
	height:25px;
	background:url(../img/titres/fiches-agenda-roll.gif) top left no-repeat;
}




/* CAROUSSEL */
#gauche #mois {
	height:23px;
	background:url(../img/fonds/fiche-bouton-rss.gif) top right no-repeat;
}
#gauche #mois ul {
	list-style-type:none;
	width:255px;
	margin:0;
	padding:0;
}
#gauche #mois ul li {
	height:23px;
	float:left;
	margin:0 1px 0 0;
	text-align:center;
	font-size:9px;
}
#gauche #mois ul li.sombre {
	background-color:#959595;
	width:40px;
	line-height:230%;
}
#gauche #mois ul li.clair {
	background-color:#aaaaaa;
	width:40px;
	line-height:230%;
}
#gauche #mois ul li a {
	color:#FFF;
	font-weight:bold;
}










/*****************************************/
/* CENTRE : DETAIL D'UNE FICHE FORMATION */
/*****************************************/

#detail {
	margin-top:8px;
}

#detail #resultats {
	background-color:#696969;
	color:#c5d8e9;
	font-size:10px;
	line-height:22px;
	padding-left:8px;
}

#detail #resultats span {
	color:#FFF;
	font-weight:bold;
}

#detail #resultats #imprimer {
	height:15px;
	width:61px;
	background-color:#6fa3ca;
	float:right;
	margin:3px 5px 0 0;
	text-align:center;
	display:block;
	line-height:15px;
}
#detail #resultats #imprimer a {
	font-weight:bold;
	color:#FFF;
	font-size:9px;
}






/********************/
/* MENUS DEROULANTS */
/********************/
#detail #recherche {
	background-color:#dedede;
	height:77px;
}
#detail #recherche h1 {
	font-size:9px;
	margin:0;
	padding:5px;
	font-weight:normal;
}
#detail #recherche .premier {
	margin-left:5px;
}
#detail #recherche .menu-deroulant {
	width:207px;
	height:16px;
	background:url(../img/fonds/liste-formations-fond-menus.gif) top left no-repeat;
	float:left;
}
#detail #recherche .separateur {
	float:left;
	background:url(../img/pictos/liste-formations_separateur-colonnes.gif);
	width:16px;
	height:22px;
	margin-top:-2px;
}
#detail #recherche .separateur2 {
	float:left;
	background:url(../img/pictos/liste-formations_separateur-colonnes.gif);
	width:16px;
	height:22px;
	margin:2px 20px 0 10px;
}
#detail #recherche .menu-deroulant a {
	color:#FFF;
	padding:2px 0 0 8px;
	display:block;
}
#detail #recherche .menu-deroule {
	width:354px;
	background-color:#FFF;
	border:1px solid #557087;
	float:left;
	position:absolute;
	padding:30px;
	margin-top:2px;
	display:none;
}
#detail #recherche .decalage-industries {
	margin-left:-209px;
}
#detail #recherche .decalage-methodes {
	margin-left:-100px;
}

#detail #recherche .menu-deroule ul {
	list-style:none;
	margin:0;
	padding:0;
}
#detail #recherche .menu-deroule li {
	margin-bottom:14px;
}
#detail #recherche .menu-deroule a {
	font-size:10px;
	font-weight:bold;
	color:#557087;
}
#detail #recherche .nouveautes {
	background:url(../img/fonds/liste-formations_fond-nouveautes.gif) top left no-repeat;
	width:140px;
	height:16px;
	text-align:center;
	padding-top:1px;
	float:left;
	margin-top:4px;
}
#detail #recherche .nouveautes a {
	color:#FFF;
}




/************/
/* L'AGENDA */
/************/
#detail #recherche #recherche-separateur {
	height:5px;
}
#detail #recherche #agenda {
	height:31px;
	float:left;
	width:315px;
	margin-left:55px;
}
#detail #recherche #agenda fieldset {
	float:left;

	margin-top:4px;
	border:none;
}
#detail #recherche #agenda fieldset span,
#detail #recherche #agenda fieldset input,
#detail #recherche #agenda fieldset img {
	float:left;
	margin-right:4px;
	color:#535353;
}
#detail #recherche #agenda fieldset input.champ {
	border:1px solid #4f555a;
	width:70px;
	height:17px;
	background-color:#e8edf0;
	color:#535353;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}
#detail #recherche #agenda fieldset input.champ,
#detail #recherche #agenda fieldset input.bouton {
	margin-top:-4px;
}
#detail #recherche #agenda fieldset img.rss {
	margin-top:-2px;
	margin-left:30px;
}
#detail #recherche #agenda fieldset img.calendrier {
	margin-top:-1px;
}
#detail #recherche #agenda fieldset input.picto {
	background:url(../img/pictos/calendrier.gif) no-repeat top left #dedede;
	width:20px;
	border:none;
	margin-top:-2px;
}





/****************/
/* LES TABLEAUX */
/****************/
#detail .separateur {
	margin-top:8px;
}

#detail .rubrique {
	background-color:#aaaaaa;
	height:22px;
	line-height:20px;
	padding:0 0 0 8px;
}

#detail .rubrique a {
	color:#FFF;
	font-weight:bold;
}

#detail .rubrique span a {
	color:#000;
	font-weight:normal;
}
#detail table tr td {
	font-size:10px;
	padding:3px 0;
}
#detail table tr.normal {
	background-color:#e0d7c3;
}
#detail table tr.sombre {
	background-color:#f1f1f1;
}
#detail table tr:hover {
	background-color:#e0d7c3;
}
#detail table tr td a {
	color:#000;
}

/* couleurs légendes */
/* sont aussi utilisées dans fiche-seminaires.css !!!!!! */
#detail table tr td.seminaire {
	background-color:#00574d;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#detail table tr td.atelier {
	background-color:#00574d;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#detail table tr td.stage {
	background-color:#d9577b;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#detail table tr td.autoformation {
	background-color:#dbbd37;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
#detail table tr td.separateur {
	background-color:#dedede;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}

#detail table tr td span.nouveau {
	background-color:#ee6c23;
	color:#FFF;
	font-weight:bold;
	font-size:9px;
	margin-right: 4px;/*2011-04-28*/
	padding:0 4px 1px 4px;
}

#detail table tr td span.date-complete {
	color:#919191;
}



/* détail d'une ligne de formation */
#detail table tr td .details-formation {
	display:none;
}
#detail table tr td .details-formation {
	width:333px;
	background-color:#FFF;
	border:1px solid #91752c;
	position:absolute;
	overflow:auto;
	margin-left:100px;
	padding:10px;
}

#detail table tr td .details-formation h1 {
	color:#ee6c23;
	font-size:9px;
	margin:0;
	padding:0;
	margin-bottom:8px;
}
#detail table tr td .details-formation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#detail table tr td .details-formation ul li {
	color:#535353;
	font-size:9px;
	margin-bottom:4px;
}
#detail table tr td .details-formation ul li span {
	color:#ee6c23;
	font-weight:bold;
}


/* places disponibles */
#detail table tr td .paces-disponibles {
	color:#000;
	font-size:9px;
	background-color:#f1f1f1;
	border:1px solid #919191;
	padding:6px;
	display:block;
	position:absolute;
	margin-left:-40px;
	display:none;
}
