/* CSS Document */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
/************************************************************************************/
/*                         STYLES DE BASE                                           */
/************************************************************************************/
body {
    margin: 0;
    padding: 1em; 
    font-family:Arial, Helvetica, sans-serif;
    font-size: .8em; 
    line-height: 1.4;
    background-image: url(images/fond_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #d8dcdf;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
#contenu h2 {
    display:none;
}
#contenu h3 {
    font-size: 1.15em;     	
    padding: 5px 3px;      	      	
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .5em 0; /* Marges plus faibles que par défaut. (7) */
}

/* Liens */
a {
    color: #605e5f;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
    color: #605e5f;
    text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
    border: none;
}
a.alt,
a.alt:hover,
a.alt:visited
{
    color:#605e5f; 
    font-weight:normal;
    line-height:35px;
    background-image: url(images/puce_lien.gif);
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration:none;
    padding-left:20px;
    padding-top:2px;    
}
a.alt:hover {
    text-decoration:underline;
}
a.prix {
    font-size:25px;
    line-height: 25px;
    display:block;
    clear:both;
    text-decoration: none !important;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires
form, fieldset {
    margin: 0;
    padding: 0;    
}
*/
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
p label {
    display: block;
    font-weight:bold;
}

/* -------------------------------------- */
/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */

/* Met en évidence les abréviations */
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

/* Met en évidence les citations */
cite {
    font-style: italic;
}
q cite, q q {
    font-style: normal
}

/* Rapproche les paragraphes dans les listes et citations */
blockquote p, li p {
    margin: .5em 0;
}


.clear {
	/*clear: both;
	font-size: 1px;*/
  display:none;
}
/************************************************************************************/
/*                             Images                                               */
/************************************************************************************/
img.alignleft {
	float: left;
	padding-right: 5px;
}
img.une {
	float: left;
	border: 1px solid #EFEFEF;

	padding-right:2px;
}
img.unedroite {
	float: right;
	border: 1px solid #EFEFEF;
	padding-left:2px;
}
img.alignright {
	float: right;
}
/************************************************************************************/
/*                                       POPUP                                      */
/************************************************************************************/

#popup {
    display:none;
    margin: 0;
    padding: 0;
    background-color:#000000;
}
#popup a.print{
    color: white;
    padding-left: 20px;
    padding-right: 5px;
    height: 20px;
    text-decoration:none;
    background-image: url(images/print.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#popup a.close{
    color: white;
    padding-left: 20px;
    padding-right: 5px;  
    height: 20px;
    text-decoration:none;
    background-image: url(images/close.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
#popup_gauche {
    float:left;
    height:50px;
    margin: 0;
    padding: 0; 
    width:auto;	
}
#popup_droite {
    vertical-align: middle;
    text-align:right;
    background-color:#000000;
    height:43px;
    margin: 0;
    padding: 0;
    padding-top: 7px;  
}
/************************************************************************************/
/*                             BODY - DOCUMENT - CORPS                              */
/************************************************************************************/
#skycrapper {
  clear:both;
  display: block;  
}
#document {
	position: relative;
	width: 1000px;
	margin:0 auto;
	left: 50%;
	margin-left: -500px;
	padding: 0;
}
#corps {		
	float:left;
	display: block;
	clear: both;
    width:1000px;
    margin:0 auto;
    background: #FFFFFF;
}
#colonnegauche {
	float:left;
    margin:0px;
    margin-left: 10px;
    margin-top: 10px;    
    padding: 0px;
	padding-bottom:10px;
	width:300px;
}
#colonnedroite {
	float:right;
	right:0;
	top:0px;
	margin:0;
    margin-top: 10px;
	padding: 0;
	width:130px;
}

#contenu {	
	float:left;
	margin: 0 0 10px 0;
	padding: 0;
	padding-left:10px;	
    width:670px;
    line-height: 1.3em!important;    
}
#contenu p{	
    font-size:0.90em;
}
#corps .avecDeuxColonnes {

}
#corps .avecColonneDroite, #corps .avecColonneGauche {

}
/************************************************************************************/
/*                                HAUT DE PAGE                                       */
/************************************************************************************/
#bandeau {
    height:330px;
    background: #FFFFFF;      
}
.baseline{
    /*position: relative;*/    
    padding: 0;
    margin: 0;
    text-align: left;
    height: 78px;
    vertical-align: middle;
	background-image: url(images/fond_baseline.gif);
	background-repeat: repeat-x;
	background-position: top left;    
}
.baseline h1{
    /*position: relative;*/
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}

#menu_haut {
	position: relative;
    margin: 0; 
    padding: 0;
	background:none;	
	height:245px;
}

#menu_haut a {    
    display: block;
/*
    margin: 0;
	margin-left: 20px;
    padding: 0;
    */
    
    /*padding-right: 10px;
    padding-bottom: 10px;
    */
    /*padding-right: 10px;*/
    padding-left: 20px;
    padding-bottom: 10px;
    line-height:20px;
    color:#FFFFFF;
    font-size: 1em;
    text-decoration: none;  
	background-image:url(images/puce_menu.gif);
	background-repeat:no-repeat;
	background-position:left top;
}



#menu_haut a:hover {
    background-image:url(images/puce_menu_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
 
#menu_haut #visuel {
	background-image:url(images/menu_haut_visuel.jpg);
	background-repeat:no-repeat;
	background-position:10px top;
	width:330px;	
}

#menu_haut #menu_librairie {
	background-image:url(images/menu_haut_librairie.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;	
	
	padding:60px 10px 0 10px;
}

#menu_haut #menu_information {
	background-image:url(images/menu_haut_information.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	padding:70px 10px 0 10px;
}
#menu_haut #menu_formation {
	background-image:url(images/menu_haut_formation.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:210px;
	padding:70px 10px 0 10px;
}

#menu_haut table.menu_contenu td {
    padding:0 10px;    
}

#menu_haut #menu_formation .loginMDL form {
    margin: 0;
    padding: 0;
}
#menu_haut #menu_formation .loginMDL a{
    display: inline;
    line-height:1.2em;
    background-image:none;
    padding:0;
    margin:0;
    font-weight:normal;
}
#menu_haut #menu_formation .loginMDL p{    
    padding:0;
    margin:0;
}

#menu_haut #menu_formation .loginMDL {
    padding-left:20px;
    padding-right:20px;
    font-size:0.85em;
}
#menu_haut #menu_formation .loginMDL h3 {
    border-top:1px #FFF solid;
    padding-top:20px;
    font-size: 1.2em;
}
#menu_haut #menu_formation .loginMDL label {
    display:none;
}
input.ok_button {
    border: none;
    color:transparent;
    background-color:transparent;
    cursor: pointer;	
    width:26px;
    height:25px;    
    background-image:url(images/bt_ok.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
    
}

#menu_haut #menu_formation .loginMDL input, 
#menu_haut #menu_formation .loginMDL button, 
#menu_haut #menu_formation .loginMDL select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
    font-size:0.85em;
    padding:0;
    margin:0;
    
}


/************************************************************************************/
/*                                      CHEMIN                                      */
/************************************************************************************/
#chemin {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    /*width: 540px;*/
    margin: 0;
    background-color: transparent;
    background-image: none;
    font-size:0.85em;
}
/************************************************************************************/
/*                                   FORM RECHERCHE                                 */
/************************************************************************************/
#formRecherche {
	/*width: 70%;
	margin: auto;*/
	padding: 0;
	margin: 0;
	margin-top: 20px;
  margin-bottom: 10px;
}
#formRecherche #filtre {
	float: left;
	/*width: 64%;*/
}
#formRecherche #filtreInit {
	/*float: left;
	width: 35%;*/
}
#formRecherche #filtreInit input{
	float: left;
	/*width: 35%;*/
}
#formRecherche #filtreInit label{
	width: 35%;
}
#formRecherche p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
#formRecherche p label {
	float: left;
	width: 120px;
	font-weight: normal !important;
}
#formRecherche p input, #formRecherche p select, #formRecherche p span  {
	text-align: left;
  /*float: right;*/
}
#formRecherche p span input, #formRecherche p span select {
	float: none;
	display: inline;
}
#formRecherche input, #formRecherche select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #bebebe;
	padding: 1px;
}
/************************************************************************************/
/*                                            CONTENU                               */
/************************************************************************************/
#contenu h2 {
	display:none;
}
#contenu .paragraphe {
    margin: 0 0 10px 0;
    display:block;
    padding-left: 0px;
    clear: both;
}


/************************************************************************************/
/*                                         STYLES SPECIAUX                          */
/************************************************************************************/
#contenu .PRS_ITFP_LIBRAIRIE h3{
    color:#FFFFFF;    		 
    background: #94001b;
    border-bottom: 1px #d9dcde solid;
}
#contenu .PRS_ITFP_LIBRAIRIE {
    margin:0 5px;
    border:1px #d9dcde solid;
}
#contenu .PRS_ACCROCHE1 {
	/*background-color: #f6f6f6;*/
	border: none;
}

/************************************************************************************/
/*                                      PAGINATION                                  */
/************************************************************************************/
#contenu .blocNavigation {
	clear: both;
    text-align: center;
}
#contenu .regletteNavigation {
	margin: 10px 0 10px 0;
}
#contenu .regletteNavigation span{
	padding: 2px 0;
	/*border-bottom: 1px solid black;*/
}
#contenu .regletteNavigation a {
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #155690;
    margin-top: 0pt;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 5px;
    text-decoration: none;
    border-right: 1px solid #000000;
}
#contenu .regletteNavigation a:hover,
#contenu .regletteNavigation a.pageSelected {
	color: #000000 !important;
	font-weight: bold;
	text-decoration: none;
}
/************************************************************************************/
/*                                      MODULES                                     */
/************************************************************************************/


#contenu #accueil2blocs table
{
    border-collapse:separate;
    border-spacing:5px 5px;
}

#contenu #accueil2blocs td {
    border:1px #d9dcde solid;        
}
#contenu .tpl_itfpOuvrageNumero table{
    width:98%;
    
}

#contenu #accueil2blocs td h3{
    color:#FFFFFF;    		 
    background: #006cb5;
    border-bottom: 1px #d9dcde solid; 
}
#contenu .tpl_itfpOuvrageNumero h3 {
    color:#FFFFFF;    		 
    background: #94001b;
    border-bottom: 1px #d9dcde solid;
    
}

/************************************************************************************/
/*                                BAS DE PAGE                                       */
/************************************************************************************/
#basPage{
    margin:0;    
    padding-left:10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size:0.85em;
    text-align: center;
    clear:both;
    background-image:url(images/fond_bas_page.gif);
    background-repeat:repeat-y;
    background-position:left top; 
}

#basPage li {
	display:inline;
}
#basPage a, #basPage a:visited, #basPage a:hover {
	padding:0 4px 0 4px;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}
#basPage a:visited {
	color: #ffffff;
}
#basPage a:hover {
	text-decoration: underline;
}
#basPage img {
  padding: 0 !important;
  padding-right: 2px !important;  
  margin: 0 !important;
  margin-bottom: -3px !important;  
}

/************************************************************************************/
/*                               UI tabs                                      */
/************************************************************************************/

.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
}

#contenu ul li.ui-tabs-nav-item  {
	/*resets*/
  margin: 0; 
  padding: 0;
  padding-left: 3px; 
  list-style: none;
	color: #ffffff;
  background-image: url(images/fond_onglet_gauche.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 1.7em;
	border-right: 2px solid #FFFFFF;
	color: #ffffff;
  background-image: url(images/fond_onglet_droite.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

#contenu ul li.ui-tabs-nav-item a {
	color: #ffffff!important;
}

.ui-tabs-nav-item a:hover {
  background-image: url(images/fond_onglet_droite_on.gif);
  background-repeat: no-repeat;
  background-position: right top;
	color: #000000;
}

#contenu ul li.ui-tabs-nav-item a:hover {
	color: #000000!important;
}

#contenu ul li.ui-tabs-nav-item:hover,
#contenu ul li.ui-tabs-selected {
  background-image: url(images/fond_onglet_gauche_on.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
#contenu ul li.ui-tabs-selected a,
#contenu ul li.ui-tabs-selected a:hover {
  background-image: url(images/fond_onglet_droite_on.gif);
  background-repeat: no-repeat;
  background-position: right top;
	color: #000000!important;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	clear:left;
	background: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	
  margin: 0!important;
  padding: 0!important;


}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


/************************************************************************************/
/*        tpl_itfpConcoursFiche   tpl_itfpMonCompte tpl_itfpConcoursFicheUser         */
/************************************************************************************/


.tpl_itfpConcoursFiche h3, .tpl_itfpMonCompte h3, .tpl_itfpConcoursFicheUser h3 {
	margin: 0 0 10px 0;
  padding-left: 45px!important;
  font-family:Arial, Helvetica, sans-serif;
	clear: both;
  color:#000000!important;   	
  font-weight: bold;
	font-size:20px!important;
	line-height: 36px!important;  
	border-bottom: 0px!important;   
  background: #ffffff!important;   	
  background-image: url(images/puce_fleche-jaune.gif)!important;
  background-position: left center!important;
  background-repeat: no-repeat!important;

}
.tpl_itfpConcoursFiche .bloctarif {
  border: 1px #d8dcdf solid;
  padding: 5px 5px 0px 5px;
}
.tpl_itfpConcoursFiche .bloctarif th{
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  padding-bottom: 5px;
}
.tpl_itfpConcoursFiche .bloctarif td{
  padding-bottom: 5px;
}

.tpl_itfpConcoursFicheUser .Epreuve_presentation h5,
.tpl_itfpConcoursFiche h4, .tpl_itfpMonCompte h4{
  color: #ffffff;
  font-size: 1em;
  padding: 5px 0 5px 10px;
  background-image: url(images/itfp_tpl_frm_fond1.gif);
  background-position: left top;
  background-repeat: repeat-y;
}

.Epreuve_presentation .Contenu_module  h6{
  height: 15px;
  padding-left: 25px;
  font-size: 12px;
  vertical-align: middle;
  background-image: url(images/puce_menu-jaune.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.Epreuve_presentation .Contenu_module  p{
  padding-left: 25px;
}

.tpl_itfpConcoursFicheUser h4{
	font-size:16px!important;
	font-weight: bold!important;
}

.tpl_itfpConcoursFiche div.Frm_presentation, .tpl_itfpMonCompte div.Moncompte_contenu{
  border-left: 1px #d8dcdf solid;
  border-right: 1px #d8dcdf solid;
  border-bottom: 1px #d8dcdf solid;
  padding: 7px;
  padding-left: 10px;
  margin-top:-6px;
  margin-bottom:16px;
}
.tpl_itfpConcoursFicheUser div.Epreuve_presentation{
  margin-top:16px;
}
.tpl_itfpConcoursFicheUser .Epreuve_presentation div.Contenu_module{
  border-left: 1px #d8dcdf solid;
  border-right: 1px #d8dcdf solid;
  border-bottom: 1px #d8dcdf solid;
  padding: 7px;
  padding-left: 10px;
  margin-top:-6px;
}
.tpl_itfpConcoursFicheUser .IFP_Gauche{
  float:left;
  width: 330px;
  margin-right: 10px;

}
.tpl_itfpConcoursFicheUser .IFP_Droite{
  float:right;
  width: 330px;
}
.tpl_itfpConcoursFicheUser .IFP_Bas{
  float:left;
  width: 672px;
  margin-right: 10px;
}

.tpl_itfpConcoursFicheUser .IFP_Bas .Epreuve_presentation  h5{
  height:53px;
  background-image: url(images/onglet_correction_perso.gif);
  background-position: left top;
  background-repeat: no-repeat;

}
.tpl_itfpConcoursFicheUser .IFP_Bas .Epreuve_presentation div.Contenu_module{
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  padding: 7px 7px 7px 7px;
  padding-left: 5px;
  margin-top:-20px;  
}
.tpl_itfpConcoursFicheUser .Epreuve_presentation_Oral {
  padding-top:15px;
}
.tpl_itfpConcoursFicheUser .Epreuve_presentation_Oral  h5{
  height:79px;
  background-image: url(images/onglet_entrainement.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
.tpl_itfpConcoursFicheUser .Epreuve_presentation_Oral .Contenu_module{
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;  
  padding: 7px 7px 7px 7px;
  padding-left: 5px;
  margin-top:-6px;
}
.tpl_itfpConcoursFicheUser p.Epreuve_libelle{
  font-size: 16px!important;
  font-weight: bold;
  padding-left: 30px;
}

/************************************************************************************/
/*                               tpl_itfpFaqLastMDL                              */
/************************************************************************************/
.tpl_itfpFaqLastMDL, .tpl_itfpMesRessourcesMDL{
  margin-top: 10px;;
}
.tpl_itfpFaqLastMDL  h4, .tpl_itfpMesRessourcesMDL  h4{
  color: #ffffff;
  padding: 5px 0 5px 10px;
  background-image: url(images/itfp_tpl_frm_fond1.gif);
  background-position: left top;
  background-repeat: repeat-y;
}
.PRS_ITFP_FAQ .tpl_itfpFaqLastMDL  h4, .PRS_ITFP_RESSOURCES .tpl_itfpMesRessourcesMDL  h4{
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  font-style: italic;
  padding: 25px 0 0 78px;
  height: 81px;
}
.PRS_ITFP_FAQ .tpl_itfpFaqLastMDL  h4{
  background-image: url(images/onglet_faq.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
.PRS_ITFP_RESSOURCES .tpl_itfpMesRessourcesMDL  h4{
  background-image: url(images/onglet_mes-ressources.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
.tpl_itfpFaqLastMDL div.Contenu_module, .tpl_itfpMesRessourcesMDL div.Contenu_module{
  border-left: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  padding: 7px 7px 0 7px;
  padding-left: 5px;
  margin-top:-7px;  
}
.PRS_ITFP_FAQ .tpl_itfpFaqLastMDL div.Contenu_module, .PRS_ITFP_RESSOURCES .tpl_itfpMesRessourcesMDL div.Contenu_module{
  margin-top:-37px;
}
/************************************************************************************/
/*                               tpl_itfpVideoMDL                                   */
/************************************************************************************/
div.tpl_itfpVideoMDL{
  margin-bottom: 10px;
}

