/************************************************************************************/
/*  SB - le 10/11/2005                                                              */
/*  Modification du .clear ajout de display:none                                    */
/*  Modifucation de #contenu pour le trait de gauche                                */
/************************************************************************************/

a {
	/*color: #666666;*/
    color: #165693;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	/*color:#999999;*/
    color: #165693;
}

a:hover {
	text-decoration:underline;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
img {
	border-style: none;
}
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;
}

acronym {
	font-style: normal;
	border-bottom: 1px dashed;
	cursor: help;
}

.clear {
	/*clear: both;
	font-size: 1px;*/
  display:none;
}
.skipper {
	display: none;
}

strong, .titre, a.titre {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;*/
	color: #000000;
  font-weight: bold;
}
a.prix,
strong.prix {
font-size:25px;
line-height: 25px;
display:block;
clear:both;
text-decoration: none !important;
}

.tpl_newsletterFiche a.prix {
padding-top:5px;
}
/************************************************************************************/
/*                                       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                              */
/************************************************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	line-height: 12pt;	
	background-image: url(images/fond_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #cdc4a7;
}

#skycrapper {
  /*position: absolute;
  left:890px;
  top:0px;*/
  clear:both;
  display: block;  
}

#document {
	position: relative;
	width: 1000px;
	/*
	margin:0;
	text-align: left;
	text-align: left;/*MSIE5*/
	margin:0 auto;
	left: 50%;
	margin-left: -500px;
	padding: 0;

}
#corps {	
	/*position: absolute;
	width: 1000px;
	left: 50%;
	top:293px;
	margin-left: -500px;*/
	float:left;
	display: block;
	clear: both;
    width:1000px;
    margin:0 auto;
    background-image:url(images/fond_corps.gif);
	background-repeat:repeat-y;
	background-position:left center;
}
#colonnegauche {
	float:left;
    margin:0px;
    margin-left: 10px;
    margin-top: 10px;
    /*padding-left: 15px;*/
    padding: 0px;
	padding-bottom:10px;
	width:300px;
}
#colonnedroite {
	float:right;
	right:0;
	top:0px;
	margin:0;
    margin-top: 10px;
	padding: 0;
	width:130px;
}

#contenu_SIT_V2CAP {
    position: relative;
}

#contenu {
	/*position: relative;
	width:468px;
	left:0;
	top:0;*/
	float:left;
	margin:0;
	/*margin-right:460px;*/
	padding: 0;
	padding-left:10px;	
    width:540px;
    line-height: 1.3em!important;    
}


#corps .avecDeuxColonnes {

}
#corps .avecColonneDroite, #corps .avecColonneGauche {

}

/************************************************************************************/
/*                                      CHEMIN                                      */
/************************************************************************************/
#chemin {
    padding: 0;
    padding-top: 5px;
    width: 540px;
    margin: 0 auto;
    background-color: transparent;
    background-image: none;
}

/************************************************************************************/
/*                                   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: Verdana, Arial Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #bebebe;
	padding: 1px;
}

/************************************************************************************/
/*                                   NAVIGATION                                     */
/************************************************************************************/
#navprimaire{
	margin:-5px 0 5px 0;
	padding:0;
}
#navprimaire ul{margin:0;padding:0;}


#navprimaire dt {
	cursor: pointer;
	margin:0;
	padding: 0 18px 0 0;
	background-color: #FFDCBD;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	background-position:right center;
	height: 18px;
	line-height: 18px;
	text-align: right;
	color:#FFFFFF;
}

#navprimaire dt.principal {
	background-color: #000000;
	height: 20px;
	line-height: 20px;
	margin-top:5px;
	text-transform:uppercase;
}
#navprimaire dt.actif {
	background-image:url(images/puce_on.gif);
}

#navprimaire a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

#navprimaire a:visited {
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

#navprimaire a:hover {
	color:#000000;
	font-weight:normal;
}

#navprimaire .principal a, #navprimaire .principal a:visited, #navprimaire .principal a:hover {
	/*display:block;*/
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

#navprimaire dd {
	position: absolute;
	z-index: 100;
	left: 106px;
	margin-top: -1.4em;
	padding: 0 0 0 5px;
	width: 15em;
	background: #FFEBD7;

}

#navprimaire ul {
	padding:2px;
	visibility:hidden;
	display:none;
}

#navprimaire li {
	text-align: left;
	height: 18px;
	line-height: 18px;
	list-style-type: none;
}

/************************************************************************************/
/*                                            CONTENU                               */
/************************************************************************************/
#contenu table {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
#contenu th, #contenu tr.titre {
	background-color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	padding: 2px 5px;
}
#contenu td {
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	vertical-align:top;
}
#contenu h2 {
	display:none;
}

#contenu h3 {
	margin: 0 0 10px 0;
    padding-top: 14px;
    font-family:Arial, Helvetica, sans-serif;
	clear: both;
    color:#000000;
    font-weight: bold;
	font-size:20px;
	line-height: 24px;    	
}

#contenu .tpl h3 {
	margin: 10px 0; 	
}


#contenu .tpl_preparationFiche h2,
#contenu .tpl_ficheConcours h2 {
	display: block;
    margin: 10px 0; 
    padding-top: 14px;
    font-family:Arial, Helvetica, sans-serif;
	clear: both;
    color:#000000;
    font-weight: bold;
	font-size:20px;
	line-height: 24px; 
}

#contenu h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color:#000000;
	font-weight: bold;
	font-size:11px;
}

#contenu .tpl_hyperactuListe h4.rechercher,
#contenu .tpl_PodcastListe h4.rechercher,
#contenu .tpl_agendaListe h4.rechercher {
	font-size:14px;
	color:#000000!important;
	margin: 0 0 5px 0;
}

#contenu .tpl_revueArticleFiche .tpl_articleHtml h4 {
	font-size:14px;
	color:#000000!important;
	margin: 0 0 5px 0;
}

#contenu ul {
  margin:0px;
	padding:0px;
}

#contenu ul li{
  margin:0px;
	padding:0px;
  padding-left: 13px;
  padding-bottom: 5px;
  list-style-type: none;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	background-position:left 4px;     
}

#contenu ul li a {
  color:#165693!important;    
}
#contenu div.tri ul {
  padding-top:10px;
}
#contenu div.tri li {
	margin: 0 0 0 30px;
  padding-left: 13px;
  padding-bottom: 5px;
  list-style-type: none;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	background-position:left 4px;     
}

#contenu div.tri img {
	margin: 0 0 0 2px;
}

#contenu .paragraphe {
	margin: 10px 0;
  display:block;
	padding-left: 0px;
	clear: both;
}

#contenu dt {clear:both;}

#contenu .PRS_ACCROCHE1 {
	background-color: #f6f6f6;
}
#contenu .PRS_ACCROCHE2 {
	margin: 0 10%;
	background-color: #0e3293;
	color: #ffffff;
}
#contenu .PRS_ACCROCHE2 a {
	color: #ffffff;
}

.PRS_KITAME img {margin: 0 !important}
.PRS_KITAME {margin: 0 !important;padding:0 !important;text-align:center}

#contenu p {
    padding-top: 0px;
    margin-top: 5px;    
}

#contenu p.accroche {
	display:none;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
}
#contenu p.alerte{
	color:#C00000;
}

#contenu a.panier_add {
  color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

#contenu a.panier_add:hover {
	text-decoration:none;
}

#contenu img.panier_add {
  border:none;
  padding: 0;
  margin: 0;
  margin-bottom: -2px;
  margin-right:3px;
  text-decoration:none;
}

#contenu a.alt {
	color:#175892;
	text-decoration:underline;
	font-weight:bold;
}

#contenu a.alt:visited {
	color:#175892;
	text-decoration:underline;
}
#contenu a.alt:hover {
	color:#175892;
	text-decoration:none;
}

#contenu a.commentaire,
#contenu span.commentaire {
  color:#F6B35A!important;
  text-decoration: none!important;
  background-image: url(images/picto_commentaire_petit.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-weight: bold;
}

#contenu p.commentaire a.alt {
	color:#f79e28!important;
	text-decoration:underline;
	font-weight:bold;
}

#contenu p.commentaire a.alt img {
	text-decoration:none;
}

#contenu .tpl_agendaLast li {
    padding-bottom: 10px;
}


#contenu .tpl_agendaLast a.alt,
#contenu .tpl_hyperactuLast a.alt,
#contenu .tpl_PodcastLast a.alt,
#contenu .tpl_hyperactuFiche a.alt,
#contenu .tpl_PodcastFiche a.alt {
    color: #000000;
    text-decoration: none;
    background-image: url(images/picto_debat_petit.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: normal;
    padding-left: 15px;
    font-weight: bold;
}

#contenu .tpl .CommentaireListe .posterCommentaire {
  text-align: right;
  color:#F6B35A;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: #F6B35A solid 2px;
}

#contenu .tpl .CommentaireListe .posterCommentaire a {
  color:#F6B35A;
  text-decoration: none!important;
  background-image: url(images/picto_commentaire.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  height: 22px;
}

#contenu .tpl .CommentaireListe p{
  margin:0px;
  padding: 0px;
}

#contenu .tpl .CommentaireListe p.titreCommentaire {
  margin:0px;
  padding: 0px;
  margin-top: 10px;
}

#contenu .tpl .CommentaireListe p.titreCommentaire strong{
  color:#000000;
}

#contenu .tpl .auteurCommentaire {
  color:#ACACA4;
}

#contenu .tpl .auteurCommentaire strong{
  color:#F6B35A;
}

#contenu .tpl .CommentaireListe,
#contenu .tpl .CommentaireListe p,
#contenu .tpl .CommentaireListe .bloc0,
#contenu .tpl .CommentaireListe .bloc1 {
  background-color: #FFF9E1!important;
}

#contenu .FormcommentaireSaisie {
  display: none;
  background-color: #FFF9E1;
}

#contenu .FormcommentaireSaisie fieldset{
  border: none;
}

#contenu .commentaireContenu {
  display: none;
}

#contenu .tag, #contenu td.tag, #contenu td.tag a , #contenu div.tag a, #contenu p.tag a {
	color:#BBBBBB!important;
	font-size: 12px;
	font-weight: bold!important;
  text-decoration:none;
}

#contenu a.nonunderline {	
	text-decoration:none;
}
#contenu a.nonunderline:visited {	
	text-decoration:none;
}

#contenu a.nonunderline:hover {
	text-decoration:underline;
}



#contenu a.alt2{
	color:#BF8C73;
	text-decoration: underline;
}
#contenu a.alt2:visited{
	color:#993300;
	text-decoration: underline;
}

#contenu a.alt2:hover{
	color:#993300;
	text-decoration: underline;
}

#contenu .petit {
	color: #000000;
	text-decoration: none;
	font-size: 7pt;
}

#contenu img {
	margin: 3px;
}



#contenu form {background-color:transparent;}
#contenu .submit {background-color:transparent;}
#contenu fieldset {
/*  border:none;*/
  margin-left: -2px;
}

#contenu legend {
	color:#CC3333;
	font-weight: bold;
	margin: 0 5px 0 5px;
}
#contenu .blocWarning {
  padding: 5px; 
  margin: 0 0 10px 0;
  background-color: #FFCCCC!important;
  border:1px solid #FF0000!important;
}
/************************************************************************************/
/*                                HAUT DE PAGE                                       */
/************************************************************************************/
#bandeau {
	position: relative;
	width: 1000px;
    /*left: 50%;*/
	margin: 0;
    /*margin-left: -500px;*/
	padding: 0;
    height:331px;
    background-image: url(images/fond_bandeau.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#bandeau a.logo{
	position: relative;
	top: 9px!important;
	left: 19px;
	margin: 0px;
	padding: 0px;
}

#bandeau a.logo_territorial{
	position: absolute;
    float:right !important;
	top: 5px;
	right:10px;
	margin: 0px;
	
	padding: 0px;
}

#menu_informer {
    position: absolute;
    top:135px;
    left:116px;
    
}

#menu_informer a{
    display: block;    
}

#menu_informer #menu_informer_1 a {margin-top:5px;margin-left:20px; background-image:url(images/bt_Menu01_on_01.gif);position:top left;}
#menu_informer #menu_informer_2 a {margin-left:20px; background-image:url(images/bt_Menu01_on_02.gif);position:top left;}
#menu_informer #menu_informer_3 a {margin-left:20px; background-image:url(images/bt_Menu01_on_03.gif);position:top left;}
#menu_informer #menu_informer_4 a {margin-left:20px; background-image:url(images/bt_Menu01_on_04.gif);position:top left;}
#menu_informer #menu_informer_gris_1 a {margin-top:5px;margin-left:20px; background-image:url(images/bt_Menu01gris_on_01.gif);position:top left;}
#menu_informer #menu_informer_gris_2 a {margin-left:20px; background-image:url(images/bt_Menu01gris_on_02.gif);position:top left;}
#menu_informer #menu_informer_gris_3 a {margin-left:20px; background-image:url(images/bt_Menu01gris_on_03.gif);position:top left;}
#menu_informer #menu_informer_gris_4 a {margin-left:20px; background-image:url(images/bt_Menu01gris_on_04.gif);position:top left;}

#menu_informer #menu_informer_1 a:hover {visibility: visible;}
#menu_informer #menu_informer_2 a:hover {visibility: visible;}
#menu_informer #menu_informer_3 a:hover {visibility: visible;}
#menu_informer #menu_informer_4 a:hover {visibility: visible;}
#menu_informer #menu_informer_gris_1 a:hover {visibility: visible;}
#menu_informer #menu_informer_gris_2 a:hover {visibility: visible;}
#menu_informer #menu_informer_gris_3 a:hover {visibility: visible;}
#menu_informer #menu_informer_gris_4 a:hover {visibility: visible;}

#menu_informer #menu_informer_1 a:hover img{visibility: hidden;}
#menu_informer #menu_informer_2 a:hover img{visibility: hidden;}
#menu_informer #menu_informer_3 a:hover img{visibility: hidden;}
#menu_informer #menu_informer_4 a:hover img{visibility: hidden;}
#menu_informer #menu_informer_gris_1 a:hover img{visibility: hidden;}
#menu_informer #menu_informer_gris_2 a:hover img{visibility: hidden;}
#menu_informer #menu_informer_gris_3 a:hover img{visibility: hidden;}
#menu_informer #menu_informer_gris_4 a:hover img{visibility: hidden;}

#menu_informer #menu_informer_1 a.actif img{visibility: hidden;}
#menu_informer #menu_informer_2 a.actif img{visibility: hidden;}
#menu_informer #menu_informer_3 a.actif img{visibility: hidden;}
#menu_informer #menu_informer_4 a.actif img{visibility: hidden;}
#menu_informer #menu_informer_gris_1 a.actif img{visibility: hidden;}
#menu_informer #menu_informer_gris_2 a.actif img{visibility: hidden;}
#menu_informer #menu_informer_gris_3 a.actif img{visibility: hidden;}
#menu_informer #menu_informer_gris_4 a.actif img{visibility: hidden;}


#menu_se_fomer {
    position: absolute;
    top:115px;
    left:264px;
}

#menu_se_fomer a{
    display: block;    
}

#menu_se_fomer #menu_se_fomer_1 a {margin-top:5px;margin-left:18px; background-image:url(images/bt_Menu02_on_01.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_2 a {margin-left:18px;background-image:url(images/bt_Menu02_on_02.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_3 a {margin-left:18px;background-image:url(images/bt_Menu02_on_03.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_4 a {margin-left:18px;background-image:url(images/bt_Menu02_on_04.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_5 a {margin-left:18px;background-image:url(images/bt_Menu02_on_05.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_6 a {margin-left:18px;background-image:url(images/bt_Menu02_on_06.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_7 a {margin-left:18px;background-image:url(images/bt_Menu02_on_07.gif);position:top left;}

#menu_se_fomer #menu_se_fomer_gris_1 a {margin-top:5px;margin-left:18px;background-image:url(images/bt_Menu02gris_on_01.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_gris_2 a {margin-left:18px;background-image:url(images/bt_Menu02gris_on_02.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_gris_3 a {margin-left:18px;background-image:url(images/bt_Menu02gris_on_03.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_gris_4 a {margin-left:18px;background-image:url(images/bt_Menu02gris_on_04.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_gris_5 a {margin-left:18px;background-image:url(images/bt_Menu02gris_on_05.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_gris_6 a {margin-left:18px;background-image:url(images/bt_Menu02gris_on_06.gif);position:top left;}
#menu_se_fomer #menu_se_fomer_gris_7 a {margin-left:18px;background-image:url(images/bt_Menu02gris_on_07.gif);position:top left;}

#menu_se_fomer #menu_se_fomer_1 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_2 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_3 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_4 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_5 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_6 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_7 a:hover {visibility: visible;}

#menu_se_fomer #menu_se_fomer_gris_1 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_gris_2 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_gris_3 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_gris_4 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_gris_5 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_gris_6 a:hover {visibility: visible;}
#menu_se_fomer #menu_se_fomer_gris_7 a:hover {visibility: visible;}

#menu_se_fomer #menu_se_fomer_1 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_2 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_3 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_4 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_5 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_6 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_7 a:hover img{visibility: hidden;}

#menu_se_fomer #menu_se_fomer_gris_1 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_2 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_3 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_4 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_5 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_6 a:hover img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_7 a:hover img{visibility: hidden;}

#menu_se_fomer #menu_se_fomer_1 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_2 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_3 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_4 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_5 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_6 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_7 a.actif img{visibility: hidden;}

#menu_se_fomer #menu_se_fomer_gris_1 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_2 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_3 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_4 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_5 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_6 a.actif img{visibility: hidden;}
#menu_se_fomer #menu_se_fomer_gris_7 a.actif img{visibility: hidden;}

#menu_accueil {
    position: absolute;
    top:180px;
    left:9px;
}

#menu_espace_apprenant {
    position: absolute;
    top:137px;
    left:442px;
}
#menu_espace_apprenant a{
    display: block;    
}



#banniere{
	/*padding-top:10px;*/
    /*float:left;*/
	margin:0 auto;
	width : 1000px;
	padding:0;
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-left: 10px;*/
    z-index:1;
}

.baseline{
    position: relative;
    top:0px;
    left:25px;
    width: 975px;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
}
.baseline h1{
    position: relative;
    top:0px;
    margin: 0px!important;
    padding: 0px!important;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
}


#menu_haut {
	position: absolute;
  width: 430px!important;
	left: 505px;
	top:265px;
    margin: 0; 
	margin-left: 60px;
    padding: 0;
    height: 20px;
	background:none;
}

#menu_haut a {
	margin: 0;
    padding: 0;
    padding-left: 6px;
    padding-right: 8px;
    color:#737373!important;
    text-decoration: none;  
}

#menu_haut p {
	position:relative;
    margin: 0;
    padding: 0;
    height:20px;
    line-height: 20px;
}

#menu_haut_bis {
	position: absolute;
    width: 415px!important;
	left: 565px;
	top:302px;
	margin: 0;
    padding-top: 3px;
    line-height: 20px;   
	background:none;
}

#menu_haut_bis p{
	position:relative;
    margin: 0;
    padding: 0;
    height:20px;    
    line-height: 20px;    
}

#menu_haut_bis a {
    padding-left: 6px;
    padding-right: 8px;
    color:#FFFFFF!important;
    text-decoration: none;  
}

#menu_haut_bis img {
     margin-top: -5px;
}

#menu_haut_rapide {
    position: relative;
    width: 850px!important;
	left: 50%;
    padding: 0;
    margin: 0; 
	margin-left: -500px;
    /*
    top:115px;
    top:15px;
    */
    text-align: right;
}

#menu_haut_rapide li {
    display: inline;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

#menu_haut_rapide li.PGS_MONCOMPTE       {display: inline;background-image: url(images/picto_mon_compte.gif);}
#menu_haut_rapide li.PGS_MON_RESEAU      {display: inline;background-image: url(images/picto_mon_reseau.gif);}
#menu_haut_rapide li.PGS_MA_LCT          {display: inline;background-image: url(images/picto_ma_lct.gif);}
#menu_haut_rapide li.PGS_RSS             {display: inline;background-image: url(images/picto_rss.gif);}
#menu_haut_rapide li.PGS_LETTRE_INFO_LDC {display: inline;background-image: url(images/picto_newsletter.gif);}

#menu_haut_rapide li a {
    font-weight: bold;
    color: #000000!important;
    text-decoration: none;
}
/************************************************************************************/
/*                                BAS DE PAGE                                       */
/************************************************************************************/
#footer {
	position: relative;
    /*float:left;*/
    margin:0 auto;
    margin-top: 50px;
    padding:0px;
	padding-bottom: 10px;
    width:1000px;
    background-color: #FFFFFF;
	background-image:url(images/fond_footer.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	clear: both;
}

#footer #acces_rapide {

    width:775px;
    height: 100px;
    margin:0px;
	padding:0px;
	padding-top: 10px;
    padding-left: 225px;
    background-color: #FFFFFF;
	background-image:url(images/fond_footer_acces_rapide.gif);
	background-repeat:no-repeat;
	background-position:left 10px; 
}

#footer #acces_rapide li {
	display:inline;
}

#footer #acces_rapide li img {
	padding-top: 15px;
}

#footer table h4 {
	width:165px;
    margin:0px;
	padding:0px;
	text-align: center;
}

#footer table ul {
    margin:0px;
	padding:0px;
	width:155px;
}

#footer table ul li{
    margin:0px;
	padding:0px;
	width:142px;
    padding-left: 13px;
    list-style-type: none;
	background-image:url(images/puce.gif);
	background-repeat:no-repeat;
	background-position:left 5px;     
}


#basPage{
	float:left;
    margin:0 auto;
	padding-left:10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    width:980px;
    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 a.envoyer, #basPage a:visited.envoyer, #basPage a:hover.envoyer {
	border:none;
}

#basPage img {
  padding: 0 !important;
  padding-right: 2px !important;  
  margin: 0 !important;
  margin-bottom: -3px !important;  
}

#copyright {color: #000000;text-align:center;}

/************************************************************************************/
/*                                      RECHERCHE                                   */
/************************************************************************************/
#recherche {
	position: absolute;
	top:302px;
    left:0px;
    margin: 0; 
    width:460px;
	padding: 0;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
    height: 20px;
	white-space: nowrap;
}

#recherche .tpl_recherche_mdl {
    display: inline;
    width:460px;
	padding: 0;
	margin: 0;
    height: 20px;
    line-height: 20px;
}

#recherche .tpl_recherche_mdl a img{
    margin-top: -1px;
          
	padding:0;
	vertical-align:middle;	
}

#recherche label {
    color: #FFFFFF;
}

#recherche input {
	/*border-style: none;*/
	font-size: 10px;
	padding: 2px;
}
#recherche input.submit {
	background-color: #0e3293;
	font-weight: bold;
	color: #ffffff;
}

#recherche input.submit:hover {
	cursor: pointer;
}

#recherche #searchString {
    width:220px;
}

#contenu #recherche form {
  display: inline;
    width:365px;
    border: 0px;   
    padding: 0;
    margin-top: -5px;
}
/************************************************************************************/
/*                                      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-size: 11px;
	color: #000000;
	background-color:#ebebeb;
	margin: 0 2px;
	padding: 0 2px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	text-decoration: none;
	font-weight: normal;
*/
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                                     */
/************************************************************************************/
#colonnegauche .module {
    width:300px;

    display:block;
    margin: 0;
    margin-top: 10px;
    padding: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-image:url(images/fond_module.gif);
    background-repeat:no-repeat;
    background-position: left bottom;
}

.module img{
  position: relative;
  float :none;
  padding-top: 1px;
  padding-bottom: 1px; 
}

#colonnegauche .module h3 {
    width:260px;
    padding: 0px;
    padding-left: 42px;
    padding-right: 3px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin: 0;
    margin-left:-10px;
    background-image:url(images/fond_module_h3.gif);
    background-repeat:no-repeat;
    background-position: left top;
    color:#605e5f;
    font-weight: bold;
	font-size:12px;
	line-height: 20px;    
}
#colonnegauche .module h4 {
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #999999;
  margin:0;
	padding: 2px 5px 5px 5px;
	height: 13px;
	background-color:#000000;
	color: white;
	font-weight: normal;
  text-transform: uppercase;
	text-align: left;
	text-decoration:none;
	font-size:8pt;
}

#colonnegauche .tpl_revueNumeroMoteur fieldset {
    border: none;
    margin: 0px;
    padding: 0px;
}

#colonnegauche .tpl_revueNumeroMoteur #formRecherche p label {
    width : 250px;
    display: block;
    float: none;
}

#colonnegauche .tpl_revueNumeroMoteur legend {
    display: none;
}

#colonnegauche .module.PRS_TPL_LDC_ART_RECT {
    height: 110px;    
	background-image:url(images/fond_PRS_TPL_LDC_ART_RECT.gif);
    background-repeat: no-repeat;
	background-position: left top;
}
#colonnegauche .module.PRS_TPL_LDC_ART_RECT li { 
	background-image:url(images/puce_rectificatif.gif);	
    background-repeat: no-repeat;
	background-position: left top;
	padding-left:20px;
}
#colonnegauche .PRS_TPL_LDC_ART_RECT table{
    height: 110px;
}

#colonnegauche .PRS_TPL_LDC_ART_RECT  td.tpl_rectificatif {    
    width: 167px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 10px;
}
#colonnegauche .PRS_TPL_LDC_ART_RECT  td.tpl_proposition {
    width: 136px;
    padding-top: 40px;   
    padding-left: 10px;
}


#colonnegauche .module.PRS_TPL_LDC_CITATION {
    height: 228px;
    padding-right: 20px!important;
	background-image:url(images/fond_PRS_TPL_LDC_CITATION.gif);
    background-repeat: no-repeat;
	background-position: left center;
}

#colonnegauche .PRS_TPL_LDC_CITATION table{
    height: 228px;
width: 290px;
}

#colonnegauche .PRS_TPL_LDC_CITATION  p {
    background-color: transparent!important;
}

.module .tpl_citationsondage h3 {
    display: none;
}

#colonnegauche .PRS_TPL_LDC_CITATION  td.tpl_citation {
    padding-top: 45px;
    width: 180px;
    height: 228px;
    padding-left: 2px;
    padding-right: 10px;
    margin-right: 10px;
}

#colonnegauche .PRS_PUBLICITE {
	background-image:url(images/fond_module_pub.gif);
    background-repeat: no-repeat;
	background-position: left top;
	background-color: #C8C8C8;
    margin-bottom: 0px!important;
    padding-top: 15px!important;
    padding-right: 13px;
    min-height: 53px;
}

#colonnegauche .PRS_TAG_CLOUDS {

}

/*#colonnegauche .PRS_TAG_CLOUDS h3 {}*/

#colonnegauche .PRS_TAG_CLOUDS a{
	color:#969696!important;
	text-decoration: none!important;
}

#colonnegauche .PRS_TPL_LDC_ACTU {
	background-image:url(images/fond_module_actu.gif);
    background-repeat: no-repeat;
	background-position: left bottom;
    margin-bottom: 0px!important;
    padding-bottom: 8px!important;
}

#colonnegauche .PRS_TPL_LDC_ACTU h3 {
	color:#000000!important;
	font-size: 16px;
    line-height: 20px;
}

#colonnegauche .PRS_TPL_LDC_ACTU li.bloc0 {
	background-color: #dfdfdf;
	margin-left: -8px;
	margin-right: -14px;
    padding-left: 8px;
    padding-right: 14px;
}

#colonnegauche .PRS_TPL_LDC_ACTU li a {
	color:#000000!important;
	text-decoration: none!important;
}

#colonnegauche .PRS_TPL_LDC_ACTU li a:hover {
	color:#000000!important;
	text-decoration: underline!important;
}

#colonnegauche .PRS_TPL_LDC_ACTU .regletteNavigation {
    margin-top: 5px;
} 

#colonnegauche .PRS_TPL_LDC_ACTU .pagination a,
#colonnegauche .PRS_TPL_LDC_ACTU .regletteNavigation a {
    color:#FFFFFF;
    font-weight: bold;    
    text-decoration: none;
}

#colonnegauche .PRS_TPL_LDC_ACTU .regletteNavigation a {
    margin-right: 5px;
} 

#colonnegauche .PRS_TPL_LDC_ACTU .rss_last table,
#colonnegauche .PRS_TPL_LDC_ACTU .actu_last table {
    width:307px;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 4px;
    padding-bottom: 8px;
    border:none;
    margin: 0;
    margin-left: -10px;
    background-image:url(images/fond_module_h3_flash.gif);
    background-repeat:no-repeat;
    background-position: left top;
    color:#000000;
    font-weight: bold;
}

#colonnegauche .PRS_TPL_LDC_ACTU .rss_last h3,
#colonnegauche .PRS_TPL_LDC_ACTU .actu_last h3 {
	background:none;
	border:none;
	padding: 0;
	margin: 0;
    width:100px;
	padding-right: 0px;	
	color: #2e2e2e;
	font-size:16px;
	line-height: 18px;   
}

#colonnegauche .PRS_TPL_LDC_ACTU .rss_last li {
	padding-top: 2px;  
}

#colonnegauche .PRS_TPL_LDC_EMPLOI {
	background-image:url(images/fond_module_emploi.gif);
    background-repeat: no-repeat;
	background-position: left bottom;
    margin-bottom: 0px!important;
    padding-bottom: 8px!important;
}

#colonnegauche .PRS_TPL_LDC_EMPLOI li.bloc0 {
	background-color: #e4f0f6;
	margin-left: -8px;
	margin-right: -14px;
    padding-left: 8px;
    padding-right: 14px;
}

#colonnegauche .PRS_TPL_LDC_EMPLOI li a {
	color:#000000!important;
	text-decoration: none!important;
}

#colonnegauche .PRS_TPL_LDC_EMPLOI li a:hover {
	color:#000000!important;
	text-decoration: underline!important;
}

#colonnegauche .PRS_TPL_LDC_EMPLOI p.bas{
    padding: 0;
    padding-top: 15px;
    margin: 0;
}

#colonnegauche .PRS_TPL_LDC_EMPLOI a.alt{
    padding: 0;
    padding-left: 20px;
    margin: 0;
    background-color:transparent!important;
	color: #FFFFFF;
	text-decoration: none;	
	background-image:url(images/picto_lien.gif);
    background-repeat: no-repeat;
	background-position: left top; 
}

#colonnegauche .PRS_TPL_LDC_CITATION  td.tpl_citation a {
    position: absolute;
    width: 110px;
    padding-left: 20px;
    bottom:15px;
    line-height: 10px;    
	background-image:url(images/picto_lien.gif);
    background-repeat: no-repeat;
	background-position: left top;    
	text-decoration: none!important;
}

#colonnegauche .PRS_TPL_LDC_CITATION td.tpl_sondage strong,
#colonnegauche .PRS_TPL_LDC_CITATION td.tpl_sondage form {
    color: #FFFFFF!important;
}

#colonnegauche .PRS_TPL_LDC_CITATION  td.tpl_sondage {
    padding-top: 20px;
    padding-left: 20px;
    width: 130px;
}

#colonnegauche .PRS_TPL_LDC_CITATION  .tpl_sondage a {
	text-decoration: none!important;
}

#colonnegauche .PRS_TPL_LDC_CITATION  .tpl_sondage a img{
    position: absolute;
    bottom:8px;
}


#colonnegauche .PRS_TPL_LDC_ONGLET {
	background-image:url(images/fond_PRS_TPL_LDC_ONGLET.gif);
    background-repeat: no-repeat;
	background-position: left bottom;
    margin-bottom: 0px!important;
    padding-bottom: 8px!important;
}


#colonnegauche .PRS_TPL_LDC_ONGLET ul.tabs {
	margin:0px; padding:0px;
	margin-left: -10px;
	width: 303px;
	height: 23px;
	
	background-image:url(images/fond_module_onglet_droite.gif);
    background-repeat: no-repeat;
	background-position: right top;  
}
#colonnegauche .PRS_TPL_LDC_ONGLET ul.tabs li {
	margin:0px; padding:0px;
	list-style:none;
	display:inline;
	width: 100px;
	height: 23px;
}

#colonnegauche .PRS_TPL_LDC_ONGLET ul.tabs li a.tab {
	display: block;
	float: left;
  background-image:url(images/fond_module_onglet.gif);
	background-repeat:repeat-x;	 
	background-position:bottom;
	font-weight: bold;
	color:#FFFFFF;
	width: 100px!important;
	text-align: center;
	padding-top: 5px;
	height: 18px!important;
	text-decoration: none!important;
}
#colonnegauche .PRS_TPL_LDC_ONGLET ul.tabs li a.active, #colonnegauche .PRS_TPL_LDC_ONGLET ul.tabs li a.tab:hover {
	background-image:url(images/fond_module_onglet_actif.gif);
	background-repeat:repeat-x;
	background-position:top; 
	color:#CC0001;
}

#colonnegauche .PRS_TPL_LDC_ONGLET a.alt { 
      color: #000000!important;
      text-decoration: none;
      background-image: url(images/picto_debat_petit.gif);
      background-position: left center;
      background-repeat: no-repeat;
      font-weight: normal!important;
      padding-left: 15px;
}





#colonnegauche .PRS_TPL_LDC_COL {
	background-image:url(images/fond_module_collaboratif.gif);
    background-repeat: no-repeat;
	background-position: left bottom;
    margin-bottom: 0px!important;
    padding-bottom: 8px!important;
    height:380px;
}

#colonnegauche .PRS_TPL_LDC_COL h3 {
  padding-bottom: 0px;
	margin-bottom: 3px;
  color:#000000;
  font-weight: bold;
	font-size:16px;
	line-height: 20px; 



    background: none;
    border: none;
}

#colonnegauche .PRS_TPL_LDC_COL .collaboratifContent {
    height:128px;
    width:293px;
    overflow:hidden; 
    overflow-x: hidden; 
    overflow-y: auto; 
}
#colonnegauche .PRS_TPL_LDC_COL ul.col_tab {
	margin:0px; padding:0px;
	margin-left: -5px;
	width: 310px;
	height: 24px;
}
#colonnegauche .PRS_TPL_LDC_COL ul.col_tab li {
	margin:0px; padding:0px;
	list-style:none;
	display:inline;
}

#colonnegauche .PRS_TPL_LDC_COL ul.col_tab li a.col {
	display: block;
	float: left;
	color:#FFFFFF;
	text-align: center;
	text-decoration: none!important;
	padding: 0px;
	margin: 0px;
}
#colonnegauche .PRS_TPL_LDC_COL ul.col_tab li a.actif, 
#colonnegauche .PRS_TPL_LDC_COL ul.col_tab li a.tab:hover {

}

#colonnegauche .PRS_TPL_LDC_COL #col_content_2,#colonnegauche .PRS_TPL_LDC_COL #col_content_3 { display:none; }

#colonnegauche .PRS_TPL_LDC_COL .col_content_1 a {background-image:url(images/fond_bouton_top_note.gif);background-position: left top;background-repeat: no-repeat;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_2 a {background-image:url(images/fond_bouton_top_lu.gif);background-position: left top;background-repeat: no-repeat;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_3 a {background-image:url(images/fond_bouton_top_vote.gif);background-position: left top;background-repeat: no-repeat;}

#colonnegauche .PRS_TPL_LDC_COL .col_content_1 a:hover {visibility: visible;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_2 a:hover {visibility: visible;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_3 a:hover {visibility: visible;}

#colonnegauche .PRS_TPL_LDC_COL .col_content_1 a:hover img{visibility: hidden;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_2 a:hover img{visibility: hidden;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_3 a:hover img{visibility: hidden;}

#colonnegauche .PRS_TPL_LDC_COL .col_content_1 a.actif img{visibility: hidden;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_2 a.actif img{visibility: hidden;}
#colonnegauche .PRS_TPL_LDC_COL .col_content_3 a.actif img{visibility: hidden;}

#colonnegauche .module .tpl_emploiLast h3 {
  font-family: verdana,sans-serif;
  font-size: 13px;
  color:#68A7C8;
  letter-spacing: 0.001em;
  font-stretch: ultra-condensed!important; 
  font-weight: bold; 
}

#colonnegauche .module .tpl_emploiLast h3 a{
  color:#68A7C8;
  text-decoration: none!important; 
}

#colonnegauche .tpl_revueArticleTltConnexeMDL li,
#colonnegauche .tpl_ldc_docThemeMDL li {
    background-image: url(images/puce.gif);
    background-repeat: no-repeat;
    background-position: left 3px;
    line-height: 12px;
    padding-bottom: 5px;
    padding-left: 10px;

}

.module .tpl_emploiLast ul li {
  color:#68A7C8;
  padding-bottom: 2px;
}

.module .tpl_emploiLast ul li a {
  color:#1A181B;
  text-decoration: none!important;
}

.module .tpl_loginMDL {
  width:140px;
  position: relative;
  display:block;
  background-color: #FFFFFF;
  border: 1px solid #999999;
  margin: 0 0 5px;
  padding: 0px;
  list-style: none;
  text-align:left;
}
.module .tpl_loginMDL h3.moncompte {
  background-color:#993300;
	background-image:url(images/MonCompte.gif);
	background-repeat:no-repeat;
	background-position:left center;
		padding: 2px 5px 5px 24px;
	/*padding:0 4px 0 24px;*/
  /*border-right: 1px #FFFFFF solid;  */
  /* padding:0 4px 0 24px;	*/
 /* height:20px !important; */
}
.module .tpl_loginMDL p {
	padding: 0;
	padding: 2px 2px; 
  background-color: white;
}
.module .tpl_loginMDL input {
	font-family: Verdana, Arial Helvetica, sans-serif;
	font-size: 8px;
	border: 1px solid #bebebe;
	padding: 1px;
}
.module .tpl_loginMDL a.alt2, .tpl_candidatMDL a.alt2{
	color:#BF8C73;
	text-decoration: underline;
}
.module .tpl_loginMDL a.alt2:visited, .tpl_candidatMDL a.alt2:visited{
	color:#993300;
	text-decoration: underline;
}

.module .tpl_loginMDL a.alt2:hover, .tpl_candidatMDL a.alt2:hover{
	color:#993300;
	text-decoration: underline;
}

.module p {
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px 0;
}

#colonnegauche .module p {
    width : 280px; 
}

.module ul, .module li {
	padding: 0;
	margin: 0; 
	list-style: none;
}

.module .tpl_smartAdServer {
  margin-left: -9px;	
}
.module .tpl_smartAdServer center{
	padding: 0;
	margin: 0; 	
}

.module .tpl_teaser {
  margin-left: -5px;
  margin-bottom: -10px;	
}
.module .tpl_teaser h3{
  display: none;
}
.module .tpl_teaser p{
  line-height: 1.2em;	
}

#colonnedroite .PRS_MODULE6 img {
  padding: 0px!important;
  margin: 0px!important; 
}

#colonnedroite .tpl_panierAchatMDL {
  border: 1px solid #993300;
}

#colonnedroite .tpl_panierAchatMDL a.enTete, #colonnedroite .tpl_panierAchatMDL a.enTete:visited, #colonnedroite .tpl_panierAchatMDL a.enTete:hover {
  display:block;
	width:100%;
  background-color:#993300;
  color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:0;
	padding:1px 0 0 0;
	margin:0;
	color:#FFFFFF;
	text-transform:uppercase;	
	height: 19px;
	vertical-align: middle;
	background-image:url(images/panier.gif);
	background-repeat:no-repeat;
	background-position:left center;	
}

#colonnedroite .tpl_candidatMDL {
  width:140px;
  position: relative;
  display:block;
  background-color: #FFFFFF;
  margin: -1px;
  padding: 0px;
  list-style: none;
  text-align:left;
  border: 1px solid #993300;
}

#colonnedroite .tpl_candidatMDL p {
  padding-left: 2px;
	font-size: 8pt;
}

#colonnedroite .tpl_candidatMDL input {
	font-size: 8pt;
}

#colonnedroite .tpl_candidatMDL h3 {
  display:block;
	width:100%;
  background-color:#993300;
  color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding:0;
	padding:1px 0 0 0;
	margin:0;
	color:#FFFFFF;
	text-transform:uppercase;	
	text-align: center;
	height: 19px;
	vertical-align: middle;
	background-image:url(images/MonCompte.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border:none;
}

#colonnedroite .tpl_ouvrageNumeroListeMDL {
	text-align: left;
	padding-left: 1px;
	
	background-color: #ffdcbd;
}

#colonnedroite .tpl_ouvrageNumeroListeMDL p{
	background-color: transparent;
	margin: 0px!important;
}

#colonnedroite .tpl_ouvrageNumeroListeMDL a {
	text-align: left;
	font-weight: normal;
    font-size: 0.9em;
    	background-color: transparent;
    text-decoration: none;
}

#colonnedroite .tpl_ouvrageNumeroListeMDL a:hover {
    text-decoration: underline;
}

#colonnedroite .tpl_commentaireLast {
	text-align: left;
	padding-left: 1px;
}

#colonnedroite .tpl_commentaireLast ul{
	padding: 0px!important;
	margin: 0px!important;
	text-transform:  lowercase;
}

#colonnedroite .tpl_commentaireLast ul li{
	list-style-position: inside;
	font-weight: normal;
    font-size: 0.9em;	
}

#colonnedroite .tpl_commentaireLast a {
	text-align: left;
	font-weight: normal;
    font-size: 0.9em;
    background-color: transparent;
    text-decoration: none;
}

#colonnedroite .tpl_commentaireLast a:hover {
    text-decoration: underline;
}
/*************************************************************************************/
/*                                      TEMPLATE                                     */
/*************************************************************************************/
/* MB - 30/09/2005
#contenu .tpl .bloc0, #contenu .tpl .bloc1 {
	border-top: 1px solid #0e3293;
	clear: both;
	padding: 10px 0;
}
*/

/*#contenu .bloc0, .bloc1 {
	clear: both;
	padding:0;
}
*/

#contenu .tpl_ficheMetierListe .bloc0 {
    background-image: url(images/fond_concours_bloc0.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#contenu .tpl_ficheMetierListe .bloc1 {
    background-image: url(images/fond_concours_bloc1.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#contenu .tpl_ficheMetierListe .bloc1 a,
#contenu .tpl_ficheMetierListe .bloc1 {
	background-color: transparent!important;
}

#contenu .tpl_preparationListe .bloc0 {
    background-image: url(images/fond_prepas_bloc0.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#contenu .tpl_preparationListe .bloc1 {
    background-image: url(images/fond_prepas_bloc1.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

#contenu .tpl_preparationListe .bloc1 a,
#contenu .tpl_preparationListe .bloc1 {
	background-color: transparent!important;
}

#contenu .tpl_preparationListeWbt .bloc0,
#contenu .tpl_preparationListeWbt .bloc1 {
	background-color: transparent!important;
    background-image: url(images/liste-e-learning.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height:90px!important;
}



#contenu .tpl .bloc0 h4,
#contenu .tpl .bloc1 h4{
	margin: 0px;
  padding: 0px;	
  padding-top: 5px;
}

#contenu #par6077 h4 {
	color : #165693;
	font-size:14px;	
}

#contenu .tpl .bloc0 h4,
#contenu .tpl .bloc1 h4,
#contenu .tpl .bloc0 h4 a,
#contenu .tpl .bloc1 h4 a,
#contenu .tpl .bloc0 h4 a:hover,
#contenu .tpl .bloc1 h4 a:hover,
#contenu .tpl .bloc0 h4 a:visited,
#contenu .tpl .bloc1 h4 a:visited {
	color : #165693;
	font-size:14px;	
}

#contenu .tpl .bloc1 a {
	background-color: #f6f6f6;
}

#contenu .tpl .bloc1 {
	background-color: #f6f6f6;
}

#contenu .tpl label, #contenu .tpl dt {
	font-weight: bold;
}

#contenu .tpl dd {
	margin:0;
	padding-bottom:10px;
}

#contenu .tpl select, #contenu .tpl input, #contenu .tpl button, #contenu .tpl textarea {
	font-size:8pt;
}

#contenu .tpl ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#contenu .tpl_ficheMetier {
    background-image: url(images/fond_concours_bloc1.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

	/* PUSH EMPLOI */
	#contenu .tpl_pushEmploi label {
		width:160px;
		float:left;
	}

	#contenu .tpl_pushEmploi input,
	#contenu .tpl_pushEmploi textarea,
	#contenu .tpl_pushEmploi select {
		float:left;
	}

	#contenu .tpl_pushEmploi p {
		margin:0;
		padding:5px 0 10px 0;
		clear:both;
	}

#contenu .tpl_emploiFiche label {
	font-weight: bold;
	color: #000000;	
}


#contenu .tpl_plansite table {
	width: 100%;
}
#contenu .tpl_plansite a {
	text-decoration: none;
}
#contenu .tpl_plansite a:hover {
	text-decoration: underline;
}
#contenu .tpl_plansite td {
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}
#contenu .tpl_plansite th a {
	color: #000000;

}
#contenu .tpl_plansite th  {
	background: #ffffff;
	vertical-align:top;
	text-transform:uppercase;
	text-align: left;
	
}

#contenu .tpl_hyperactuLast,
#contenu .tpl_articleMetierListe li,
#contenu .tpl_revueMultiRubriqueArticleListe li{
    padding-top: 5px;
    font-family:Arial, Helvetica, sans-serif;
    border-bottom: 1px #c0c0c0 dotted;
}

#contenu .tpl_agendaListe  .bloc0,
#contenu .tpl_agendaListe  .bloc1 {
    background-color: transparent!important;
    padding-top: 5px;
    font-family:Arial, Helvetica, sans-serif;
    border-top: 1px #c0c0c0 dotted;
}

#contenu .tpl_articleMetierListe li,
#contenu .tpl_agendaListe h4,
#contenu .tpl_revueMultiRubriqueArticleListe li  {
    padding-top: 0px;
    padding-bottom: 10px;
	  background-color: #FFFFFF!important;
}

#contenu .tpl_hyperactuLast a.titre,
#contenu .tpl_hyperactuListe a.titre,
#contenu .tpl_PodcastListe a.titre,
#contenu .tpl_PodcastLast a.titre, 
#contenu .tpl_agendaListe h4 a,
#contenu .tpl_articleMetierListe li a,
#contenu .tpl_revueMultiRubriqueArticleListe li a { 
    display: block;
    color:#000000;
    font-weight: bold;
    font-size:14px;
    line-height: 14px; 
    padding-top: 8px!important;
    text-decoration: none!important;
}

#contenu .tpl_hyperactuLast a.titre {
    display: block;
}

#contenu .tpl_articleMetierListe li em,
#contenu .tpl_revueMultiRubriqueArticleListe li em {
    margin-top: -10px;
    display: block;
    padding: 0px;

}

#contenu .tpl_partage .paragraphe {
	padding-left: 0;
}

#contenu .tpl_actualiteListe,
#contenu .tpl_accrocheFilles {
	border-bottom: 1px solid #0e3293;
}
#contenu .tpl_actualiteListe h4 span {
	font-size: 10px;
	font-weight: normal;
}

/* SB 10-10-05 Ajout style tpl nos sites */

#contenu .tpl_nossitesFiche p {
	margin-top:0px;
	padding-top:0px;
  background-color: #FFFFFF;
}

#contenu .tpl_nossitesFiche ul {
	margin: 0 0 0 10px;
	padding: 0;
}

#contenu .tpl_nossitesFiche img {
	float:left;
	margin-right: 20px;
	display:block;
}

#contenu .tpl_nossitesFiche li {
	margin-left: 10px;
}

/* Fin ajout style tpl nos sites */
/* SB 11-10-05 Ajout style tpl affichage date */

#contenu .tpl_affichageDate {
}

#contenu .tpl_affichageDate p {
  margin:0px;
  margin-top:-7px;
  padding:0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: rgb(0, 0, 0);  
  font-weight: bold;
}

#contenu .date_accueil {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
/* Fin ajout style tpl affichage date */

/* Styles newspress */
.liste_generale body,td{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
/*
.liste_generale a {
	color: #666666;
	text-decoration:underline;
	font-weight:bold;
}
.liste_generale a:visited {
	color:#999999;
}
.liste_generale a:hover {
	text-decoration:none;
}*/
/* fin styles newspress */

/* début etape commande */
.etape {
  display: block;
  list-style-type: none;
	margin: 0;
	padding:0;
	white-space: nowrap;
	clear:both;
	height:20px;
}

.etape a{
	color:#CC3333 !important;
  text-decoration: none;
}

.etape li.titre {
	float:left;
  padding:0;	
	margin:0;
	color:#CC3333;
	text-transform:uppercase;
  vertical-align: middle;
  background-color: #FFFFFF;
  border:none;
}

.etape li {
  float:left;
	/*padding:2px 4px 0 24px;*/
  padding:0 4px;	
	margin:0;
	margin-left:4px;
	color:#CC3333;
	border: 1px #CC3333 solid;
	text-transform:uppercase;
  vertical-align: middle;
  background-color: #FFFFFF;
}

.etape li.selected {
	color:#FFFFFF;
  background-color: #CC3333;
}

.etape li.finaliser {
  float:right;
}
/* fin styles etape commande */
/* Affichage du bouton RSS */
#contenu table.RSS{
  padding:0;
  margin:0;
  width:100%;
}

#contenu table.RSS td, #contenu table.RSS tr{
  border:0;
  padding:0;
  margin:0;
}

#contenu table.RSS p{
  padding-top:5px;
  margin-top:5px;
  padding-bottom:0;
  margin-bottom:0;
}

#contenu img.logo_RSS {
  padding: 0 !important;
  /*padding-left: 10px !important;*/
  margin: 0 !important;
  margin-bottom: -3px !important;
}
/*Fin Affichage du bouton RSS */
/* Pack produit */
#AffichePack {margin: 0 !important;padding:0 !important;margin-bottom: 4px !important;}
#AffichePack img {margin: 0!important;}

#AffichePack p {margin: 0 !important;padding:0 !important;}
#AffichePack .description p{margin-left: 2px !important;}


.tpl_packProduitsCommande img {margin-left: 0 !important}

/* Affichage login */
#contenu fieldset.deuxColonnes {
padding : 5px;
margin :0px;
width:210px;
}

#contenu fieldset.deuxColonnes p{
padding : 0px;
margin :0px;
}

#contenu fieldset.deuxColonnes h4{
padding-top : 5px;
}
/* fin Affichage login */
.conteneur td.colonne1, .conteneur td.colonne2 {
margin: 0px!important;
padding: 0px!important;
width:260px!important;
}

.conteneur td.colonne1 .accueil,
.conteneur td.colonne2 .accueil {
padding-bottom: 10px!important;
}

.conteneur td.colonne1 {
padding-right: 10px!important;
}

.conteneur td.colonne2 {
padding-left: 10px!important;
}

.conteneur td.colonne2 .PRS_DESSIN
{
    padding-left: 5px;
    text-align: center;
    background:none!important;
    color: #ffffff;
    width: 260px;
}

.conteneur .colonne2 a img, .conteneur .colonne2 p {
padding-top: 0px!important;
padding-left: 0px!important;
margin: 0px!important;
}

.conteneur td.colonne1 .accueil h3,
.conteneur td.colonne2 .accueil h3,
.conteneur td.colonne3 .accueil h3,
.conteneur td.colonne4 .accueil h3
{
padding: 0px!important; 
margin: 0px!important;
margin-bottom:10px!important;
}

.conteneur td.colonne1 .accueil h3 img,
.conteneur td.colonne2 .accueil h3 img,
.conteneur td.colonne3 .accueil h3 img,
.conteneur td.colonne4 .accueil h3 img
{
padding: 0px!important; 
margin: 0px!important;
margin-bottom: -5px!important;
}

#Accueil #accueil2blocs .conteneur td.colonne4 .accueil h3{
    padding-top: 5px!important;
}

.conteneur td.colonne4 .accueil h4
{
padding: 0px!important; 
margin: 0px!important;
margin-top: 10px!important;
}

#contenu .conteneur td.colonne4 p
{
padding: 0px!important; 
margin: 0px!important;
padding-bottom: 20px!important; 
}



#Accueil #accueil2blocs .conteneur td.colonne3 .accueil{
    margin-left: -5px!important;
    padding-left: 5px!important;
    background-image:url(../DMN_V2CAP/images/fond_colonne2_02.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    color:#FFFFFF!important;
    width:260px;
    margin-bottom: 5px;
}

#Accueil #accueil2blocs .conteneur td.colonne3 .accueil h3{
    margin-left: -5px!important;
    padding-left: 5px!important;
    padding-top: 5px!important;
    background-image:url(../DMN_V2CAP/images/fond_colonne2H3_02.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color:#FFFFFF!important;
}

#Accueil #accueil2blocs .conteneur td.colonne3 .accueil h4,
#Accueil #accueil2blocs .conteneur td.colonne3 .accueil a,
#Accueil #accueil2blocs .conteneur td.colonne3 .accueil a.alt
{
    color:#FFFFFF!important;
}

#Accueil #accueil2blocs .conteneur td.colonne3 .accueil ul li {
    background-image: url(../DMN_V2CAP/images/puce_blanc.gif);
}






#accueilCap td {
	padding: 0px!important;
	vertical-align:top;
}

#accueilCap .pave_home {
    background-image:url(../DMN_V2CAP/images/SIT_V2CAP_fond_pave_accueil.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 270px;
}

#accueilCap .interieur {
    margin-top: 51px;
    width:240px;
    padding-left: 12px;
}

#accueilCap .interieur tr {
    height:33px;
    width:240px;
    background-image:url(../DMN_V2CAP/images/SIT_V2CAP_fond_pave_accueil_bouton.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color:#000000!important;
}

#accueilCap .interieur tr:hover {
    background-image:url(../DMN_V2CAP/images/SIT_V2CAP_fond_pave_accueil_bouton_on.gif);
    color:#FFFFFF!important;    
}

#accueilCap .interieur tr a {
    color:#000000!important;
    text-decoration: none!important;    
}

#accueilCap .interieur tr:hover a {
    color:#FFFFFF!important; 
    text-decoration: none!important;        
}

#accueilCap .interieur td{
    padding-top: 15px!important;
}

#accueilCap .interieur td.chiffre {
    width:40px!important;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

#accueilCap .para_accueil {
    margin-right: -5px;
    width:265px;
    padding-left: 10px!important;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-image:url(../DMN_V2CAP/images/fond_colonne2_02.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    color:#FFFFFF!important;
}

#accueilCap .para_accueil h3{
    margin-top: 0px;
    margin-left: -10px!important;
    padding-left: 10px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    background-image:url(../DMN_V2CAP/images/fond_colonne2H3_02.gif);
    background-position: center top;
    background-repeat: no-repeat;
    color:#FFFFFF!important;
    font-size: 14px;
    line-height: 14px;
    height:20px;
}

#accueilCap .para_accueil strong {
    color: #FFFFFF;
    font-weight: bold;
}

#accueilCap .para_accueil h4,
#accueilCap .para_accueil a,
#accueilCap .para_accueil a.alt
{
    color:#FFFFFF!important;
}

#accueilCap .para_accueil ul li {
    background-image: url(images/puce_blanc.gif);
}

#contenu .tpl_hyperactuFiche h3 {
	color:#000000;
	font-size:36px;
	line-height: 40px;
}
/* ECARDS*/
#divFormCreationEcard {
  background-image: url(/images/E-cartes.gif)!important;
  background-repeat: no-repeat;
  width: 468px;
  height: 400px;
}
#ECA_SAISIE_IMG{
float: right;
padding-top: 63px;
}
#ECA_SAISIE{
margin-top: 20px!important;
}
#ECA_PREVI{
width: 468px;
height: 400px;
background-image: url(/images/E-cartes.gif)!important;
background-repeat: no-repeat;
}
#ECA_PREVI_IMG{
height: 345px!important;
width: 200px!important;
text-align: center;
vertical-align: middle!important;
}
#ECA_PREVI_CONTENU{
text-align: left!important;
position: relative;
padding-top: 50px!important;
padding-left: 40px!important;
}
#ECA_PREVI_MESSAGE{
text-align: justify!important;
padding-left: 30px!important;
padding-right: 5px!important;
}
.ECA_taberreur{
background-color: #ffcccc;
width: 468px;
}

#tag .mcl0 {
    font-size: 1.2em;
    line-height:18px;
    font-weight: normal;
}
#tag .mcl1 {
    font-size: 1.5em;
    line-height:20px;
    font-weight: normal;
}
#tag .mcl2 {
    font-size: 1.8em;
    line-height:22px;
    font-weight: normal;  
}
#tag .mcl3 {
    font-size: 2.1em;
    line-height:24px;
    font-weight: normal;   
}
#tag .mcl4 {
    font-size: 2.4em;
    line-height:26px;
    font-weight: normal;  
}
#tag .mcl5 {
    font-size: 2.7em;
    line-height:28px;
    font-weight: normal;    
}
table.Table_Vote {
    width: 70px;
    margin-bottom: 10px!important;
    margin-left: 10px!important;
}
table.Table_Vote td.nbvote{
    height: 65px;
    background-image: url(images/fond_vote_2.gif)!important;
    background-repeat: no-repeat;
    text-align:center!important;
    vertical-align:middle!important;
    font-size: 14px;
    line-height: 20px;
    font-weight: bolder;
    color: #000000;
}
table.Table_Vote td.nbvote strong{
    font-size: 22px;
    font-weight: bolder;
    color: #000000;
}

table.Table_Vote td.voter{
    text-align:center;
    vertical-align:middle!important;
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
table.Table_Vote td.voter a, table.Table_Vote td.voter a:visited, table.Table_Vote td.voter span.avote{
    color: #000000;
    background-image: url(images/picto_voter_petit.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
}
/***************************/
/* Toggler - default style */
/*
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	color:#000000;
	font-weight: bold;
	font-size:11px;
	*/
	.toggler {
	   margin:5px 0 5px 0;
		cursor:pointer;
		text-decoration: none;
		/*font-size: 1.4em;*/
		font-weight:bold;
		line-height:30px;
		display: block;
	}
	.toggler-closed {
		color:#000000;
		padding-left:20px;
		height:30px;
		background: #efefef url('images/togglerc.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-closed:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('images/togglerch.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}
	.toggler-opened {
		color:#000000;
		padding-left:20px;
		height:30px;
		background: #efefef url('images/togglero.gif') center right no-repeat;
		border: solid 1px white;
	}
	.toggler-opened:hover {
		color: #000;
		padding-left:20px;
		height:30px;
		background: #fff url('images/toggleroh.gif') center right no-repeat;
		border: solid 1px #e3e3e3;
	}

  .tpl_debatMDL .resultPour span, .tpl_debatMDL .resultContre span{
    text-align: center;
  }  
  .tpl_debatMDL .resultPour, .tpl_debatMDL .resultContre, .tpl_debatMDL .resultNeutre{
    margin: 5px;
  }  

  .tpl_debatMDL .resultPour p, .tpl_debatMDL .resultContre p{
    padding-right: 5px;
    padding-left: 5px;
  }  
  .tpl_debatMDL .resultPour .arg1, .tpl_debatMDL .resultContre .arg1, .tpl_debatMDL .resultNeutre .arg1{
    background-color: #fff9e1;
    padding: 10px;
  } 
  .tpl_debatMDL .arg1 {
    background-color: #fff9e1;
    padding: 10px;
  } 
  .tpl_debatMDL .arg0 {
    padding: 10px;
  } 
  .tpl_debatMDL label.result{
    width: 150px;
    float: left;
    padding-right: 5px;
    
  } 
  
.collaboratifContent .nbComment {
      color: #f6b35a;
      text-decoration: none;
      background-image: url(images/picto_commentaire_petit.gif);
      background-position: left center;
      background-repeat: no-repeat;
      font-weight: bold;
      width: 115px!important;
      padding-left: 20px;
}
.collaboratifContent .nbVote {
      color: #f6b35a;
      text-decoration: none;
      background-image: url(images/picto_vote_petit.gif);
      background-position: left center;
      background-repeat: no-repeat;
      font-weight: bold;
      width: 115px!important;
      padding-left: 20px;
}
.collaboratifContent .ligne1{
    padding-top: 3px;
}
.collaboratifContent .url{
    padding-bottom: 3px;
    font-family: Arial,Helvetica,sans-serif;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #c0c0c0;
}
.collaboratifContent a{
  text-decoration: none;
}
.tpl_collaboratifMDL table.Moduledebat {
  width:284px;
  height:155px!important;
  margin: 0;
  padding: 0;
}
.tpl_collaboratifMDL .debats table td.lastdebat{
  width: 154px;
  padding-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.tpl_collaboratifMDL .debats table td.lastreponse{
  width: 130px;
  padding-top: 10px!important;
  padding-left: 10px!important;
  padding-right: 2px!important;
  font-size: 12px;
  font-weight: bold;
}
.tpl_collaboratifMDL .debats table td.lastreponse .autresreactions{
      color: #f6b35a;
      text-decoration: none;
      background-image: url(images/picto_debat_petit.gif);
      background-position: left center;
      background-repeat: no-repeat;
      font-weight: bold;
      padding-left: 15px;
}
.tpl_collaboratifMDL .debats table td.exprimezvous{
  vertical-align: bottom!important;
}

.tpl_collaboratifMDL .debats img.proposerdebat {
    padding-left: 2px;
    padding-bottom: 4px;
}


#contenu .tpl_DebatListe h4 {
    background-image: url(images/fond_debat_liste_h4.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 27px;
    line-height: 27px;
    margin: 0px;
    padding-left: 10px;
    color:#535353;
}

p.credit_photo{
    font-size: 9px;
    font-style: italic;
    width: 100px;
}
p.credit_photo_grd{
    font-size: 9px;
    font-style: italic;
}
#contenu #par5537 p,#contenu #par5538 p,#contenu #par5537 li,#contenu #par5538 li{
    font-size: 12px;
}
/* Fiche obsolète */
.blocPeremption {
    padding: 10px; 
    margin: 5px; 
    border:1px solid #FF0000!important;
    font-weight: bold;
    font-size: 1.25em;  
    text-align:center;    
    width:400px; 
    position:absolute;
    z-index:1000;  
    background-color: #FFCCCC!important; 
    filter: alpha(opacity=85);   
    opacity:.85;  
}

#contenu .tpl_preparationFiche td.visuel{
    background-image: url(images/fond_prepas_bloc0.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#contenu .tpl_preparationFiche td.visuel-elearning{
    background-image: url(images/detail-e-learning.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    height:240px!important;
}



#contenu .tpl_preparationFiche table.bloc_haut li{
    list-style: none;
    background: none;
    padding: 0px;
    margin: 0px;
    color:#155690;
    
}

#contenu .tpl_preparationFiche table.bloc_haut li{
    list-style: none;
    background: none;
    padding: 0px;
    margin: 0px;
    color:#155690;
    
}

#contenu .tpl_ficheMetierSelecteur,
#contenu .tpl_metaConcoursSelecteur,
#contenu .tpl_capMetierSelecteur,
#contenu .tpl_preparationSelecteur,
#contenu .tpl_capOuvrageSelecteur {
    text-align: center;
}

#contenu .tpl_ficheMetierSelecteur .blocselecteur,
#contenu .tpl_metaConcoursSelecteur .blocselecteur,
#contenu .tpl_capMetierSelecteur .blocselecteur,
#contenu .tpl_preparationSelecteur .blocselecteur,
#contenu .tpl_capOuvrageSelecteur .blocselecteur {
    text-align: center;
}

#contenu .tpl_ficheMetierSelecteur table,
#contenu .tpl_metaConcoursSelecteur table,
#contenu .tpl_capMetierSelecteur table,
#contenu .tpl_preparationSelecteur table,
#contenu .tpl_capOuvrageSelecteur table {
    display: block;
    text-align: center;
    margin: 0px auto;
}

#contenu .tpl_ficheMetierSelecteur h4,
#contenu .tpl_metaConcoursSelecteur h4,
#contenu .tpl_capMetierSelecteur h4,
#contenu .tpl_preparationSelecteur h4,
#contenu .tpl_capOuvrageSelecteur h4 {
    background-image: url(images/fond_sel_haut.gif);
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    padding-top: 30px;
    text-align: center;
    width:130px;
}

#contenu .tpl_ficheMetierSelecteur .long h4,
#contenu .tpl_metaConcoursSelecteur .long h4,
#contenu .tpl_capMetierSelecteur .long h4,
#contenu .tpl_preparationSelecteur .long h4,
#contenu .tpl_capOuvrageSelecteur .long h4 {
    background-image: url(images/fond_sel_haut_long.gif);
    width:200px;
}

#contenu .tpl_ficheMetierSelecteur td,
#contenu .tpl_metaConcoursSelecteur td,
#contenu .tpl_capMetierSelecteur td,
#contenu .tpl_preparationSelecteur td,
#contenu .tpl_capOuvrageSelecteur td {
    background-image: url(images/fond_sel_bas.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    text-align: left;
    width:130px;
}

#contenu .tpl_ficheMetierSelecteur td.long,
#contenu .tpl_metaConcoursSelecteur td.long,
#contenu .tpl_capMetierSelecteur td.long,
#contenu .tpl_preparationSelecteur td.long,
#contenu .tpl_capOuvrageSelecteur td.long {
    background-image: url(images/fond_sel_bas_long.gif);
    width:200px;
}

#contenu .tpl_ficheMetierSelecteur p,
#contenu .tpl_metaConcoursSelecteur p,
#contenu .tpl_capMetierSelecteur p,
#contenu .tpl_preparationSelecteur p,
#contenu .tpl_capOuvrageSelecteur p {
    margin: 0;
    padding: 0;
}

/*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.15em;
	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: #165693;
}

#contenu ul li.ui-tabs-nav-item a:hover {
	color: #165693!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: #165693!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;
	border: 1px solid #E4E5E3;
	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*/;
}

.blocimprimer{
margin-top:-70px;
margin-right:-5px;
}
.blocimprimer tr, .blocimprimer td, .blocimprimer img, .blocimprimer a {
padding:0!important;
margin:0!important;
}

.tpl_formationOngletCap #ligne1, .tpl_formationOngletCap #ligne2{
text-align: center;
}

.tpl_formationOngletCap #ligne1 img, .tpl_formationOngletCap #ligne2 img{
padding-right: 29px;
padding-left: 29px;
padding-top: 10px;
padding-bottom: 10px;
width:58px;
}


.tpl_formationOngletCap {
padding: 5px; 
}                             

.tpl_formationOngletCap .contact{
padding: 5px; 
background-color: #f5f5f5;
border: 1px #dbdfe2 solid;
}

.tpl_formationOngletCap .contact span {
color: #1a5692;
}

.tpl_formationFiliere h3 {
 font-size: 14px!important;
 padding-top:0px!important;
}
.tpl_formationFiliere #tab1 , .tpl_formationFiliere #tab2 {
 padding-top:5px!important; 
 padding-left:5px!important; 
}

.tpl_formationFiliere .sstitre{
font-size: 14px;
}

.tpl_formationFiliere p.sstitre, .tpl_formationFiliere p.duree{
 padding-top:0px!important;
 margin-top:-10px!important;
}

.tpl_formationFiliere p.duree{
 margin-bottom:20px!important;
}

.tpl_formationFicheCap h3 {
 font-size: 12px!important;
}
.tpl_formationFicheCap h4 {
 font-size: 16px!important;
}


