/* ===================================================================
 * STANDARD CMS
 * =================================================================*/
 * {
 outline:none; 
}
a:focus {
  outline: 1px solid;
}

.clear {clear : both;}
.invisible {display: none}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
.floatleft{float: left;}
.floatright{float: right;}
embed.alignleft, object.alignleft, img.alignleft, table.alignleft, dl.alignleft {float: left; margin: 0 20px 10px 0; text-align: left;}
embed.alignright, object.alignright, img.alignright, table.alignright, dl.alignright {float: right; margin: 0 0 10px 20px; text-align: left;}
table.aligncenter, dl.aligncenter {margin: auto; text-align: left;}
a img {border-width: 0;}
acronym {border-bottom: 1px dotted; cursor:help;}
/* LEGENDE */
dl.legende {
	background: #E0E0E0;
	border: none;
	padding:0;
}
dl.legende dt {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
dl.legende dt img {
	border: 10px solid #E0E0E0;
	margin: 0px;
}
dl.legende dd {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 5px 0;
	padding: 0 10px 5px 10px;
}
dl.legende dd img {float:right; margin-left: 5px;}

.divTable {
            display:block;
}
.divColumn
{
         float: left;
         display:block;
}
.divRow
{
         display:block;
}

/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/
#document {
	width: 100%;
	position: relative;
	padding-top:97px;
	font-size : 120%;
	background:url(images/fondTop.jpg) no-repeat center top;
}
#bandeauHaut {	
	width: 940px;
	margin:0px auto;
	position:relative;
	font-size:  100% ;
	z-index:2;
}

#bandeauHaut #lienDoc,#bandeauHaut #lienMenu {	
	position: absolute;
    left:-1000px;
    top: 0;
}
#bandeauHaut #lienDoc:focus,#bandeauHaut #lienMenu:focus {	
    left:0;

}
#bandeauBas {
	width: 100%
}
#corps {
	overflow: hidden;
	zoom:1;
	width: 940px;
	margin:10px auto 0px auto;
	position:relative ;
	z-index: 1;
}
#colonneGauche {
	float: left;
	width: 19%;
}
.avecDeuxColonnes #contenu {
	float: left;
	width: 60%;
	margin-left: 1%;
}
.avecColonneGauche #contenu {
	float: right;
	width: 660px;
}
#Accueil .avecColonneGauche #contenu {
	width: 740px;
}
.avecColonneDroite #contenu {
	float: left;
	width: 660px;
}
#Accueil .avecColonneDroite #contenu {
 	width: 740px;
}
#colonneDroite {
	clear: right;
	background:#EBEBEB url(images/fond_colDroite.png) no-repeat scroll left top;
	display: inline;
	float: right;
	zoom:1;
	overflow:hidden;
	padding: 10px;
	width: 240px;
	margin:0px;
}
#Accueil #colonneDroite {
	width: 160px;
}

/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
	color: #303030;
	font-family: Arial, sans-serif;
	font-size:  100% ;
}
a {
	text-decoration: none;
	color:#0c7ca5;
}
a:hover, a:focus {
	/*border: none;*/
	text-decoration: underline;
}
h2 {
	font-family: Trebuchet MS;
	font-size: 166.6%;
	margin: 10px 0;
}
h3 {
	font-size: 116.6%;
	margin: 14px 0;
}
h4 {
	font-size: 116.6%;
	color: #303030;
}
p {
	margin: 0 0 10px 0;

}

#site {
	background: #e5e5e5 url(images/fondMiddle.jpg) repeat-y center;
	font-size : 62.5%;
}

.tpl_vousEtLeCG ul li {
	background: url(images/puceClose.png) no-repeat 0 6px;
	padding: 0 0 0 10px;
	display:block;
}

/* ===================================================================
 * BANDEAU HAUT 
 * =================================================================*/
#liensSpeciaux {
padding-left:516px;
width:275px;
float:left;
line-height:16px;
}
#liensSpeciaux a {
background:url(images/liensSpeciaux_puce.gif) no-repeat center left;
padding-left:9px;

}
#liensSpeciaux a.RSS {
background:url(images/liensSpeciaux_rss.gif) no-repeat center left;
padding-left:16px;
}
#liensSpeciaux a, #bandeauBas a {
color:#5e5e5e;
/*text-decoration:none; */
}
#liensSpeciaux a:hover, #bandeauBas a:hover {
text-decoration:underline;
}
#logo {
	border: none;
	display: block;
	height: 92px;
	left: -13px;
	position: absolute;
	text-decoration: none;
	top: -81px;
	width: 490px; 
}
#chemin {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;

}
#chemin li { display:inline; }

#userTools {
	float: right;
	width: 180px;
}
#userTools img {
	margin-right: 3px;
}
#userTools img.font-moins {
	margin-right: 0;
}

#chemin, #chemin li, #chemin li a{
color:#777777;
font-size:91.3%;
text-decoration:none;
}
#teaser {
width:940px;
padding:0px;
margin:0px;
overflow:hidden;
zoom:1;
}
#bandeauHaut a:focus, #bandeauHaut a:hover, #bandeauHaut a:active{
outline:none;
border:none
}
/* ===================================================================
 * BANDEAU BAS 
 * =================================================================*/
#bandeauBas {
	background: url(images/fondBottom.jpg) no-repeat center bottom;
	padding-top: 42px;
	padding-bottom: 13px;
	text-align: center;
	width: 100%;
}

#footer {
	background: #909090 url(images/fondFooter_top.jpg) no-repeat left top;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	min-height: 186px;
	overflow: hidden;
	zoom: 1;
}



/* ===================================================================
 * TEMPLATE DU BANDEAU BAS 
 * =================================================================*/
#footer .tpl_footer {
	background: url(images/fondFooter_bas.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 20px 0;
	zoom: 1;
}
#footer .tpl_footer a {
	background: url(images/puceBlanche.gif) no-repeat 0 6px;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 100%;
	display:block;
	line-height: 14px;
	padding: 0 0 0 10px;
}
#footer .tpl_footer div {
	float:left;
	padding: 0 20px;
	width: 320px;
}
#footer .tpl_footer h3 {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 125%;
	margin: 14px 0;
}
#footer .tpl_footer ul {
	margin: 0;
	padding: 0;
}
#footer .tpl_footer ul li {
	list-style: none;
}

#footer .tpl_footer #downloads {
	border-right: 1px solid #B1B1B1;
	width: 150px;
}

#footer .tpl_footer #satellites ul {
	float: left;
	margin: 0 20px 0 0;
	width: 42%;
}

#footer .tpl_footer #extranets {
	background: #777 url(images/fondExtranet_top.gif) no-repeat left top;
	margin: 0 20px 0 0;
	padding: 0;
	width: 175px;
}
#footer .tpl_footer #extranets h3 {
	padding: 0 0 0 20px;
}
#footer .tpl_footer #extranets ul {
	background: #777 url(images/fondExtranet_bas.gif) no-repeat left bottom;
	padding: 0 0 10px 0;
}
#footer .tpl_footer #extranets ul li {
	padding: 0 0 0 25px;
}
#footer .tpl_footer #extranets ul li a {
	background: none;
	border-left: 5px solid #BBB;
	font-weight: bold;
	padding: 0 0 0 10px;
}

#footer .tpl_footer #siege {
	border-left: 1px solid #B1B1B1;
	padding: 0 0 0 10px;
	width: 160px;
}
#footer .tpl_footer #siege h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 2px;
}
#footer .tpl_footer #siege address {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 83.4%;
	font-style: normal;
	line-height: 11px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

/* ===================================================================
 * COLONNE GAUCHE 
 * =================================================================*/
#colonneGauche {
}

/* ===================================================================
 * CONTENU
 * =================================================================*/
#contenu {}

.accroche {
	background: #F1F1F1;
	color: #0C7CA5;
	font-family: Trebuchet MS;
	font-size: 116.6%;
	font-weight: bold;
	padding: 20px;
}
#contenu .paragraphe p{

}
.paragraphe {
	clear: both;
	margin: 10px 0 0 0;
}
.paragraphe a {
	color: #0C7CA5;
	font-weight: bold;
}
.paragraphe h3 {
	background: url(images/barreH3.gif) no-repeat left 3px;
	color: #303030;
	font-family: Trebuchet MS;
	font-size: 150%;
	margin: 15px 0;
	padding: 0 0 0 15px;
}
.paragraphe h4 {
	background: url(images/barreBleue.gif) no-repeat 0 5px;
	color: #0C7CA5;
	font-family: Trebuchet MS;
	font-size: 125%;
	margin: 15px;
	padding: 0 0 0 10px;
}
.paragraphe h5 {
	background: none;
	color: #0C7CA5;
	font-family: Trebuchet MS;
	font-size: 108.3%;
	margin: 15px;
	padding: 0 0 0 10px;
}
.paragraphe table {
	width: 100%;
}
.paragraphe th {
	background: #0C7CA5;
	color: #FFF;
}
.paragraphe td {
	background: #EBEBEB;
	margin: 0;
	padding: 5px;
}
.paragraphe ul, .paragraphe ol {
	margin: 10px 0;
	padding: 0 0 0 30px;
	/*list-style:inside;*/
}
.paragraphe ul li, .paragraphe ol li {
	padding: 0 0 10px 0;
}

/* ===================================================================
 * COLONNE DROITE 
 * =================================================================*/
#colonneDroite {}

/* ===================================================================
 * TEMPLATE DE LA COLONNE DROITE 
 * =================================================================*/
#colonneDroite .tpl_thematiqueListe a {
	color: #303030;
}
#colonneDroite .tpl_thematiqueListe h4 {
	margin: 0 0 15px 0;
}
#colonneDroite .tpl_thematiqueListe ul {
	margin: 0;
	padding: 0;
	font-size:100%;
}
#colonneDroite .tpl_thematiqueListe ul li {
	border-bottom: 1px solid #FFF;
	list-style: none;
	padding: 3px 0;
}
#colonneDroite .tpl_thematiqueListe #imageLienMoreThemes {
	margin: 5px 0 0 5px;
}

#colonneDroite .tpl_vousEtLeCG {
	background: #777 url(images/fondGris240_bas.png) no-repeat left bottom;
	color: #FFF;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin-bottom:10px;
}
#colonneDroite .tpl_vousEtLeCG a {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 100%;
	font-weight: normal;
}
#colonneDroite .tpl_vousEtLeCG h3 {
	background: #777 url(images/fondGris240_top.png) no-repeat left top;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 125%;
	margin: 0;
	padding: 10px;
}
#colonneDroite .tpl_vousEtLeCG li {
	list-style: none;
}
#colonneDroite .tpl_vousEtLeCG ul {
	margin: 0;
	padding: 10px 10px 0 10px;
}
#colonneDroite .tpl_vousEtLeCG ul ul {
	border-left: 5px solid #BBB;
	margin: 0 0 0 5px;
	padding: 0 10px;
}
#colonneDroite .tpl_vousEtLeCG ul ul ul {
	border-left: none;
}
#Accueil #colonneDroite .tpl_vousEtLeCG {
	background: #777 url(images/fondGris160_bas.png) no-repeat left bottom;
}
#Accueil #colonneDroite .tpl_vousEtLeCG h3 {
	background: #777 url(images/fondGris160_top.png) no-repeat left top;
}

#colonneDroite .tpl_tagCloud {
	font-family: Trebuchet MS;
	text-align: center;
	margin-bottom:10px;
}
#colonneDroite .tpl_tagCloud a {
	color: #303030;
}

/* ===================================================================
 * MODULES 
 * =================================================================*/
.module {
/*	margin: 0 0 20px 0;*/
	overflow: hidden;
	zoom:1;

}
.module h3 {
	color: #303030;
	font-family: Trebuchet MS;
	font-size: 125%;
	font-weight: bold;
}

/* ===================================================================
 * STYLES DE PARAGRAPHE 
 * =================================================================*/
.PRS_WIDTH_40R {
	clear: right;
	float: right;
	width: 300px;
	margin-bottom:10px;
}
.PRS_WIDTH_50L {
	clear: left;
	float: left;
	width: 320px;
	margin-bottom:10px;
}
.PRS_WIDTH_50R {
	clear: right;
	float: right;
	width: 320px;
	margin-bottom:10px;
}
.PRS_WIDTH_60L {
	clear: left;
	float: left;
	width: 420px;
	margin-bottom:10px;
}

/* Style "E-Services" */
.PRS_ESERVICES h3 {
	background: url(images/btnGris240.gif) no-repeat;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 125%;
	height: 27px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 10px;
}
#Accueil .PRS_ESERVICES h3 {
	background: url(images/btnGris160.gif) no-repeat;
}
.PRS_ESERVICES h4 {
	background: url(images/barreNoire.gif) no-repeat 0 2px;
	color: #0C7BA8;
	font-family: Trebuchet MS;
	font-size: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}
.PRS_ESERVICES ul {
	border-bottom: 1px solid #FFF;
	color: #303030;
	font-family: Trebuchet MS;
	font-size: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.PRS_ESERVICES ul li {
	list-style: none;
}

/* Style "Dernière minute" */
.PRS_DERNIEREMINUTE {
	background: url(images/fondDerniereMinute.png) no-repeat;
	padding: 7px;
	margin-top: 10px;
	min-height: 154px;
	width: 726px;
}
.PRS_WIDTH_60L.PRS_DERNIEREMINUTE {
	background: url(images/fondDerniereMinute60L.png) no-repeat;
	width: 406px;
}
.PRS_WIDTH_40R.PRS_DERNIEREMINUTE {
	background: url(images/fondDerniereMinute40R.png) no-repeat;
	width: 286px;
}
.PRS_DERNIEREMINUTE a {
	background: url(images/barreNoire.gif) no-repeat 0 2px;
	color: #0F7AA6;
	font-family: Arial;
/*	font-size: 83.3%;*/
	font-weight: bold;
	padding: 0 0 0 10px;
}
.PRS_DERNIEREMINUTE a:hover {
	text-decoration: underline;
}
.PRS_DERNIEREMINUTE h3 {
	background: none;
	color: #303030;
	font-size: 83.3%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;
	text-align: center;
	width: 115px;
}
.PRS_DERNIEREMINUTE h4 {
	background: none;
	font-family: Trebuchet MS;
	font-size: 125%;
	margin: 0;
	padding: 0 20px;
}
.PRS_DERNIEREMINUTE p {
	color: #0F7AA6;
	font-family: Arial;
	font-size: 91.6%;
	margin: 0;
	padding: 5px 20px;
}

/* Style "A savoir" */
.PRS_ASAVOIR h3 {
	background: url(images/ongletBleu.gif) no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.PRS_ASAVOIR p {
	background: #F1F1F1;
	font-family: Trebuchet MS;
	padding: 10px 20px;
	font-size:91.6%;
	margin: 0;
}
.PRS_ASAVOIR ul {
	background: #F1F1F1;
	margin: 0;
	padding: 0 0 0 50px;
}

/* Style "contact" */
.PRS_CONTACT a {
	background: url(images/barreNoire.gif) no-repeat 0 2px;
	padding: 0 0 0 10px;
}
.PRS_CONTACT h3 {
	background: url(images/ongletGris.gif) no-repeat;
	border-bottom: 1px solid #E5E5E5;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 40px;
	text-transform: uppercase;
}
.PRS_CONTACT p {
	border-bottom: 1px solid #E5E5E5;
	padding: 15px;
	margin: 0;
	font-size:91.6%;
}

/* Style "Liens externes" */
.PRS_LIENSEXTERNES a {
  background: url(images/barreNoire.gif) no-repeat 0 2px;
  /*background: url(images/barreNoire.gif) no-repeat 0 15px !important; */
	padding: 0 0 0 10px;
}
.PRS_LIENSEXTERNES h3 {
	background: url(images/ongletGris.gif) no-repeat;
	border-bottom: 1px solid #E5E5E5;
	color: #FFF;
	font-size: 83.3%;
	font-family: Arial;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 30px;
	text-transform: uppercase;
}
.PRS_LIENSEXTERNES p {
	border-bottom: 1px solid #E5E5E5;
	padding: 15px;
	margin: 0;
  font-size:91.6%;

}



/* Style "Voir également" */
.PRS_VOIREGALEMENT {
	background: #7ABFD9 url(images/fondVoirEgalement.png) repeat-x;
	color: #FFF;
	margin-bottom:15px;
}
.PRS_VOIREGALEMENT a {
	background: url(images/barreBlanche.gif) no-repeat left 2px;
	color: #FFF;
	padding: 0 0 0 10px;
}
.PRS_VOIREGALEMENT h3 {
	background: url(images/ongletBleu.gif) no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.PRS_VOIREGALEMENT p {
	padding: 10px 15px;
	margin: 0;
	font-size:91.6%;
}

/* Style fond gris */
.PRS_FONDGRIS {
	background: #777 url(images/fondGris240_bas.png) no-repeat left bottom;
	color: #FFF;
	padding: 0 0 10px 0;
	margin-bottom:10px;
}
.PRS_FONDGRIS a {
	color: #FFF;
}
.PRS_FONDGRIS h3 {
	background: url(images/fondGris240_top.png) no-repeat left top;
	color: #FFF;
	margin: 0;
	padding: 10px;
}
.PRS_FONDGRIS p {
	margin: 0;
	padding: 10px 10px 0 10px;
}
.PRS_FONDGRIS ul {
	background: url(images/barreUL.png) repeat-y 10px 0;
	margin: 0;
	padding: 0 20px;
}
.PRS_FONDGRIS ul li {
	list-style: none;
}
#Accueil .PRS_FONDGRIS {
	background: #777 url(images/fondGris160_bas.png) no-repeat left bottom;
}
#Accueil .PRS_FONDGRIS h3 {
	background: url(images/fondGris160_top.png) no-repeat left top;
}

/* Style fond bland */
.PRS_FONDBLANC {
	background: #FFF;
	padding: 10px;
}

/* Style des extranets */
.PRS_EXTRANET_ASSOCIATION, .PRS_EXTRANET_ASSOCIATION a { color: #93117E; }
.PRS_EXTRANET_ELU, .PRS_EXTRANET_ELU a { color: #7E9409; }
.PRS_EXTRANET_TRANSPORTEUR, .PRS_EXTRANET_TRANSPORTEUR a { color: #CA7502; }
.PRS_EXTRANET_ENTREPRISE, .PRS_EXTRANET_ENTREPRISE a { color: #CE1753; }
.PRS_EXTRANET_PRINCIPAL, .PRS_EXTRANET_PRINCIPAL a { color: #A98004; }
.PRS_EXTRANET_COLLECTIVITE, .PRS_EXTRANET_COLLECTIVITE a { color: #0B476A; }
.PRS_EXTRANET_PARTENAIRE, .PRS_EXTRANET_PARTENAIRE a { color: #A90909; }

.PRS_EXTRANET_ASSOCIATION,
.PRS_EXTRANET_ELU,
.PRS_EXTRANET_TRANSPORTEUR,
.PRS_EXTRANET_ENTREPRISE,
.PRS_EXTRANET_PRINCIPAL,
.PRS_EXTRANET_COLLECTIVITE,
.PRS_EXTRANET_PARTENAIRE {
	background: url(images/blocBlanc.png) no-repeat;
	font-size: 83.3%;
	height: 50px;
	margin-bottom: 0;
	margin-left: -5px;
	padding: 9px 0 0 7px;
	width: 240px;
}
.PRS_EXTRANET_ASSOCIATION a,
.PRS_EXTRANET_ELU a,
.PRS_EXTRANET_TRANSPORTEUR a,
.PRS_EXTRANET_ENTREPRISE a,
.PRS_EXTRANET_PRINCIPAL a,
.PRS_EXTRANET_COLLECTIVITE a,
.PRS_EXTRANET_PARTENAIRE a {
	font-family: Trebuchet MS;
	font-size: 120%;
	font-weight: bold;
}
.PRS_EXTRANET_ASSOCIATION table,
.PRS_EXTRANET_ELU table,
.PRS_EXTRANET_TRANSPORTEUR table,
.PRS_EXTRANET_ENTREPRISE table,
.PRS_EXTRANET_PRINCIPAL table,
.PRS_EXTRANET_COLLECTIVITE table,
.PRS_EXTRANET_PARTENAIRE table {
	width: 95%;
}

/* ===================================================================
 * STYLES DE PARAGRAPHE 
 * =================================================================*/
/* Style bordure gris sur image */
.bordure_grise {
	border: 10px solid #E0E0E0;
}
.fleche_noire {
	background: url(images/flecheNoire.gif) no-repeat 0 3px;
	padding: 0 0 0 20px;
}

/* ===================================================================
 * ARBORESCENCES 
 * =================================================================*/
.dtree a {
	color: #000;
	font-weight: normal;
}

/* ===================================================================
 * FORMULAIRES 
 * =================================================================*/
.paragraphe .ongletTitre {
	background: url(images/ongletBleu_G.gif) no-repeat left top;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 16px;
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
.paragraphe .ongletTitre span {
	background: url(images/ongletBleu_D.gif) no-repeat right top;
	float: left;
	height: 14px;
	padding: 2px 10px 0 0;
}
.paragraphe .ongletTitre span a {
	float: left;
	font-size: 83.3%;
	margin-right: 5px;
	margin-top: 1px;
}
.paragraphe .actualite_alaune .ongletTitre {
	padding-left: 5px;
}

.paragraphe .ongletTitreVert {
	background: url(images/ongletVert_G.gif) no-repeat left top;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 16px;
	margin: 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
.paragraphe .ongletTitreVert span {
	background: url(images/ongletVert_D.gif) no-repeat right top;
	float: left;
	height: 14px;
	padding: 2px 10px 0 0;
}
.paragraphe .ongletTitreVert span a {
	float: left;
	font-size: 83.3%;
	margin-right: 5px;
	margin-top: 1px;
}
.paragraphe .tpl_agendaListe .ongletTitreVert {
	padding-left: 5px;
}

#Accueil .tpl_agendaListe .item a {
	font-size:91.6%;
}

.paragraphe .titreRecherche {
	background: url(images/ongletBleu_G.gif) no-repeat left top;
	color: #FFF;
	font-size: 83.3%;
	font-family: Arial;
	font-weight: normal;
	height: 16px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
.paragraphe .titreRecherche span {
	background: url(images/ongletBleu_D.gif) no-repeat right top;
	float: left;
	height: 14px;
	padding: 2px 10px 0 0;
}
.paragraphe .tpl_agendaListe .titreRecherche {
background:transparent url(images/ongletVert_G.gif) no-repeat scroll left top;
float:left;
margin-top:2px;
width:30%;
}
.paragraphe .tpl_agendaListe .titreRecherche span {
	background: url(images/ongletVert_D.gif) no-repeat right top;
}
.paragraphe fieldset {
	border: none;
	border-top: 1px solid #E5E5E5;
}
input, textarea, select {
	border: 1px solid #B2B2B2;
	font-size: 91.6%;
}
#document textarea{
	font-family:arial;
	letter-spacing:1px;
	font-size: 91.6%;
}
option {
	padding-right: 15px;
}
.paragraphe fieldset legend {
	color: #0C7CA5;
	font-family: Arial;
	font-size: 91.6%;
	font-weight: bold;
	padding: 10px 0 0 0;
	/*display: block;
	margin: 0 0 14px 0;
	padding: 5px 0;
	width: 600px;
	white-space: normal;
	zoom: 1;*/
}
*+html .paragraphe fieldset legend {
	margin-left:-7px;
}
.paragraphe form legend span{
	white-space:normal;
	display:block;
	width:615px;
	margin:0;
	padding:0;
}
input.case {
border: none;
margin-right:5px;
}
.paragraphe form {
	border: 1px solid #E5E5E5;
	padding: 20px 20px 10px 20px;
	margin-bottom:10px;
}
.retourForm {
padding:10px;
color:#0C7CA5;
border:1px solid #0C7CA5;
background:#E5F0FB;
margin-top:10px;
margin-bottom:10px;
}
.paragraphe form .alert {
	background: #E5E5E5 url(images/alerte.png) no-repeat 10px 10px;
	color: #D60C0C;
	font-family: Arial;
	font-size: 91.6%;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 15px 0 15px 45px;
}
.paragraphe form p {
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
	zoom: 1;
	
}
.paragraphe p label {
	float: left;
	width: 20%;
	font-size:91.6%;
}

.paragraphe .action {
	padding-bottom: 0;
	text-align: right;
}
.paragraphe .action input {
background:transparent url(images/btnEnvoyer_D.gif) no-repeat scroll right top;
border:medium none;
color:#303030;
cursor:pointer;
font-family:Arial;
font-size:91.6%;
font-weight:bold;
height:18px;
padding:0 10px 0 0;

}

.paragraphe .action span {
background:transparent url(images/btnEnvoyer_G.gif) no-repeat scroll left top;
float:right;
padding:0 0 0 10px;

}

.annuaire .action span {float:right;
}
.paragraphe .IMG_calendar {
	vertical-align: top;
}
#site .paragraphe.PRS_FORMWIDTH {
	zoom: 1;
}
.paragraphe.PRS_FORMWIDTH p label {
	clear:both;
	display:block;
	float:none;
	font-weight:bold;
	margin-bottom:5px;
	width:100%;
}
.paragraphe.PRS_FORMWIDTH p label.vide {
	display: none;
}

.paragraphe p label.enLigne, .paragraphe.PRS_FORMWIDTH p label.enLigne{
float: none;
display: inline;
margin-right:15px;
font-weight:normal;
}

/* ===================================================================
 * LISTE
 * =================================================================*/
.paragraphe .alt0 {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	overflow: hidden;
	padding:20px 10px 10px;
	zoom: 1;
}
.paragraphe .alt1 {
	background: #F3F3F3;
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	overflow: hidden;
	padding:20px 10px 10px;
	zoom: 1;
}

.paragraphe .dernier,.paragraphe .alt0.dernier, .paragraphe .alt1.dernier{
border-bottom: none;
padding-bottom:0px;
}
/* ===================================================================
 * BLOC DE NAVIGATION
 * =================================================================*/
.blocNavigation {
	text-align: center;
} 
.resultatNavigation {
	font-size: 83.3%;
	font-family: Arial;
	margin: 5px 0;
}
.regletteNavigation {
	background: url(images/fond_paginations.png) no-repeat center top;
	height: 20px;
	margin: 5px 0;
	padding-top: 2px;
	font-size: 83.3%;
	font-family: Arial;
}
.regletteNavigation span {
	padding: 0 2px;
}
.regletteNavigation span a {
	background: none;
	color: #000;
	font-family: Arial;
	font-size: 100%;
	font-weight: normal;
	height: 20px;
	text-decoration: underline;
}
.regletteNavigation span a:hover {
	text-decoration: none;
}
.regletteNavigation span strong {
	background: url(images/fond_paginationsActiv.png) no-repeat center top;
	color: #559DB7;
	padding: 0 3px;
}

/* ===================================================================
 * RSS
 * =================================================================*/

.imageRssAgendaListe {
color:#303030;
float:right;
font-weight:normal;
height:10px;
margin:0 1px;
height:15px;
padding:0;
width:36px;
}


.paragraphe .tpl_actualiteListe form {
clear:both;
margin-top:0;
}


.paragraphe .tpl_actualiteListe .titreRecherche {
/*float:left;*/
margin-top:2px;
width:30%;
}

.tpl_actualiteListe .imageRssAgendaListe {
float:right;
margin-left:5px;
}
.tpl_actualiteListe a.external {
float:right;
height:17px;
}
.tpl_actualiteListe h4 {

height:17px;
}
a.RssActu{float:right; width:10%;}

/* ===================================================================
 * TEMPLATES
 * =================================================================*/


/* ===================================================================
 * TEMPLATE - ACTUALITES A LA UNE
 * =================================================================*/
.tpl_actualiteALaUne h4 {
	background: none;
	padding: 0;
}
.tpl_actualiteALaUne a {
	background: none;
}
.tpl_actualiteALaUne .actualite_alaune {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	width: 420px;
}
.tpl_actualiteALaUne .image {
	vertical-align:bottom;
	background:none;
		padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.tpl_actualiteALaUne .image td{
	vertical-align:bottom;
	background:none;
	padding:0px;
	margin:0px;
}
.tpl_actualiteALaUne .actuALaUne_details {
	background: #FFF;
	color: #000;
	filter:alpha(opacity=75);
	opacity: 0.85;
	padding: 10px;
	width: 400px;
}
.tpl_actualiteALaUne .actuALaUne_details .date {
	color: #303030;
	font-family: Arial;
	font-size: 83.3%;
}
.tpl_actualiteALaUne .actuALaUne_details h4 {
	color: #303030;
	font-family: Trebuchet MS;
	font-size:141.6%;
	line-height:17px;
	margin-bottom:2px;
}


.tpl_actualiteALaUne .actuALaUne_details a {
	background: url(images/barreNoire.gif) no-repeat 0 2px;
	color: #0F7AA6;
	font-family: Arial;
	font-size: 91.6%;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.tpl_actualiteALaUne .actualites_pageAcceuil {
	clear: right;
	float: right;
	width: 300px;
}
.PRS_WIDTH_60L .tpl_actualiteALaUne .actualites_pageAcceuil {
	clear: both;
	float: left;
	width: 420px;
	margin-bottom:10px;
}
.tpl_actualiteALaUne .actualite_pageAcceuil {
	border-bottom: 1px solid #FFF;
	background: #EBEBEB;
	padding: 10px;
}
.tpl_actualiteALaUne .date {
	color: #303030;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
}
.tpl_actualiteALaUne a {
	color: #0F7AA6;
	font-family: Trebuchet MS;
	font-size: 100%;
	font-weight: bold;
	margin-left:3px;
	margin-right:0px;
}
.tpl_actualiteALaUne a.actuALaUneHref {
font-family:Arial;
font-size:83.3%;
}
.tpl_actualiteALaUne h4 {
	font-size: 100%;
	margin: 0;
}
.tpl_actualiteALaUne p {
	color: #303030;
	font-family: Arial;
	font-size: 91.6%;
	margin:0 0 2px;
}


.tpl_actualiteALaUne p a {
	background: url(images/btnVoirTout.png) no-repeat;
	display: block;
	float: right;
	font-size: 100%;
	font-weight: bold;
	height: 16px;
	padding: 3px 0 0 0;
	text-align: center;
	width: 143px;
}

.tpl_actualiteALaUne h3 {
	background: url(images/ongletBleu120.gif) no-repeat;
	color: #FFF;
	font-size: 83.3%;
	margin: 0;
	padding: 0;
	width: 120px;
	text-align: center;
}

.tpl_actualiteALaUne h3.actuALaUneHeader {
	background: url(images/ongletBleu93.gif) no-repeat;
	color: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: 93px;
}




/* ===================================================================
 * TEMPLATE - ACTUALITE
 * =================================================================*/
.tpl_actualite h3 {
	background: none;
	margin: 0;
	padding: 0;
}
.tpl_actualite .date {
	color: #777;
	font-size: 91.6%;
	font-style: italic;
}
.tpl_actualite .img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}
.tpl_actualite .content {
	clear: both;
	margin: 0px 0px 20px 0;
	overflow: hidden;
	zoom: 1;
}
.tpl_actualite .content .accroche {
	background: none;
	color: #000;
	padding: 0;
}
.tpl_actualite .content .legend {
	clear:both;
	font-size:83.3%;
	text-align:center;
}
.tpl_actualite .action {
	text-align: right;
}

/* ===================================================================
 * TEMPLATE - ACTUALITE LISTE
 * =================================================================*/
.tpl_actualiteListe .item {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	font-family: Arial;
	font-size: 100%;
	padding: 10px;
}
.tpl_actualiteListe .item img {
	border:1px solid white;
	float:left;
	margin:0 10px 10px 0px;
	vertical-align:top;
}
.tpl_actualiteListe .item h5 {
	background: none;
	font-family: Trebuchet MS;
	font-size: 108.3%;
	margin: 0;
	padding: 0;
}
.tpl_actualiteListe .item h5 a {
	background: none;
	font-family: Trebuchet MS;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.tpl_actualiteListe .item p {
	padding: 0;
	margin: 0 0 10px 0;
}
.tpl_actualiteListe .item p.date {
	color: #777;
	font-family: Arial;
	font-size: 91.6%;
	font-style: italic;
	margin: 0;
} 

/* ===================================================================
 * TEMPLATES AGENDA
 * =================================================================*/
.tpl_agenda {
	background: #829A24 url(images/fondVert_bas.png) no-repeat left bottom;
	margin-bottom: 15px;
	color: #FFF;
	padding: 0 0 10px 0;
}
.tpl_agenda a {
	color: #FFF;
	font-weight: bold;
}
.tpl_agenda h3 {
	background: #829A24 url(images/fondVert_top.png) no-repeat left top;
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 125%;
	margin: 0;
	padding: 8px 10px;
}
.tpl_agenda p {
	padding: 0 10px;
	font-size:100%;
}
.tpl_agenda p.titre {
	font-family: Trebuchet MS;
	font-size: 116.6%;
}
.tpl_agenda .date {
	font-weight: bold;
}
.tpl_agenda p.action {
	background: url(images/barreBlanche.gif) no-repeat 0 center;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-align: left;
}
/* ===================================================================
 * TEMPLATES AGENDA LISTE
 * =================================================================*/
.tpl_agendaListe {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	overflow: hidden;
	zoom: 1;
	position : relative;
}
.tpl_agendaListe a.ics{
float:right;
width:38px;

}
.tpl_agendaListe a.imageRssAgendaListe{
float:right;
width:38px;

}

.paragraphe .tpl_agendaListe form { 
clear:both;
}

.tpl_agendaListe a {
	color: #303030;
	font-weight: normal;
}
.paragraphe .tpl_agendaListe fieldset legend {
	color: #728526;
}
.tpl_agendaListe input, .tpl_agendaListe select {
	border: 1px solid #B2B2B2;
	font-size: 91.6%;
}
.tpl_agendaListe p {
	margin: 0;
}
.tpl_agendaListe .agendaGauche {
	float: left;
	width: 7%;
}
.tpl_agendaListe .agendaGauche .date {
	background: none;
	padding: 0;
	text-align: center;
}
.tpl_agendaListe .agendaGauche .date table {
	border: 1px solid #A3B755;
	border-collapse: collapse;
	margin: 0 auto;
	width: 60%;
}
.tpl_agendaListe .agendaGauche .date table th {
	background: #A3B755;
	color: #FFF;
	font-weight: normal;
}
.tpl_agendaListe .agendaGauche .date table td {
	background: #FFF;
	color: #000;
	padding: 0;
}
.tpl_agendaListe .agendaDroite {
	float:right;
	display:inline;
	width: 93%;
}
.tpl_agendaListe .agendaDroite h4 {
	background: none;
	color: #728526;
	font-family: Trebuchet MS;
	font-size: 108.3%;
	margin: 0;
	padding: 0;
}
.tpl_agendaListe .agendaDroite .ics {
	float: right;
}
.tpl_agendaListe .agendaDroite .agendaImage {
	clear: right;
	float: right;
	margin: 0 0 0 15px;
}
.tpl_agendaListe .agendaDroite .agendaImage img {
	margin: 0;
}
.tpl_agendaListe .agendaDroite .agendaImage .credit {
	clear: both;
	font-size: 83.3%;
	font-style: italic;
}
.tpl_agendaListe .agendaDroite .innerAgenda {

}
.tpl_agendaListe .agendaDroite .innerAgenda p.lieu {
	color: #777;
	font-family: Arial;
	font-size: 91.6%;
	font-style: italic;
	margin: 0;
}
.tpl_agendaListe .imageRssAgendaListe{
float:right;
margin-left:5px;

}
.tpl_agendaListe .item {
	border-bottom: none;
	border-top: 1px solid #E5E5E5;
	clear: both;
	font-family: Arial;
	font-size: 100%;
	zoom:1;
	overflow: hidden;
	padding: 12px 0;
	zoom: 1;
}
.tpl_agendaListe .selected {
	background: #F3F3F3;
}
#Accueil .tpl_agendaListe .date {
	background: url(images/barreVerte.gif) no-repeat 0 2px;
	color: #728526;
	font-family: arial;
	font-size: 91.6%;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 0 10px;
}

.tpl_agendaListe .Voir_tous_les_agendas {
	background: url(images/btnVoirTout.png) no-repeat;
	color: #718224;
	display: block;
	font-family: Arial;
	font-size: 91.6%;
	float: right;
	font-weight: bold;
	height: 16px;
	padding: 3px 0 0 10px;
	width: 133px;
}

/* ===================================================================
 * TEMPLATES ANNUAIRE
 * =================================================================*/
.tpl_annuaire fieldset {
	border: none;
}
.tpl_annuaire h4 {
	margin: 0;
}
.tpl_annuaire .ecran {
	float: right;
}

/* ===================================================================
 * TEMPLATES BOITE A OUTILS
 * =================================================================*/
.tpl_boiteOutils .titre {
	background: url(images/ongletBleu.gif) no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.paragraphe .tpl_boiteOutils ul {
	margin: 0;
	padding: 0;
}
.paragraphe .tpl_boiteOutils li {
	background: #F1F1F1;
	border-bottom: 1px solid #FFF;
	list-style: none;
	padding: 15px;
	font-size:100%;
}

/* ===================================================================
 * TEMPLATE RESSOURCE DOCUMENTAIRE
 * =================================================================*/
.tpl_AccesDocument fieldset {
	border: none;
}
.tpl_AccesDocument ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tpl_AccesDocument ul ul {
	padding-left: 15px;
}
.tpl_AccesDocument ul li li {
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 5px 0;
	zoom: 1;
}
.tpl_AccesDocument ul li li.first {
	border-top: none;
	padding: 0 0 5px 0;
}
.tpl_AccesDocument #access_doc_arbo {
	margin-top: 20px;
}
.tpl_AccesDocument .catName {
	margin: 0 0 5px 0;
	padding: 3px 20px;
}
.tpl_AccesDocument .documentArbo {
	border: none;
	padding: 0;
}
.tpl_AccesDocument .docLink {
	color: #303030;
	font-weight: normal;
	float: left;
	padding: 0 0 0 10px;
}
.tpl_AccesDocument .docSize {
	float: right;
	width: 80px;
}
.tpl_AccesDocument .docType {
	float: right;
	padding: 0 10px;
}

/* ===================================================================
 * TEMPLATES SERVICE
 * =================================================================*/
.tpl_service h3 {
	background: url(images/ongletBleu.gif) no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.tpl_service a {
	color: #303030;
	font-weight: normal;
	outline: none;
	text-decoration: underline;
}
.tpl_service h4 a {
	text-decoration: none;
}
.tpl_service a:hover,.tpl_service a:focus {
	text-decoration: none;;
}
.tpl_service div {
	border: none;
	padding: 10px;
}
.tpl_service .item {
border:medium none;
padding:0px;
}
.tpl_service h4 {
	border-bottom: 1px solid #E5E5E5;
}
.tpl_service p {
	font-size: 91.6%;
	margin: 0;
	padding: 0;
}
.tpl_service table {
	width: 100%;
}
.tpl_service table td {
	background: transparent;
	padding: 0;
	vertical-align: bottom;
}

.tpl_service .item .item {
	padding: 10px 0 10px 15px;
}
.tpl_service .item .item div {
	padding: 0;
}
.tpl_service .item .item h4 {
	background: #E0E0E0;
	color: #303030;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0 5px;
	width: auto;
}

.tpl_service .item .item .item h4 {
	background: transparent;
	border: none;
	border-top: 1px solid #E5E5E5;
	color: #0C7CA5;
	font-size: 91.6%;
	font-weight: normal;
	margin: 10px 0 0 10px;
}
.tpl_service .item .item .item table {
	margin: 0 0 0 10px;
	width: 99%;
}

/* ===================================================================
 * TEMPLATES SONDAGE
 * =================================================================*/
.tpl_sondage {
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 0 0 0px 0;
	margin-bottom:10px;
	zoom: 1;
}
.tpl_sondage h3 {
	background: url(images/ongletBleu.gif) no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.tpl_sondage h4 {
	background: none;
	color: #303030;
	font-family: Trebuchet MS;
	font-size: 125%;
	margin: 0;
	padding: 5px 0;
}
.tpl_sondage form {
	border: none;
	padding: 0;
}
.paragraphe .tpl_sondage label {
	float: none;
}
.tpl_sondage p {
	background: transparent;
	display: block;
	font-family: Arial;
	font-size: 100%;
	margin: 0;
	padding: 5px 0;
}
.tpl_sondage .action {
	clear: both;
	overflow: hidden;
	zoom: 1;
}
.tpl_sondage .action input {
margin-bottom:4px;

}
.tpl_sondage #tousResults {
	color: #303030;
	float: left;
}
.tpl_sondage p.alignright {
	clear: both;
	overflow: hidden;
	zoom: 1;
}
.tpl_sondage .msgVoter {
	text-align: center;
}
.tpl_sondage .msgVoter span {
	color: #303030;

}

/* ===================================================================
 * TEMPLATES Offre Emploi Détail
 * =================================================================*/
.tpl_offreEmploiDetail table {
	background: #FFF url(images/fondOffreDetail_top.png) no-repeat;
	border-collapse: collapse;
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
	width: 664px;
}
.tpl_offreEmploiDetail table td {
	background: none;
	font-family: Trebuchet MS;
	font-size: 91.6%;
	padding: 0 20px 0 0;
	vertical-align: top;
}
.tpl_offreEmploiDetail table th {
	background: none;
	padding: 0 0 0 20px;
	text-align: left;
	vertical-align: top;
	width: 33%;
}
.tpl_offreEmploiDetail table th p {
	background: url(images/barreNoire.gif) no-repeat 0 3px;
	color: #0C7CA5;
	font-family: Trebuchet MS;
	font-size: 100%;
	padding: 0 0 0 10px;
}
.tpl_offreEmploiDetail table th.reference {
	padding: 20px 0 0 20px;
	color: #0C7CA5;
}
.tpl_offreEmploiDetail table th.reference p {
	background: none;
	font-weight: normal;
	padding: 0;
}
.tpl_offreEmploiDetail table td.temporaire {
	padding: 20px 20px 0 0;
	text-align: right;
}
.tpl_offreEmploiDetail table td.last {
	background: #FFF url(images/fondOffreDetail_bas.png) no-repeat;
	height: 10px;
	padding: 0;
}
.tpl_offreEmploiDetail ol {
	padding: 0 0 0 22px;
}
.tpl_offreEmploiDetail .retour {
	float: left;
	font-family: Trebuchet MS;
	font-size: 90.9%;
	margin: 0 5px;
	padding: 2px 5px;
}
#contenu .tpl_offreEmploiDetail .postuler {

	font-size: 83.3%;

}



.tpl_offreEmploiDetail p.action span {
float:right;

}

.tpl_offreEmploiDetail td p {
	font-size: 100%;

}
.tpl_offreEmploiDetail p {
	font-size: 110%;

}

.tpl_offreEmploiDetail span{
background:transparent url(images/btnEnvoyer_G.gif) no-repeat scroll left top;
float:right;
padding:0 0 0 10px;
}

.tpl_offreEmploiDetail .texteHandicape {
	background: #E5F0FB;
	border: 1px solid #0C7CA5;
	color: #0C7CA5;
	font-family: Trebuchet MS;
	font-size: 91.6%%;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
}

/* ===================================================================
 * TEMPLATES Offre Emploi Recherche
 * =================================================================*/
/* offre emploi recherche */
.tpl_offreEmploiRecherche .filtre {
	margin: 15px auto 0;
} 
.tpl_offreEmploiRecherche a, .tpl_offreEmploiDernieresOffres a, .tpl_offreEmploiRSS a {
	font-size: 100%;
	font-weight: normal;
}
.tpl_offreEmploiRecherche h4 {
	border-bottom: 1px solid #E5E5E5;
}

.tpl_offreEmploiRecherche select {
	font-size: 96.1%;
	min-width: 172px;
}
.tpl_offreEmploiRecherche .date, .tpl_offreEmploiDernieresOffres .date, .tpl_offreEmploiRSS .date {
  background: url(images/barreH4.gif) no-repeat 0 1px;
	color: #000;
	font-size: 83.3%;
	margin: 0;
  padding: 0 0 0 10px;
}




/* offre emploi dernières offres */
.tpl_offreEmploiDernieresOffres p.toutesnosoffres {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #E5E5E5;
	overflow:hidden;
	zoom:1;
}
.tpl_offreEmploiDernieresOffres p.toutesnosoffres a {
	background: url(images/btnVoirTout.png) no-repeat;
	display: block;
	float: right;
	font-size: 91.6%;
	font-weight: bold;
	height: 16px;
	padding: 3px 0 0 0;
	text-align: center;
	width: 143px;
}

/* offre emploi formulaire */
.tpl_offreEmploi fieldset {
	border: none;
}
.tpl_offreEmploi .dateOffreEmploi {
	float: right;
}

/* offre emploi rss */
.tpl_offreEmploiRSS .item {
	padding: 5px;
	border-bottom: 1px dashed #D5CEAF;
}

.tpl_offreEmploiRSS {
	margin-bottom: 15px;
}
/* ===================================================================
 * TEMPLATES THEMATIQUE
 * =================================================================*/
.tpl_tag ul, .tpl_thematique ul {
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
}
.tpl_tag ul li, .tpl_thematique ul li {
	border-top: 1px solid #E5E5E5;
	list-style: none;
	padding: 10px;
}

.tpl_tagPage .rubrique {
	border-top: 1px solid #E5E5E5;
	padding: 10px;
}

/* ===================================================================
 * TEMPLATES THEMATIQUE / TAGS
 * =================================================================*/
#contenu .tpl_thematiqueListe, .tpl_themeTagPage {
	background: #EBEBEB;
	font-family: Trebuchet MS;
	overflow: hidden;
	padding:10px 20px;
	zoom: 1;
}
.tpl_themeTagPage{
	padding:5px 20px;
	margin:20px 0 0;
}
.tpl_thematiqueListe {
font-family: Trebuchet MS;
	margin-bottom:10px;
	overflow: hidden;
	zoom: 1;
}
#contenu .tpl_thematiqueListe a, .tpl_themeTagPage a {
	color: #303030;
	font-weight: normal;
}
#contenu .tpl_thematiqueListe h4, .tpl_themeTagPage h4 {
	background: none;
	color: #303030;
	float: left;
	font-size: 125%;
	margin: 0;
	padding: 0;
	clear:both;
}
#contenu .tpl_thematiqueListe ul, .tpl_themeTagPage ul {
	margin: 0;
	padding: 0;
	font-size:120%;
}
#contenu .tpl_thematiqueListe ul li, .tpl_themeTagPage ul li {
	list-style: none;
	list-style-image: none;
	border-right: 1px solid #FFF;
	float: left;
	padding: 3px 10px 0 10px;
	font-size: 83.3%;
}


.tpl_themeTagPage br {
	clear: both;
}

.tpl_tagPage {}
.tpl_tagPage ul, .tpl_themePage ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tpl_tagPage ul li.puceBleue a, .tpl_themePage ul li.puceBleue a {
	background: url(images/barreBleue.gif) no-repeat 0 3px;
	padding: 0 0 0 10px;
}
.tpl_tagPage ul li p, .tpl_themePage ul li p {
	margin: 0;
}
.tpl_tagPage h4, .tpl_themePage h4, .tpl_tag h4 , .tpl_themeTagPage h4{
color:#303030;
}
a.tag1{ font-size: 83.3%; }
a.tag2{ font-size: 108.3%; font-weight:bold;  }
a.tag3{ font-size: 133.3%; font-weight:bold;  }

/* ===================================================================
 * TEMPLATES DIAPORAMA
 * =================================================================*/
 #contenu .tpl_diaporama .diaporama_container {
	height: 120px;
	/* overflow: hidden; */
	width: auto;
}
.tpl_diaporama {
margin-bottom:10px;
}
.tpl_diaporama h3 {
	background: url(images/ongletBleu.gif) no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.tpl_diaporama .diaporama {
	background: #FFFFFF url(images/fond_diapo.jpg) repeat-x left bottom;
	margin: 0;
	margin-bottom:10px;
	border-top: 1px solid #E5E5E5;
}
.tpl_diaporama .diaporama td {
	background: none;
}


.tpl_diaporama .telecharger {
	background: transparent url(images/fondTelecharger.gif) no-repeat;
	float: right;
	height: 11px;
	margin: 7px 0 0 0;
	padding: 2px;
	width: 39px;
}
.tpl_diaporama .telecharger a {
	float: left;
	padding: 0 4px;
}

/* ===================================================================
 * TEMPLATES DIAPORAMA ANNUAIRE
 * =================================================================*/

 
 
.tpl_diaporamaAnnuaire {
	width: 300px;
	overflow: hidden;
}
.tpl_diaporamaAnnuaire h3 {
	background:transparent url(images/ongletBleu_G.gif) no-repeat scroll left top;
	color:#FFFFFF;
	font-family:Arial;
	font-size:83.3%;
	font-weight:normal;
	height:16px;
	margin:20px 0 0;
	padding:0 0 0 10px;
	text-transform:uppercase;
}

.tpl_diaporamaAnnuaire h3 span{
	background:transparent url(images/ongletBleu_D.gif) no-repeat scroll right top;
	float:left;
	height:14px;
	padding:2px 10px 0 0;
}
.tpl_diaporamaAnnuaire .diaporamaLien_container div.Lienbloc {
	float: left;
	height: 120px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 220px;
	overflow: hidden;
}
.tpl_diaporamaAnnuaire .palette {
	height: 100px;
}
.tpl_diaporamaAnnuaire .titre {
	border-collapse: collapse;
	color: #0C7CA5;
	float: left;
	font-family: Trebuchet MS;
	font-size: 116.6%;
	font-weight: bold;
	height: 100px;
	margin: 0;
	width: 105px;
}
.tpl_diaporamaAnnuaire .diaporamaLien .titre td {
	background: transparent;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.tpl_diaporamaAnnuaire .image {
	float: right;
	margin: 5px 0 0 0;
	width: 110px;
}
.tpl_diaporamaAnnuaire .lien {
	margin: 0;
	text-align: center;
}
.tpl_diaporamaAnnuaire .lien a {
	background: url(images/icoLien.gif) no-repeat;
	color: #0C7CA5;
	font-family: Arial;
	font-size: 91.6%;
	font-weight: normal;
	padding: 0 0 0 20px;
}

.tpl_diaporamaAnnuaire .diaporamaLien td {
        background: #FFFFFF url(images/fond_diapo.jpg) repeat-x left bottom;
	margin: 0;
}

/* ===================================================================
 * TEMPLATES ELUS - CARTES
 * =================================================================*/
 .annuaire p label.isNotNull {} 
 
.tpl_selectionTerritoriale .selectionTerritorialeFormElement select {
	clear: left;
	width:100%;
	float:left;
}
.tpl_selectionTerritoriale .selectionTerritorialeFormElement input.case {
	float:left;
}
.tpl_selectionTerritoriale .selectionTerritorialeFlashObject {
	float : right;
	position: relative;
}
.paragraphe .tpl_selectionTerritoriale p.action {
	background: #FFF;
	border-bottom: 8px solid #EBEBEB;
	clear: left;
	padding: 10px 0 15px 0;
	text-align: left;
	width: 65%;
}

.paragraphe .tpl_selectionTerritoriale .selectionTerritorialeFormElement p.action {
	padding-bottom:6px;
width:97%;

}
.tpl_subdivisionRecherche .selectionTerritorialeFormElement p.action span {

}
.tpl_selectionTerritoriale {
	background: url(images/fondAnnuaire.gif) no-repeat;
	overflow:hidden; 
	zoom:1;
}
.paragraphe .tpl_selectionTerritoriale .motCle {
	margin: 0 0 0 15px;
	overflow: hidden;
	padding: 0;
}
.paragraphe .tpl_selectionTerritoriale .motCle h2 {
	background: url(images/fondAnnuaire_top.gif) no-repeat right top;
	color: #0C7CA5;
	display: block;
	float: left;
	font-family: Trebuchet MS;
	font-size: 108.3%;
	margin:0;
	font-weight: bold;
	padding: 10px 30px 0 0;
}
.tpl_selectionTerritoriale .annuaire {
	border: 1px solid #E5E5E5;
	border-top: none;
	clear: both;
	margin: 0 3px;
}

/* formulaire */
.tpl_selectionTerritoriale #blocCriteres label {
	width: 20%;
	color:#FFFFFF;
	margin-top:0;
}
.tpl_selectionTerritoriale form {
	border: none;
	overflow: hidden;
	padding: 10px 20px 20px 20px;
	zoom: 1;
}
.paragraphe .tpl_selectionTerritoriale label {
	color: #0C7CA5;
	font-family: Trebuchet MS;
	font-size: 91.6%;
	width: auto;
}
.paragraphe .tpl_selectionTerritoriale .selectionTerritorialeFormElement p {
clear:none;
float:left;
margin:0;
padding-bottom:7px;
padding-left:18px;
padding-top:7px;
width:42%;
}

.paragraphe .tpl_selectionTerritoriale .selectionTerritorialeFormElement p.LongChamp {
width:55%;
}

.tpl_selectionTerritoriale .colonne ul li table tbody tr td {float:right;
margin:0;
padding:0;}
.paragraphe .tpl_selectionTerritoriale p.action input {
	margin-right: 20px;
}
.tpl_selectionTerritoriale .selectionTerritorialeFormElement {
margin-top:6px;
	background: transparent url(images/degrade_TitreCarto.gif) no-repeat scroll 0 0;
	
}
.tpl_selectionTerritoriale .selectionTerritorialeFormElement,
.tpl_selectionTerritoriale .selectionTerritorialeExtendedFormElement {
	float:left;
	width: 65%;
	
}

/* résultat recherche */
.tpl_selectionTerritoriale h4 {
	background: url(images/barreBleue.gif) no-repeat 0 6px;
	font-size: 141.6%;
	margin: 10px 0;
}
.tpl_selectionTerritoriale h5 {
	background: none;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.tpl_selectionTerritoriale img {
	float: right;
}
.tpl_selectionTerritoriale img.legend{
	float: none;
	vertical-align: middle;
}
.tpl_selectionTerritoriale table td {
	background: transparent;
}
.tpl_selectionTerritoriale .colonne {
	width: 65%;
	float: left;
}

.tpl_selectionTerritoriale ul {
	background: #FFF;
	margin: 0;
	overflow: hidden;
	padding: 0;
/*	zoom: 1; */
}

.tpl_selectionTerritoriale ul li {
	border-top: 1px solid #E5E5E5;
	clear: left;
	color: #777;
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 10px;
	width: 95%;
/*	zoom: 1; */
}

.tpl_selectionTerritoriale .resultatNavigation {
	background: #FFF;
	margin: 0;
	padding: 5px 0;
}
.paragraphe .tpl_selectionTerritoriale p {
	clear: left;
	padding: 0;
}
.paragraphe .tpl_selectionTerritoriale .selectionTerritorialeExtendedFormElement p {
height:33px;
margin-bottom:0;
margin-top:13px;
padding:0 0 0 20px;

}
.paragraphe .tpl_selectionTerritoriale .selectionTerritorialeExtendedFormElement p label {
	float: left;
	width: 20%;
}
.tpl_selectionTerritoriale ul li a {
	background: url(images/barreBleue.gif) no-repeat 0 2px;
	padding: 0 0 0 10px;
}
.tpl_selectionTerritoriale ul li p a {
	background: none;
	color: #777;
	font-weight: normal;
	padding: 0;
}

.tpl_selectionTerritoriale .aucunResultat {
	background: #FFF;
	clear: left;
	height: 350px;
	padding: 10px 15px 10px 10px;
	width: 65%;
}
.tpl_selectionTerritoriale .situerCarte {
	margin: 0;
	float:left;
}
.tpl_selectionTerritoriale p.situerCarte {
	text-align:left;
}
.tpl_selectionTerritoriale .situerCarte a {
	color: #0C7CA5;
	font-family: Trebuchet MS;
	font-size: 91.6%;
	float:left;
	font-weight: bold;
	text-decoration: underline;
}
.tpl_selectionTerritoriale .situerCarte a:hover {
	text-decoration: none;
}
.paragraphe .tpl_selectionTerritoriale .capacite {
	clear: none;
	margin: 0;
}

/* canton - fiche */
.tpl_selectionTerritoriale .mandatPrincipal ul li, .tpl_selectionTerritoriale .mandatSecondaire ul li {
	border: none;
}

/* muse - recherche*/
select#ID_DISCIPLINE,
select#ID_TYPESTRUCTURE {width:340px; padding-bottom:2px;
padding-top:2px;}
 
.tpl_selectionTerritoriale #KEYWORD {
border:medium none;
color:#605E5E;
float:left;
margin-top:8px;
padding-bottom:2px;
padding-left:2px;
padding-right:2px;
width:250px;

}
.paragraphe .tpl_selectionTerritoriale p.selectionTitle {
	color: #605E5E;
	font-family: Trebuchet MS;
	font-size: 91.6%;
	font-weight: bold;
	margin: 0;
	width:100%;
	padding:4px 0 10px 13px;
}

.tpl_selectionTerritoriale #labelCritere {
	display: block;
	float: right;
	height: 24px;
}
.tpl_selectionTerritoriale #labelCritere a {
	color: #605E5E;
	display: block;
	font-family: Trebuchet MS;
	font-size: 91.6%;
	font-weight: normal;
	height: 14px;
	padding: 0 0 10px 25px;
}
.selectionTerritorialeExtendedFormElement p span#labelCritere {width:167px;}
.tpl_selectionTerritoriale #labelCritere .fleche {
background:transparent url(images/btn_cartOptionClassique.gif) no-repeat scroll 0 0;
padding-left:35px;
padding-top:9px;
}
.tpl_selectionTerritoriale #labelCritere .fleche_bas {
background:transparent url(images/btn_cartOption.gif) no-repeat scroll 0 0;
color:#FFFFFF;
height:16px;
padding-left:35px;
padding-top:9px;
}
.tpl_selectionTerritoriale #blocCriteres { height:120px;
background:transparent url(images/degrade_optionCarto.gif) no-repeat scroll right top;
clear:both;
margin:0;
padding-bottom:20px;
padding-top:5px;

}
.tpl_selectionTerritoriale #blocCriteres p {
	padding: 10px 0 0 20px;
}
.tpl_selectionTerritoriale .titre {
	background: none;
	padding: 0;
}
.tpl_selectionTerritoriale h5, .tpl_selectionTerritoriale strong {
	color: #000;
	margin: 10px 0 0 0;
}

.tpl_musesRecherche.tpl_selectionTerritoriale .situerCarte{
	float:right;
}
.tpl_musesRecherche.tpl_selectionTerritoriale .titre{
	background: transparent url(images/barreBleue.gif) no-repeat 0px 2px;
	padding-left:10px;
	text-decoration:underline;
}
.tpl_musesRecherche.tpl_selectionTerritoriale .titre:hover{
	text-decoration:none;
}

/* muse - fiche */
.tpl_selectionTerritoriale .discipline a {
	background: url(images/petiteFleche.png) no-repeat 0 4px;
	color: #000;
	font-weight: normal;
	padding: 0 0 0 15px;
}
.tpl_selectionTerritoriale .discipline li {
	border: none;
	list-style: none;
	padding: 0;
	width:31%;
	float:left;
	margin-right:2%;
}
.tpl_selectionTerritoriale .discipline li.clearnone{
	clear:none;
}

.tpl_selectionTerritoriale .lieu li {
	background: url(images/petiteFleche.png) no-repeat 0 4px;
	border: none;
	font-weight: normal;
	list-style: none;
	padding: 0 0 0 15px;

}

/* accfam */
.tpl_selectionTerritoriale .accfampicto {
	float: right;
	width:auto;
}
.tpl_selectionTerritoriale .accfampicto td {
	border: none;
}

/* ===================================================================
 * TEMPLATES ELUS - FICHES
 * =================================================================*/
.annuaire h4.titreRecherche {float:left; width:60%;}
.tpl_eluRecherche .colonne h4.titreRecherche {float:left; width:100%;}
.tpl_musesRecherche .colonne h4.titreRecherche {float:left; width:100%;}
.tpl_assmatRecherche .colonne h4.titreRecherche {float:left; width:100%;}
.tpl_accfamRecherche .colonne h4.titreRecherche {float:left; width:100%;}
.selectionTerritorialeExtendedFormElement p label {padding-top:8px;}

.tpl_selectionTerritoriale .colonne1, .tpl_selectionTerritoriale .colonne2 {
	float: left;
	min-height: 400px;
	padding: 15px 0 0 0;
	width: 33%;
}
.avecColonneDroite .tpl_selectionTerritoriale .colonne1, .avecColonneDroite .tpl_selectionTerritoriale .colonne2 {
	width: 29%;
}
.tpl_selectionTerritoriale #nomTerritoire {
	left: 120px;
	position: absolute;
	top: 30px;
	width: 150px;
}
.tpl_selectionTerritoriale .colonne1 div, .tpl_selectionTerritoriale .colonne2 div {
	background: #FFF;
	color: #777;
	padding: 10px;
}
.tpl_selectionTerritoriale .colonne1 ul, .tpl_selectionTerritoriale .colonne2 ul {
	padding: 0;
	width: auto;
}
.tpl_selectionTerritoriale .colonne1 li, .tpl_selectionTerritoriale .colonne2 li {
	list-style: none;
}
.tpl_selectionTerritoriale .colonne2 .nom {
	margin: 0;
	min-height: 100px;
	padding: 60px 10px 10px 10px;
}
.tpl_selectionTerritoriale .colonne2 .nom h3 {
	background: none;
	margin: 0;
	padding: 0;
}
.tpl_selectionTerritoriale .colonne2 .nom img {
	float: none;
}
.tpl_selectionTerritoriale .colonne2 .nom span {
	display: block;
	overflow: hidden;
	width: 100%;
}
.tpl_selectionTerritoriale .photo img {
	float: none;
}
.tpl_selectionTerritoriale .commune li {
	background: url(images/puceRondeNoire.gif) no-repeat 0 6px;
	border: none;
	font-weight: normal;
	padding: 0 0 0 16px;
}
.tpl_selectionTerritoriale .mandatPrincipal li, .tpl_selectionTerritoriale .mandatSecondaire li {
	background: url(images/puceRondeNoire.gif) no-repeat 0 6px;
	padding: 0 0 0 17px;
	margin:0;
	list-style-position:outside;
}

/* ===================================================================
 * TEMPLATES DELIBERATIONS
 * =================================================================*/
.tpl_deliberationListe form {
	clear: both;
	padding: 10px;
}
.tpl_deliberationListe fieldset {
	border: none;
}
.tpl_deliberationListe form fieldset table td {
	background: #FFF;
	border: none;
}
.tpl_deliberationListe input, .tpl_deliberationListe select {
	border: 1px solid #B2B2B2;
	color: #6B6B6B;
	font-size: 100%;
	font-family: Arial;
}
.tpl_deliberationListe input.submit {
	background: #FFF url(images/form_btn.gif) repeat-x left bottom;
	border: 1px solid #003C74;
	color: #303030;
	cursor: pointer;
	float: right;
	font-weight: bold;
	padding: 1px;
}
.tpl_deliberationListe input.btndelib {font-size: 100%;}
.tpl_deliberationListe h4 {
	background: url(images/ongletBleu_G.gif) no-repeat left top;
	color: #FFF;
	font-size: 83.3%;
	font-family: Arial;
	height: 16px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
.tpl_deliberationListe h4 span {
	background: url(images/ongletBleu_D.gif) no-repeat right top;
	float: left;
	height: 14px;
	padding: 2px 10px 0 0;
}
.tpl_deliberationListe table {
	border-collapse: collapse;
	font-family: Arial;
	font-size: 91.6%;
	width: 99%;
	margin: auto;
}
.tpl_deliberationListe table td {
	border: 1px solid #E7E7E7;
}
.tpl_deliberationListe table td h4 {
	background: url(images/barreH4.gif) no-repeat 0 2px;
	color: #0C7CA5;
	float: none;
	font-size: 109.1%;
	height: auto;
	margin: 0;
	padding: 0 0 0 10px;
}
.tpl_deliberationListe table td p {
	padding: 0 0 0 10px;
}
.tpl_deliberationListe table th {
	background: #559DB7;
	border: 1px solid #FFF;
	padding: 3px 10px;
}
.tpl_deliberationListe table tr.alter0 td {
	background: #F3F3F3;
}
.tpl_deliberationListe table tr.alter1 td {
	background: #FFF;
}
.tpl_deliberationListe table ul {
	border: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.tpl_deliberationListe ul {
	border-top: 1px solid #E7E7E7;
	margin: 0;
	padding: 10px 0 0 50px;
}

.tpl_deliberationListe ul li a {
	color: #000;
	font-size: 99.95%;
	font-weight: normal;
	text-decoration: underline;
}
.tpl_deliberationListe ul li a:hover {
	text-decoration: none;
}
.tpl_deliberationListe .docpdf li {
	background: url(images/icoPDF.gif) no-repeat;
	display: block;
	padding: 2px 0 0 20px;
}



#tpl_mdsRechercheFormID .colonne .commune ul{float:left; width : 42%;}
#tpl_subdivisionRechercheFormID .colonne .commune ul{float:left; width : 42%;}



/* ===================================================================
 * TEMPLATE SON
 * =================================================================*/
.tpl_son p {
	color: #FFF;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
}

/* ===================================================================
 * TEMPLATE VIDEO INTERNE
 * =================================================================*/
.tpl_videoInterne fieldset {
	border: none;
}
.tpl_videoInterne p {
/*	color: #FFF;*/
	font-family: Trebuchet MS;
	font-size: 100%;
	font-weight: bold;
}
.tpl_videoInterne p label {
	color:#303030;
	font-size:91.6%;
	font-family:arial;
	font-weight:normal;
}
.tpl_videoInterne p select {
	font-size: 91.6%;
}
.tpl_videoInterne .video {
	padding: 0;
}

.tpl_videoInterne .action input{	font-size: 91.6%;}

.paragraphe .tpl_videoInterne table {
	border:3px solid #E5F0FB;
}
.tpl_videoInterne tr td {
	background: #FFF;
	border: 3px solid #E5F0FB;
	padding: 0;
	vertical-align: top;
}

.paragraphe .tpl_videoInterne td .listeCategorie {
	background: #FFF url(images/barreBleue.gif) no-repeat 5px 2px;
	color: #0C7CA5;
	font-family: arial;
	font-size: 91.6%;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 0 15px;
	
	height:15px;
}

.paragraphe .tpl_videoInterne td .duree p{
font-size:91.6%;
font-weight:normal;
margin:0;
padding:0 0 0 13px;
}

td .listeVideo img{
padding-top:12px;
}

.paragraphe .tpl_videoInterne td .listeVideo {
	background: #FFF ;
}
.tpl_videoInterne .videoDescription{
	width:480px;
	margin:10px auto;
}
.tpl_videoInterne .videoDescription p{
	font-weight:normal;
}
.tpl_videoInterne .theVideo {
	text-align: center;
}
.tpl_videoInterne .listeDescription {
	padding: 2px;
}
.tpl_videoInterne .listeCategorie {
	padding: 2px;
}
.tpl_videoInterne .listeVideo {
	padding: 5px;
	text-align: center;
}
#divVideo h4{
	color:#303030;
	text-align:center;
	margin:10px;
	padding:0px;
	background:none;
}


/* ===================================================================
 * TEMPLATE VIDEO HOME
 * =================================================================*/
.tpl_videoHome h3 {
	background: url(images/ongletBleu.gif) no-repeat;
	color: #FFF;
	font-family: Arial;
	font-size: 83.3%;
	font-weight: normal;
	height: 14px;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 120px;
}
.tpl_videoHome p a {
	background: url(images/btnVoirTout.png) no-repeat;
	display: block;
	float: right;
	font-size: 91.6%;
	font-weight: bold;
	height: 16px;
	padding: 3px 0 0 0;
	text-align: center;
	width: 143px;
	margin-top:0;
}
.tpl_videoHome object {
    padding:0px;
}
/* ===================================================================
 * MENU NIVEAU 1 et 2
 * =================================================================*/
#nav {
	float: left;
	margin: 10px 0;
	position: relative;
	width: 940px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

#nav.widthJavascript {
    background: url(images/menu1_fond.png) no-repeat 10px 9px;
}

#nav ul ul {
	background: none;
}
#nav.widthJavascript ul {
	float: left;
	width: 760px;
}
#nav ul li.menu1_accueil {
	background:none;
}
#nav ul li {
background:url("images/bord_menu.jpg") no-repeat scroll right bottom transparent;
display:block;
float:left;
padding-right:1px;

}
#nav ul li a:hover{
color:#92e2ff;
}
#nav ul li a {
    background: #A3A3A3 url(images/menu1_fond.png) repeat-x 5px 9px;
}
#nav.widthJavascript ul li a {
    background: url(images/menu1_fond.png) repeat-x 5px 9px;
}

#nav ul li li a {
    background: none;
}
#nav ul li a {
	color: #FFF;
	display: block;
	font-family: Trebuchet MS;
	font-size: 125%;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 9px 8px 0 8px;
	text-decoration: none;
}
#nav.widthJavascript ul li a {
	display: block;
	float: left;
}

#nav ul li a#menuClose {
	cursor: pointer;
	height: auto;
	margin: 10px 10px 0 0;
	padding: 0;
}

#nav ul li.menuItemON {
	background: url(images/menu1_itemSurvolGauche.gif) no-repeat left top;
	padding-left: 4px;
}
#nav ul li.menuItemON a {
	background: url(images/menu1_itemSurvolDroite.gif) no-repeat right top;
}
#nav ul li.menuItemON .item2 a {
	background: none;
	border: none;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#nav ul li.menu1_accueil a {
    display:block;
    padding:9px 0 0 0;
    height:45px;
    background: none;
}

#nav .submenu { 
margin:0px;
padding:0px;
padding-bottom:8px;
background: url(images/menu1_bas.png) no-repeat left bottom;
}

#nav.widthJavascript .submenu { 
    display:none;
    width:838px;
    position:absolute;
    left:26px;
    top:45px;
}
#nav .submenu .interieure{ 
background:url(images/menu1_ombre.png) no-repeat left bottom;
display:block;
overflow:hidden;
zoom:1;
}
#nav .submenu ul {
background:#A3A3A3 url(images/menu1_degrade.jpg) repeat-x scroll left bottom;
margin-bottom:0;
font-size:100%;
margin-left:4px;
min-height:210px;
padding-bottom:25px;
width:830px;

}

#nav .submenu .interieure ul li{ 
background:none repeat scroll 0 0 transparent;
display:inline;
float:left;

}
#nav .submenu .interieure ul li.itemGauche { 
clear:left;
}




/** div[class:submenu current] : Item de menu sélectionné */
#bandeauHaut #nav .current { 
	display:block;
	z-index: 99;
	zoom: 1;
}
#nav .submenu .submenuItem{
    margin:0px 0px 0px 6px;
    display:inline;
    float:left;
}
#nav .submenu .submenuItem img{
    float:left;
    border:1px solid #fff;
    margin:7px 5px 7px 5px;
    display:inline;
}
#nav .submenu .submenuItem span, #nav .submenu .submenuItem p {
    width:265px;
    float:right;
    margin:0px;
    padding:0px;
}
#nav .submenu .submenuItem span.sansimg, #nav .submenu .submenuItem p.sansimg {
    width:377px;
    margin:0px 8px 0px 8px;
}
#nav .submenu .submenuItem p.sansimg {
width:382px;
}
#nav .submenu .submenuItem p.sanstitre {
padding-top:5px;
}


#nav .submenu .submenuItem p {
height:30px;
overflow:hidden;
zoom:1;
}


#nav .submenu .interieure .submenuItem  span a {
	margin:5px 0;
	padding: 0px 0px 0px 8px;
	background:url(images/menu1_puceTitre_off.png) no-repeat left 5px;
	text-decoration:none;
	font-family: trebuchet MS, sans-serif;
	font-size: 116.6%;
	font-weight:bold;
	line-height: 20px;
	height: auto;
	color:#FFF;
}
#nav .submenu .interieure .submenuItem  span a:hover {

	color:#FFF;
}

/** div[class:submenuItem sfhover|submenuItem:hover] Survol de sous item de menu */
#nav .submenu .submenuItem:hover, 
#nav .submenu .submenuItem.sfhover{
	cursor:pointer;
	background:#82959c;
}

#nav .submenu .submenuItem span a:hover,
#nav .submenu .submenuItem span a:focus, 
#nav .submenu .submenuItem.sfhover span a{
	background:url(images/menu1_puceTitre_on.png) no-repeat left 5px;
	color:#FFF;
}

/** div[class:submenu 2colonnes] Affichage sur 2 colonnes */
#nav .submenu.colonnes2 {
	z-index: 99;
}
#nav .submenu.colonnes2 .submenuItem {
	width: 398px;
}

/** div[class:submenu 3colonnes] Affichage sur 3 colonnes */
#nav .submenu.colonnes3 {}
#nav .submenu.colonnes3 .submenuItem{
	width:263px;
	}
#nav .submenu.colonnes3 .submenuItem span, #nav .submenu.colonnes3 .submenuItem p {
width:250px;
}


#seachform {
background:url(images/menu1_recherchefond.gif) no-repeat right top;
width:180px;
height:36px;
float:right;
padding:0;
margin:0;
margin-top:9px;
}
#seachform form #searchString {
margin-left:12px;
margin-right:5px;
padding:1px 0 2px;
margin-top:9px;
background:none;
border:none;
background:url(images/menu1_recherchechamp.gif) no-repeat left top;
width:124px;
line-height:18px;
height:15px;
}
#seachform form #searchBtn {
padding:1px 0 2px;
background:none;
border:none;
margin-top:9px;
background:url(images/menu1_recherchebtn.gif) no-repeat left top;
width:23px;
font-size:83.3%;
cursor:pointer;
line-height:18px;
}


/* ===================================================================
 * MENU NIVEAU 2 et plus
 * =================================================================*/
#subnav {
	color: #FFF;
	font-family: Trebuchet MS;
	margin: 0 0 15px 0;
}
#subnav .top {
	background: #777 url(images/fondGris240_top.png) no-repeat left top;
	padding: 10px;
}
#subnav .bas {
	background: #777 url(images/fondGris240_bas.png) no-repeat left bottom;
	color: #FFF;
	padding: 0 10px 20px 10px;
}
#subnav a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#subnav a:hover,#subnav a:focus,#subnav a:active {
	color: #ADE3F6;
	text-decoration: none;
}
#subnav h3 {
	font-size: 100%;
	margin: 0;
}
#subnav h4 {
	font-size: 125%;
	margin: 0;
}
#subnav ul {
	list-style: none;
}
#subnav ul.open  {
	display: block;
}
#subnav ul.close {
	display: none;
}
#subnav ul a.current {
	color: #ADE3F6;
	font-weight: bold;
}
#subnav ul ul {
	border-left: 5px solid #BBBBBB;
	margin: 0 0 0 3px;
	padding: 0 0 0 6px;
}
#subnav ul ul a {
	font-weight: normal;
	padding: 0 0 0 10px;
}
#subnav ul ul a:hover,#subnav a:focus,#subnav a:active {
	font-weight: bold;
}

/* ===================================================================
 * GOOGLE CUSTOM SEARCH
 * =================================================================*/
#document .gsc-resultsHeader {
	margin-top: 4px;
}
#document .gsc-tabHeader.gsc-tabhActive, #document .gsc-tabHeader.gsc-tabhInactive:hover {
	background: #0C7CA5;
	color: #FFF;
	padding:5px;
		border-bottom:1px solid #0C7CA5;
}
#document .gsc-tabHeader.gsc-tabhInactive {
	border:none;
	background:#EBEBEB;
	color: #676767;
	padding:5px;
	border-bottom:1px solid #BCCDF0;
}
#document .gsc-control {
	width: 100%;
}
#document .gs-result .gs-title, #document  .gs-result .gs-title * {
	color: #0C7CA5;
	text-decoration: underline;
}
#document .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#document .gsc-results .gsc-trailing-more-results, #document .gsc-results .gsc-trailing-more-results * {
	color: #000;
	text-decoration: underline;
}
/*------------------*/

#site .gs-no-results-result .gs-snippet, #site .gs-error-result .gs-snippet {
	background: #E5F0FB;
	border: 1px solid #0C7CA5;
	color:#0C7CA5;
	margin:5px;
	padding:5px;
}

#document form.gsc-search-box {
width:620px;
}
#document .gsc-tabHeader {
display:block;
float:left;
margin-bottom:5px;
border:none;
}
#document .gsc-resultsHeader{
clear:both;
}

/*-----------------*/
#colonneDroite .tpl_vousEtLeCG a .open{
	background:url(images/puceOpen.png) no-repeat left;
	
}

#colonneDroite .tpl_vousEtLeCG a .close{
	background:url(images/puceClose.png) no-repeat left;
	
}

.actuALaUneHref {
	float:left;
	margin-left:2px;
	margin-top:2px;
	width:15px;
}

.imageRssActuALaUne {
	padding-left:2px;
}

.divTexteActuALaUne {
	overflow: hidden;
}

.agendaListeHref {
	float:left;
	margin-left:2px;
	margin-top:2px;
	width:15px;
}

.imageRssAgenda {
	padding-left:2px;
}


/** Ajout des styles correction bug nmb 72454**/
#colonneDroite .tpl_vousEtLeCG a:hover, #colonneDroite .tpl_vousEtLeCG a:focus {
	color : #ADE3F6;
	text-decoration: none;
}

/** Ajout des styles correction bug nmb 72426**/
#access_doc_arbo ul, #access_doc_arbo li {
	list-style-type : none;
}



/*---------------------------------------------*/

#Accueil #colonneDroite object {
width:140px;
}

#corps .paragraphe p.legendColL{float:left; clear:left;
width:48%;}
#corps .paragraphe p.legendColR{float:right; clear:right;
width:48%;}



.tpl_videoInterne .listeCategorie p {color:#303030;
font-size:110%;
font-weight:normal;}


/* ===================================================================
 * TEMPLATES E-Catalogue
 * =================================================================*/

h3.tplTitre {background:transparent url(images/ongletBleu_G.gif) no-repeat scroll left top; color:#FFFFFF; font-family:Arial; font-size:83.3%; font-weight:normal; height:16px; margin:0; padding:0 0 0 10px; text-transform:uppercase;}
.tpl_acceuilCatalogue h3 span { background:transparent url(images/ongletBleu_D.gif) no-repeat scroll right top; float:left; height:14px; padding:2px 10px 0 0; }
.tpl_acceuilCatalogue .item { zoom:1; border-bottom:medium none; border-top:1px solid #E5E5E5; clear:both; font-family:Arial; font-size:100%; overflow:hidden; padding:12px 0; }


.tpl_acceuilCatalogue .item  .catalogue_vignette {float: left; background:transparent url(images/e_journal_ombrehaut.gif) no-repeat scroll center 1px;}
.tpl_acceuilCatalogue .item  .catalogue_vignette img { float:left; padding:10px; background:transparent url(images/e_journal_ombrebas.gif) no-repeat scroll center bottom;}
.tpl_acceuilCatalogue .item  .catalogue_details { padding-left:8px; padding-top:8px;}

.tpl_acceuilCatalogue .item  .catalogue_details p.catalogue_titre{color:#303030; font-family:Trebuchet MS; font-size:116.6%; font-weight:bold; line-height:17px; margin-bottom:2px;}
.tpl_acceuilCatalogue .item  .catalogue_details p.catalogue_date{color:#303030; font-family:Arial; font-size:83.4%;}
.tpl_acceuilCatalogue .item  .catalogue_details p.catalogue_telecharger{ margin-bottom:1px; padding:11px 0 0 10px;}
.tpl_acceuilCatalogue .item  .catalogue_details p.catalogue_consulter{ padding:0 0 0 10px;}
.tpl_acceuilCatalogue .item  .catalogue_details p.catalogue_telecharger a{background:transparent url(images/barreNoire.gif) no-repeat scroll 0 13px; color:#0F7AA6; font-family:Arial; font-size:91.6%; font-weight:bold; margin-bottom:1px; padding:11px 0 0 10px;}
.tpl_acceuilCatalogue .item  .catalogue_details p.catalogue_consulter a{background:transparent url(images/barreNoire.gif) no-repeat scroll 0 2px; color:#0F7AA6; font-family:Arial; font-size:91.6%; font-weight:bold; padding:0 0 0 10px;}

.tpl_acceuilCatalogue .tplLienListe {border-bottom:1px solid #E5E5E5;}
.tpl_acceuilCatalogue .tplLienListe a{ text-align:center; background:transparent url(images/btnVoirToutGD2.gif) no-repeat scroll right 0; color:#0C7CA5; display:block; float:right; font-family:Arial; font-size:91.6%; font-weight:bold; height:16px; padding:3px 0 0 10px; width:159px;}

.tpl_catalogue .tpl_catalogue_details .details_catalogue_vignette {float:left;}
.tpl_catalogue .tpl_catalogue_details .details_catalogue_vignette img{margin-right:15px;}
.tpl_catalogue .tpl_catalogue_details .details_catalogue_details {}
.tpl_catalogue_details .details_catalogue_details .details_catalogue_titre {color:#303030; font-size:133.3%; font-weight:bold; margin:0; padding:0;}
.tpl_catalogue_details .details_catalogue_details .details_catalogue_date {color:#303030; font-family:Arial; font-size:83.3%;}
.tpl_catalogue_details .details_catalogue_details .details_catalogue_telecharger a{ margin-bottom:0; background:transparent url(images/barreNoire.gif) no-repeat scroll 0 2px; color:#0F7AA6; font-family:Arial; font-size:91.6%; font-weight:bold; padding:0 0 0 10px;}
.tpl_catalogue_details .details_catalogue_details .details_catalogue_consulter a{ background:transparent url(images/barreNoire.gif) no-repeat scroll 0 2px; color:#0F7AA6; font-family:Arial; font-size:91.6%; font-weight:bold; padding:0 0 0 10px;}
.tpl_catalogue_details .details_catalogue_details .details_catalogue_telecharger { margin-bottom:0; padding:0 0 0 10px;}
.tpl_catalogue_details .details_catalogue_details .details_catalogue_consulter { padding:0 0 0 10px;}

.tpl_catalogue_recherche form {clear:both;}
.tpl_catalogue_recherche h4 span {}
.tpl_catalogue_recherche {clear:both;padding-top:15px;}
.tpl_catalogue .catalogue_liste_image img {border:1px solid white; float:left; margin:0 10px 10px 0; vertical-align:top;}
.tpl_catalogue .catalogue_liste_titre {margin:0;}
.tpl_catalogue .catalogue_liste_titre a{background:transparent none repeat scroll 0 0; font-family:Trebuchet MS; font-size:108.3%; margin:0; padding:0;}
.tpl_catalogue .catalogue_liste_date {color:#777777; padding-bottom:13px; font-family:Arial; font-size:91.6%; font-style:italic; margin:0;}
p.catalogue_liste_telecharger {margin-bottom:0px;}
p.catalogue_liste_telecharger a{background:transparent url(images/barreNoire.gif) no-repeat scroll 0 3px;
color:#0F7AA6;
float:left;
font-family:Arial;
font-size:91.6%;
font-weight:bold;
margin-bottom:0;
padding:1px 13px 0 10px;}
p.catalogue_liste_consulter a { background:transparent url(images/barreNoire.gif) no-repeat scroll 0 2px; color:#0F7AA6; font-family:Arial; font-size:91.6%; font-weight:bold; padding:0 0 0 10px;}



.tpl_catalogueListe .catalogue_liste_image img {border:1px solid white; float:left; margin:0 10px 10px 0; vertical-align:top;}
.tpl_catalogueListe .catalogue_liste_titre {margin:0;}
.tpl_catalogueListe .catalogue_liste_titre a{background:transparent none repeat scroll 0 0; font-family:Trebuchet MS; font-size:108.3%; margin:0; padding:0;}
.tpl_catalogueListe .catalogue_liste_date {color:#777777; padding-bottom:13px; font-family:Arial; font-size:91.6%; font-style:italic; margin:0;}




/* ===================================================================
 * TPL Géolocalisation google
 * =================================================================*/
#ownFrame			{ background:#FFFFFF none repeat scroll 0 0; padding:9px;}
#ownFrame .action a.close	{ font-size:11px; padding-left: 11px; background:transparent url(images/Close_LightBox.gif) no-repeat scroll left 4px; font-weight:bold; float:right; color:#333333;}
body#popup 			{ background:#FFFFFF none repeat scroll 0 0;}
#corpsPopup h1 			{ padding-left:5px; background:transparent url(images/fond_H1_LightBox.png) repeat-y scroll 0 0; color:#303030; font-family:Trebuchet MS; font-size:20px; margin: 0;}
#corpsPopup .paragraphe 	{ clear:both; margin-top:5px;}
.tpl_googleMap p.desc		{ padding-bottom:15px; padding-left:15px; padding-top:15px;background:#E5E5E5 none repeat scroll 0 0; color:#0C7CA5; font-family:Trebuchet MS; font-size:14px; font-weight:bold;}



/* ===================================================================
 * TPL Newsletter
 * =================================================================*/
.tabG{
    width:50%;
}
.tabD{
    width:50%;
}
.paragraphe .tpl_newsletters p.action {
    float:right;
}

/********************************TPL affichage thématique/tag onglet*********************************/
.tpl_themePage .onglet, .tpl_tagPage .onglet{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width: 100%;
	border-bottom : 2px solid #0b7ca6 ;
}

.tpl_themePage ul.onglet li, .tpl_tagPage ul.onglet li{
	float: left;
	margin: 0 10px -8px 0;
	font-weight: bold;
	background-color:#f6f6f6;
	border-bottom : none ;
}
.tpl_themePage ul.onglet li.selected,.tpl_tagPage ul.onglet li.selected {
	border-bottom : none ;
	background:transparent url(images/backthemepages.jpg) no-repeat left top;
	width:100px;
}
.tpl_themePage ul.onglet li.selected a{color:#fff;}
.tpl_themePage ul.onglet li a , .tpl_tagPage ul.onglet li a {
	text-decoration: none;
	display : block ;
	height : 26px ;
	padding-top:12px;
	width : 100px ;
	text-align : center ;
}
.tpl_themePage ul.onglet li.selected a, .tpl_tagPage ul.onglet li.selected a {
	color:#F6F6F6;
}
.tpl_themePage ul.onglet li a span, .tpl_tagPage ul.onglet li a span {
	padding : 0 4px ;
}

.tpl_themePage fieldset, .tpl_tagPage fieldset {
	margin: 0;
	padding: 6px;
	border : none ;
}
.tpl_themePage fieldset.block, .tpl_tagPage fieldset.block {
	display: block;
	margin-top: -1px;
	width: auto;
	height: auto;
}
.tpl_themePage fieldset.hidden, .tpl_tagPage fieldset.hidden {
	position: absolute;
	width: 0;
	height: 0;
	top: -900em;
}
.tpl_themePage fieldset legend.hidden, .tpl_tagPage fieldset legend.hidden {
	display: none;
}





/* ===================================================================
 * Langue
 * =================================================================*/
#document ul#ulFirst {background:url("images/fond_langue.gif") no-repeat scroll left top transparent;
	float:right;
	height:19px;
	margin-left:6px;
		margin-top:0px;
	list-style:none outside none;
	width:122px;
	position:relative;
	padding:0;}

ul#ulFirst li a{background:none repeat scroll 0 0 transparent;
color:#5E5E5E;
padding-left:9px;
padding-top:12px;
}


ul#ulFirst li {width:122px;padding-top:2px;
}

ul#hiddenUl{
background:url("images/fond_list_lang.gif") no-repeat scroll left top transparent;

list-style:none outside none;
width:122px;
z-index:98;
position:absolute;
right:0;
top:21px;
}
ul.show li a img{
float:right;
padding-right:19px;
padding-top:3px;

}
ul#hiddenUl li{
background:url("images/fond_langue2.gif") no-repeat scroll left top transparent;
float:left;
list-style:none outside none;
margin-left:4px;
margin-top:4px;
display:block;
padding-bottom:3px;
padding-left:6px;
padding-top:2px;
width:114px;


}

ul#hiddenUl li a{background:none; color:#5E5E5E;}
ul#hiddenUl li a.texte{float: left;}
ul#hiddenUl li a.image{float: right;}
ul.hidden{
display:none;

}
ul.show{
display:block;

}


ul#hiddenUl li.finlist {background:url("images/fond_list_langBAS.png") no-repeat scroll left bottom transparent;
float:right;
height:6px;
list-style:none outside none;
margin:0;
padding:0;
position:relative;
width:122px;
}
