/*Cases page principale avec photo*/
	.ligne_cases{
		height:500px;
		width:100%;
	}
	.case{
		float:left;
		width:33.33%;
		height:100%;
		overflow: hidden;
	}
	.Conteneur_pr_case_img_fond{
		position: relative;
		left: -450%;
		width:1000%;
		height:100%;
		text-align:center;
		margin:0;
	}
	.case_img_fond{
		height:100%;
	}
	.case_couleur_fond{
		height:100%;
		background:rgba(5, 20, 20, 0.7);
		position:relative;
		bottom:100%;
	}
	.case_contenu{
		height:100%;
		width:100%;
		position:relative;
		bottom:200%;
		color:white;
	}
	.case_masque{
		height:100%;
		width:100%;
		position:relative;
		bottom:300%;
		z-index:3;
	}
	.case_masque:hover{
		cursor:pointer;
	}
	.case_masquePasDroit{/*pour hover différent si utilisateur non autorisé*/
		height:100%;
		width:100%;
		position:relative;
		bottom:300%;
		z-index:3;
	}
	.case_masquePasDroit:hover{
		cursor:url(../img/ic_https_white_24dp_1x_r.png),auto;
	}
	.case_masque2{
		height:100%;
		width:100%;
		position:relative;
		bottom:300%;
		background:rgba(5, 20, 20, 0.7);
		display:none;
	}
	.HautCase{
		height:80%;
	}
	.IconeCase{
		text-align:center;
		padding-top:125px;
	}
	.ConteneurBarreBasCase{
		height:20%;
		background:rgba(5, 20, 20, 0.5);
		padding-top:0.4em;
	}
	.BarreBasCase{
		height:100%;
		width:80%;
		margin:auto;
		font-size : 2.2em;
		text-align : center;
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: white;
	}
	.StatCaseGauche{
		position:absolute;
		bottom:5px;
		left:10px;
		width:50%;
		height:25px;
		font-size:0.8em;
		font-family: Roboto,arial,sans-serif;
		/*text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;*/
		text-align:left;
	}
	.StatCaseDroite{
		position:absolute;
		bottom:5px;
		right:10px;
		width:50%;
		height:25px;
		font-size:0.8em;
		font-family: Roboto,arial,sans-serif;
		/*text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;*/
		text-align:right;
	}
	.Compteur{
		margin-right:5px;
		margin-left:3px;
		position:relative;
		bottom:4px;
	}
	#Date{
		position:relative;
		bottom:4px;
	}
	#AjoutPageLogo{
		width:100px;
		height:100px;
		border-radius:55px;
		background:rgba(5, 20, 20, 0);
		margin:auto;
		position:relative;
		top:200px;
		border: 5px solid white;
		font-size:90px;
		font-family: arial;
		text-align:center;
		color:white;
	}
	#AjoutPageLogo:hover{
		background:rgba(5, 20, 20, 0.5);
		border: 5px solid grey;
		color:white;
		cursor:pointer;
	}
	#AjoutPageTexte{
		position:relative;
		top:200px;
		text-align:center;
		font-size:1.5em;
	}
	#AjoutFormulaire{
		text-align:center;
		font-size:1.5em;
		position:relative;
		top:100px;
	}
	#conteneurForm{
		display:inline-block;
		text-align:left;
		font-size:25px;
		line-height:25px;
	}
	
	
/*Pages à l'ouverture des cases*/
	.page{
		/*background:rgba(189, 202, 202, 0.7);*/
	}
	.page_contenu{
		height:0;
		overflow:hidden;
	}
	.page_sous_contenu{
		height:95%;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	.croix_fermeture{
		position:absolute;
		right:20px;
		top:0px;
		height:35px;
		margin-top:7px;
	}
	.croix_fermeture:hover{
		cursor:pointer;
	}
	.croix{
		color:white;
		vertical-align:middle;
	}
	.croix:hover{
		color:rgba(120, 170, 170, 1);
	}
	.PageChrgt{
		margin: auto;
		color:white;
		font-family:"Trebuchet MS", "arial";
		padding:15px;
		border-radius:10px;
		width: 100px;
		height:100px;
		background-color:black;
		text-align:center;
	}
	
	
/*Contenu des pages*/
	.ConteneurLignesCasesHaut{
		overflow-y : scroll;
		overflow-x : hidden;
		position:relative;
	}
	.LignesCaseGauche{
		margin-left:10%;
		width:6.67%;
		height:20px;
		border-right: 2px solid white;
		border-bottom: 2px solid white;
		border-radius: 0 0 10px 0;
		margin-bottom:-2px;
	}
	.LignesCaseMilieu{
		margin-left:15%;
		width:35%;
		height:20px;
		border-right: 2px solid white;
		border-bottom: 2px solid white;
		border-radius: 0 0 10px 0;
		margin-bottom:-2px;
	}
	.LignesCaseDroite{
		margin-left:15%;
		width:68.33%;
		height:20px;
		border-right: 2px solid white;
		border-bottom: 2px solid white;
		border-radius: 0 0 10px 0;
		margin-bottom:-2px;
	}
	.LigneAnglehautgauche{
		height:20px;
		width:10%;
		margin-left:5%;
		border-left: 2px solid white;
		border-top: 2px solid white;
		border-radius: 10px 0 0 0;
	}
	.ContenuPageMilieu{
		margin-left:5%;
		margin-right:5%;
		/*width:84%;*/
		border-left: 2px solid white;
		padding:0% 3% 3% 3%;
		color:white;
		text-align:center;
	}
	.LigneAnglebasgauche{
		height:20px;
		width:95%;
		margin-left:5%;
		border-left: 2px solid white;
		border-bottom: 2px solid white;
		border-radius: 0 0 0 10px;
		text-align:right;
		font-size:0.9em;
		color:white;
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
	}
	.LigneAnglebasgaucheText{
		margin-right:5%;
		font-size:1.4em;
		position: relative;
		top: -0.5em;
	}
	.policeSuricapausudTitre{
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
		color:white;
		font-size: 1.6em;
		line-height:1.7em;
		margin-top:1em;
	}
	.TextPage{
		color: black;
		font-family: 'Roboto';
		font-weight: 300;
		text-align: justify;
		margin-left:20px;
		margin-right:20px;
	}
	
	.Ruban{
		background:rgba(255,255,255,0.75);
		width:70%;
		margin:auto;
		margin-bottom: 25px;
		border-radius:0px 0px 10px 10px;
	}
	.Ruban2{
		background:rgba(255,255,255,0.75);
		width:70%;
		margin:auto;
		margin-top:25px;
		margin-bottom: 25px;
		border-radius:10px;
	}
	.EnteteRuban{
		overflow:hidden;
		height:200px;
		padding-top:40px;
		position:relative;
		top:-75px;
	}
	.DansRuban{
		padding-right:5%;
		padding-left:5%;
	}
	.HorsRuban{
		width:142%;
		position:relative;
		left:-21%;
	}
	.BasRuban{
		position: relative;
		top: 75px;
	}
	.zoneLike{
		width:70px;
		height:70px;
		line-height:70px;
		color:white;
		background:rgb(15, 30, 30);
		display: inline-block;
		text-align:center;
		border-radius:45px;
		font-family:Roboto;
		position:relative;
		top:-110px;
		left:20px;
		border:2px solid rgba(120, 170, 170, 0);
		font-weight:300;
	}
	.zoneLike:hover{
		border:2px solid white;
		cursor:pointer;
		color:grey;
		background: rgb(40,40,50);
	}
	.EtoileLike{
		font-size:25px;
		vertical-align:middle;
		width: 25px;
	}
	.MsgLikePageCtnrCtnr{
		position: absolute;
		left: 98%;
		top: -85px;
	}
	#MsgLikePageCtnr{
		background: rgb(15, 30, 30); /*#313646;*/
		line-height: 2em;
		border-radius: 10px 0 10px 10px;
		height: 2em;
		overflow: hidden;
		width: 0px;
		border: 1px solid white;
		color: #FFFFFF;
		font-size: 0.9em;
		position:relative;
		left:-100%;
		text-align: center;
		font-family: Roboto;
		font-weight: bold;
	}
	#plusUN{
		font-size: 3em;
		color : blue;
		font-family: Roboto;
		font-weight: bold;
		position:relative;
		top:-10px;
		left:0px;
		display:none;
	}
	.Sstitre{
		font-weight:bold;
		font-size:1.5em;
		margin-bottom:15px;
		margin-top:15px;
		margin-left:-10px;
	}
	
/*Forum, bloc commentaires*/
	.blocForum{
		background:rgba(255,255,255,0.75);
		width:60%;
		margin:auto;
		padding : 30px;
		margin-bottom: 175px;
		border-radius: 10px;
	}
	.textAreaForum{
		width:100%;
		height:3em;
		background:rgba(5, 20, 20, 0.5);
		color:rgb(0,30,40);
	}
	.inputForum{
		background:rgb(35,50,50);
		padding: 5px 20px 5px 20px;
	}
	.inputForum:hover{
		background:rgba(35,50,50,0.7);
	}
	.commentaireForum{
		border-radius:10px;
		color:black;
		font-family:Roboto;
		text-align: left;
	}
	.NomForum{
		font-family: Sue Ellen Francisco;
		text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
		color:white;
		font-size:1.5em;
		margin-left:5px;
	}
	.NbMsgTitre{
		font-family:Roboto;
		font-size:1.5em;
		font-weight:300;
		color: rgb(30,75,90);
		text-align: right;
	}
	.CommDate{
		font-size:0.8em;
		width: 25%;
		text-align: center;
		padding-top: 5px;
	}
	.CommMeta{
		display:inline-block;
		width:25%;
		border-right:1px solid white;
		padding:0px 2px 0px 2px;
		margin: 5px 0px 5px 0px;
		text-align:center;
	}
	.CommMsg{
		display:inline-block;
		width:65%;
		padding:10px 5px 10px 15px;
		text-align:left;
		vertical-align: top;
		color: rgb(0,30,40);
	}
	.actionMsg{
		border-radius:0px 0px 5px 5px;
		font-size:0.7em;
		font-family:Roboto;
		background:rgb(35,50,50);
		height: 1em;
		line-height: 1em;
		float: right;
		margin-right: 30px;
		padding:2px 10px 2px 10px;
	}
	.actionMsg:hover{
		cursor:pointer;
		background:rgb(55,75,75);
	}