/**************************************************************************************************************/
/*			ASTER PAROISSE - V1.4 Site generique
			
			Date : 20 mars 2014
			Auteur : marlene
			URL : http://pin2:38980/aster-paroisse
			
			Sommaire :	= RESET
							ELEMENTS DE PLONE
						
						= BXSLIDER
						
						= PORLTETS
							== ENTETE / BANDEAU
							== ARGUMENTS
							== COMPLET
							== SPECIFIQUE
							== EQUIPES PROCHE
							== SOUS NAVIGATION
							== SLIDER MODELES
							== RECHERCHE PAR COULEUR
							== HAUT DE PAGE
						
						= CONTENEUR GLOBAL
						
						= HEADER
							== LOGO
							== BOUTON SE CONNECTER
						
						= NAVIGATION
							== BOUTONS
							== RUBRIQUES
							== MENU DEROULANT
						
						= 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'ACCUEIL MODELE
							== PAGE DE LISTE MODELE
							== PAGE DE DETAIL MODELE
							== PAGE DE PLAN DU SITE
							== PAGE DE CONNEXION
						
						= FOOTER
							== COORDONNEES
							== SITE ACTION
                            == PLAN DU SITE
											
						=  ADMINISTRATION
							== BARRE D'EDITION
							== 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:url(../images/body1.jpg) center top repeat-x,url(../images/body2.jpg) center top repeat;
	-pie-background:url(++theme++aster-paroisse/images/body1.jpg) center top repeat-x,url(++theme++aster-paroisse/images/body2.jpg) center top repeat;
	behavior: url(++resource++PIE.htc);
	font-family: 'Open Sans', sans-serif;
	font-size:62.5%; /*ensuite 1em=10px en taille normale*/
	color:#30413f;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	border: none;
    font-family: 'museo300';
	font-weight:normal;
	letter-spacing:normal;
}
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:#30413f;
	-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:#30413f;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#30413f;
}
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:#000;
}
#content dt{
	font-weight:normal;
}
#content{
	clear:none;
}
#content ul{
	list-style:none;
	margin:0;
}
.portletAssignments .portlet_here.portlet_visible .portletHeader{
	color:#000;
	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 + .bx-wrapper{
	margin:0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/*
	THEME
*/
.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
}

/* 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;
}
.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 -23px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: -23px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 20px;
	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;
}
#portal-columns dl.portlet dt{
	padding:0;
	background:none;
}
#portal-columns dl.portlet dd{
	padding:0;
	font-size:1.2em;
}

/*--------------------------------------------------------------------------------------------------------------
	== ENTETE / BANDEAU
--------------------------------------------------------------------------------------------------------------*/
.header{
	position:relative;
	text-align:center;
	background:url(../images/photo-illustration.png) center 210px no-repeat;
	background-size:100% auto;
}
.section-accueil .header{
	min-height:595px!important;
	background-size:auto;
	background-position:center bottom;
}
.header .marque{
	margin:0 0 10px;
    font-family: 'museo700';
	font-size:1.5em;
	color:#fff;
}
.section-accueil .header .marque{
	position:absolute;
	top:0;
	left:0;
	width:180px;
	text-align:center;
    font-family: 'museo300';
	font-size:1.4em;
}
.section-accueil .header .logo{
	position:absolute;
	top:30px;
	left:0;
	width:180px;
	text-align:center;
}
.header .titre{
	margin:190px 0 0;
}
.section-accueil .header .titre{
	margin:0;
	padding:300px 0 0;
	font-size:1.5em;
}
.header .titre span{
	display:block;
	margin:0 0 2px;
}
.header .titre span:first-child{
	margin:0;
    font-family: 'alexbrush';
	font-size:5em;
	line-height:0.5;
}
.section-accueil .header .titre span:first-child{
	text-shadow:1px 1px 5px #fff;
	font-size:4.3em;
	line-height:0.9;
}
.header .titre span:first-child + span{
    font-family: 'museo700';
	font-size:1.5em;
}
.header .titre strong{
	display:inline-block;
	padding:2px 8px 0;
	background:rgba(255,255,255,0.8);
	-pie-background:rgba(255,255,255,0.8);
	behavior: url(++resource++PIE.htc);
    font-family: 'museo700';
	font-size:3.7em;
	font-weight:normal;
	line-height:1;
	text-transform:uppercase;
}


/*--------------------------------------------------------------------------------------------------------------
	== ARGUMENTS
--------------------------------------------------------------------------------------------------------------*/
.arguments{
	position:absolute;
	bottom:-30px;
	left:0;
	right:0;
}
.arguments ul{
	margin:0;
	text-align:center;
}
.arguments ul li{
	display:inline-block;
	padding:3px;
	background:#fff;
	border:2px solid #91b703;
	-webkit-border-radius:29px;
	-moz-border-radius:29px;
	border-radius:29px;
	behavior: url(++resource++PIE.htc);
}
.arguments ul li + li{
	margin-left:5%;
}
.arguments ul li a{
	position:relative;
	display:inline-block;
	padding:25px 20px 10px;
	min-width:225px;
 	background:#9ed000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#77a400), to(#9ed000));
	background: -webkit-linear-gradient(#77a400, #9ed000);
	background: -moz-linear-gradient(#77a400, #9ed000);
	background: -ms-linear-gradient(#77a400, #9ed000);
	background: -o-linear-gradient(#77a400, #9ed000);
	background: linear-gradient(#77a400, #9ed000);
	-pie-background: linear-gradient(#77a400, #9ed000);
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	behavior: url(++resource++PIE.htc);
    font-family: 'museo300';
	font-size:3em;
	text-transform:uppercase;
	color:#fff;
	line-height:1;
}
.arguments ul li a:before{
	content:"";
	position:absolute;
	top:-36px;
	left:0;
	right:0;
	height:42px;
	background:url(../images/fleche-arrondie-haut.png) bottom center no-repeat

	display:none\9;
}
.arguments ul li a:after{
	content:"";
	position:absolute;
	bottom:-37px;
	left:0;
	right:0;
	height:42px;
	background:url(../images/fleche-arrondie-bas.png) bottom center no-repeat
}
.arguments ul li a span{
	display:block;
    font-family: 'museo700';
	font-size:0.65em;
	text-transform:none;
}
.arguments ul li a span:after{
	display:block;
	margin:10px 0 0;
	text-align:center;
	font-family: 'FontAwesome';
	font-size:1.5em;
}
.arguments ul li.complet a span:after{
	content:"";
}
.arguments ul li.specifique a span:after{
	content:"";
}
.arguments ul li.proche a span:after{
	content:"";
}
.arguments ul li a:hover,
.arguments ul li a:focus{
	text-decoration:none;
	color:#334d22;
}

/*--------------------------------------------------------------------------------------------------------------
	== COMPLET
--------------------------------------------------------------------------------------------------------------*/
/*
	TITRE
*/
.complet-titre{
	margin:0 0 35px;
}
.complet-titre h2{
	padding:80px 0 0;
	position:relative;
	text-align:center;
	font-size:4em;
	line-height:1;
}
.complet-titre h2:before{
	content:"";
	position:absolute;
	top:2.5em;
	left:0;
	right:0;
	z-index:1;
	height:3px;
	border-top:1px solid #30413f;
	border-bottom:1px solid #30413f;
}
.complet-titre h2 strong{
	position:relative;
	z-index:2;
	padding:0 10px;
	background:#fff;
	font-weight:normal;
}
.complet-titre h2 span{
	display:block;
	color:#7aa800;
    font-family: 'museo700';
	text-transform:uppercase;
	line-height:1;
}

/*
	TEXTE
*/
.complet-texte{
	float:left;
	width:42%;
}
.complet-texte p{
	margin:0;
	padding:20px 0 0;
	font-size:1.4em;
	overflow:hidden;
}
.complet-texte p:before{
	float:left;
	margin:-20px 20px 0 0;
	background:url(../images/pastille.png) 0 0 no-repeat;
	width:80px;
	min-height:80px;
	font-family: 'FontAwesome';
	font-size:3em;
	color:#7aa800;
	line-height:80px;
	text-align:center;
}
.complet-texte p.simple:before{
	content:"";
}
.complet-texte p.beau:before{
	content:"";
}
.complet-texte p.accessible:before{
	content:"";
}
.complet-texte p + p{
	margin-top:20px;
}

/*
	SLIDER
*/
.complet-slider{
	position:relative;
	float:right;
	width:53.5%;
}

/*slide*/
.complet-slider .bx-wrapper{
	position:relative;
	z-index:1;
	margin:20px 0 0;
	padding:20px;
	min-height:285px;
	background:#f5f1ef;
	border:5px solid #d3d3d1;
}
.complet-slider .bx-viewport{
	overflow:hidden;
}
.complet-slider .bx-viewport ul{
}
.complet-slider .bx-viewport ul li{
	overflow:hidden;
	/*-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;*/
}
.complet-slider .bx-viewport ul li img{
	float:right;
	margin:0 0 0 30px;
}
.complet-slider .bx-viewport ul li h2{
	margin:10px 0 20px;
	font-family:'open sans';
	font-weight:800;
	font-size:2em;
	text-transform:uppercase;
	text-align:center;
	line-height:1;
	overflow:hidden;
}
.complet-slider .bx-viewport ul li p{
	margin:0 0 15px;
	font-size:1.3em;
	overflow:hidden;
	text-align:center;
	line-height:1.2;
}
.complet-slider .bx-viewport ul li p.description{
	font-weight:800;
}

/*controles*/
.complet-slider .bx-wrapper + .bx-wrapper{
	position:relative;
	z-index:2;
	margin:-5px 55px 0;
	padding:0;
	background:none;
	border:none;
	min-height:0;
}
.complet-slider .bx-wrapper + .bx-wrapper .bx-viewport{
	height:auto!important;
}
.complet-slider .bx-wrapper .bx-pager{
}
.complet-slider .bx-wrapper .bx-pager a{
	display:inline-block;
	padding:8px 0 0;
	min-height:42px;
	background:rgba(158,208,0,0.8);
	-pie-background:rgba(158,208,0,0.8);
	behavior: url(++resource++PIE.htc);
	font-family:"open sans";
	font-size:1.5em;
	font-weight:800;
	text-transform:uppercase;
	line-height:1;
	color:#4a5f09;
}
.complet-slider .bx-wrapper .bx-pager a.active,
.complet-slider .bx-wrapper .bx-pager a:hover,
.complet-slider .bx-wrapper .bx-pager a:focus{
	color:#000;
	text-decoration:none;
}
.complet-slider .bx-wrapper .bx-controls .bx-pager{
	display:none;
}
.complet-slider .bx-wrapper .bx-controls-direction a{
}
.complet-slider .bx-wrapper .bx-prev{
	left:-40px;
}
.complet-slider .bx-wrapper .bx-next{
	right:-40px;
}

/*lien*/
a.portletSubTitle{
	position:absolute;
	top:0;
	right:0;
	padding:0 0 0 8px;
	background:url(../images/chevron-gris.png) 0 0.5em no-repeat;
	font-weight:800;
	font-size:1.1em;
	text-transform:uppercase;
}

/*--------------------------------------------------------------------------------------------------------------
	== SPECIFIQUE
--------------------------------------------------------------------------------------------------------------*/
.specifique{
}

/*
	TITRE
*/
.specifique h2{
	position:relative;
	margin:0 0 50px;
	padding:70px 0 0;
	text-align:center;
	font-size:4em;
	line-height:1;
}
.specifique h2:before{
	content:"";
	position:absolute;
	top:2.2em;
	left:0;
	right:0;
	z-index:1;
	height:3px;
	border-top:1px solid #30413f;
	border-bottom:1px solid #30413f;
}
.specifique h2 strong{
	display:block;
	font-weight:normal;
    font-family: 'museo700';
	text-transform:uppercase;
}
.specifique h2 span{
	position:relative;
	z-index:2;
	padding:0 10px;
	background:url(../images/body2.jpg) center top no-repeat;
	line-height:1;
}

/*
	ELEMENTS
*/
.specifique ul{
	margin:0;
	padding:5px 5px 50px;
	overflow:hidden;
}
#content .specifique ul li{
	position:relative;
	float:left;
	margin:0;
	padding:20px;
	width:22.37%;
	min-height:230px;
	background:#fff;
	text-align:center;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	behavior: url(++resource++PIE.htc);
	font-size:1.4em;
	line-height:1.3;
}
.specifique ul li:before{
	content:"";
	position:absolute;
	top:-5px;
	left:-5px;
	bottom:-5px;
	right:-5px;
	border:2px solid #fff;
	-webkit-border-radius:29px;
	-moz-border-radius:29px;
	border-radius:29px;
	behavior: url(++resource++PIE.htc);

	display:none\9;
}
.specifique ul li:after{
	content:"";
	position:absolute;
	bottom:-43px;
	left:0;
	right:0;
	height:48px;
	background:url(../images/fleche-arrondie-bas2.png) center top no-repeat;
	background:url(../images/fleche-arrondie.png) center top no-repeat\9;
}
#content .specifique ul li + li{
	margin-left:3.5%;
}
#content .specifique ul li strong{
	display:block;
	margin:0 0 15px;
    font-family: 'museo700';
	font-size:1.4em;
	font-weight:normal;
	color:#7aa800;
	line-height:1;
}
.specifique ul li strong:before{
	display:block;
	margin:0 0 15px;
	text-align:center;
	font-family: 'FontAwesome';
	font-size:2.5em;
	line-height:1;
}
.specifique ul li.personalisation strong:before{
	content:"";
}
.specifique ul li.organisation strong:before{
	content:"";
}
.specifique ul li.guide strong:before{
	content:"";
}
.specifique ul li.rss strong:before{
	content:"";
}

/*--------------------------------------------------------------------------------------------------------------
	== EQUIPES PROCHE
--------------------------------------------------------------------------------------------------------------*/
.proche{
	margin:50px 0;
}
.section-accueil #content .proche:before{
	content:"";
	display:block;
	height:3px;
	border-top:1px solid #30413f;
	border-bottom:1px solid #30413f;
}
.proche:after{
	content:"";
	display:block;
	clear:both;
}

/*
	TITRE
*/
.proche h2{
	position:relative;
	padding:70px 0 0;
	text-align:center;
	text-shadow:0 0 10px #fff;
	font-size:4em;
	line-height:1;
	color:#7aa800;
}
.proche h2 strong{
	position:relative;
	z-index:2;
	padding:0 10px;
	line-height:1;
	font-weight:normal;
}
.proche h2 span{
	display:block;
    font-family: 'museo700';
	text-transform:uppercase;
}

/*
	ACCROCHE
*/
.proche p.accroche{
	margin:30px 0 35px;
	padding:0 0 0 180px;
	font-weight:800;
	font-size:2em;
}

/*
	CARTE
*/
#content .proche ul,
#portal-column-content #content-core div[id^="parent-fieldname-text"] .proche ul{
	position:relative;
	margin:auto;
	height:400px;
	width:540px;
	background:url(../images/carte.png) top center no-repeat;
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] .proche ul{
	margin-bottom:30px;
}
#content .proche ul li,
#portal-column-content #content-core div[id^="parent-fieldname-text"] .proche ul li{
	position:absolute;
	margin:0;
	padding:0;
	font-size:2.5em;
	line-height:1;
}
#portal-column-content #content-core div[id^="parent-fieldname-text"] .proche ul li{
	background:none;
	font-size:1.9em;
}
.proche ul li strong{
	display:block;
	font-size:0.6em;
	font-weight:800;
}
#content .proche ul li.nord{
	top:-3px;
	right:-35px;
}
#content .proche ul li.nord strong{
	margin:0 0 0 20px;
}
#content .proche ul li.est{
	top:95px;
	right:-160px;
}
#content .proche ul li.est strong{
	margin:0 0 0 20px;
}
#content .proche ul li.centre-alpes{
	top:225px;
	right:-130px;
}
#content .proche ul li.centre-alpes strong{
	margin:0 0 0 20px;
}
#content .proche ul li.mediterannee{
	top:320px;
	right:-155px;
}
#content .proche ul li.mediterannee strong{
	margin:0 0 0 20px;
}
#content .proche ul li.ouest{
	top:150px;
	left:-160px;
	text-align:right;
}
#content .proche ul li.ouest strong{
	margin:0 20px 0 0;
}
#content .proche ul li.idf{
	top:235px;
	left:-60px;
	text-align:right;
}
#content .proche ul li.idf strong{
	margin:0 20px 0 0;
}
#content .proche ul li.sud-ouest{
	top:340px;
	left:-105px;
	text-align:right;
}
#content .proche ul li.sud-ouest strong{
	margin:0 20px 0 0;
}

/*
	BS
*/
.proche .bs{
	position:relative;
	float:left;
	margin:60px 0 0;
	padding:20px;
	width:100%;
	background:#fff;
	text-align:center;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	behavior: url(++resource++PIE.htc);
	line-height:1.3;
}
.proche .bs:before{
	content:"";
	position:absolute;
	top:-5px;
	left:-5px;
	bottom:-5px;
	right:-5px;
	border:2px solid #fff;
	-webkit-border-radius:29px;
	-moz-border-radius:29px;
	border-radius:29px;
	behavior: url(++resource++PIE.htc);
	
	display:none\9;
}
.proche .bs:after{
	content:"";
	position:absolute;
	top:-44px;
	left:0;
	right:0;
	height:48px;
	background:url(../images/fleche-arrondie-haut2.png) center top no-repeat;
	
	display:none\9;
}
#content .proche .bs a{
	float:left;
	position:relative;
	z-index:20;
}
#content .proche .bs a + p{
	float:left;
	margin:10px 0 0;
	width:45%;
	font-weight:800;
	font-size:1.6em;
	text-align:left;
	color:#1d88cf;
}
#content .proche .bs p + p{
	position:relative;
	float:right;
	margin:10px 0 00;
	padding:0 30px;
	width:38%;
	font-size:1.4em;
	color:#1d88cf;
}
#content .proche .bs p + p:before{
	content:"“";
	position:absolute;
	top:0;
	left:0;
    font-family: 'alexbrush';
	font-size:6em;
	line-height:0.5;
}
#content .proche .bs p + p:after{
	content:"”";
	position:absolute;
	bottom:-10px;
	right:0;
    font-family: 'alexbrush';
	font-size:6em;
	line-height:0;
}


/*--------------------------------------------------------------------------------------------------------------
	== SOUS NAVIGATION
--------------------------------------------------------------------------------------------------------------*/
#portal-columns dl.portlet.portletNavigationTree{
	margin:70px 0 30px;
}
dl.portlet.portletNavigationTree:before,
dl.portlet.portletNavigationTree:after{
	content:"";
	display:block;
	width:100%;
	height:3px;
	border-top:1px solid #30413f;
	border-bottom:1px solid #30413f;
}
dl.portlet.portletNavigationTree dd{
	position:relative;
}
dl.portlet.portletNavigationTree dd:before{
	content:url(../images/sous-nav.png);
	position:absolute;
	top:-25px;
	right:-55px;
}
dl.portlet.portletNavigationTree dd ul{
	margin:20px 0;
	text-align:center;
}

/* racine */
dl.portlet.portletNavigationTree ul li.navTreeTopNode{
	margin:0 0 15px;
	padding:0;
	background:none;
	border:none;
	text-transform:uppercase;
	font-weight:800;
	font-size:1.2em;
}
dl.portlet.portletNavigationTree ul li.navTreeTopNode a.navTreeCurrentItem{
	color:#30413f;
}

/* premier niveau */
dl.portlet.portletNavigationTree ul li,
dl.portlet ul.navTreeLevel0 > .navTreeItem{
	margin:0 0 12px;
	padding:0;
	background:none;
	border:none;
}
dl.portlet.portletNavigationTree ul li a{
	margin:0;
	padding:0!important;
	background:none;
	font-size:1.2em;
	line-height:1.2em;
	color:#30413f!important;
}
dl.portlet.portletNavigationTree ul li a:hover,
dl.portlet.portletNavigationTree ul li a:focus{
	color:#30413f!important;
}
dl.portlet.portletNavigationTree ul li a.navTreeCurrentItem,
dl.portlet.portletNavigationTree ul li a.navTreeItemInPath{
	margin:0;
	background:none;
	border:none;
	font-weight:800;
}
dl.portlet.portletNavigationTree ul li a img{
	display:none;
}

/* deuxieme niveau */
dl.portlet.portletNavigationTree ul li ul{
	margin:0;
}
.section-modeles dl.portlet.portletNavigationTree ul li ul{
	display:none;
}
dl.portlet.portletNavigationTree ul li ul:before,
dl.portlet.portletNavigationTree ul li ul:after{
	content:"●";
	display:block;
	text-align:center;
}
dl.portlet.portletNavigationTree ul li ul li.navTreeItem{
	margin:0;
	padding:5px 0;
	background:none;
}
dl.portlet.portletNavigationTree ul li ul li a{
	font-size:1.1em;
}
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;
}

/*--------------------------------------------------------------------------------------------------------------
	== SLIDER MODELES
--------------------------------------------------------------------------------------------------------------*/
.slider-modeles{
	position:relative;
	margin:0 0 50px;
	padding:20px;
	-webkit-box-shadow: #d1ccc9 0 0 4px;
	-moz-box-shadow: #d1ccc9 0 0 4px;
	box-shadow: #d1ccc9 0 0 4px;
	behavior: url(++resource++PIE.htc);
}
.slider-modeles .entete{
	display:none;
}

/*
	SLIDER
*/
.slider-modeles .bx-wrapper{
	margin:0;
}
.slider-modeles .bx-viewport{
}
#content .slider-modeles .bx-viewport li{
	position:relative;
	margin:0;
	border:1px solid #d3d3d1;
	overflow:hidden;
}
.slider-modeles .bx-viewport li img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slider-modeles .bx-viewport li:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.slider-modeles .bx-viewport li h2{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0;
	padding:7px 10px 3px;
	background:rgba(48,65,63,0.8);
	-pie-background:rgba(48,65,63,0.8);
  	behavior: url(++resource++PIE.htc);
	font-size:1.8em;
	line-height:1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.slider-modeles .bx-viewport li:hover h2{
	background:rgba(48,65,63,1);
	-pie-background:rgba(48,65,63,1);
  	behavior: url(++resource++PIE.htc);
}
#content .slider-modeles .bx-viewport li h2 a,
#content .slider-modeles .bx-viewport li h2 a:hover,
#content .slider-modeles .bx-viewport li h2 a:focus{
	color:#fff!important;
	text-decoration:none;
}

/*
	CONTROLES
*/
.slider-modeles .bx-controls{
	position:absolute;
	bottom:-45px;
	left:0;
	right:0;
}
.slider-modeles .bx-wrapper .bx-prev{
	background-position:-43px -32px;
}
.slider-modeles .bx-wrapper .bx-prev:hover{
	background-position:-43px 0;
}
.slider-modeles .bx-wrapper .bx-next{
	background-position:-63px -32px;
}
.slider-modeles .bx-wrapper .bx-next:hover{
	background-position:-63px 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== RECHERCHE PAR COULEUR
--------------------------------------------------------------------------------------------------------------*/
.recherche-couleur{
	margin:40px 0 0;
	padding:40px 0 0;
	border-top:1px dotted #30413f;
}
#content .recherche-couleur dt{
	margin:0 0 10px;
	font-weight:800;
	font-size:1.6em;
	text-transform:uppercase;
	line-height:1;
}
#content .recherche-couleur dd ul li{
	display:inline-block;
	margin:0 10px 0 0;
}

/*
	SUR UNE COULEUR
*/
.section-modeles.template-summary_view.portaltype-collection #portal-column-content #content,
.section-modeles.template-folder_summary_mozaique_view #portal-column-content #content{
	padding:0 0 130px;
}
.section-modeles.template-summary_view.portaltype-collection #viewlet-below-content-title,
.section-modeles.template-folder_summary_mozaique_view #viewlet-below-content-title{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

/*--------------------------------------------------------------------------------------------------------------
	== HAUT DE PAGE
--------------------------------------------------------------------------------------------------------------*/
.haut-page p{
	display:inline-block;
	padding:2px;
	background:#fff;
	border:1px solid #91b703;
	-webkit-border-radius:19px;
	-moz-border-radius:19px;
	border-radius:19px;
	behavior: url(++resource++PIE.htc);
}
.haut-page p a{
	position:relative;
	display:inline-block;
	padding:15px 20px 15px;
	width:100px;
 	background:#9ed000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#77a400), to(#9ed000));
	background: -webkit-linear-gradient(#77a400, #9ed000);
	background: -moz-linear-gradient(#77a400, #9ed000);
	background: -ms-linear-gradient(#77a400, #9ed000);
	background: -o-linear-gradient(#77a400, #9ed000);
	background: linear-gradient(#77a400, #9ed000);
	-pie-background: linear-gradient(#77a400, #9ed000);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	behavior: url(++resource++PIE.htc);
	font-size:1.3em;
	font-weight:800;
	text-transform:uppercase;
	color:#fff;
	line-height:1;
}
.haut-page p a:before{
	content:"";
	position:absolute;
	top:-16px;
	left:0;
	right:0;
	height:16px;
	background:url(../images/fleche-arrondie-haut3.png) bottom center no-repeat

  	display:none\9;
}
.haut-page p a:after{
	content:"";
	position:absolute;
	bottom:-16px;
	left:0;
	right:0;
	height:16px;
	background:url(../images/fleche-arrondie-bas3.png) bottom center no-repeat
}



/*------------------------------------------------------------------------------------------------------------*/
/*
	= CONTENEUR GLOBAL
*/
/*------------------------------------------------------------------------------------------------------------*/
#visual-portal-wrapper{
	position:relative;
	padding:50px 0 0;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= HEADER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-top{
	float:left;
	margin:0;
	width:200px;
}

/*--------------------------------------------------------------------------------------------------------------
	== LOGO
--------------------------------------------------------------------------------------------------------------*/
#bandeau-site{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTON SE CONNECTER
--------------------------------------------------------------------------------------------------------------*/
#portal-personaltools-wrapper{}
#portal-personaltools-wrapper ul#portal-personaltools,
#portal-personaltools-wrapper dl{
	position:fixed;
	z-index:200;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	behavior: url(++resource++PIE.htc);
}
#portal-personaltools-wrapper > ul{
	display:none;
}
#portal-personaltools-wrapper ul li a,
#portal-personaltools-wrapper dl a{
	color:#000;
	font-size:1.3em;
}
#portal-personaltools-wrapper ul li a{
	text-decoration:underline;
}
#portal-personaltools-wrapper ul li a + a{
	display:none;
}
#portal-personaltools-wrapper dl dd{
}
#portal-personaltools-wrapper dl dd a:hover{
	background:#000;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= NAVIGATION
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-navigation{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:150;
	margin:0;
	background:rgba(212,233,239,0.8);
	-pie-background:rgba(155,205,219,0.4);
	behavior: url(++resource++PIE.htc);
}

/*--------------------------------------------------------------------------------------------------------------
	== BOUTONS
--------------------------------------------------------------------------------------------------------------*/
#portal-navigation > a,
#portal-navigation ul#portal-globalnav + a{
	display:none;
}
#portal-navigation.mini > a{
	display:block;
}
#portal-navigation.mini.actif ul#portal-globalnav + a{
	display:block;
}

/*--------------------------------------------------------------------------------------------------------------
	== RUBRIQUES
--------------------------------------------------------------------------------------------------------------*/
#portal-globalnav{
	margin:auto;
	max-width:1140px;
	padding:0;
	background:none;
	text-align:right;
}
#portal-globalnav > li{
	float:none;
	position:relative;
	display:inline-block;
	margin:0 10px 0 0;
}
#portal-globalnav > li > a{
	padding:5px 15px;
	min-width:0;
	background:rgba(255,255,255,0);
	-pie-background:rgba(255,255,255,0);
	behavior: url(++resource++PIE.htc);
	border:none;
	font-size:1.2em;
	font-weight:800;
	text-transform:uppercase;
}
#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:rgba(255,255,255,0.8);
	-pie-background:rgba(255,255,255,0.8);
	color:#000;
}

#portal-globalnav li#portaltab-index_html{

}
#portal-globalnav li#portaltab-bayard-service > a:after,
#portal-globalnav li#portaltab-votre-site-internet-paroisse > a:after{
	content:" ▾";
	font-size:1.1em;
}

/*--------------------------------------------------------------------------------------------------------------
	== MENU DEROULANT
--------------------------------------------------------------------------------------------------------------*/
#portal-globalnav li ul.submenu{
	display:block;
	z-index:2;
	padding:10px 15px;
	width:auto;
	min-width:180px;
	max-width:200px;
	border:none;
	background:rgba(255,255,255,0.9);
	-pie-background:rgba(255,255,255,0.9);
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	behavior: url(++resource++PIE.htc);
	text-align:left;
	visibility:hidden;
	filter : alpha(opacity=0);
	opacity: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;
}

#portal-globalnav li#portaltab-modeles ul.submenu,
#portal-globalnav li#portaltab-references-sites-internet-paroisse ul.submenu{
	display:none!important;
}

#portal-globalnav li:hover ul.submenu{
	visibility:visible;
	filter : alpha(opacity=100);
	opacity:1;
}
#portal-globalnav li ul.submenu li{
	display:block;
	float:none;
	width:auto;
}
#portal-globalnav li ul.submenu li + li{
	margin:10px 0 0;
	padding:10px 0 0;
	border-top:1px dotted #000;
}
#portal-globalnav li ul.submenu li a{
	padding:0;
	min-width:0;
	width:auto;
	background:none;
	border:none;
	font-family:verdana;
	font-size:1.1em;
	text-transform:none;
	color:#000!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;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= PORTLET HAUT DE PAGE
*/
/*------------------------------------------------------------------------------------------------------------*/
#portlets-in-header{
	position:relative;
	z-index:2;
	margin:auto;
	max-width:1140px;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= MAIN
*/
/*------------------------------------------------------------------------------------------------------------*/
/*ensemble des trois colonnes*/
#portal-columns{
	margin:auto;
	max-width:1140px;
}
.section-accueil #portal-columns{
	margin:0;
	max-width:none;
	width:100%;
}
#portal-columns:after{
	content:"";
	display:block;
	clear:both;
}

/*--------------------------------------------------------------------------------------------------------------
	== CENTRE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content{
	position:relative;
	z-index:1;
	margin:30px 5px 40px;
	padding:40px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	behavior: url(++resource++PIE.htc);
	overflow:hidden;
}
.template-folder_summary_view #portal-column-content,
.section-modeles #portal-column-content{
	min-height:635px;
}
#portal-column-content:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
	border:2px solid #fff;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	behavior: url(++resource++PIE.htc);
}
#portal-column-content:after{
	content:"";
	position:absolute;
	top:4px;
	left:4px;
	right:4px;
	bottom:4px;
	z-index:1;
	background:#fff;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	behavior: url(++resource++PIE.htc);
}
.section-accueil #portal-column-content{
	margin:0;
	padding:0;
	background:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	behavior: url(++resource++PIE.htc);
	overflow:hidden;
}
.section-accueil #portal-column-content:before,
.section-accueil #portal-column-content:after{
	display:none;
}
#portal-column-content > div{
	position:relative;
	z-index:20;
}
#portal-column-content #content{
	margin:auto;
    padding:0;
	max-width:1140px;
	min-height:300px;
    background:transparent;
}

/*--------------------------------------------------------------------------------------------------------------
	== COLONNES
--------------------------------------------------------------------------------------------------------------*/
#portal-column-one{
	position:relative;
	z-index:2;
	float:left;
	margin:0 50px 0 0;
	width:200px;
}
#portal-column-two{
	float:right;
	margin:0 0 0 50px;
	width:200px;
}

/*--------------------------------------------------------------------------------------------------------------
	== ABOVE CONTENT
--------------------------------------------------------------------------------------------------------------*/
#above-content{}
.section-accueil #above-content{
	position:relative;
	padding:20px 0 70px;
	background:#fff;
}
.section-accueil #above-content:before{
	content:"";
	position:absolute;
	top:100%;
	left:0;
	right:0;
	height:30px;
	background:url(../images/fleche-arrondie.png) center top no-repeat;
}
.section-accueil #above-content:after{
	content:"";
	display:block;
	clear:both;
}
.section-accueil #above-content > div{
	margin:auto;
	max-width:1140px;
}

/*
	CHEMIN DE FER
*/
#portal-breadcrumbs{
	margin:0 0 10px;
    padding:0;
	color:#30413f;
	font-size:1.2em;
}
#portal-breadcrumbs #breadcrumbs-you-are-here{
	display:none;
}
#portal-breadcrumbs a{
	color:#30413f;
}
#portal-breadcrumbs a:hover,
#portal-breadcrumbs a:focus{
	color:#30413f;
}

/*
	MESSAGE DE FEEDBACK
*/
dl.portalMessage{
	margin:0 0 20px;
	background:#fff;
	border:1px solid #000;
	font-size:1.1em;
}
dl.portalMessage dt{
	background:#000;
}
dl.error dd{
	background:#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 h1{
	border:none;
	color:#30413f;
	font-size:5em;
	line-height:1;
}
.section-accueil #portal-column-content h1{
	position:absolute;
	top:-5000px;
}
#portal-column-content h1 span.discreet{
	display:block;
}
#portal-column-content h1 strong#search-term{
	color:#000;
	font-style:italic;
	text-transform:none;
}

/*
  	IMAGE
*/
#portal-column-content .imageContainer{
	position:relative;
	float:right;
	margin:0 0 0 10px;
}
.section-tarifs #portal-column-content .imageContainer{
	margin-top:-30px;
}
.section-modeles #portal-column-content .imageContainer{
	display:none;
}
#portal-column-content .imageContainer p{
	position:absolute;
	bottom:5px;
	margin:0;
	padding:5px;
	background:rgba(0,0,0,0.6);
	-pie-background:rgba(0,0,0,0.6);
	behavior: url(++resource++PIE.htc);
	color:#fff;
}

/*
	DESCRIPTION
*/
#portal-column-content .documentDescription{
	margin:40px 0 0;
	padding:0;
	background:#fff;
	color:#30413f;
	font-weight:300;
	font-size:1.8em;
}
.section-accueil #portal-column-content .documentDescription{
	position:absolute;
	top:-5000px;
}

/*
	CORPS DE TEXTE
*/
#portal-column-content #content-core{
	margin:40px 0 0;
}
#portal-column-content #content-core > div{
	font-size:1.1em;
}

/*
  	SOMMAIRE
*/
#portal-column-content dl.toc{
	float:none;
	margin:10px 0;
	width:100%;
}
#portal-column-content dl.toc dt{
	margin:0;
	color:#000;
}
#portal-column-content dl.toc dd{
	margin:0;
	color:#000;
}
#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:#000!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:#000!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;
}


/*
	MOTS CLES
*/
#category{
	margin:10px 0 0;
	/*display:none;*/
}
#category a.link-category{
	background:#ccc;
}
#category a.link-category:hover,
#category a.link-category:focus{
	background:#000;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'ACCUEIL
--------------------------------------------------------------------------------------------------------------*/
.portletPageLeftColumn{
}
.portletPageRightColumn{
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #content-core .tileItem{
	margin:30px 0 0;
}
#portal-column-content #content-core .tileItem + .tileItem{
	padding:30px 0 0;
	border-top: 1px dotted #7aa800;
}
#portal-column-content #content-core .tileItem h2{
	margin:0 0 5px;
    font-family: 'museo700';
	font-size:2em;
	text-transform:uppercase;
	overflow:hidden;
}
#portal-column-content #content-core .tileItem h2 a{
	display:inline-block;
	line-height:normal;
	color:#30413F!important;
}
#portal-column-content #content-core .tileItem h2 a:hover,
#portal-column-content #content-core .tileItem h2 a:focus{
	color:#7aa800!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem > a:first-child{
	float:right;
	margin:3px 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{
	font-size:1.3em;
	color:#30413F;
	line-height:1.2;
	-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 #content-core .tileItem p.tileFooter{
	margin-top:5px;
	font-size:0.9em;
}
#portal-column-content #content-core .tileItem p.tileFooter a{
	display:inline;
	color:#30413F!important;
	font-size:1.2em;
}
#portal-column-content #content-core .tileItem p.tileFooter a:before{
	content:" ";
	font-family: 'FontAwesome';
}
#portal-column-content #content-core .tileItem p.tileFooter a:hover,
#portal-column-content #content-core .tileItem p.tileFooter a:focus{
	color:#7aa800!important;
	text-decoration:none;
}
#portal-column-content #content-core .tileItem:hover h2 a,
#portal-column-content #content-core .tileItem:hover p,
#portal-column-content #content-core .tileItem:hover p.tileFooter a{
	color:#7aa800!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE D'ACCUEIL MODELE
--------------------------------------------------------------------------------------------------------------*/
.section-modeles #portletPageColumns{
	margin:40px 0 0;
}


/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE LISTE MODELE
--------------------------------------------------------------------------------------------------------------*/
.section-modeles #portal-column-content #content-core .tileItem{
	position:relative;
	float:left;
	margin:0 3.3% 20px 0;
	border:1px solid #d4d4d2;
	width:30%;
	overflow:hidden;
}
.section-modeles #portal-column-content #content-core .tileItem + .tileItem{
	padding:0;
	border:1px solid #d4d4d2;
}
/*.section-modeles #portal-column-content #content-core .tileItem:nth-child(3n+1){
	margin:0;
}*/
.section-modeles #portal-column-content #content-core .tileItem > a:first-child{
	display:block;
	float:none;
	margin:0;
}
.section-modeles #portal-column-content #content-core .tileItem img{
	width:100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.section-modeles #portal-column-content #content-core .tileItem:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.section-modeles #portal-column-content #content-core .tileItem h2{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0;
	padding:7px 10px 3px;
	background:rgba(48,65,63,0.8);
	-pie-background:rgba(48,65,63,0.8);
  	behavior: url(++resource++PIE.htc);
	font-size:1.5em;
	line-height:1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
body.section-modeles[class*="subsection-"] #portal-column-content #content-core .tileItem h2{

}
body.section-modeles.portaltype-collection[class*="subsection-"] #portal-column-content #content-core .tileItem h2{
	display:block;
}
.section-modeles #portal-column-content #content-core .tileItem h2 a{
	color:#fff!important;
}
.section-modeles #portal-column-content #content-core .tileItem:hover h2{
	background:rgba(48,65,63,1);
	-pie-background:rgba(48,65,63,1);
  	behavior: url(++resource++PIE.htc);
}
.section-modeles #portal-column-content #content-core .tileItem .tileFooter{
	display:none;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE DETAIL MODELE
--------------------------------------------------------------------------------------------------------------*/
body.section-modeles.template-document_view[class*="subsection-"] #visual-portal-wrapper{
	min-height:1880px;
}
body.section-modeles.template-document_view.subsection-mr-kitton #visual-portal-wrapper{
	min-height:1500px;
}
body.section-modeles.template-document_view.subsection-mistinguette #visual-portal-wrapper{
	min-height:1580px;
}
body.section-modeles.template-document_view.subsection-chubakka #visual-portal-wrapper{
	min-height:2300px;
}
body.section-modeles.template-document_view.subsection-starsky #visual-portal-wrapper{
	min-height:1500px;
}
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:5000;
	margin:0;
	background:rgba(48,65,63,0.9);
	-pie-background:rgba(48,65,63,0.9);
  	behavior: url(++resource++PIE.htc);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	behavior: url(++resource++PIE.htc);
}
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content:before,
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content:after,
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content #above-content,
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content .imageContainer,
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content h1{
	display:none;
}
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content #content-core{
	margin:0;
}
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content #content{
	padding:40px;
	background:#fff;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	border-radius:40px;
	behavior: url(++resource++PIE.htc);
}
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content #content-core img{
	width:100%!important;
	height:auto!important;
	border:1px solid #d4d4d2;
}
body.section-modeles.template-document_view[class*="subsection-"] #portal-column-content #content-core a.bouton{
	position:absolute;
	top:20px;
	right:40px;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
	behavior: url(++resource++PIE.htc);
}

/*--------------------------------------------------------------------------------------------------------------
	== 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{
}
#portal-column-content #content-core #portal-sitemap > li + li{
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #7aa800;
}
#portal-column-content #content-core #portal-sitemap > li > div > a{
	display:inline-block;
	margin:0;
	padding:0!important;
	border:none;
	color:#7aa800!important;
    font-family: 'museo700';
	font-size:2.2em;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1;
}
#portal-column-content #content-core #portal-sitemap > li > div > a:hover,
#portal-column-content #content-core #portal-sitemap > li > div > a:focus{
	color:#000!important;
	text-decoration:none;
}

/* deuxieme niveau */
#portal-column-content #content-core #portal-sitemap > li > ul{
	margin:10px 0;
}
#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 0 5px;
	padding:0 0 0 8px!important;
	background:url(../images/puce-noire-petite.png) 0 0.9em no-repeat;
	font-size:1.4em;
	color:#30413f!important;
}
#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:#000!important;
	text-decoration:underline;
}

/* troisieme niveau */
#portal-column-content #content-core #portal-sitemap li li ul{
	margin:0 0 0 10px;
	border-top:1px solid #a3afae;
}
#portal-column-content #content-core #portal-sitemap li li li{
	border-bottom:1px solid #a3afae;
}
#portal-column-content #content-core #portal-sitemap li li li a{
	padding:0!important;
	background:none;
	text-transform:none;
	font-size:1.3em;
	color:#30413f!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:#000!important;
}

/*--------------------------------------------------------------------------------------------------------------
	== PAGE DE CONNEXION
--------------------------------------------------------------------------------------------------------------*/
#portal-column-content #login-form{
}
#portal-column-content #login-form:before{
	content:"Identifiez-vous";
	padding:0 0 0 114px;
	font-size:2em;
	color:#000;
}
#portal-column-content #login-form .field label{
	font-size:1.1em;
	font-family:verdana;
	font-style:normal;
}
#portal-column-content #login-form .field input{
	width:200px;
}
#portal-column-content #login-form .formControls{
	margin:0 0 0 114px;
}
#portal-column-content #login-form .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;
}
#portal-column-content #login-forgotten-password{
	margin:20px 0 0 114px;
	font-size:1.1em;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= FOOTER
*/
/*------------------------------------------------------------------------------------------------------------*/
#portal-footer{
	margin:30px 0 0;
	padding:0;
	background:#30413f;
	border:none;
}
#portal-footer > div:first-child{
	margin:auto;
	padding:30px 0;
	max-width:1140px;
	overflow:hidden;
}

/*--------------------------------------------------------------------------------------------------------------
	== PORTLET DU FOOTER
--------------------------------------------------------------------------------------------------------------*/
#portlets-footer{
	float:left;
	width:13%;
}

/*--------------------------------------------------------------------------------------------------------------
	== PLAN DU SITE
--------------------------------------------------------------------------------------------------------------*/
#portal-footer #portal-sitemap-footer{
	float:right;
	width:80%;
}
#portal-footer #portal-sitemap-footer > ul{
	border-left:1px dotted #7aa800;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer ul li{
	display:block;
	padding:0;
	background:none;
	border:none;
	overflow:hidden;
}
#portal-footer #portal-sitemap-footer ul li a{
	padding:0!important;
	background:none;
	line-height:1;
}
#portal-footer #portal-sitemap-footer > ul > li{
	margin:0 0 10px;
	padding:0 8%;
}
#portal-footer #portal-sitemap-footer > ul > li:first-child,
#portal-footer #portal-sitemap-footer > ul > li:first-child + li{
	float:left;
	margin:0;
	min-height:100px;
	border-right:1px dotted #7aa800;
}
#portal-footer #portal-sitemap-footer > ul > li:first-child > div,
#portal-footer #portal-sitemap-footer > ul > li:first-child + li > div{
	margin:0 0 15px;
}
#portal-footer #portal-sitemap-footer > ul > li div{
	display:inline-block;
}
#portal-footer #portal-sitemap-footer > ul > li > div > a{
	color:#7aa800!important;
    font-family: 'museo300';
	font-size:1.5em;
	text-transform:uppercase;
}
#portal-footer #portal-sitemap-footer > ul > li > ul{
	margin:0;
}
#portal-footer #portal-sitemap-footer > ul > li:nth-child(3) > ul,
#portal-footer #portal-sitemap-footer > ul > li:nth-child(4) > ul,
#portal-footer #portal-sitemap-footer > ul > li:nth-child(5) > ul{
	display:none;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li,
#portal-footer #portal-sitemap-footer > ul > li > ul li div{
	display:block;
}
#portal-footer #portal-sitemap-footer > ul > li > ul li a{
	font-weight:normal;
	color:#7aa800!important;
	font-size:1.3em;
	line-height:1.3;
}
#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;
}

/*--------------------------------------------------------------------------------------------------------------
	== SITE ACTION
--------------------------------------------------------------------------------------------------------------*/
#portal-footer > div + div{
	padding:5px 0;
	background:#7aa800;
}
#portal-siteactions{
	clear:none;
	float:none;
	margin:auto;
	padding:0;
	max-width:1140px;
	border:none;
	color:#fff;
	font-size:1.2em;
}
#portal-siteactions li{
	display:inline;
	color:#30413f;
}
#portal-siteactions li + li{
	margin-left:30px;
}
#portal-siteactions li:before{
	content:"[";
}
#portal-siteactions li:after{
	content:"]";
}
#portal-siteactions li a,
#portal-siteactions li a:visited{
	border:none;
	text-transform:none;
	color:#30413f;
}
#portal-siteactions li a:hover{
	border:none;
	background:none;
	color:#000;
}


/*------------------------------------------------------------------------------------------------------------*/
/*
	= 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:#000;
	font-size:2em;
	text-transform:uppercase;
	line-height:1em;
}
.pb-ajax div div:first-child{
	margin:10px 0;
	padding:0;
	background:#fff;
	color:#000;
	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;
}

/*------------------------------------------------------------------------------------------------------------*/
/*
	= ADMINISTRATION
*/
/*------------------------------------------------------------------------------------------------------------*/
.manageInHeaderPortletsLink{
	position:relative;
	z-index:20;
}
/*--------------------------------------------------------------------------------------------------------------
	== PALETTE D'ADMIN
--------------------------------------------------------------------------------------------------------------*/
#portlets-in-header dl.portlet.portletPaletteAdministration{
	font-size:1.4em
}
#portlets-in-header dl.portlet.portletPaletteAdministration dd{
	display:inline-block;
	margin:0 10px 0 0;
}

/*--------------------------------------------------------------------------------------------------------------
	== BARRE D'EDITION
--------------------------------------------------------------------------------------------------------------*/
.section-accueil #edit-bar{
	margin:50px auto 0;
	max-width:1140px;
}
#portal-column-content #edit-bar{
	z-index:200;
}

/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------*/
/*
	= AJUSTEMENT PETITS ECRANS
*/
/*------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px){
		#visual-portal-wrapper{
			border:none;
		}

}
@media only screen and (max-width: 800px){
	/* NAVIGATION */
	#portal-globalnav{
		text-align:center;
	}
	#portal-globalnav > li{
		margin:0;
	}
	
	/* PAGE D'ACCUEIL*/
	.section-accueil .header{
		max-height:700px!important;
	}
	.arguments{
		font-size:0.8em;
	}
	.arguments ul li a{
		min-width:210px;
	}
	.section-accueil #above-content > div{
		padding:0 20px;
	}
	.complet-texte{
		float:none;
		width:100%;
		overflow:hidden;
	}
	.complet-texte p{
		float:left;
		width:30%;
		text-align:center;
	}
	.complet-texte p + p{
		margin:0 0 0 3%;
	}
	.complet-texte p:before{
		float:none;
		display:block;
		margin:auto;
	}
	.complet-slider{
		float:none;
		margin:30px 0 0;
		padding:1px 0 0;
		width:100%;
	}
	.specifique,
	.proche{
		padding:0 20px;
	}
	#content .specifique ul li{
		width:48%;
	}
	#content .specifique ul li:nth-child(1){
		margin-bottom:50px;
	}
	#content .specifique ul li:nth-child(odd){
		clear:both;
		margin-left:0;
	}
	.proche p.accroche{
		padding:0;
		text-align:center;
	}
	#content .proche ul{
		margin-top:50px;
		width:57%;
		height:320px;
		background-size:100% auto;
	}
	#content .proche ul li.nord{
		top:-4px;
		right:-65px;
	}
	#content .proche ul li.est{
		top:65px;
		right:-155px;
	}
	#content .proche ul li.centre-alpes{
		top:155px;
		right:-135px;
	}
	#content .proche ul li.mediterannee{
		top:240px;
		right:-145px;
	}
	#content .proche ul li.ouest{
		top:120px;
		left:-135px;
	}
	#content .proche ul li.idf{
		top:175px;
		left:-90px;
	}
	#content .proche ul li.sud-ouest{
		top:255px;
		left:-105px;
	}
	
	/* CENTRE */
	#portal-columns{
		padding:0 20px;
	}
	.section-accueil #portal-columns{
		padding:0;
	}
	#portal-column-one{
		float:none;
		margin:20px 0;
		width:100%;
		overflow:hidden;
	}
	body:not(.section-accueil) .header{
		background:none;
	}
	body:not(.section-accueil) .header .marque{
		float:left;
	}
	body:not(.section-accueil) .header .logo{
		clear:left;
		float:left;
	}
	body:not(.section-accueil) .header .titre{
		margin:30px 0 0 50px;
		float:left;
	}
	#portal-columns dl.portlet.portletNavigationTree{
		display:none;
	}
	
	/* FOOTER */
	.haut-page{
		padding:0 0 0 20px;
	}

}
@media only screen and (max-width: 680px){
		
		/* NAVIGATION */
		/* boutons */
		#portal-navigation > a{
			display:block;
			padding:10px;
			font-size:1.2em;
			color:#000;
			text-transform:uppercase;
		}
		#portal-navigation > a:after{
			content:"▼";
			margin:5px 0 0 10px;
		}
		#portal-navigation ul#portal-globalnav + a{
			position:absolute;
			top:15px;
			right:15px;
		}
		
		/* menu */
		#portal-navigation ul{ /* on masque sur la version > 800 */
			display:none;
		}
		#portal-navigation.actif ul#portal-globalnav{ /* on affiche au clic sur le bouton menu */
			display:block;
		}
	#portal-globalnav li#portaltab-bayard-service > a::after, #portal-globalnav li#portaltab-votre-site-internet-paroisse > a::after {
		display: none;
	}

		#portal-globalnav > li{
			display:block;
			float:none;
			width:auto;
			border-top:1px solid #fff;
			font-size:0.9em;
		}
		#portal-globalnav > li a{
			padding:10px;
			font-family:verdana;
			font-size:1.4em;
		}
		#portal-globalnav > li ul.submenu{
			display:none!important;
			margin:0;
			position:relative;
			background:none;
		}
		#portal-globalnav > li ul.submenu li{
			margin:0;
			padding:0;
			border:none;
		}
		#portal-globalnav > li ul.submenu li a,
		#portal-globalnav > li ul.submenu li a:hover,
		#portal-globalnav > li ul.submenu li a:focus{
			background:url(../images/chevron-blanc.png) 0 1em no-repeat;
		}
		
		/* BANDEAU */
		.section-accueil .header{
			background:none;
			min-height:0!important;
			height:auto!important;
		}
		.section-accueil .header .marque,
		.section-accueil .header .logo,
		.header .marque,
		.header .logo{
			position:relative;
			top:auto;
			float:none!important;
			margin:0 0 10px;
			width:auto;
			text-align:center;
		}
		.section-accueil .header .titre{
			padding:0;
			font-size:0.8em;
		}
		.header .titre{
			float:none!important;
			margin:0!important;
		}
		
		/* PAGE D'ACCUEIL*/
		.arguments{
			position:relative;
			bottom:auto;
		}
		.arguments ul{
			margin:45px 0 0;
		}
		.arguments ul li{
			margin:0;
		}
		.arguments ul li + li{
			margin:10px 0 0;
		}
		.arguments ul li.complet a:after,
		.arguments ul li.specifique a:before,
		.arguments ul li.specifique a:after,
		.arguments ul li.proche a:before{
			display:none;
		}
		.complet-texte p{
			float:none;
			width:100%;
		}
		.complet-texte p + p{
			margin:10px 0 0;
		}
		.complet-slider .bx-viewport ul li{
			text-align:center;
		}
		.complet-slider .bx-viewport ul li img{
			float:none;
			margin:0 auto 20px;
		}
		.complet-titre h2,
		.specifique h2,
		.proche h2{
			font-size:3em;
		}
		.complet-titre h2 strong,
		.specifique h2 strong,
		.proche h2 strong{
			font-size:0.9em;
		}
		.complet-titre h2:before,
		.specifique h2:before,
		.proche h2:before{
			display:none;
		}
		#content .specifique ul li{
			float:none;
			width:100%;
		}
		#content .specifique ul li + li{
			margin:50px 0 0!important;
		}
		#content .proche ul{
			width:100%;
			height:auto;
			background:none;
		}
		#content .proche ul li{
			position:relative;
			top:auto!important;
			left:auto!important;
			right:auto!important;
			margin:0 0 10px;
			text-align:center!important;
		}
		#content .proche ul li strong{
			margin:0!important;
		}
		.proche .bs{
			margin:65px 0 0;
		}
		#content .proche .bs a img,
		#content .proche .bs a + p,
		#content .proche .bs p + p{
			float:none;
			width:auto;
			text-align:center;
		}
		
		/* STRUCTURE */
		#portal-column-one,
		#portal-column-two{
			float:none;
			margin:0;
			padding:0;
			width:auto;
			border:none;
		}
		.portletPageLeftColumn,
		.portletPageRightColumn{
			float:none;
			width:auto;
		}
		
		/* ELEMENTS DE PAGES DE DETAIL */
		#portal-breadcrumbs{
			display:none;
		}
		#portal-column-content h1{
			font-size:3.2em;
		}
		#portal-column-content .imageContainer,
		#portal-column-content #content-core .tileItem > a:first-child,
		#content div.portlet.a-la-une ul li > a:first-child{
			float:none;
			margin:0;
		}
		#portal-column-content .imageContainer img,
		#portal-column-content #content-core .tileItem > a:first-child img,
		#content div.portlet.a-la-une ul li > 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%;
		}
		
		#portal-column-content #content-core div[id^="parent-fieldname-text"] ol.processus-creation li:before,
		#content-ckeditor ol.processus-creation li:before,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] ol.processus-creation li + li:before,
		#content-ckeditor ol.processus-creation li + li:before{
			position:relative;
			top:auto;
			left:auto;
			display:block;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] ol.processus-creation li,
		#content-ckeditor ol.processus-creation li{
			margin:0;
			min-height:0;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] ol.processus-creation li div,
		#content-ckeditor ol.processus-creation li div{
			display:block!important;
			margin:10px 0!important;
			width:100%!important;
		}
		.section-modeles #portal-column-content #content-core{
			height:auto!important;
		}
		.section-modeles #portal-column-content #content-core .tileItem{
			position:relative!important;
			left:auto!important;
			top:auto!important;
			float:none;
			margin:0 0 15px;
			width:100%
		}
		.section-modeles.template-summary_view.portaltype-collection #portal-column-content #content, 		
		.section-modeles.template-folder_summary_mozaique_view #portal-column-content #content{
			padding:0 0 175px;
		}
		#content .recherche-couleur{
			padding:20px 0 0;
		}
		#content .recherche-couleur dd ul li{
			margin-bottom:10px;
			width:15%;
		}
		#content .recherche-couleur dd ul li img{
			width:100%!important;
			height:auto!important;
		}
		
				
		/* FOOTER */
		#portal-footer #portal-sitemap-footer > ul > li{
			display:block;
			float:none!important;
			margin:0 0 10px;
			width:auto;
		}
		#portlets-footer,
		#portal-footer #portal-sitemap-footer{
			float:none;
			width:100%;
			text-align:center;
		}
		.haut-page{
			padding:0 0 50px;
		}
		
		/* 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"] h2.question:before{
			display:block;
			position:relative;
			top:auto;
			left:auto;
		}
		#portal-column-content #content-core div[id^="parent-fieldname-text"] h2.question,
		#portal-column-content #content-core div[id^="parent-fieldname-text"] p.reponse{
			margin-left:0;
			padding-left:0;
		}
		#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;
		}
}

/*------------------------------------------------------------------------------------------------------------*/



