@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:100,400,300,700,400italic);

/*Set Couleurs:

[BLE1]Bleu Foncé: #666699; rgba(102,102,153,1);
[BLE2]Bleu Moyen: #7E7EBE; rgba(126,126,190,1);
[BLE3]Bleu Clair: #9A9ADF; rgba(154,154,223,1);
[BLA4]Bleu Clair Tsp : rgba(230,230,255,0.2);
[BLA1]Blanc Crème: #FBF9ED; rgba(251,249,237,1);
[GRI2]Gris Moyen: #858585; rgba(133,133,133,1);
[GRI3]Gris Clair: #A0A0A0; rgba(160,160,160,1);

[BV]Rose : #E85D8E; rgba(232,93,142,1);

[ME]Jaune principal : rgba(255,187,0,1);
[ME]Jaune clair : rgba(255,207,77,1);
[ME]Jaune très clair : rgba(255,217,115,1);

[VER1]Vert: #66CC50;
[ORA1]Orange: #F98639;
[ROU1]Rouge: #DE3033;

*/


html, body {
	background-color: rgba(255, 207, 77, 1);
	background-image:url(images/bg.jpg);
	background-size:cover;
	background-attachment:fixed;
	margin: 0px;
	cursor: default;
	font-family: 'Lato', Verdana, Helvetica, sans-serif;
	font-size:16px;
	color: rgba(251,249,237,1);
	position:relative;
	height:100%;
	
}
body {
	-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;
	display:flex;
	 flex-direction: row;
}
p, div {margin:0;padding:0;}

a:link {text-decoration: none;color: rgba(102,102,153,1);}
a:visited {text-decoration: none;color: rgba(102,102,153,1);}
a:hover {text-decoration: underline;color: rgba(126,126,190,1);}
a:active {text-decoration: none;color: rgba(154,154,223,1);}



/* ICONES */
.icon32_Home_BLA1 {width:32px;height:32px;background:url(http://static.polyphonies.eu/img/interface/icons/HOME_BLA1_32.svg) 0 0 no-repeat;}
.icon32_Tools_BLA1 {width:32px;height:32px;background:url(http://static.polyphonies.eu/img/interface/icons/MENU_TOOLS_BLA1_32.svg) 0 0 no-repeat;background-size:32px 32px;}
.icon32_Help_BLA1 {width:32px;height:32px;background:url(http://static.polyphonies.eu/img/interface/icons/LIFESAVER_BLA1_32.svg) 0 0 no-repeat;}
.icon32_Newspaper_BLA1 {width:32px;height:32px;background:url(http://static.polyphonies.eu/img/interface/icons/NEWSPAPER_BLA1_32.svg) 0 0 no-repeat;}



/* MENU */

#appelMenu, #quitMenu {display:none;}

#menuWrap {
	width:240px;
	overflow:hidden;
	position:fixed;
	font-size:0;
	background-color:rgba(255,187,0,1);
	height:100%;
	z-index:100;
}
#menuPolyphonies {
	position: relative;
	background-color:rgba(102,102,153,1);
	box-shadow: 0 4px 0px rgba(102,102,153,.2);
	top:0px;left:0px;
	width:240px;
	overflow:hidden;
	z-index:100;
}

#logoPolyphonies{
	width:240px;
	height:100px;
	background-image:url(http://static.polyphonies.eu/img/logos/HeaderLesPlusPolyphonies.svg);
	display: block;
}


#menuLesPlus{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	margin: 0 20px 40px 20px;
}
#menuLesPlus a{
	background-image:url(http://static.polyphonies.eu/img/logos/HeaderLesPlusPolyphonies.svg);
	width:32px;
	height:32px;
	flex: 0 0 auto;
	display:block;
	cursor:pointer;
	opacity: 0.8;
    transition: opacity 0.2s ease-in 0s;
}
#menuLesPlus .leMensuel{background-position:-15px -111px;}
#menuLesPlus .leMensuel.selected,#menuLesPlus .leMensuel:hover{background-position:-15px -152px;opacity:1;}
#menuLesPlus .leForumPedagogique{background-position:-59px -111px;}
#menuLesPlus .leForumPedagogique.selected,#menuLesPlus .leForumPedagogique:hover{background-position:-59px -152px;opacity:1;}
#menuLesPlus .laGalerieAudio{background-position:-104px -111px;}
#menuLesPlus .laGalerieAudio.selected,#menuLesPlus .laGalerieAudio:hover{background-position:-104px -152px;opacity:1;}
#menuLesPlus .leBureauVirtuel{background-position:-148px -111px;}
#menuLesPlus .leBureauVirtuel.selected,#menuLesPlus .leBureauVirtuel:hover{background-position:-148px -152px;opacity:1;}
#menuLesPlus .musicTheory{background-position:-193px -111px;}
#menuLesPlus .musicTheory.selected,#menuLesPlus .musicTheory:hover{background-position:-193px -152px;opacity:1;}
#menuLesPlusTitle {
	width:240px;
	height:30px;
	opacity:0;
	/*visibility:hidden;*/
	margin-top:0px;
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

#bloc-recherche {
	margin-bottom:10px;
	}
	#bloc-recherche input {
		font-family:"Lato";
		color:rgba(102,102,153,1);
		width:100%;
		font-size:1.1rem;
		font-weight:300;
		padding:12px 10px;
		box-sizing:border-box;
		border:0px solid;
		}

#menuItems {display:inline-block;vertical-align:top;width:240px;overflow:hidden;}

#menuCuboTitle {
	font-size:14px;
	text-align:center;
	width:240px;
	height: 0px;
	margin-top: -20px;
	font-weight:700;
	opacity:0;
	text-transform:uppercase;
}
#menuCubo {text-align:center;width:240px;white-space:normal;}
.menuBtCubo{
	width:32px;
	height:32px;
	display:inline-block;
	padding:24px;
	cursor:pointer;
	background-position:center;
	transition: all 0.2s ease-in;
	opacity:0.8;
	}
	.menuBtCubo:hover{transform:scale(1.15);opacity:1;}
	.menuBtCubo:active{transform:scale(0.95);opacity:0.5;}

#menuText{
	text-align:center;width:240px;white-space:normal;padding-bottom:10px;
	}
	.menuTextCategorie{
		display:block;
		font-size:1.1rem;
		font-weight:300;
		margin-top:10px;
		}
	.menuTextLink{
		display:block;
		font-size:1rem;
		padding:3px;
		transition: all 0.2s ease-in;
		}
	.menuTextLink:hover{
		cursor:pointer;
		color:rgba(255,217,115,1);
		text-decoration:none;
		}

/* FONDS ANIMES */

#BGLayers{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#BGLayers div{
	background-position:center;
	width:100%;
	position:absolute;
}
#BGLayer_1{background-image:url(../img/BGLayer_1.png);}
#BGLayer_2{background-image:url(../img/BGLayer_2.png);}
#BGLayer_3{background-image:url(../img/BGLayer_3.png);}
#BGLayer_4{background-image:url(../img/BGLayer_4.png);}
#BGLayer_5{background-image:url(../img/BGLayer_5.png);}


section {
	position:relative;
	padding:40px 0;
	box-sizing:border-box;
}
section.first {
	background-color:rgba(104,102,155,1);
	position: relative;
	overflow:hidden;
}
section.blue, div.blue {
	background-color:rgba(126,126,190,1);
}
section.lightblue, div.lightblue {
	background-color:rgba(154,154,223,1);
}
section.darkblue, div.darkblue {
	background-color:rgba(104,102,155,1);
}
section.white, div.white {
	background-color:rgba(251,249,237,1);
	color:rgba(104, 102, 155, 1);
}
section.BV {
	background-color:rgba(252,93,145,1);
	color:rgba(251,249,237,1);
}
section.FP {
	background-color:rgba(22,207,149,1);
	color:rgba(251,249,237,1);
}
section.GA {
	background-color:rgba(22,207,149,1);
	color:rgba(251,249,237,1);
}
section.ME {
	background-color:rgba(255,191,0,1);
	color:rgba(251,249,237,1);
}
section.MT {
	background-color:rgba(22,207,149,1);
	color:rgba(251,249,237,1);
}
section.FC {
	background-color: rgba(67,66,110,1);
	color:rgba(251,249,237,1);
}
/*GESTION DES COLONNES / GENERALITES */
.oneCols, .twoCols, .threeCols, .fourCols, .fiveCols {
	display: -webkit-flex;
	display:flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
	}
.threeCols + .fiveCols, .fiveCols + .threeCols {
	margin-top:20px;
	}
	.column {
		margin-bottom:0px;
		position:relative;
		}

/* 1 COLONNE */
.oneCols > .column {
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
}
/* 2 COLONNES */
.twoCols > .column {
	-webkit-flex: 1 0 400px;
	flex: 1 0 400px;
}
.twoCols > .column section {
	height: 100%;
}
.twoCols > .column .sectionWrap{
	max-width:600px;
}
.twoCols > .column .sectionWrap[data-side="left"]{
	margin:auto 0 auto auto;
}
.twoCols > .column .sectionWrap[data-side="right"]{
	margin: auto auto auto 0;
}
/* 3 COLONNES */
.threeCols > .column {
	-webkit-flex: 1 0 300px;
	flex: 1 0 300px;
}
/* 4 COLONNES */
.fourCols > .column {
	-webkit-flex: 1 0 250px;
	flex: 1 0 250px;
}
/* 5 COLONNES */
.fiveCols > .column {
	-webkit-flex: 1 0 200px;
	flex: 1 0 200px;
}

.allClear {
	clear:both;
	}






#appWrap {
	position:relative;
	z-index:1;
	font-size:0;
	flex: 1 1 0;
	margin-left:240px;
	}
	#contentWrap {
		max-width:800px;
		min-height: 100%;
		margin:0 auto;
		position: relative;
		}
		#content-header {
			height:320px;
			margin:0 auto;
			background-repeat:no-repeat;
			background-image: url(../img/header-classic.png);
			background-position:center bottom;
			}
		#content-header-description {
			-moz-user-select: -moz-none;-webkit-user-select: none;user-select:none;
			font-size:0;
			padding-bottom:50px;
			background-color:rgba(251,249,237,1);
			}
			#content-header-description .shortdesc {
				font-size:16px;
				font-weight:300;
				color:rgba(255,187,0,1);
				text-align:center;
				display:block;
				}
		#content-footer {
			height:350px;
			margin:0 auto;
			background-repeat:no-repeat;
			background-image: url(../img/footer-classic.png);
			background-position:center top;
			position: relative;
		    z-index: 100;
			}


/* StreamNews */
#content-newsStream {
	color:rgba(102,102,153,1);
	background-color:rgba(251,249,237,1);
	}
	.streamNew {
		padding:20px 50px;
		transition: all 0.2s ease 0s;
		display:block;
		}
	.streamNew[data-type='highlight'] {
		background-color: rgba(154,154,223,0.2);
	}
.streamNew[href]:hover {
	cursor:pointer;
	background-color: rgba(154,154,223,0.2);
	text-decoration:none;
}
.streamNewTitle {
	font-size:26px;
	font-weight:300;
	/*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.streamNewAuthor {
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
}
.streamNewTxtStd {
	font-size:16px;
}
.streamNewTxtCit,.streamNewTxtChapo {
	font-style:italic;
	font-size:16px;
    overflow: hidden;
	}
.streamNewTxtCit:before,.streamNewTxtCit:after {
	content:"\""
}
.streamNewTxtStt {
	font-style:italic;
	font-size:18px;
}
.streamNewImgProfil {
	width:80px;height:80px;
	border-radius:40px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	float:left;
	margin:5px 10px 0px 0px;
}
.streamNewBigImgProfil {
	width:100px;height:100px;
	border-radius:50px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	margin:10px auto;
}
.streamNewLtlImgProfil {
	width:48px;height:48px;
	border-radius:24px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	float:left;
	margin:5px 10px 0px 0px;
}
.streamNewImgAtl{
	width:133px;
	height:100px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	float:left;
	margin:5px 10px 0px 0px;
}
.streamNewPlus {
	min-height:32px;
	border-bottom: 1px solid rgba(154,154,223,1);
	text-align:right;
	margin-top:6px;
}
.streamNewProduct {
	float:left;
}
.streamNewCat {
	color:rgba(126,126,190,1);
	font-size:0.6rem;
	font-weight:400;
	padding:2px 4px;
	display:inline-block;
	text-transform:uppercase;
	border: 1px solid rgba(126,126,190,0.5);
    border-radius: 2px;
	margin-right:5px;
}
.streamNewDate {
	font-size:0.6rem;
	text-align:right;
	color: rgba(126,126,190,1);
	text-transform:uppercase;
	display:inline-block;
}
	
/* catagories */
#content-categorie {
	color:rgba(102,102,153,1);
	background-color:rgba(251,249,237,1);
	}
	#content-categorie .categorie-infos{
		padding: 20px 100px;
		background-color:rgba(154,154,223,.2);
		}
		#content-categorie .categorie-infos h1 {
			font-size: 2rem;
			font-weight: 300;
			overflow: hidden;
			color:rgba(126, 126, 190, 1);
			}
		#content-categorie .categorie-infos .categorie-description {
			margin:10px 0px;
			font-size:1.2rem;
			font-weight:300;
			color: rgba(154,154,223,1);
			}

	
/* sous catégories */
#content-sousCategorie {
	color:rgba(102,102,153,1);
	background-color:rgba(251,249,237,1);
	}
	#content-sousCategorie .categorie-infos{
		background-color:rgba(255,187,0,.2);
		padding: 50px 50px 20px 50px;
		}
		#content-sousCategorie .categorie-infos .rappel-categorie-parente {
			font-size: 1rem;
			font-weight: 700;
			overflow: hidden;
			color:rgba(126, 126, 190, .5);
			text-transform:uppercase;
			margin-bottom:-20px;
			}
		#content-sousCategorie .categorie-infos h2 {
			font-size: 1.5rem;
			font-weight: 300;
			overflow: hidden;
			color:rgba(126, 126, 190, 1);
			}
		#content-sousCategorie .categorie-infos .categorie-description {
			margin:10px 0px;
			font-size:1.2rem;
			font-weight:300;
			color: rgba(154,154,223,1);
			}


/* article */
#content-article {
	color:rgba(102,102,153,1);
	padding:50px 100px;
	background-color:rgba(251,249,237,1);
	}
	#content-article .image_titre{
		float:left;
		margin: 50px 30px 10px -50px;
		width:300px;
		}
		#content-article .image_titre img{
			width:100%;
			}
	#content-article p{
		font-size:1rem;
		font-weight:400;
		color: rgba(126,126,190,1);
		text-align:justify;
		margin:10px 0;
		}
	#content-article p.chapeau{
		font-size:1.2rem;
		font-weight:300;
		color: rgba(154,154,223,1);
		margin:110px 0;
		}
	#content-article h1{
		font-size: 3rem;
		font-weight: 300;
		margin: 0 -50px 0 -50px;
		}
	#content-article .rappel-categorie-parente {
		font-size: 1rem;
		font-weight: 700;
		overflow: hidden;
		color:rgba(126, 126, 190, .5);
		}
	#content-article h3::before{
		content: '';
		display: block;
		clear:both;
		}
	#content-article h3{
		font-size: 2rem;
		font-weight: 300;
		margin: 100px -50px 50px -50px;
		padding:0;
		}
	#content-article .spip_documents_left {
		float:left;
		margin: 30px 30px 30px -50px;
		max-width:400px;
		}
		#content-article .spip_documents_left img {
			width:100%;
			}
	#content-article .spip_documents_center {
		display:block;
		margin: 30px 0;
		}
		#content-article .spip_documents_center img {
			max-width:100%;
			margin: auto;
			display: block;
			}
	#content-article .spip_documents_right {
		float:right;
		margin: 30px -50px 30px 30px;
		max-width:400px;
		}
		#content-article .spip_documents_right img {
			width:100%;
			}
		#content-article .spip_doc_titre{
			font-size: .9rem;
			color: rgba(154,154,223,1);
			margin-top: 5px;
			}
		#content-article .spip_documents_center .spip_doc_titre {
			text-align: center;
			margin: 5px auto 0 auto;
			}
		#content-article .spip_documents_right .spip_doc_titre {
			text-align: right;
			}
		#content-article .spip_doc_descriptif{
			color: rgba(154,154,223,1);
			font-size:.8rem;
			font-weight: 300 !important;
			font-style: italic;
			margin: 0;
			}
		#content-article .spip_documents_center .spip_doc_descriptif {
			text-align: center;
			margin: auto;
			}
		#content-article .spip_documents_right .spip_doc_descriptif {
			text-align: right;
			}
	#content-article .video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		}
		#content-article .video-container iframe,
		#content-article .video-container object,
		#content-article .video-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			}
	#content-article a:not(.streamNew) {
		color:rgba(255,187,0,1);
		font-weight:700;
		}
	#content-article .bloc-partage-reseaux {
		margin:20px -100px 0 -100px;
		background-color:rgba(255, 187, 0, .2);
		text-align:center;
		font-size:1.1rem;
		padding:20px 50px;
		}
		#content-article .bloc-partage-reseaux > div{
			margin-top:20px;
			}
	.article-motsCles {
		margin:45px 0 0 60px;
		padding:0;
		text-align:right;
		}
		.article-motsCles li {
			display:inline-block;
			font-weight:300;
			color:rgba(126, 126, 190, .8);
			margin-left:20px;
			list-style:none;
			font-size:1.1rem;
			}
		.article-motsCles li::before {
			content:"#";
			margin-right:2px;
			color:rgba(126, 126, 190, .5);
			}

	.content-subInfos{
		margin:50px -100px 0 -100px;
		padding: 20px 50px 50px 50px;
		background-color:rgba(154,154,223,.2);
		}
	.article-motsCles + .content-subInfos{
		margin:5px -100px 0 -100px;
		}
	.content-subInfos + .content-subInfos{
		margin:0 -100px;
		padding: 50px;
		}
		.content-subInfos .article-auteur-image {
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 50px;
			display: inline-block;
			height: 100px;
			width: 100px;
			margin:-50px 20px 0px 0px;
			float:left;
			}
		.content-subInfos .article-auteur-nom a {
			font-size: 2rem !important;
			font-weight: 300 !important;
			overflow: hidden;
			color:rgba(126, 126, 190, 1) !important;
			}
		.content-subInfos .article-infos-publication {
			font-size:.8rem;
			font-weight:300;
			}
		.content-subInfos .article-auteur-resume {
			margin:10px 0px;
			font-size:1.2rem;
			font-weight:300;
			color: rgba(154,154,223,1);
			}
		#content-article .content-subInfos .bloc-partage-reseaux {
			margin:20px -50px 0 -50px;
			background-color:rgba(255, 187, 0, .2);
			text-align:center;
			font-size:1.1rem;
			padding:20px 50px;
			}
			#content-article .content-subInfos .bloc-partage-reseaux > div{
				margin-top:20px;
				}
		.content-subInfos .article-infos-publications-connexes {
			margin: 50px -50px 0px -50px;
	
			}
		.content-subInfos .article-infos-sous-titre {
			text-align:center;
			font-size:1.5rem;
			font-weight:300;
			color:rgba(126, 126, 190, 1);
			}
		.content-subInfos .article-infos-liens-articles {
			font-size:1rem;
			color:rgba(126, 126, 190, 1);
			}

/* auteurs */
#content-auteur {
	color:rgba(102,102,153,1);
	padding:130px 0px 20px 0;
	background-color:rgba(251,249,237,1);
	}
	#auteur-infos{
		padding: 20px 100px;
		background-color:rgba(154,154,223,.2);
		}
		#auteur-infos .auteur-image {
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 100px;
			display: block;
			height: 200px;
			width: 200px;
			margin:-120px auto 10px auto;
			}
		#auteur-infos h1 {
			font-size: 2rem;
			font-weight: 300;
			overflow: hidden;
			color:rgba(126, 126, 190, 1);
			text-align:center;
			}
		#auteur-infos .auteur-bio {
			margin:10px -50px;
			font-size:1.2rem;
			font-weight:300;
			color: rgba(154,154,223,1);
			}


/* pied de page */
footer {
    position: relative;
	text-align:center;
	margin-top:-300px;
}
footer section:first-child {
	 padding: 240px 0 40px 0;
	}
.footerWrap {
	max-width: 1200px;
	margin:0 auto;
	text-align:center;
	}

.footerTitle {
	font-size:2rem;
	font-weight:300;
	text-align:center;
	margin:0 10%;
}
.footerLittleTitle{
	color: rgba(251,249,237,1);
	font-weight: 300;
	font-size: 1.5rem;
	margin:20px;
}
* + .footerLittleTitle{
	margin-top:40px;
	}
section.white .footerLittleTitle {
	color:rgba(104,102,155,1);
	}
.footerPreTitle {
	font-size:0.5em;
	font-weight:400;
	display:block;
}
.footerHat {
	font-size:1.2rem;
	font-weight:400;
	text-align:center;
	margin:50px 10% 0;
}
.footerMoreButtonLarge {
	color:rgba(104,102,155,1);
	font-size:1.2rem;
	font-weight:700;
	padding:10px 30px;
	display:inline-block;
	border:2px solid;
	text-decoration:none;
	transition: all 0.3s ease-in-out;
	margin : 20px auto 10px;
	text-align:center;
	position:relative;
	top:0;
	left:0;
}
.footerMoreButtonLarge.white {
	color:rgba(251,249,237,1);
}
.footerMoreButtonLarge:hover {
	text-decoration:none;
	box-shadow: 6px 6px 0px rgba(102, 102, 153, 0.49);
	color:rgba(154,154,223,1);
	border-color:rgba(154,154,223,1);
	top:-3px;
	left:-3px;
}
.footerMoreButtonLarge.white:hover{
	color:rgba(251,249,237,1);
	border-color:rgba(251,249,237,1);
	background-color:rgba(154,154,223,1) !important;
}
.footerLienPub{
	color:rgba(104,102,155,1);
	font-size:1rem;
	font-weight:300;
	}
.footerLienPub + .footerLienPub::before{
	color: rgba(126, 126, 190, 1);
    content: "•";
    font-size: 10px;
    position: relative;
    top: -2px;
	margin:0 3px;
	}
.footerLienPub + .footerLienPub::before:hover{
	text-decoration:none;
	}
#navSection{
	background-color: rgba(104, 102, 155, 1);
    box-sizing: border-box;
    padding: 40px 0 60px;	
}

nav.mapMenu {
	max-width: 1200px;
	margin:0 auto;
	}

nav.mapMenu ul {
	margin: 20px;
	padding:0;
	text-align:left;
}
nav.mapMenu .mapMenuTitle,nav.mapMenu .mapMenuLink {
	list-style:none;
}
nav.mapMenu .mapMenuTitle + .mapMenuTitle {
	margin-top:10px;
}
/*nav.mapMenu .mapMenuTitle_FC{
	display:block;
	background-color: rgba(67, 66, 110, 1);
	text-align:center;
	padding:10px;
	margin-bottom:8px;
	font-size: 20px;
}*/
nav.mapMenu  .mapMenuList {
	display:inline-block;
}
nav.mapMenu .mapMenuList + .mapMenuList {
	margin-left:20px;
}

nav.mapMenu a{
	color: rgba(251,249,237,1);
	text-decoration: none;
	font-weight: 300;
}
nav.mapMenu .mapMenuTitle a {
	font-size: 20px;
}
nav.mapMenu .mapMenuLink a,nav.mapMenu .mapMenuList a {
	font-size:12px;
}
nav.mapMenu .mapMenuTitle a:hover,nav.mapMenu .mapMenuTitle_FC a:hover,nav.mapMenu .mapMenuLink a:hover,nav.mapMenu .mapMenuList a:hover {
	text-decoration:underline;
}
nav.mapMenu hr{
	flex: 1 1 100%;
	border:none;
	background-color: rgba(251,249,237,1);
	margin: 20px;
	height:1px;
}

.linkTextLittle {
	display:inline-block;
	width:160px;
	height:30px;
	background-repeat:no-repeat;
	background-size:160px 60px;
	background-position: center 0;
}
.linkTextLittle:hover {
	cursor:pointer;
	background-position: center -30px;
}
.linkTextLittle.leBureauVirtuel {background-image:url(http://static.polyphonies.eu/img/logos/linkTextLittle_leBureauVirtuel.svg);}
.linkTextLittle.leMensuel {background-image:url(http://static.polyphonies.eu/img/logos/linkTextLittle_leMensuel.svg);}
.linkTextLittle.laGalerieAudio {background-image:url(http://static.polyphonies.eu/img/logos/linkTextLittle_laGalerieAudio.svg);}
.linkTextLittle.leForumPedagogique {background-image:url(http://static.polyphonies.eu/img/logos/linkTextLittle_leForumPedagogique.svg);}
.linkTextLittle.musicTheory {background-image:url(http://static.polyphonies.eu/img/logos/linkTextLittle_musicTheory.svg);}

.footerText{
	font-size:14px;
	font-weight:300;
	text-align:center;
	margin:20px 10%;
}

/* FOR TABLETS */
@media only screen and (max-width:1024px) {

	body {
		display:block;
	}
	#dotsButton{
		display:block;
		background:url(http://www.polyphonies.fr/images/3dots.svg) no-repeat center;
		background-size:4px 20px;
		position:fixed;
		top:0px;
		left:0px;
		height:50px;
		width:30px;
		padding:10px;
		cursor:pointer;
		opacity:.5;
		z-index:101;
		transition: all 0.3s ease-in-out 0s;
	}
	#dotsButton:hover{
		opacity:1;		
	}
	#quitMenu {
		background-color:rgba(102,102,153,.6);
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		display:none;
		z-index:99;	
	}
	#menuWrap { left:-240px; }
	#appWrap {
		margin-left: 0px;
		flex:0 0;
	}
	#newsStreamWrap, footer{
		white-space: normal;
	}
	
}

/* FOR MOBILES */
@media only screen and (max-width: 480px) {


	
	/************\
		STRUCTURE
	\************/
	
	#BGLayers {
		display:none;
	}
	#newsStreamStatutBar .shortdesc{
		 margin:0 10%;
    font-size: 1.2rem;
	}
	p {
		margin:20px 0;
		}
	.oneCols, .twoCols, .threeCols, .fourCols, .fiveCols {
		display:block;
	}
	.column {
		-webkit-flex:0;
		flex:0;
		margin-top:20px;
	}
	.column img{
		width:auto;
		height:auto;
	}

	.mainHat{
		margin:25px;
		font-size:1.1em;
	}
	
	nav.mapMenu ul {
		text-align:center;
	}

	nav.mapMenu li {
		padding:5px 0;
	}
	nav.mapMenu .mapMenuLink a, nav.mapMenu .mapMenuList a {
		font-size:1rem;
	}
	
	#content-article {
		padding:50px 20px;
		}
		#content-article .image_titre {
			width:60%;
			}
		#content-article h1 {
			margin: 0px 0px 50px 0px;
			font-size: 2rem;
			}
		#content-article h3 {
			margin: 50px 0px 20px;
			}
		#content-article p.chapeau {
			margin: 80px 0 50px 0;
			}
		#content-article .spip_documents_left,#content-article .spip_documents_center,#content-article .spip_documents_right {
			float:none !important;
			display:block;
			margin: 30px 0 30px 0;
			max-width:100%;
			}
	
	.content-subInfos {
		margin:50px -20px 0 -20px;
		padding:20px;
		}
		.article-motsCles + .content-subInfos {
			margin: 5px -20px 0;
			}
		.content-subInfos .article-auteur-image {
			border-radius: 40px;
			height: 80px;
			width: 80px;
			margin:-30px 10px 0px 00px;
			}
		.content-subInfos .article-auteur-nom a {
			font-size: 1.5rem;
			}
		.content-subInfos .article-infos-publication {
			font-size:.8rem;
			font-weight:300;
			}
		.content-subInfos .article-auteur-resume {
			margin:10px 0px;
			}
		.content-subInfos .article-infos-publications-connexes {
			margin: 50px -20px 0 -20px;
			}
		.content-subInfos .article-infos-sous-titre {
			font-size:1.2rem;
			}
	.streamNew {
		padding:10px 20px;
	}

}