/**************************************************************************************************************/
/*			UNSA 3S - V1.4 Site generique

			Date : 09/07/14
			Auteur : Jerem
			URL : http://pin2:39180/unsa

			Sommaire :	= RESET
							ELEMENTS DE PLONE

						= BXSLIDER

						= PORLTETS
							== RECHERCHE
							== NEWSLETTER
							== CONNEXION
							== SOUS NAVIGATION
							== A LA UNE
							== CONTENUS CORRELES
							== ALBUM PHOTO
							== CALENDRIER

						= CONTENEUR GLOBAL

						= HEADER
							== LOGO
								SI C'EST UN BANDEAU
								SI C'EST UN TEXTE
							== CHANGEMENT DE LANGUE
							== RECHERCHE
							== NAVIGATION NORMALE
								MENU DEROULANT
							== NAVIGATION MINI
								BOUTONS
								RUBRIQUES
								MENU DEROULANT
							== DIAPORAMA
							== BOUTON SE CONNECTER

						= MAIN
							== CENTRE
							== COLONNES
							== ABOVE CONTENT
								CHEMIN DE FER
								MESSAGE DE FEEDBACK
								PORTLETS
							== ELEMENTS GENERAUX
								TITRE
								IMAGE
								DESCRIPTION
								CORPS DE TEXTE
								SOMMAIRE
								PAGINATION
								CONTENUS CORRRELES
								MOTS CLES
							== PAGE D'ACCUEIL
							== PAGE DE LISTE
							== PAGE D'INSCRIPTION A LA NEWSLETTER
							== PAGE DE RESULTAT DE RECHERCHE
								FILTRE
								LISTE
                            == PAGE ACTUALITE
							== PAGE DOSSIER
							== PAGE VIDEOS
							== PAGE EVENEMENT
							== PAGE CALENDRIER
								BOUTON CALENDRIER
								CALENDRIER
							== PAGE ALBUM PHOTOS
							== PAGE SON
							== PAGE FICHIER
							== PAGE DE PLAN DU SITE
							== PAGE DE CONNEXION

						= FOOTER
							== COORDONNEES
							== SITE ACTION
                            == PLAN DU SITE

						= POPINS
							== CONNEXION
                            == GMAP

						=  ADMINISTRATION
							== BARRE D'EDITION
							== VUE CONTENU
							== FORMULAIRE DE MODIFICATION
							== PALETTE D'ADMIN

						= AJUSTEMENT PETITS ECRANS



*/
/**************************************************************************************************************/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= RESET
*/
/*------------------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#272727;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
	font-family: 'satellite';
    font-weight:normal;
	letter-spacing:normal;
}
strong {
	font-weight: 700;
}
ul{
	margin:0;
    padding:0;
	list-style-image:none;
	list-style-type:none;
    line-height:1.3em;
}
img{
	border:none;
}
a, a:link{
	text-decoration:none;
	color:#272727;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited{
	text-decoration:none;
	color:#272727;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#272727;
}
input{
	font-family:verdana;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color:#eae5e6;
}

/*
	ELEMENTS DE PLONE
*/
dl.portlet,
dl.portalMessage,
div.managePortletsLink,
a.managePortletsFallback,
div.portletAssignments,
#content,
div.overlay,
#edit-bar,
#portal-sitemap,
#portal-searchbox,
#portal-globalnav,
#portal-breadcrumbs,
#portal-column-content #content,
#portal-footer,
#portal-siteactions,
#portal-colophon,
#portal-languageselector,
#content pre,
.portletItemDetails,
#portal-personaltools,
#fieldset-openid-login input,
#login-form input,
div.listingBar,
#content legend,
#content div.documentByLine,
.commentDate,
.comment,
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul,
#content .discreet,
#sidebar .discreet,
#category{
	font-size:100%;
}
#content a:link,
dl.portlet a:link,
#content a:visited,
dl.portlet a:visited{
	border:none;
	color:#272727;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#272727;
	background: #666;
}
body.template-logged_out #content,
body.template-login_form #content{
	text-align:left;
}
.highlightedSearchTerm{
	background:none!important;
	font-weight:normal!important;
}
div.width-full{
	width:100%;
}
div.position-0,
div.position-1\:2{
	margin:0;
}
div.cell{
	float:none;
	left:0;
	width:auto;
}
div.row{
	float:none;
}
#content-ckeditor,
body.cke_panel_frame{
    background:#fff !important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= BXSLIDER
*/
/*------------------------------------------------------------------------------------------------------------*/
/*
	RESET - LAYOUT
*/
.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/*
	THEME
*/
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx-slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: verdana;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/bx-slider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/bx-slider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width: 80%;
	text-align: left;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	-pie-background: rgba(80, 80, 80, 0.75);
	behavior: url(++resource++PIE.htc);
}
.bx-wrapper .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-family: verdana;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORLTETS
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet{
	margin:0 0 50px;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
	font-family: 'satellite';
	font-size: 3em;
	line-height: 1.2em;
	font-weight: normal;
}
#portal-columns dl.portlet dd{
	padding:0;
	font-size:1.2em;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletSearch{
	margin:20px 0;
	padding:0;
}
dl.portlet.portletSearch dd{
	position:relative;
}
dl.portlet.portletSearch dd + dd{
	display:none;
}
dl.portlet.portletSearch input[type=text]{
	padding:5px;
	width:100%;
	border:none;
	-webkit-box-shadow: #99afd3 1px 1px 2px inset;
	-moz-box-shadow: #99afd3 1px 1px 2px inset;
	box-shadow: #99afd3 1px 1px 2px inset;
	behavior: url(++resource++PIE.htc);
	font-size:0.9em;
	color:#003891;
}
dl.portlet.portletSearch .searchButton{
	position:absolute;
	bottom:-5px;
	right:5px;
	margin:0;
	padding:0;
	height:26px;
	width:16px;
	background:url(../images/picto-rechercher.png) 0 0.2em no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
dl.portlet.portletSearch .searchSection,
dl.portlet.portletSearch #LSShadow{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
.portletBSWNewsletterSubscriber{
	margin: 25px 0 50px;
}
.portletBSWNewsletterSubscriber span{
	font-family: 'satellite';
	font-size: 3em;
	line-height: 1.2em;
}

.portletBSWNewsletterSubscriber form{
	position:relative;
}
.portletBSWNewsletterSubscriber form input[type=text]{
	padding:10px 60px 10px 10px;
	width:100%;
	border:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #FFF;
}
.portletBSWNewsletterSubscriber form input[type=submit]{
	position:absolute;
	top: 5px;
	right:5px;
	margin:0;
	padding:0;
	height:28px;
	width:39px;
	background:url(../images/picto-valider.png) 0 0 no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}

/*--------------------------------------------------------------------------------------------------------------
	== EDITO
--------------------------------------------------------------------------------------------------------------*/
.edito{
}
.edito .entete{
	display:none;
}
.edito h2{
	font-size:5em;
	margin-bottom: 40px;
	line-height: 1em;
}
.edito h2 a,
#content .edito h2 a:hover,
#content .edito h2 a:focus{
	color:#272727 !important;
	text-decoration:none;
}
.edito p{
	font-size:1.4em;
	line-height:1.4;
}
#content .edito a.savoirplus{
	padding: 20px 30px;
	background: #e95e27;
	color:#fff;
	display: inline-block;
	font-size:1.6em;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#content .edito a.savoirplus:hover,
#content .edito a.savoirplus:focus{
	color:#fff!important;
	text-decoration: none;
	background: #db541f;
}


/*--------------------------------------------------------------------------------------------------------------
	== AGENDA
--------------------------------------------------------------------------------------------------------------*/
.portlet-agenda{
	float:right;
	width:70%;
}
.portlet-agenda dt{
	display:none;
}
.portlet-agenda dd.portletFooter{
	text-align:right;
}
#portal-columns .portlet-agenda dd.portletFooter a{
	display:inline-block;
	padding:0 0 0 8px;
	background:url(../images/chevron-bleu.png) 0 0.6em no-repeat;
	color:#17afd0;
	font-size:0.8em;
}
#portal-columns .portlet-agenda dd.portletFooter a:hover,
#portal-columns .portlet-agenda dd.portletFooter a:focus{
	color:#17afd0!important;
}

/*
  CALENDRIER
*/
#portal-columns dl.portlet.portletAgenda .portletCalendar{
	position:relative;
	margin:10px 0;
	text-align:left;
	color:#17afd0;
	font-size:1.5em
}
dl.portlet.portletAgenda .portletCalendar a#calendar-previous,
dl.portlet.portletAgenda .portletCalendar a#calendar-next{
	position:absolute;
	top:0;
	float:none;
	margin:0;
	padding:0;
	color:#17afd0!important;
}
dl.portlet.portletAgenda .portletCalendar a#calendar-previous{
	right:15px;
}
dl.portlet.portletAgenda .portletCalendar a#calendar-next{
	right:0;
}
dl.portlet.portletAgenda .portletCalendar table{
	margin:5px 0 0;
	border-top:1px solid #7dccda;
	border-right:1px solid #7dccda;
	font-size:0.7em;
	text-transform:none;
}
dl.portlet.portletAgenda .portletCalendar table caption{
	display:none;
}
dl.portlet.portletAgenda .portletCalendar table th{
	background:#17afd0;
	border-bottom:1px solid #7dccda;
	border-left:1px solid #7dccda;
	color:#fff;
}
dl.portlet.portletAgenda .portletCalendar table tbody{
	margin:-10px 0 0;
}
dl.portlet.portletAgenda .portletCalendar table td{
	border-bottom:1px solid #7dccda;
	border-left:1px solid #7dccda;
}
dl.portlet.portletCalendar table td.event{
	background:#7dccda;
}
dl.portlet.portletAgenda .portletCalendar table td.todayevent{
	border:1px solid #7dccda;
	background:#7dccda;
	color:#272727;
}
#portal-columns dl.portlet.portletAgenda .portletCalendar table td.todaynoevent{
	border:none;
	border-bottom:1px solid #7dccda;
	border-left:1px solid #7dccda;
	color:#272727;
}
dl.portlet.portletAgenda .portletCalendar table td a,
#content dl.portlet.portletAgenda .portletCalendar table td a:hover,
#content dl.portlet.portletAgenda .portletCalendar table td a:focus{
	background:none;
	color:#17afd0!important;
}
dl.portlet.portletAgenda .portletCalendar table td.todayevent a,
#content dl.portlet.portletAgenda .portletCalendar table td.todayevent a:hover,
#content dl.portlet.portletAgenda .portletCalendar table td.todayevent a:focus{
	background:none;
	color:#272727 !important;
}

/*
	EVENEMENTS
*/
#content dl.portlet.portletAgenda .portletCollection{
}
#content dl.portlet.portletAgenda .portletCollection ul{
}
#content dl.portlet.portletAgenda .portletCollection ul li{
	margin:5px 0;
	padding:0 0 5px;
	border-bottom:1px dotted #17afd0;
}
#content dl.portlet.portletAgenda .portletCollection ul li a{
	padding:0!important;
	background:none;
	color:#17afd0;
    font-family: 'museo300';
	font-size:1.6em;
	line-height:normal;
}
#content dl.portlet.portletAgenda .portletCollection ul li a > span{
	display:block;
	color:#272727;
	font-family:verdana;
	font-size:0.5em;
	font-weight:bold;
}
#content dl.portlet.portletAgenda .portletCollection ul li a:hover,
#content dl.portlet.portletAgenda .portletCollection ul li a:focus,
#content dl.portlet.portletAgenda .portletCollection ul li a:hover span,
#content dl.portlet.portletAgenda .portletCollection ul li a:focus span{
	color:#272727 !important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONNEXION
--------------------------------------------------------------------------------------------------------------*/
.portlet.portletLogin{
	margin:0;
}
.portlet.portletLogin dt{
	padding:0;
	background:none;
	color:#272727;
}
.portlet.portletLogin dd{
	padding:0;
}
.portlet.portletLogin dd .formControls{
	margin:0;
	text-align:right;
}

/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletNavigationTree{
	margin:0;
}
#portal-columns dl.portlet.portletNavigationTree dd{
	font-size: 1em;
}
dl.portlet.portletNavigationTree dd ul{
}

/* racine */
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	margin:0 0 8px;
	padding:0;
	background:none;
	border:none;

}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a{
	color:#272727;
	font-family: 'satellite';
	font-size: 3em;
	line-height: 1.2em;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0 0 5px;
	padding:0 0 0 10px;
	background:url(../images/puce_orange.png) 0 0.6em no-repeat;
	border:none;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:0!important;
	background:none;
	font-size:1.4em;
	line-height:1.2em;
	color:#272727 !important;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#272727 !important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	font-weight:bold;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	margin: 5px 0 5px
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin-left: 10px;
	padding-left: 7px;
	background:url(../images/puce-noire-petite.png) 0 0.8em no-repeat;
}
dl.portlet.portletNavigationTree ul li ul li a{
}
dl.portlet.portletNavigationTree ul li ul li a.navTreeCurrentItem{
	font-weight:bold;
}

/* troisieme niveau */
dl.portlet.portletNavigationTree ul li li ul{
	margin:0 0 0 10px;
}

/*--------------------------------------------------------------------------------------------------------------
	== HOME
--------------------------------------------------------------------------------------------------------------*/
.section-accueil #portal-columns {
	background: #ededed;
}
.section-accueil #portal-columns > .wrapper{
	padding: 45px 0;
}
.section-accueil #portal-columns #below-content{
	background: #fff;
}
.section-accueil #portal-column-content h1{
	position:absolute;
	top:-5000px;
}
.section-accueil #portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}


/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
#portal-columns div.portlet.a-la-une{}
#portal-columns div.portlet.a-la-une .entete{
	display: none;
}
#portal-columns div.portlet.a-la-une ul{
	margin:0;
	overflow:hidden;
}
#portal-columns div.portlet.a-la-une ul li{
	float: left;
	width: 16.7%;
	position: relative;

}
#portal-columns div.portlet.a-la-une ul li:last-child{
	width: 16.5%;
	float: right;
}
#portal-columns div.portlet.a-la-une ul li a.illustration{
	display: block;
	width: 100%;
	height: 315px;
	overflow: hidden;
	border: 2px solid #FFF;
	border-top: 4px solid #FFF;
	background: rgba(0, 0, 0, 0.65);
}
#portal-columns div.portlet.a-la-une ul li a.illustration img{
	max-height: 100%;
	min-width: 100%;
	filter : alpha(opacity=60);
    opacity : 0.6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-columns div.portlet.a-la-une ul li:hover a.illustration img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#portal-columns div.portlet.a-la-une ul li h2{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.7em;
	line-height: 1em;
}
#portal-columns div.portlet.a-la-une ul li h2 a{
	display:inline-block;
	padding: 15px;
	color: #FFF;
}
#portal-columns div.portlet.a-la-une ul li h2 a:hover,
#portal-columns div.portlet.a-la-une ul li h2 a:focus{
	background: none;
	color:#fff!important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== A LA UNE
--------------------------------------------------------------------------------------------------------------*/
#portlets-footer {
	margin: 60px 0 ;
}
#portlets-footer div.partenaires  {
	text-align: center;
}
#portlets-footer div.partenaires  a{
	display: inline-block;
	margin: 0 20px;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONTENUS CORRELES
--------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet.portletBSWContenusCorreles{}
#portal-columns dl.portlet.portletBSWContenusCorreles dt{
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd{
	margin:10px 0 20px;
	font-size: 1.3em;
}

#portal-columns dl.portlet.portletBSWContenusCorreles dd > a:first-child{
	display:inline-block;
	margin:0 0 5px;
	color:#272727 !important;
	font-weight:bold;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd span{
	display:block;
	margin:3px 0;
	font-size:0.8em;
	font-weight:bold;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd p{
	margin:0;
	font-size:0.9em;
}
#portal-columns dl.portlet.portletBSWContenusCorreles dd img{
	display:block;
	max-width:100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== ALBUM PHOTO
--------------------------------------------------------------------------------------------------------------*/
#portal-columns .albumPhotosPortlet{
	margin:30px 0;
	padding:10px 0 0;
	border-top:1px dotted #000;
}
#portal-columns .albumPhotosPortlet dt{
	padding:0;
	background:none;
}
#portal-columns .albumPhotosPortlet dt a,
#portal-columns .albumPhotosPortlet dt a:hover,
#portal-columns .albumPhotosPortlet dt a:focus{
	color:#272727 !important;
	text-decoration:none;
}
#portal-columns .albumPhotosPortlet dd{
	padding:0;
}
#portal-columns .albumPhotosPortlet dd p{
	margin:0;
}
#portal-columns .albumPhotosPortlet dd ul{
	overflow:hidden;
}
#portal-columns .albumPhotosPortlet dd ul li{
	float:left;
	margin:2px 2px 0 0;
}
#portal-columns .albumPhotosPortlet dd ul li a{
	display:block;
}
#portal-columns .albumPhotosPortlet dd.portletFooter a{
	color:#272727 !important;
}

/*--------------------------------------------------------------------------------------------------------------
	== CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
dl.portlet.portletCalendar{
	position:relative;
}
dl.portlet.portletCalendar dt{
	text-align:left;
}
dl.portlet.portletCalendar dt a#calendar-previous,
dl.portlet.portletCalendar dt a#calendar-next{
	position:absolute;
	top:0;
	float:none;
	margin:0;
	padding:0;
}
dl.portlet.portletCalendar dt a#calendar-previous{
	right:1em;
}
dl.portlet.portletCalendar dt a#calendar-next{
	right:0;
}
dl.portlet.portletCalendar dd table{
	border-top:1px solid #000;
	border-right:1px solid #000;
}
dl.portlet.portletCalendar dd table caption{
	display:none;
}
dl.portlet.portletCalendar dd table th{
	background:#000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	color:#fff;
	font-weight:bold;
}
dl.portlet.portletCalendar dd table tbody{
	margin:-10px 0 0;
}
dl.portlet.portletCalendar dd table td{
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
dl.portlet.portletCalendar dd table td.event{
}
dl.portlet.portletCalendar dd table td.todayevent{
	border:none;
	background:#333;
}
#portal-columns dl.portlet.portletCalendar dd table td.todaynoevent{
	border:none;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
}
dl.portlet.portletCalendar dd table td a,
dl.portlet.portletCalendar dd table td a:hover,
dl.portlet.portletCalendar dd table td a:focus{
	color:#272727 !important;
}
dl.portlet.portletCalendar dd table td.todayevent a,
dl.portlet.portletCalendar dd table td.todayevent a:hover,
dl.portlet.portletCalendar dd table td.todayevent a:focus{
	color:#fff!important;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
	position:relative;
}
#visual-portal-wrapper .wrapper{
	position:relative;
	margin:auto;
    width:1200px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
.section-accueil #header {
	background: url(/unsa/parametrages/bg.jpg) no-repeat center center fixed;
}
#header {
	position: relative;
	overflow:hidden;
	background: url(/unsa/parametrages/bg_small.jpg) no-repeat center top fixed;
	height: 250px;
}

#portal-top {
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 999;
	top: 0; /*la postion est calculé en javascript en fonction du scroll*/
	background-color: rgba(0, 0, 0, 0.65);
	border-bottom: 1px solid rgba(0, 0, 0, 0.65);
}


#portal-top #portal-globalnav > li > a,
#portal-top #bandeau-site img,
#portal-top #portal-searchbox {
	-webkit-transition: padding 0.5s;
	-moz-transition: padding 0.5s;
	-ms-transition: padding 0.5s;
	-o-transition: padding 0.5s;
	transition: padding 0.5s;
}
#portal-top #bandeau-site img{
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	-o-transition: height 0.5s;
	transition: height 0.5s;
}
#portal-top.f-nav {
	top: 0px !important;
}
#portal-top.f-nav #portal-globalnav > li > a {
	padding-top: 25px;
	padding-bottom: 20px;
}
#portal-top.f-nav #portal-searchbox {
	padding-top: 22px;
	padding-bottom: 16px;
}
#portal-top #bandeau-site img {
	height: 93px;
}
#portal-top.f-nav #bandeau-site img {
	height: 52px;
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#bandeau-site{
	display: inline-block;
	position: relative;
	padding: 3px 0 2px;
	background:#fff;
	z-index: 99;
}
#bandeau-site img{
	z-index: 99;
	position: relative;
}
#bandeau-site:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right: -30px;
	width: 100px;
	background:#fff;
	-moz-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
	-o-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#bandeau-site:before{
	content:"";
	position:absolute;
	top:0;
	left:-600px;
	bottom:0;
	width:600px;
	background:#fff;
}
#bandeau-site strong {
	display: none;
}


/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-searchbox{
	float:right;
	margin: 0 0 0 10px;
	padding: 45px 0 34px;
}
#portal-searchbox .searchField{
	border: none;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 0px;
	padding: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 60s;
}
#portal-searchbox:hover .searchField{
	width: 150px;
	padding: 2px 5px;
	transition-delay: 0s;

}


#portal-searchbox .searchButton{
	margin:0 0 0 2px;
	padding:0 0 0 13px;
	background:url(../images/picto-rechercher.png) 0 0.2em no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
	vertical-align: top;
}
#portal-searchbox .searchSection,
#portal-searchbox #LSShadow{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== NAVIGATION MINI
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	z-index:150;
	margin:0;
	float: right;
}

/*
	BOUTONS
*/
#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}

/*
  	RUBRIQUES
*/
#portal-globalnav{
	padding:0;
	background:none;
	margin: 0;
	position: static;
}
#portal-globalnav > li{
	margin:0;
	position: static;
}
#portal-globalnav > li > a{
	padding:0;
	min-width:0;
	background:none;
	border:none;
	font-size:1.7em;
	font-weight: 700;
	text-transform:uppercase;
	color: #FFF;
	padding: 45px 8px 41px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#portal-globalnav li:hover a,
#portal-globalnav .selected a,
#portal-globalnav .selected a:hover,
#portal-globalnav .selected a:focus,
#portal-globalnav a:hover,
#portal-globalnav a:focus{
	background: #04acd1;
	color:#fff;
	text-decoration: none;
}

#portal-globalnav li#portaltab-index_html{
	display:none;
}

/*
	MENU DEROULANT
*/
#portal-globalnav li ul.submenu{
	z-index:2;
	padding: 10px 20px;
	width: 1000px;
	background:#04acd1;
	right: 0;
	left: auto;
	text-align: center;
	top: auto;
}
#portal-globalnav li ul.submenu li{
	width:auto;
	float: none;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #FFF;
}
#portal-globalnav li ul.submenu li:last-child{
	border-right: none;
	margin: 0;
	padding: 0;
}
#portal-globalnav li ul.submenu li a{
	padding:0;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-size:1.5em;
	text-transform:none;
	color:#fff!important;
}
#portal-globalnav li ul.submenu li a:hover,
#portal-globalnav li ul.submenu li a:focus{
	border:none;
}
#portal-globalnav li ul.submenu li a img{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== Social
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{
	display:none;
}

#portlets-in-header div.cell,
#portlets-in-header.row {
	position: static;
}
.social {
	position: absolute;
	top: 25px;
	right: 10px;
}
.social a:hover{
	filter : alpha(opacity=50);
    opacity : 0.5;
}
.userrole-authenticated .social a.connexion{
	display: none;
}

.userrole-anonymous .social a.mon-espace{
	display: none;
}
/*--------------------------------------------------------------------------------------------------------------
	== SLOGAN
--------------------------------------------------------------------------------------------------------------*/
.slogan{
	text-align: center;
	background: #00afd6;
	padding: 0 0 3px;
	font-family: 'satellite';
	font-size: 2.8em;
	color: #FFF;
}
.slogan p{
	margin: 0 !important;
}
.slogan strong{
	font-weight: normal;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{}

#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}

/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content{
	margin:0;
	padding:0;
	overflow:hidden;
}
#portal-column-content #content{
	margin:0;
    padding:0;
}

/*--------------------------------------------------------------------------------------------------------------
	== COLONNES
--------------------------------------------------------------------------------------------------------------*/
#portal-column-one{
	float:left;
	margin:0 40px 0 0;
	padding:0;
	width:370px;
	background: #f5f5f5;
}
#portal-column-two{
	float:right;
	margin:0 0 0 40px;
	padding:0;
	width:370px;
	background: #f5f5f5;
}
#portal-column-one > div,
#portal-column-two > div{
	padding: 0 30px;
	margin: 50px 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== ABOVE CONTENT
--------------------------------------------------------------------------------------------------------------*/
#above-content{}

/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	margin:0 0 20px;
    padding:0;
	color:#8a8a8a;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	color:#8a8a8a;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#272727;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:5px 0 20px;
	background:#fff;
	border:1px solid #74AE0B;
	font-size:1.1em;
}
dl.portalMessage dt{
	background:#74AE0B;
}
dl.error dd{
	background:#fff;
}
dl.portalMessage.error{
	border:1px solid red;
}
dl.portalMessage.error dt{
	background:red;
}

.template-personnal_informations_form .fieldErrorBox .error,
.template-personnal_informations_form .field.error .error{
	font-size:1.1em;
}

.template-personnal_informations_form input#form-buttons-save{
	font-weight:bold;
    font-size:14px;
    padding:5px 10px;
    background:#e95e27;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color:#fff;
}

/*
	PORTLETS
*/
#portlets-above{
}
#portlets-above > div + div{
	margin:20px 0 0;
}
#portlets-above dl.portlet{
	margin:0;
}
#portlets-above dl.portlet dt{
	margin:0;
}
#portlets-above dl.portlet dd{
}
#portlets-above dl.portlet dd p{
	margin:10px 0 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== ELEMENTS GENERAUX
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
#portal-column-content #content h1{
	border:none;
	color:#272727;
	font-size: 4.5em;
	margin-top: 30px;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#272727;
	font-style:italic;
	text-transform:none;
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	display: none;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:0;
	padding:0;
	color:#272727;
	font-size:1.5em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}


/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:30px 0 0;
}
#portal-column-content #content-core > div{
	font-size:1.5em;
}

/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#272727;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#272727;
}
#portal-column-content dl.toc dd li{
	margin:0 0 8px;
	line-height:1.1;
}
#portal-column-content dl.toc dd li a,
#portal-column-content dl.toc dd li a:hover,
#portal-column-content dl.toc dd li a:focus{
	color:#272727 !important;
}

/*
	PAGINATION
*/
#portal-column-content .listingBar{
	padding:2px 0;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	text-align:center;
	font-size:1.1em;
}
#portal-column-content .listingBar a{
	padding:0;
	border:none;
}
#portal-column-content .listingBar a:hover,
#portal-column-content .listingBar a:focus{
	background:none;
	color:#272727 !important;
}
#portal-column-content .listingBar span a{
	font-weight:bold;
}
#portal-column-content .listingBar .previous{
	float:left;
}
#portal-column-content .listingBar .current{
	font-weight: bold;
}

/*
	CONTENUS CORRRELES
*/
#portal-column-content .relatedItems{
	margin:20px 0 0;
	padding:10px;
	background: #F5F5F5;
	border: 1px solid #EDEDED;
}
#portal-column-content .relatedItems dl{
	overflow:hidden;
}
#portal-column-content .relatedItems dl dt{
	margin:0 0 15px;
	font-size:1.5em;
	font-weight:700;
}
#portal-column-content .relatedItems dl dd{
	float:left;
	margin:0 10px;
	padding:0 0 0 8px;
	width:45%;
	background:url(../images/puce_orange.png) 0 0.2em no-repeat;
	font-size:1.3em;
}
#portal-column-content .relatedItems dl dd span{
	padding:0!important;
	background:none;
	line-height:1;
}
#portal-column-content .relatedItems dl dd span a,
#portal-column-content .relatedItems dl dd span a:hover,
#portal-column-content .relatedItems dl dd span a:focus{
	color:#272727 !important;
}
#portal-column-content .relatedItems dl dd span img{
	display:none;
}

/*
	MOTS CLES
*/
#category{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'ACCUEIL
--------------------------------------------------------------------------------------------------------------*/
.portletPageLeftColumn{
	width: 55%;
}
.portletPageRightColumn{
	position: relative;
	width: 40%;
}
.portletPageRightColumn:before{
	content: "";
	width: 3px;
	top: 0;
	bottom: 0;
	left: 40px;
	background:#FFF;
	position: absolute;
	-moz-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
}
.portletPageRightColumn > div{
	padding-left: 130px;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem{
	margin:20px 0 0;
}
#portal-column-content #content-core .tileItem + .tileItem{
	padding:20px 0 0;
	border-top: 5px solid #EDEDED;
}
#portal-column-content #content-core .tileItem h2{
	font-size:1.8em;
	line-height:1em;
	margin-top: 0;
}
#portal-column-content #content-core .tileItem h2 a{
	color:#00a0c6;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#00a0c6!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem > a:first-child{
	float:right;
	margin:10px 0 0 10px;
}
#portal-column-content #content-core .tileItem h2 + a{
	float:left;
	margin:3px 10px 0 0;
}
#portal-column-content #content-core .tileItem p{
	line-height:normal;
}
#portal-column-content #content-core .tileItem p.tileFooter{
	margin-top:5px;
	font-size:0.9em;
}
#portal-column-content #content-core .tileItem p.tileFooter a{
	display:inline-block;
	padding:0 0 0 8px;
	background:url(../images/chevron-noir.png) 0 0.3em no-repeat;
	color:#272727 !important;
	font-weight:bold;
}
#portal-column-content #content-core .tileItem p.tileFooter a:hover,
#portal-column-content #content-core .tileItem p.tileFooter a:focus{
	color:#272727 !important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'INSCRIPTION A LA NEWSLETTER
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #newsletter{
	font-size:1em!important;
}
#portal-column-content #newsletter .documentDescription{
	margin:0!important;
}
#portal-column-content #newsletter form#nl_form{
	margin:0;
	padding:0;
}
#portal-column-content #newsletter form#nl_form fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .field{
	margin:0 0 25px;
	padding:0;
	border-bottom:0;
	color:#272727;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters{
	padding:0;
	margin:0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters p{
 	font-style:normal;
	font-size:1.5em;
	color:#272727;
}
#portal-column-content #newsletter form#nl_form fieldset .liste-newsletters label{
	font-family:verdana;
	font-size:1em;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls{
	margin:20px 0 0;
	padding:20px 0 0;
	border:none;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input{
	margin:10px 0 0;
	margin:0;
	padding:2px 5px;
	background:#333;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#portal-column-content #newsletter form#nl_form fieldset .formControls input:hover,
#portal-column-content #newsletter form#nl_form fieldset .formControls input:focus{
	background:#000;
}

/*--------------------------------------------------------------------------------------------------------------
	== FORMULAIRE
--------------------------------------------------------------------------------------------------------------*/

.template-form_profil #edit-bar, #content ul.formTabs, #content-core ul.formTabs {
	background: #00AFD6;
	border-color: #00AFD6;
}
.template-form_profil #content-views a, #content li.formTab a, #content-core li.formTab a {
	color: #FFF;
}

.template-form_profil.userrole-authenticated #portal-column-content #content form.enableFormTabbing > fieldset {
	padding: 30px 40px;
	border: 1px solid #00AFD6;
	border-top: none;
	margin: 0;
}
.template-form_profil.userrole-authenticated #portal-column-content #content form > div,
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset > div,
.template-form_profil.userrole-authenticated #portal-column-content #content form#edit_form > div.field {
	border: none;
	float: left;
	width: 40%;
	margin-left: 10%;
	clear: none;
	
}
.template-form_profil.userrole-authenticated #portal-column-content #content form > div:nth-child(2n),
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset > div:nth-child(2n),
.template-form_profil.userrole-authenticated #portal-column-content #content form#edit_form > div.fiel:nth-child(2n) {
	clear: left;
	margin-left: 0;
}
.template-form_profil.userrole-authenticated #portal-column-content #content form > div.full,
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset > div.full,
.template-form_profil.userrole-authenticated #portal-column-content #content form#edit_form > div.field.full {
	width: auto;
	float: none;
	margin: 0;
	max-width: 100%;
}
.template-form_profil.userrole-authenticated #portal-column-content #content-core > div #gestion-diplomes {
	table-layout:fixed;
	width: 100%;
}
.template-form_profil.userrole-authenticated #portal-column-content #content-core > div #gestion-diplomes input{
	max-width: 100%;
}
.template-form_profil.userrole-authenticated #portal-column-content #content form > div.full + .field,
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset > div.full + .field,
.template-form_profil.userrole-authenticated #portal-column-content #content form#edit_form > div.field.full + .field {
	margin-left: 0;
}
.template-form_profil.userrole-authenticated #portal-column-content #content form div.field > label,
.template-form_profil.userrole-authenticated #portal-column-content #content form div.widget > label,
.template-form_profil.userrole-authenticated #portal-column-content #content form div.field > .label,
.template-form_profil.userrole-authenticated #portal-column-content #content form div.field .sortingField div + label {
	font-size: 1em;
	display: block;
	
}
.template-form_profil.userrole-authenticated #portal-column-content #content form div.field > label img,
.template-form_profil.userrole-authenticated #portal-column-content #content form div.widget > label img,
.template-form_profil.userrole-authenticated #portal-column-content #content form div.field > .label img,
.template-form_profil.userrole-authenticated #portal-column-content #content form div.field .sortingField div + label img {
	display: block;
}
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset div.field textarea,
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset div.field > select,
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset div.widget select,
.template-form_profil.userrole-authenticated #portal-column-content #content form > div.field > input[type="text"],
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset div.field > input[type="text"],
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset div.widget > input[type="text"] {
	padding: 5px;
	border: 1px solid #CCC;
	width: 100%;
}


.template-form_profil.userrole-authenticated #portal-column-content #content form > div.formControls,
.template-form_profil.userrole-authenticated #portal-column-content #content form > fieldset > div.formControls,
.template-form_profil.userrole-authenticated #portal-column-content #content form#edit_form > div.field.formControls {
	float: none;
	clear: both;
	text-align: right;
	width: 100%;
}
.template-form_profil.userrole-authenticated #portal-column-content #content form > div.formControls input{
    background: #464646 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    position: relative;
    z-index: 2;
}
.template-form_profil.userrole-authenticated #portal-column-content #content form > div.formControls input:hover {
	background: #e65c25;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE RESULTAT DE RECHERCHE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core p#rss-subscription{
	margin:5px 0 0;
	float:right;
}
#portal-column-content #content-core p#rss-subscription a:hover,
#portal-column-content #content-core p#rss-subscription a:focus{
	color:#272727 !important;
}
#portal-column-content #content-core #searchform{
	margin:0 0 20px;
	text-align:left;
}
#portal-column-content #content-core #searchform #search-field{
	display:none;
}

/*
  	FILTRE
*/
#portal-column-content #content-core #search-results-bar{
	padding:10px;
	background:#f3f3ef;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#portal-column-content #content-core #search-results-bar > span:first-child{
	display:block;
	margin:0 0 10px;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu{
	float:right;
	position:relative;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd{
	position:absolute;
	right:0;
	left:auto;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div{
	padding:10px;
	background:#f9f9fa;
	border:1px solid #e7e9ea;
	font-size:1.4em;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field{
	margin:0;
	padding:0;
	background:none;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .optionsToggle{
	background:none;
	border:none;
	font-weight:bold;
}
#portal-column-content #content-core #search-results-bar dl.actionMenu dd > div .field div{
	float:none;
	margin:0;
}
#portal-column-content #content-core #search-results-bar span#searchResultsSort{
	float:none;
	clear:both;
	display:block;
	padding:5px 0 0;
	border-top:1px solid #fff;
}
#portal-column-content #content-core #search-results-bar a:hover,
#portal-column-content #content-core #search-results-bar a:focus{
	color:#272727 !important;
}

/*
	LISTE
*/
#portal-column-content #content-core #search-results{
	margin:20px 0 0;
	padding:0;
	font-size: 1.5em;
}
#portal-column-content #content-core #search-results dl dt{
	font-family: 'satellite';
	font-size: 1.8em;
    line-height: 1em;
    margin: 30px 0 0;
	padding: 0 !important;
	background: none;
}
#portal-column-content #content-core #search-results dl dt a{
	color: #00a0c6 !important;
}
#portal-column-content #content-core #search-results dl dt a:hover,
#portal-column-content #content-core #search-results dl dt a:focus{
	color:#00a0c6!important;
	text-decoration:none;
}
#portal-column-content #content-core #search-results dl dt img{
	display:none;
}
#portal-column-content #content-core #search-results dl dd{
	margin:0;
	line-height:1.5;
}
#portal-column-content #content-core #search-results dl dd cite{
	display:block;
	margin:5px 0 0;
}
#portal-column-content #content-core #search-results dl dd cite a,
#portal-column-content #content-core #search-results dl dd cite a:hover,
#portal-column-content #content-core #search-results dl dd cite a:focus{
	color:#272727 !important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ACTUALITE
--------------------------------------------------------------------------------------------------------------*/
.portaltype-news-item #archetypes-fieldname-imageCaptionBSW{
    display:none;
}
#portal-column-content #content-core .plain{
	float:none;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DOSSIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-folder #plone-contentmenu-actions{
    display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE VIDEOS
--------------------------------------------------------------------------------------------------------------*/
.template-video_view #content-core {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;
	height: 0;*/
}
.template-video_view #content-core iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE EVENEMENT
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .eventDetails{
	float:none;
	width:auto;
	padding:10px;
	margin: 30px 0 20px;
	border: none;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
}
#portal-column-content #content-core .eventDetails ul li{
	float:left;
	min-height:60px;
}
#portal-column-content #content-core .eventDetails ul li + li{
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	border-left:1px dotted #000;
}
#portal-column-content #content-core .eventDetails ul li.calendrier{
	display:none;
}
#portal-column-content #content-core .eventDetails ul li span{
	display:inline;
	padding:0;
	width:auto;
	border:none;
	text-align:left;
	line-height:1;
}
#portal-column-content #content-core .eventDetails ul li.quand p > span{
	display:block;
}
#portal-column-content #content-core .eventDetails ul li p{
	margin:0;
}
#portal-column-content #content-core .eventDetails ul li span.entete{
	display:block;
	margin:0 0 5px;
	font-weight:bold;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a{
	margin:0 15px 0 0;
	color:#272727;
}
#portal-column-content #content-core .eventDetails ul li.calendrier a:hover,
#portal-column-content #content-core .eventDetails ul li.calendrier a:focus{
	color:#272727 !important;
}
#portal-column-content #content-core #parent-fieldname-eventUrl{
	padding:1px 10px 3px;
	font-size: 1.3em;
	text-transform: uppercase;
	padding: 10px 15px;
	background:#e95e27;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
}
#portal-column-content #content-core #parent-fieldname-eventUrl:hover,
#portal-column-content #content-core #parent-fieldname-eventUrl:focus{
	color:#fff!important;
	text-decoration:none;
	background:#db541f;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE CALENDRIER
--------------------------------------------------------------------------------------------------------------*/
/*
	BOUTON CALENDRIER
*/
#portal-column-content .voir-le-calendrier{
	float:right;
	text-align:right;
}
#portal-column-content .voir-le-calendrier a{
	padding:5px 10px;
	background:#333;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
#portal-column-content .voir-le-calendrier a:hover,
#portal-column-content .voir-le-calendrier a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}

/*
	CALENDRIER
*/
#calendar{
	margin:30px 0 0;
}
.fc-header h2{
	font-size:1.6em;
	font-weight:normal;
	text-transform:uppercase;
	color:#272727;
}
.fc-content th.fc-day-header{
	font-size:1.2em;
}
.fc-content .fc-state-highlight{
	background:#e8e8e8;
	border:1px solid #ccc;
	font-weight:bold;
}
.fc-content a.fc-event{
	background:#666;
	border:1px solid #666!important;
	font-size:1.1em;
}
#content .fc-content a.fc-event:hover,
#content .fc-content a.fc-event:focus{
	color:#fff!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE ALBUM PHOTOS
--------------------------------------------------------------------------------------------------------------*/
#content span.nb-photo{
	background:#e95e27;
	color:#fff;
}
#content ul.liste-photos{
	clear:both;
	padding:20px 0 0;
}
#content ul.liste-photos li{
	margin:0 4px 4px 0;
	overflow: hidden;
}
#content ul.liste-photos li:nth-child(3n) {
	margin-right: 4px;
}
#content ul.liste-photos li:nth-child(4n) {
	margin-right: 0;
}
#content ul.liste-photos li a.albumsphotos{
	background:#fff;
	height:130px;
	width: 190px;
	/*line-height:180px;*/
}
#content ul.liste-photos li a.albumsphotos img{
	max-width:100%;
	min-width: 100%;
	min-height: 100%;
}
#content ul.liste-photos li a.viewimagealbumsphotos{
	background:rgba(0,0,0,0.8);
	-pie-background:rgba(0,0,0,0.8);
	behavior: url(++resource++PIE.htc);
	color:#fff;
	line-height:normal;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 1.2em;
	padding-top: 60px;
	bottom: -130px;
}
#content ul.liste-photos li:hover a.viewimagealbumsphotos,
#content ul.liste-photos li:focus a.viewimagealbumsphotos{
	color:#fff!important;
	bottom: 0px;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE SON
--------------------------------------------------------------------------------------------------------------*/
.portaltype-son h2#download-son{
	margin:30px 0 10px;
	padding:0;
	color:#272727;
	font-size:1.6em;
	font-weight:normal;
	text-transform: uppercase;
	line-height:1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE FICHIER
--------------------------------------------------------------------------------------------------------------*/
.portaltype-file #content-core a{
	display:inline-block;
	margin:5px 0;
	padding:5px 10px;
	background:#000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior: url(++resource++PIE.htc);
	border-bottom:none;
	font-size:1.2em;
	color:#fff;
}
.portaltype-file #content-core a:hover,
.portaltype-file #content-core a:focus{
	background:#000;
	color:#fff!important;
	text-decoration:none;
}
.portaltype-file #content-core a img{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core #portal-sitemap{
	margin:30px 0 0;
}
#portal-column-content #content-core #portal-sitemap li{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #content-core #portal-sitemap li a{
	background:none;
}
#portal-column-content #content-core #portal-sitemap li img{
	display:none;
}

/* premier niveau */
#portal-column-content #content-core #portal-sitemap > li{
	font-size: 1.5em;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	display:block;
	border:none;
	color:#272727 !important;
	font-size:1.8em;
	font-family: 'satellite';
	line-height:1;
	font-weight: normal;
	text-transform: uppercase;
	display:block;
	margin: 20px 0 0 ;
	padding:0 0 0 15px !important;
	background:url(++theme++unsa/images/puce-orange-ronde.png) 0 0.4em no-repeat;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	color:#272727!important;
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:0 0 0 20px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li{
	margin:0 0 10px;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a{
	margin:0;
	padding:0 0 0 10px!important;
	font-size:1.2em;
	color:#272727 !important;
	font-weight: 700;
}
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > ul > li > div > a:focus{
	border:none;
	color:#272727 !important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 0 0 10px;
	padding: 0 0 0 10px;
	border-top:1px solid #000;
}
#portal-column-content #content-core #portal-sitemap li li li{
	border-bottom:1px dotted #000;
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:0!important;
	background:none;
	text-transform:none;
	font-size:1.1em;
	color:#272727 !important;
}
#portal-column-content #content-core #portal-sitemap li li li a:hover,
#portal-column-content #content-core #portal-sitemap li li li a:focus{
	color:#272727 !important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .connexion{
	float:left;
	width:48%;
	font-size:1.3em;
}
#portal-column-content #login-form{
}
#portal-column-content div#login-form:before{
	content:"Identifiez-vous";
	display:block;
	padding:0 0 10px 150px;
	font-size:2em;
	color:#464646;
}
#portal-column-content #login-form .field label{
	font-size:1.1em;
	font-style:normal;
	font-family:'open sans';
}
#portal-column-content #login-form .field input{
	padding:5px;
	width:60%;
	font-size:1.3em;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 150px;
	font-size:0.9em;
}
#portal-column-content #login-form .formControls input,
#portal-column-content .kssattr-formname-register_form .formControls input{
	position:relative;
	z-index:2;
	margin:0;
	padding:10px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}
#portal-column-content #login-forgotten-password{
	margin:10px 25px 0 150px;
	padding:10px 0 0;
	border-top:1px dotted #464646;
	font-size:0.9em;
}
#portal-column-content #login-forgotten-password a:hover,
#portal-column-content #login-forgotten-password a:focus{
	color:#000!important;
}

.template-cas_login #login-forgotten-password a{
	cursor:pointer;
	font-weight:bold;
}

/* MOT DE PASSE PERDU */

#portal-column-content #mail_password{}
#portal-column-content #mail_password fieldset{
	margin:0;
	padding:0;
	border:none;
}
#portal-column-content #mail_password fieldset legend{
	display:none;
}
#portal-column-content #mail_password .field{
	float:left;
	clear:none;
	margin:0 20px 0 0;
}
#portal-column-content #mail_password .field label{
	margin:0 10px 0 0;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}
#portal-column-content #mail_password .field input.context{
	margin:0;
	padding:2px 5px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
}
#portal-column-content #mail_password + p{
	margin:30px 0 0;
	font-size:1em;
}
#portal-column-content #mail_password + p a:hover,
#portal-column-content #mail_password + p a:focus{
	color:#000!important;
}

.kssattr-formname-register_form{
	font-size:1.4em;
	line-height:1.3em;
}

.kssattr-formname-register_form .field input{
	border:none;
	font-family:'open sans';
	padding:5px;
	background:#ededed;
}


.kssattr-formname-register_form .field input:focus{
	border:none;
	font-family:'open sans';
	padding:5px;
	background:#eae5e5;
}

#content-core .field .widget input:focus{
	border:none;
	font-family:'open sans';
	padding:5px;
	background:#eae5e5;
}

#content-core .field .widget input{
	border:none;
	font-family:'open sans';
	padding:5px;
	background:#ededed;
}

#content-core #form input[type="text"]{
	border:none;
	font-family:'open sans';
	padding:5px;
	background:#ededed;
}

#content-core #form input:focus{
	border:none;
	font-family:'open sans';
	padding:5px;
	background:#eae5e5;
}


/*
	NOUVEAU MEMBRE
*/
#login-new-user{

}
#login-new-user{
	float:right;
	margin:45px 0 0;
	padding:0 30px 0 0;
	width:48%;
	color:#00AFD6;
}
#login-new-user strong{
	display:block;
	margin:0 0 5px;
	font-size:1.1em;
	line-height:1;
}
#login-new-user a,
#login-new-user a:hover,
#login-new-user a:focus{
	color:#00AFD6!important;
}
#login-new-user > a{
	position:relative;
	z-index:2;
	display:inline-block;
	margin:10px 0 0;
	padding:10px;
	background:#00AFD6;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff!important;
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
}
#login-new-user > a:hover,
#login-new-user > a:focus{
	background:#444;
	color:#fff!important;
	text-decoration:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== INFOS PERSO
--------------------------------------------------------------------------------------------------------------*/
#mes-infos-perso h2{
	font-size:25px;
	color:#fff;
	background:#00AFD6;
	padding:5px;
	line-height:1em;
	margin-bottom:20px;

}

#mes-infos-perso h3{
	font-family:'open sans';
	font-weight:bold;
	font-size:18px;
	border-top:1px #00a0c6 solid;
	border-bottom:1px #00a0c6 solid;
	padding:5px 0 5px 0;
	color:#00a0c6;
	clear:both;

}

#mes-infos-perso h4{
	font-family:'open sans';
	font-weight:bold;
	font-size:20px;
	color:#e95e27;
	margin-top:10px;
}


#content-core .kssattr-formname-personnal_informations_form ul.formTabs{
	background:#00AFD6;
	border-color:#00AFD6;
}

#content-core .kssattr-formname-personnal_informations_form ul.formTabs li{
	font-size:1.2em;
}

#content-core .kssattr-formname-personnal_informations_form ul.formTabs li a{
	color:#fff;
	text-transform:uppercase;
}

#content-core .kssattr-formname-personnal_informations_form ul.formTabs li a.selected{
	color:#666;
}

#content-core .kssattr-formname-personnal_informations_form ul.formTabs li a.required:after{
	color:#E65C25;
}

#content-core .unsa-form #bloc-valider input{
	position:relative;
	z-index:2;
	margin:0;
	padding:10px;
	background:#464646;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.3em;
	cursor:pointer;
}

#content-core .unsa-form #bloc-valider input:hover{
	background:#E65C25;
}

#content-core .paiement-cb input,
#content-core .paiement-cheque input,
#content-core .paiement-virement input {
	position:relative;
	z-index:2;
	margin:0;
	padding:7px;
	background:#00AFD6;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}

#content-core .paiement-cb input:hover,
#content-core .paiement-cheque input:hover,
#content-core .paiement-virement input:hover {
	background:#E65C25;
}

#content-core .plain p span{
	color:#E65C25;
}

#content-core p.retour-espace-adherent{
	padding:0;
	margin-top:30px !important;
}

#content-core  p.vous-souhaitez{
	line-height:1.5em;
	margin-bottom:2 em !important;
}

#content-core .retour-espace-adherent a{
	position:relative;
	z-index:2;
	margin:0;
	padding:7px;
	background:#00AFD6;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}

.template-form_adhesionmodes #content-core .retour-espace-adherent a,
.template-form_adhesion #content-core .retour-espace-adherent a{
	float:right;
}

#content-core .retour-espace-adherent a:hover{
	color:#fff !important;
	text-decoration:none;
	background:#E65C25;

}

#mes-infos-perso #bloc-infos-perso{
	float:right;
	width:35%;
}

#mes-infos-perso #bloc-mes-adhesions{
	float:left;
	width:60%;
	margin-right:5%;
}

#mes-infos-perso #bloc-mes-adhesions .adherer-syndicat,
#mes-infos-perso #bloc-infos-perso .maj-profil{
	font-weight:bold;
	font-size:14px;
	display:inline-block;
	padding:5px 10px;
	background:#e95e27;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color:#fff;
}

#mes-infos-perso #bloc-mes-adhesions .adherer-syndicat:hover,
#mes-infos-perso #bloc-infos-perso .maj-profil:hover,
#mes-infos-perso #bloc-mes-adhesions .adherer-syndicat:focus,
#mes-infos-perso #bloc-infos-perso .maj-profil:focus{
	background:#BC4F23;
	color:#fff !important;
	text-decoration:none;
}

#mes-infos-perso #bloc-mes-adhesions span.discreet{
	font-size:14px;
	color:#7e7d7b;
	font-style:italic;
}

.modifier-payer a{
	padding:4px 8px;
	background:#ededed;
	display:inline-block;
	margin:5px 5px 0 0;
}

#mes-infos-perso .modifier-payer a:hover,
#mes-infos-perso .modifier-payer a:focus{
	background:#00AFD6;
	color:#fff !important;
	text-decoration:none;
}

#mes-infos-perso .detail ul{
	margin-bottom:20px;
}

#mes-infos-perso .detail ul li{
	font-size:12px;
	color:#666;
	font-weight:bold;
	margin:0 0 5px;
	padding:0 0 0 10px;
	background:url(../images/puce_orange.png) 0 0.4em no-repeat;
	border:none;
}

#mes-infos-perso .detail ul li span.montant{
	font-weight:normal;
}

#mes-infos-perso .detail ul li ul.fichiers li{
	font-weight:normal;
	font-style:italic;
	background:url(../images/puce-orange-ronde.png) 0 0.4em no-repeat;
	padding:0 0 0 15px;

}
#mes-infos-perso .detail ul li ul.fichiers li a:hover{
	color:#00AFD6 !important;
}


#mes-infos-perso #bloc-infos-perso img{
	display:block;
	float:left;
	margin-right:15px;
	width:100px;
	height:auto;
}

#mes-infos-perso #bloc-infos-perso ul{
	margin-top:15px;
}

#mes-infos-perso #bloc-infos-perso ul li{
	line-height:1.1em;
}

#mes-infos-perso #bloc-infos-perso ul li.nom-prenom{
	font-size:20px;
	font-weight:bold;
	color:#00AFD6;
}

#mes-infos-perso #bloc-infos-perso ul li.code-postal,
#mes-infos-perso #bloc-infos-perso ul li.ville{
	display:inline-block;
}


#mes-infos-perso #bloc-infos-perso h3{
	margin-top:30px;
}

#mes-infos-perso #bloc-infos-perso .nom-diplome{
	color:#e95e27;
	font-size:20px;
	font-weight:bold;
}

#mes-infos-perso h4.collapse {
	cursor:pointer;
}

#mes-infos-perso h4.collapse:before {
	content:url(../images/puce-adherent-moins.png);
	display:inline-block;
	overflow:hidden;
	margin-right:10px;
	vertical-align:top;;
}

#mes-infos-perso h4.collapse.closed {
}

#mes-infos-perso h4.collapse.closed:before {
	content:url(../images/puce-adherent-plus.png);
	display:inline-block;
	overflow:hidden;
	margin-right:10px;
	vertical-align:top;
}


#mes-infos-perso h4.collapse + ul{
}

#mes-infos-perso h4.collapse + ul.closed {
	display:none;
}

p.invite-login { font-size:14px; }
p.invite-login a { text-decoration:underline; }

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	margin:0;
	padding:60px 0 25px;
	background: #ededed;
	border:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== COORDONNEES
--------------------------------------------------------------------------------------------------------------*/
#coordonnees{
	margin:0 auto 30px;
	padding:30px 0;
	text-align:center;
	font-size:1.8em;
	background: #00afd6;
	max-width: 700px;
	color: #FFF;
	line-height: 1.4em;
}
#coordonnees h2{
	color: #FFF;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-siteactions{
	clear:none;
	float:none;
	padding:0;
	border:none;
	color:#fff;
	font-size:1.4em;
}
#portal-siteactions li{
	display:inline;
	color:#272727;
}
#portal-siteactions li + li:before{
	content:"- ";
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#272727;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#272727;
}

/*--------------------------------------------------------------------------------------------------------------
	== PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #portal-sitemap-footer{
	padding:30px 0;
}
#portal-footer #portal-sitemap-footer > ul{
	-moz-column-count:2;
	-webkit-column-count:2;
	-o-column-count:2;
	column-count:2;
	-moz-column-gap:20px;
	-webkit-column-gap:20px;
	-o-column-gap:20px;
	column-gap:20px;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer > ul > li{
	display:block;
	padding:0 0 0 18px;
	background:url(../images/fleche-noire.png) 0 0.8em no-repeat;
	border:none;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer ul li a{
	padding:0!important;
	background:none;
}
#portal-footer #portal-sitemap-footer > ul > li div{
	display:inline-block;
}
#portal-footer #portal-sitemap-footer > ul > li  a{
	color:#272727 !important;
	font-weight:bold;
	font-size:1.2em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul{
	margin:0 0 0 30px;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li,
#portal-footer #portal-sitemap-footer > ul > li > ul li div{
	display:inline;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li + li:before{
	content:"| ";
	color:#272727;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a{
	font-weight:normal;
	font-size:1.1em;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a img{
	display:none;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li ul{
	display:none;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= POPINS
*/
/*------------------------------------------------------------------------------------------------------------*/
div.overlay-iframe, div.overlay-ajax{
	width:450px;
}
.pb-ajax > div{
	padding:20px;
	width:auto;
	font-size:1.2em;
}
.pb-ajax h1{
	border:none;
	color:#272727;
	font-size:2em;
	text-transform:uppercase;
	line-height:1em;
}
.pb-ajax div div:first-child{
	margin:10px 0;
	padding:0;
	background:#fff;
	color:#272727;
	font-family:verdana;
	font-weight:normal;
}
.pb-ajax div .formControls{
	margin:0;
}
.pb-ajax div .formControls input{
	margin:0;
	padding:2px 5px;
	background:#000;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(++resource++PIE.htc);
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	cursor:pointer;
}

/*--------------------------------------------------------------------------------------------------------------
	== CONNEXION
--------------------------------------------------------------------------------------------------------------*/
.overlay-ajax #login-form{
	padding:10px 0 0;
}
.overlay-ajax #login-form:before{
	content:"Identifiez-vous";
	padding:0 0 0 118px;
	font-size:2.7em;
	color:#272727;
}
.overlay-ajax #login-form .field label{
	font-size:1.1em;
}
.overlay-ajax #login-form .field input{
	width:200px;
}
.overlay-ajax #login-form .formControls{
	margin:0 0 0 23px;
}
.overlay-ajax #login-form .formControls input{
	font-size:1.2em;
}
.overlay-ajax #login-forgotten-password{
	font-size:1.1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== GMAP
--------------------------------------------------------------------------------------------------------------*/
.gmap-illustration{
    float: left;
    margin: 0 10px 0 0;
}

.gmap-dates {
    display: block;
    margin: 0 0 3px;
}


.clear {
	clear: both;
}


/*--------------------------------------------------------------------------------------------------------------
	== Formulaire d'adhesion
--------------------------------------------------------------------------------------------------------------*/
.unsa-form label { display:block; margin-bottom:1em; }
.unsa-form label.assurance { font-weight: normal; margin-bottom: 0em; }
.unsa-form .fieldErrorBox { font-weight:bold; color:#F00; }
.subtitle { font-weight: bold; margin-top:1em; margin-bottom: 1em; font-style: italic; }
.unsa-form #fservices { border:none; }
.userrole-authenticated #portal-column-content #content .unsa-form form fieldset legend {
	font-size: 1em;
    text-transform: none;
    color: #272727;
    margin: 0px;
    padding-left: 0px;
}
.userrole-authenticated #portal-column-content #content .unsa-form form fieldset #services_cb {
	margin: 0;
    padding: 0 0 0 2em;
    border-top: none;
}
.userrole-authenticated #portal-column-content #content .unsa-form form #bloc-valider {
	border:none;
	padding:1em;
}
.unsa-form #valider { padding:1em; }

.userrole-authenticated #portal-column-content #content .unsa-form form div#patienter {
	padding:1em;
	border:2px solid #000;
	background-color: #ff7;
	font-weight:bold;
}

.unsa-form ul.fichiers li{
    font-weight:normal;
    font-style:italic;
    background:url(../images/puce-orange-ronde.png) 0 0.4em no-repeat;
    padding:0 0 0 15px;

}
.unsa-form ul.fichiers li a:hover{
    color:#00AFD6 !important;
}

#content .unsa-form .goToSite a { text-decoration: none; border-bottom:1px dotted #000; }
#content .unsa-form .goToSite a:hover { color:#00AFD6; text-decoration: none;}


/*--------------------------------------------------------------------------------------------------------------
	== Tableau diplômes
--------------------------------------------------------------------------------------------------------------*/
#content #form table#form-widgets-IRenseignementsProfessionnels-diplomes{
	width:100%;
}
#content #form table#form-widgets-IRenseignementsProfessionnels-diplomes input[type="text"]{
	padding:0;
	border:1px solid #CCC;
}
#content #form table#form-widgets-IRenseignementsProfessionnels-diplomes input[type="text"]:focus{
	border:none;
}
.userrole-authenticated #content #form > fieldset table#form-widgets-IRenseignementsProfessionnels-diplomes select{
	width:90px !important;
}
#content #form table#form-widgets-IRenseignementsProfessionnels-diplomes .datagridwidget-cell{
	white-space:nowrap;
}
#formfield-form-widgets-ISouscripteur-date_naissance .date-field,
#formfield-form-widgets-IRenseignementsProfessionnels-date_expiration_carte_professionnelle .date-field{
	width:auto !important;
	vertical-align:middle;
}


/*--------------------------------------------------------------------------------------------------------------
	== Tableau recap
--------------------------------------------------------------------------------------------------------------*/
.formadhesion .groupe-collecteur { font-weight:bold; }
.formadhesion .groupe-collecteur span { color: #35C; }$

.table-recap { border-collapse:collapse; }
.table-recap tr { border-bottom:1px solid #000; }
.table-recap td { padding:5px 10px; }
.table-recap th { padding:10px; }
.table-recap tr td { text-align:right; }
.table-recap thead { border-bottom:2px solid #000; }

.table-recap th { }
.table-recap td { border:1px solid #fafafa; }
.table-recap tr.ligne-total td { background-color:#e0e0e0; }
.table-recap tr.lt-totaux td {	background-color:#c0c0c0; }
.table-recap tr.lt-solde td { background-color:#c0c0c0; padding:10px; font-weight:bold; }

.retour-espace-adherent { padding:1em; }


/*--------------------------------------------------------------------------------------------------------------
	== Mon adhesion
--------------------------------------------------------------------------------------------------------------*/
.adherent-bold{
	font-weight:bold;
}

/*--------------------------------------------------------------------------------------------------------------
	== VUE CONTENU
--------------------------------------------------------------------------------------------------------------*/

#content div.documentByLine {
	display:none!important;
}
.userrole-manager #content div.documentByLine,
.userrole-owner #content div.documentByLine,
.administrator #content div.documentByLine{
	display:block!important;
}


/*--------------------------------------------------------------------------------------------------------------
	== PALETTE ADMIN
--------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper #portal-columns dl.portlet.portletPaletteAdministration,
dl.portlet.portletPaletteAdministration{
	background:#00AFD6;
}

#visual-portal-wrapper #portal-columns dl.portlet.portletPaletteAdministration dd{
	display:inline-block;
}

#visual-portal-wrapper #portal-columns dl.portlet.portletPaletteAdministration dd a{
	margin-left:10px;
}

#visual-portal-wrapper #portal-columns dl.portlet.portletPaletteAdministration dt.portletHeader {
	background:url(../images/avatar-palette.png) no-repeat 0 2px;
}

/*#portal-column-two .portlet-palette-dadministration,*/
dl.portlet.portletPaletteAdministration #version,
dl.portlet.portletPaletteAdministration dd a#gestion_motdepasse{
	display:none;
}

#portal-columns dl.portlet.portletPaletteAdministration dd a#home-espace-adherent,
dl.portlet.portletPaletteAdministration dd a#home-espace-adherent{
	background:url("../++resource++bsw.sitegenerique.ressources/images/picto-espace-prive.png") 0 0 no-repeat;
}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1240px){
		#visual-portal-wrapper .wrapper{
			width:970px;
		}
		#portal-globalnav li ul.submenu {
			width: 855px;
		}
		.portletPageRightColumn {
			width: 45%;
		}
		#portal-columns div.portlet.a-la-une ul li {
			width: 30% !important;
			margin: 20px 1.6%;
		}
		#portal-columns div.portlet.a-la-une ul li:nth-child(3n) {
			float: right;
		}
		#portal-columns div.portlet.a-la-une ul li:nth-child(4n) {
			clear: both;
		}
		#portlets-footer div.partenaires a {
			margin: 0 7px;
		}

		#content ul.liste-photos li a.albumsphotos {
			width: 180px;
		}
		#content ul.liste-photos li:nth-child(3n) {
			margin-right: 0;
		}
		#content ul.liste-photos li:nth-child(4n) {
			margin-right: 4px;
		}

}
@media only screen and (max-width: 800px){
		body{
		}

		.social {
			display: none !important;
		}

		/* NAVIGATION MINI */
		/* boutons */
		#portal-navigation {
			float: none;
			position: relative;
		}
		#portal-navigation > a{
			display:block;
			position:absolute;
			top:-70px;
			right:20px;
		}
		#portal-navigation ul#portal-globalnav:target + a{
			display:block;
			position:absolute;
			top:-70px;
			right:20px;
		}

		/* menu */
		#portal-navigation ul{ /* on masque sur la version > 800 */
			display:none;
			padding: 0;
			margin-bottom: 10px;
		}
		#portal-navigation ul#portal-globalnav:target{ /* on affiche au clic sur le bouton menu */
			display:block;
		}
		#portal-navigation ul#nav-cache:target{ /* on masque au clic sur le bouton fermer */
			display:none;
		}
		#portal-globalnav > li{
			display:block;
			float:none;
			margin:0;
			padding:0;
			width:auto;
			border-top:1px solid #fff;
			background: #04acd1;
			font-size:0.9em;
		}
		#portal-globalnav > li:first-child + li{
			margin:0;
		}
		#portal-globalnav > li a{
			padding:10px;
			font-family:verdana;
			font-size:1.4em;
		}
		#portal-globalnav > li ul.submenu{
			display:none !important;
		}

		/* STRUCTURE */
		#portal-column-one,
		#portal-column-two,
		#visual-portal-wrapper .wrapper{
			float:none;
			margin:0;
			padding:0;
			width:auto;
			border:none;
		}
		#portal-column-one > div,
		#portal-column-two > div {
			padding: 0;
			margin: 0;
		}
		.portletPageLeftColumn,
		.portletPageRightColumn{
			float:none;
			width:auto;
		}

		.slogan,
		.portletBSWNewsletterSubscriber,
		#portal-searchbox,
		#portlets-footer div.partenaires,
		#portal-columns dl.portlet.portletBSWContenusCorreles,
		#portal-column-two dl.portlet.portlet-static-decouvrez-le-centre-de-formation-de-lunsa-3s,
		#portal-siteactions,
		#portlets-footer,
		#content .discreet,
		#sidebar .discreet {
			display: none !important;
		}
		#portal-column-content #content {
			padding: 0 10px;
		}

		#portal-columns dl.portlet {
			margin: 0;
		}
		#portal-columns dl.portlet.portletNavigationTree dd {
			padding: 20px 10px;
		}

		/* HEADER + HOME */
		#header {
			height: auto !important;
			background: none !important;
			margin-top: 10px;
		}
		#portal-top {
			background: #FFF;
			position: relative;
			top: auto !important;
			border-bottom: none;
		}
		#bandeau-site:after,
		#bandeau-site:before {
			display: none;
		}
		#bandeau-site {
			margin-left: 20px;
			margin-bottom: 10px;
		}

		#portal-top.f-nav {
			top: auto !important;
		}
		#portal-top.f-nav #portal-globalnav > li > a {
			padding: 10px;
		}
		#portal-top.f-nav #bandeau-site img {
			height: 93px;
		}

		.edito {
			text-align: center;
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 3px solid #FFF;
		}
		#portal-columns div.portlet.a-la-une ul {
			padding: 10px;
		}
		#portal-columns div.portlet.a-la-une ul li,
		#portal-columns div.portlet.a-la-une ul li:nth-child(3n) {
			float: none;
			width: 100% !important;
			margin: 10px auto;
			display: block;
		}
		#portal-columns div.portlet.a-la-une ul li > a:first-child{
			float:none;
			margin:0;
			border: none;
		}

		.portletPageRightColumn > div {
			padding-left: 0;
		}
		.portletPageRightColumn:before {
			display: none;
		}
		.portlet-static-decouvrez-le-centre-de-formation-de-lunsa-3s {
			text-align: center;
		}


		/* ELEMENTS DE PAGES DE DETAIL */

		#portal-column-content #content h1 {
			line-height: 1em;
		}
		#portal-column-content #content-core .tileItem > a:first-child{
			float:none;
			margin:0 0 10px;
			border: none;
			display: block;
		}
		#portal-column-content #content-core .tileItem > a:first-child img{
			display:block;
			width:100%;
			height:auto;
		}
		#portal-column-content #content-core .eventDetails ul li,
		#portal-column-content #content-core .eventDetails ul li + li{
			float:none;
			margin:0 0 10px;
			padding:0;
			border:none;
		}
		#portal-column-content .relatedItems dl dd{
			float:none;
			width:100%;
		}

		#content ul.liste-photos li {
			width: 49%;
			margin: 0 !important;
		}
		#content ul.liste-photos li a.albumsphotos {
			width: auto;
			border: 2px solid #FFF;
		}
		#content ul.liste-photos li:nth-child(2n+1) {
			clear:both;
		}

		/* FOOTER */
		#portal-footer #portal-sitemap-footer > ul > li{
			display:block;
			float:none!important;
			margin:0 0 10px;
			width:auto;
		}

		/* CK EDITOR */
		#portal-column-content #content-core div[id^="parent-fieldname-text"] p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h2 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h3 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h4 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h5 + p.exergue,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h6 + p.exergue{
			float:none;
			margin:20px 0;
			width:auto;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] ul.deux-colonnes li{
			float:none;
			width:100%;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-droite,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] img.image-gauche{
			float:none;
			width:100%;
			height:auto;
		}


		/* FOOTER */
		#portal-footer {
			padding: 10px;
			margin-top: 20px;
		}
		#coordonnees {
			max-width: 100%;
			margin: 0;
			padding: 20px;
			font-size: 1.5em;
		}
		#coordonnees h2 {
			line-height: 1em;
			margin-bottom: 10px;
		}
}

/*------------------------------------------------------------------------------------------------------------*/



