/* CSS Document */
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	}
.AbsoluteMe{
position:absolute;
right:0px;
z-index:10;
}
.Center{
	text-align:center;
}
.Contain{
	min-height:800px;
	position:relative;
	}
.Grey{
color:#999999;
}
img{
	border:0px;
	}
.clr{
	clear:both;
	}
.DisableMe{
	display:none;
	}
.small{
	font-size:12px;
	}
h1, h2, h3, h4, h5, h6{
	margin:0;
	font-weight:normal;
}	
option.PadLeft{
	padding-left:10px;
	font-weight:bold;
	background-color:#CCCCCC;
	}
input{
/*font-family: 'Roboto', sans-serif;*/
}
.MenuNews{
	min-height:60px;
}
.MenuNews img, .MenuNews input{
	width:160px;
	margin-left:0;
	margin-top:5px;
	opacity:0.8;
	 -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}	
.MenuNews img:hover, .MenuNews input:hover{
	width:175px;
	margin-left:-10px;
	margin-top:-5px;
	opacity:1;
	 -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}
/*------------STATISTIQUES----------------*/
.LogoStat{
	text-align:center;
}
.IconeStat{
	display:inline-table;
	padding:2px 5px 0 5px;
	border-left:0px solid #CCCCCC;
	border-bottom:0px solid #CCCCCC;
	}
.DenoDetails{
	display:inline-table;
	width:19%;
	text-align:center;
}
.ContainStat1{
	width:450px;
	height:40px;
	background-color:#333333;
	margin:5px 0 0 0;
	border:2px solid #D7D6D5;
	background-image:url(../images/iconesStat/BGAutre.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	}
.Pourcent1{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGM.jpg);
	background-repeat:repeat-x;
	}
.Pourcent1W{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGW.jpg);
	background-repeat:repeat-x;
	}
.Pourcent1S{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGS.jpg);
	background-repeat:repeat-x;
	}
.Pourcent1I{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGI.jpg);
	background-repeat:repeat-x;
	}
.Pourcent1Ipad{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGIP.jpg);
	background-repeat:repeat-x;
	}
	
.Pourcent1FF{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGFire.jpg);
	background-repeat:repeat-x;
	}
.Pourcent1IE{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGIExplorer.jpg);
	background-repeat:repeat-x;
	}
.Pourcent1Saf{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGSafari.jpg);
	background-repeat:repeat-x;
	}
.Pourcent1TB{
	float:left;
	height:40px;
	background-image:url(../images/iconesStat/BGThun.jpg);
	background-repeat:repeat-x;
	}
/*--------------SHOW EMAILS----------*/

.EmailsList{
	cursor:pointer;
}
#container .EmailsList:hover{
	background-color:#92211C;
	color:#FFFFFF;
	font-weight:bold;
	/*padding:5px;*/
	}
.HideEmail {
    display: none;
    position: fixed;
    z-index: 500;
    top: 25%;
    left: 50%;
    bottom: 25%;
    border-radius: 3px;
    border: 3px solid #92211C;
    background-color: #FFFFFF;
    padding: 10px;
    cursor: default;
}
.CloseMe {
    cursor: pointer;
    position: fixed;
    margin-top: -10px;
    margin-left: -10px;
    top: 25%;
    left: 50%;
    display: none;
    z-index: 20000;
}
.ContainNumber {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}
.IndiceEmails {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: 0px 5px;
}
.ContainNumber{
	margin:10px 0;
	padding:5px;
	border:0px solid  #CCCCCC;
	border-radius:8px;
	display:inline;
	}
.ContainNumberEmails{
	float:left;
	margin:5px 0px;
	}
.Yes{
	background-color:#006600;
	}
.Bad {
    text-decoration: line-through;
    background-color: #666666;
}
.No {
    background-color: #660066;
    color: #FFFFFF;
}
.Orange {
    background-color: #CC6600;
}

.MyCheckBox{
	display:inline-block;
	border:1px solid #ccc;
	padding:5px;
	margin:2px;
}
.NomAd .MyCheckBox{
	border:0px;
	background-color:#FF9900;
	color:#FFFFFF;
	}
.SupAct{
	top:10px!important;
	right:10px!important;
	}
.Home img{
	height:100%;
	max-height:200px;
	margin:0 auto;
	}
.Home font{
	position:relative;
	z-index:5;
	}
.ListingName{
display:inline-block;
    margin: 5px;
    background-color: green;
    padding: 5px;
    color: #fff;
}

.PopUpVerifInsertEmail, .PopUpVerifModEmail{
	display:none;
	background-color:#CCC;
	overflow:auto;
	position:fixed;
	z-index:500;
	width: 700px;
	width:700px;
	height:70%;
	left:25%;
	top:25%;
	border-radius:3px;
	border:1px solid #CCCCCC;
	padding:10px;
	}
.closePopupVerifInsertEmails{
	position:fixed;
	margin-left:660px;
	margin-top:12px;
	cursor:pointer;
	}
.TitlePopuVerifInsertEmails{
	font-size:18px;
	text-align:center;
	padding:5px;
	border:1px solid #CCCCCC;
	border-radius:3px;
	margin:5px 0 10px 0;
	}
.Contenu ul{
margin: 0;
    padding: 0;
	}
.Circle{
	width:50px;
	height:50px;
	position:absolute;
	border-radius:50px;
	overflow:hidden;
	top:-10px;
	-moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
    -webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
    -o-box-shadow: 0px 0px 4px 0px #cfcfcf;
    box-shadow: 0px 0px 4px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	left:-30px;
	}
.Circle img{
	width:100%;
	}
.TextCircle{
	position:absolute;
	margin: 10px 0 0 30px;
    padding-left: 20px! important;
    padding-right: 10px! important;
    font-size: 14px! important;
}
.LeftMe{
	/*float:left;*/
	margin-left:10px;
	display:inline-block;
	}
.LeftMe .MySubmit{
	float:right;
	margin-left: 10px;
    margin-top: -3px;
}
.LeftMe .MySubmitSup{
	    float: right;
    margin-left: 49px;
    margin-bottom: -8px;
}
.FormCenter{
	width:50%;
	max-width:700px;
	margin:0 auto;
	}
.HoverMe{
	text-decoration:underline;
	color: #000;
    font-weight: bold;
	}
.MyContentMedia{
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
	padding-bottom:100px;
	}
.TakePicsResident{
	background-color:#272785;
	color:#fff;
	font-size:16px;
	padding:5px;
	border-radius:10px;
	cursor:pointer;
	width:250px;
	margin:0 auto;
	text-align:center;
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=158, Strength=20);
}
.MyCheckPics{
	position:absolute;
	left:100%;
	z-index:51000;
	width:100%;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=158, Strength=20);
    -moz-border-radius: 10px;
	 border: 1px solid #ccc;
	 padding: 10px 5px;
	}

.FormInscription input, .FormHome .Champs input, .FormHome select, input, select, textarea {
    border-radius: 10px;
    padding: 10px 5px;
    border: 1px solid #ccc;
}
.checkbox{
cursor:pointer;
}
.TitlePopuVerifInsertEmails{
background-color:#fff;
}
.RedDeno {
    color: #b30b0b;
    font-weight: 600;
    font-size: 20px;
    height: 10px;
    padding: 5px;
    border-radius: 20px;
    background-color: #e08787;
}
.TextAnalyseListing .RedDeno{
		height:auto;
		text-align:center;
}
.Envoyer, file{
	    display: inline-table;
		cursor:pointer;
    background-color: #003366;
	font-size:16px;
	text-transform:uppercase;
    color: #fff;
	width:100%;
	text-align:center;
    border-radius: 10px;
    margin: 10px 0px;
    cursor: pointer;
    border: 0px;
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
	 -webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}
.Envoyer:hover{
	background-color: #fff;
    color: #003366;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}
file{
width:80%;
}

.IAResident input{
	opacity:0.8;
	border:0px;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
	}
.IAResident input:hover{
	opacity:1;
	border:0px;
	-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
	}

.FixMe{
	    position: fixed;
    bottom: 5px;
    left: 0;
    margin: 0;
}
.W50, textarea{
	width:50%;
}
textarea{
	min-height:300px;
}
.W50 textarea, .Right textarea{
	width:98%;
}
.Blue, label {
    color: #0066CC!important;
}
label{
	font-size:16px;
}

.TitlePageMedia{
	color:#CC3300;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	padding:20px 0;
	background-color:#FFFFFF;
	margin-top:-30px;
	}
.PopupMediaAll, .PopupAbsent, .PopupActivityAll, .PopupResidentStayPut, .PopupUpdateActivityFixInDay{
	position:absolute;
	left:102%;
	z-index:50000;
	width:100%;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=158, Strength=20);
    -moz-border-radius: 10px;
	}
.PopupActivityAll, .PopupResidentStayPut{
	background:none repeat scroll 0 0 rgba(255, 255, 255, 1);
	}
.PopupAbsent{
	margin-top:50px;
	/*left:90%;*/
}
.PopupResidentStayPut, .PopupUpdateActivityFixInDay{
	margin-top:35px;
	
	/*left:90%;*/
}
.PeriodeSupAb{
	color:#fff;
	background-color:#c9302c;
	text-align:center;
	width:500px;
	margin:0 auto;
	padding:10px;
}
.PeriodeSupAb input{
	color:#333333;
}
.PopupMediaAll .OpenMe, .PopupAbsent .OpenMe, .PopupActivityAll .OpenMe, .PopupResidentStayPut .OpenMe, .PopupUpdateActivityFixInDay .OpenMe{	
	margin-left:-170px;
	background-color:#339966;
	color:#fff;
	font-size:16px;
	padding:5px;
	border-radius:10px;
	cursor:pointer;
	width:170px;
	text-align:center;
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=158, Strength=20);
	}
.PopupResidentStayPut .OpenMe, .PopupUpdateActivityFixInDay .OpenMe{
margin-left:-205px;
width:200px;
background-color:#3071a9;
}
.PopupAbsent .OpenMe{
background-color:#3071a9;
margin-left:-200px;
width:200px;
}
.PopupMediaAll .CloseMe, .PopupAbsent .CloseMe, .PopupActivityAll .CloseMe, .PopupResidentStayPut .CloseMe, .PopupUpdateActivityFixInDay .CloseMe{
	float:right;
	margin-right:10px;
	background-color:#990000;
	color:#fff;
	font-size:18px;
	padding:5px;
	border-radius:100px;
	cursor:pointer;
	width:35px;
	height:35px;
	text-align:center;
	margin-top:-50px;
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=158, Strength=20);
	}
.PopupActivityAll .CloseMe, .PopupResidentStayPut .CloseMe, .PopupUpdateActivityFixInDay .CloseMe{
	width:20px;
	height:20px;
}
.PopupActivityAll{

	}
.orange{
	color:#FF9900;
	}
.Vert{
	color:#009900;
}
.Orange{
	color:#CC6600;
	}
.Blue{
	color:#0066CC;
	}
.Rouge{
	color:#CC0000! important;
	}	
	
.FormR a.OrangeForm{
	color:#CC6600;
}	
.Deno, .DenoModAd{
	color:#666666;
	}
.Left{
	float:left;
	width:49%;
	}
.Right{
	float:right;
	width:49%;
	}
.center{
	text-align:center;
	}
	
.MontantTVA form{
	display:inline-block;
	}	
.MyRemiseExcept{
	width:30px;
	color:#666;
	}
#Main{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	padding:0 10px 0 10px;
	position:relative;
	min-height:500px;
	overflow:hidden;
	}
#Contenu{
	margin:0px 0 0 0;
	padding:10px;
	}
.Paves{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	
	padding:10px;
	margin:10px;
	float:left;
	color:#666666;
}
.Title{
	margin:10px;
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	float:left;
	padding:5px;
	margin-top:0px;
}
.Inline{
	display:inline-block;
}
a{
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
label .TitleFormGreen{
	cursor:pointer;
	opacity:0.8;
}
label .TitleFormGreen:hover{
	opacity:1;
}
a.ListClient{
	padding:5px;
	border:1px solid #ccc;
	margin:0 10px 0 0;
	display:inline-block;
	}
a.AdNew{
	margin-top: 20px;
    display: inline-block;
    background-color: #ff9900;
    padding: 10px;
	color:#fff;
	border:1px solid #ccc;
}
.Nothing{
	padding:20px;
	background-color:#FF9900;
	text-align:center;
}
.Alerte{
	font-size:22px;
	color:#5c81ea;
	text-align:center;
	}
.ContenuForm {
    width: 500px;
    margin: 0 auto;
}
	
.RedStar{
	color:#990000;
	font-size:12px;
	margin:2px 0 0 5px;
	}
textarea{
	border:1px solid #CCCCCC;
	padding:5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	}
.TitleForm{
	color:#666666;
	border-bottom:1px solid #CCCCCC;
	margin:0 0px 10px 0;
	font-size: 18px;
    text-transform: uppercase;
	width: 100%;
    background-color: #CC6600;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.TitleFormGreyBlue, .TitleFormRed, .TitleFormPurple, .TitleFormGreen{
	color:#666666;
	border-bottom:1px solid #CCCCCC;
	margin:0 0px 10px 0;
	font-size: 18px;
    text-transform: normal;
	font-weight:normal!important;
	width: 100%;
    background-color: #38908b;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}
.PicArrowTransfert{
	position:absolute;
	z-index:5;
	top:0px;
	right:-50px;
}
.TitleFormRed{
	background-color: #a25555;
}
.TitleFormPurple{
background-color: #9a66a5;
}
.TitleFormGreen{
	background-color: #66a569;
}
.BackUpSql{
	background-color:#f2f2f2;
	text-align:center;
}
.NavHoriz{
	float:right;
	padding:10px 0px 10px 0px;
	margin-left:10px;
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	}
.NavHoriz img{
	width:150px;
	}
.TitlePage{
	float:left;
	width:100%;
	-webkit-box-shadow: 0px 1px 10px 1px #c9c9c9;
	-moz-box-shadow: 0px 1px 10px 1px #c9c9c9;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='#c9c9c9', Positive='true');
	zoom:1;
	box-shadow: 0px 1px 10px 1px #c9c9c9;
	
	color:#CC6600;
	}
.ContenuPage{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	
	padding:10px;
	position:relative;
	
}	

.UpperMe{
	text-transform:uppercase! important;
	}
.AbsoluteMe{
position:absolute;
margin-right: 10px;
    margin-top: 25px;
}
/*--------------TOP----------------*/
#ContainTab{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	
	text-align:center;
	
	}
#ContainTab img{
	max-width:100%;
	}
#TabBord{
	
	
	}
#TabBord a{
	opacity:0.8;
	}
#TabBord a:hover{
	opacity:1;
	}
#Top{
	text-align:center;
	
}
.NomAd{
	float:left;
	font-size:12px;
	}
.InfosAd{
	float:right;
	}
.User{
	padding-top:5px;
	padding-left:10px;
	font-size:17px;
}
.LeftAdmin .User{
	font-size:14px;
	}
.IAResident{
	padding-top:0px;
	padding-right:20px;
}
.SymboleResident img{
	width:100%;
	}
.SymboleResident{
	position:absolute;
	overflow:hidden;
	width:30px;
	height:30px;
	opacity:0.8;
	border-radius:20px;
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=158, Strength=20);
}
.PicResident{
	width:80px;
	overflow:hidden;
	
	border-radius:20px;
	overflow:hidden;
	text-align:center;
	border:1px solid #CCCCCC;
	-moz-box-shadow: 2px 5px 20px -5px #000000;
    -webkit-box-shadow: 2px 5px 20px -5px #000000;
    -o-box-shadow: 2px 5px 20px -5px #000000;
    box-shadow: 2px 5px 20px -5px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=158, Strength=20);
}
.PicResident2{
	width:120px;
	height:80px;
	}
.PicResident img, .PicResident2 img{
	width:100%;
	height:100%;
	
	}
.PicResident img{
	height:auto;
	}
.IAActivity{
	/*padding-top:15px;*/
	position:absolute;
	top:-50px;
	right:0px;
}
.UserA{
	padding-top:15px;
	padding-left:10px;
}
.PicActivity{
	width:50px;
	height:40px;
	border-radius:0px;
	overflow:hidden;
	text-align:center;
	border:1px solid #CCCCCC;
}
.PicActivity img{
	width:100%;
	height:100%;
	
	}
.AnswerForm{
	float:left;
	width:50%;
	text-align:center;
	}
	
.InfosFamille{
	font-size:12px;
	margin-top:10px;
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	
	padding:10px;
	}
	
.AccesResident{
	position:relative;
	width:100%;
	padding:50px 0;
	background-color:#CCCCCC;
	text-align:center;
	margin:50px 0 0 0;
	font-size:20px;
}



.Date {
    border: 1px solid #990000;
    border-radius: 10px;
    color: #333333;
    font-family: "Roboto",Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    margin-right: 10px;
    padding: 5px 10px;
    text-align: center;
	width:20%;
	float:left;
}

.FirstDay{
	padding-left:40px;
	}
#titreMois{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	
	padding:10px;
	width:80%;
	margin:0 auto;
	text-align:center;
	font-size:22px;
	margin-bottom:20px;
}
#titreMois a{
	font-size:32px;
	}
.MyDay{
	float:left;
	width:13%;
	text-align:center;
	padding:10px 0 350px 0;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
input.MediumSubmit{
	width:100px;
	}
.red{
	background-color:#CC6666;
	}
.ValidComment{
	width:25px;
	margin:0 auto;
	text-align:center;
}
.CheckCommentClose{
	cursor:pointer;
	
	float:right;
	}
.MyComment{
	position:absolute;
	z-index:10;
	right:-500px;
	margin-top:-50px;
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-radius:10px;
	}
.MyComment textarea{
	width:250px;
	height:100px;
}
.CheckComment{
	cursor:pointer;
	}	
.CheckComment, .CheckCur{
	display: inline-table;
	margin-left:10px;
	margin-top:15px;
}
.ResidentTemp{
	float:left;
	margin-left:20px;
	padding:10px;
	background-color:#CCCCCC;
	border:0px solid #CCCCCC;
	border-radius:10px;
	}
.TitleRT{
	font-size:12px;
	text-align:center;
	}
	
	
	
.ShowResident{
	font-size:12px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	padding:10px;
	background-color:#CCCCCC;
	overflow:hidden;
	height:8px;
	cursor:pointer;
	}
.ShowCur{
	font-size:12px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	padding:10px;
	background-color:#CCCCCC;
	height:50px;
	}
.FirstChoice{
	float:left;
	width:45%;
	}
.TitleShowResident{
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid #666666;
	}
.MyResidents{
	float:left;
	width:40%;
	font-size:12px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	/* CSS3 Box Shadow*/
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA; 
	padding:5px 10px;
	background-color:#E8E8E8;
	}
	
.TitleMR{
	border-bottom:1px solid #CCCCCC;
	text-align:center;
	}
.NameMyResident{
	float:left;
	margin-top:4px;
	font-size:12px;
	}
.CommentResident{
	margin-top:0px;
	}
	
	
	
.ShowActivityFixR{
	font-size:12px;
	float:left;
	}
	
	
	
	
/*------------------------------STATISTIQUES------------------------------*/
#example-placeholder{
	position:absolute;
	width:100%;
	left:0px;
	font-size:18px;
	padding-top:5%;
	padding-bottom:10%;
	margin-top:30px;
	text-align:center;
	/*min-height:10px;*/
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	border-radius:20px;
	color:#006600;
	opacity:0;
	display:none;
	
	}
.PDF{
	z-index:100;
	position:relative;
	}
.TitleStat{
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid #CCCCCC;
	}
.MainResult{
	text-align:center;
	}
.ContenuResult{
	
	display:inline-table;
	width:200px;
	border:1px solid #CCCCCC;
	border-radius:20px;
	margin:10px;
	-moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
box-shadow: 0px 0px 4px 0px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
	}
.PicAStat{
	width:100%;
	height:80px;
	text-align:center;
	margin:0px auto;
	}
.PicAStat img{
	height:100%;
	}
	
.TiteNStat{
	text-align:center;
	border-bottom:1px dashed #CCCCC;
	font-size:12px;
	}
.NbUser{
	color:#003300;
	text-align:center;
	}
	
.TypeA{
	text-align:center;
	font-size:12px;
	color:#000066;
}

.SeparatorA{
	width:80%;
	margin:5px auto;
	border:1px solid #CCCCCC;
	}
	
.TitleResident{
	text-align:center;
	padding:10px 0;
	font-size:18px;
	border:1px solid #CCCCCC;
	border-left:0px;
	border-right:0px;
	margin:10px 0;
	}
	
.TitleResident img{
	width:100px;
	}
	
	
	
.Form1{
	float:left;
	border-radius: 8px;
    box-shadow: 0 0 3px #aaaaaa;
    padding: 10px;
	text-align:center;
	width:98%;
	}

.TitleForm1{
	text-transform:uppercase;
	font-size:18px;
	border-bottom:1px solid #CCCCCC;
	}
.Form2{
	float:right;
	text-align:right;
	border-radius: 8px;
    box-shadow: 0 0 3px #aaaaaa;
    padding: 10px;
	}
.TitleForm2{
	text-transform:uppercase;
	font-size:18px;
	border-bottom:1px solid #CCCCCC;
	}
	
.ui-widget-content{
	z-index:1000;
	}
	
	
.pdficon{
	width:100px;
	}
	
.loadmore{
	text-align:center;
	border-radius: 8px;
    box-shadow: 0 0 3px #aaaaaa;
    padding: 10px;
	border:1px solid #CCCCCC;
	margin:10px 0;
}
.loadmore img{
	width:40px;

	}
	
/*-------------------------FICHE RESIDENT--------------------*/
.ContainAbsent{
width:50%;
padding:10px;
margin:5px auto;
box-shadow:-1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
background-color:#fff;
display:inline-block;
}


/*------------------ShoFormCA----------------*/
.ShowFormCA{
	overflow:hidden;
	height:20px;
	}
.ShowFormCA img{
	cursor:pointer;
	float:right;
	}
.FormCA input{
padding:10px;
text-transform:uppercase;
box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
}



/*------------------FOOTER-----------------------*/
.Separator{
	border-top: 1px solid #ccc;
    margin: 5px 0;
	}
.Footer{
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
	font-size:12px;
	width:100%;
	color:#666666;
}
.Column30{
	display:inline-table;
	width:30%;
	margin:5px;
	border-top:1px solid #CCC;
	color:#666666;
	padding:5px;
	}
	
	
/*---------------------Plannung----------------*/
.MyLittleCalendar{
	display:inline-table;
	margin:10px;
	-moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
td.cal_titre{
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
	color:#CC6600;
}
.MyLittleCalendar table{
	width:400px;
	text-align:center;
}
a.AccessDay, td.AccessDay, .GreenLeg{
	color:#fff;
	font-size:16px;
	background-color:#668f5d;
	border-radius:10px;
	}
.NameDays{
	font-weight:normal;
	font-size:12px;
	}
th.NameDays{
	
}
td{
	color:#666;
	font-size:16px;
	
	border-radius:10px;
	}
table.cal tr{
	background-color:#ccc;
	}
a.NoAccessDay, td.NoAccessDay, .YellowLeg{
	color:#666;
	font-size:16px;
	background-color:#edd75f;
	border-radius:10px;
	border-width:1px;
	}
	
.NoAccessDay input{
	background-color:transparent;
	border:0px;
	cursor:pointer;
	opacity:0.5;
}
.NoAccessDay input:hover{
	opacity:1;
	}
td.today a,td.today input{
	font-size:18px;
	color:#000;
	opacity:1;
	}
	
.SwitchDate{
	text-align:center;
	font-size:16px;
	margin:20px 0;
		-moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	}
.SwitchDate a{
	font-size:16px;
	padding:10px;
	margin:0 5px;
	}
.SwitchDate a:hover{
	 background-color: #c1864b;
    border-radius: 10px;
	color:#FFFFFF;
	
}
.SwitchToday{
	    background-color: #CC6600;
    border-radius: 10px;
	color:#FFFFFF;
	padding:15px;
	margin:0 5px;
	}
	
.Legend{
	margin:50px 0 0 0;
	border-top:2px solid #CC6600;
	border-bottom:2px solid #CC6600;
	padding:10px 0;
	
}
.GreenLeg, .YellowLeg, .Explication{
	display:inline-table;
	font-size:12px;
	}
.GreenLeg, .BlueLeg, .YellowLeg{
	padding:5px;
	text-align:center;
	}
.Explication{
	border-left:1px solid #ccc;
	margin-left:5px;
	padding:0 5px;
	font-weight:bold;
	}
	
.BlueLeg{
	background-color:#3589be;
	 border-radius: 10px;
	 padding:10px;
	 color:#fff;
	 -moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	}
.BlueLeg form{
	display:inline-block;
	
	}
.BlueLeg input{
	border-radius:10px;
	border:0px;
	cursor:pointer;
	margin:0 0 0 5px;
}
.PurpleLeg{
	background-color:#806988;
	 border-radius: 10px;
	 padding:10px;
	 color:#fff;
	 -moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
}
input.PurpleLeg{
	border:0px;
	cursor:pointer;
	}
.OrangeLeg{
	background-color:#ddb93a;
	background:none repeat scroll 0 0 rgba(221, 185, 58, 0.8);
	 border-radius: 10px;
	 padding:10px;
	 color:#fff;
	 -moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	}
.RedLeg{
	background-color:#dd3a3a;
	background:none repeat scroll 0 0 rgba(221, 58, 58, 0.8);
	 border-radius: 10px;
	 padding:10px;
	 color:#fff;
	 -moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	}
/*-------------------------FICHE DAYS----------------------*/
.MenuFicheDay{
	width:100%;
	text-align:center;
	border:1px solid #ccc;
	padding:0 0 5px 0;
}
.MenuFicheDay a{
	opacity:0.8;
	}
.MenuFicheDay a:hover{
	opacity:1;
	}
.MenuFicheDay img{
	width:30%;
}
.MenuFicheDay div{
	display:inline-table;
	width:25%;
	position:relative;
	}
	
.TitleFicheDay{
	text-align:center;
	-moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	
}
.TitleFicheDay .GreenLeg{
	width: 95%;
    margin: 0 auto;
    font-size: 28px;
	position:relative;
	z-index:5;
}

.TitleFicheDay a{
	padding:20px;
	}
.LeftMe{
	position:relative;
	margin-left:10px;
	}
.ShadowIn{
	box-shadow:-1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
	padding:10px;
}
.ShadowOut{
	-moz-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-webkit-box-shadow: 0px 0px 4px 0px #cfcfcf;
	-o-box-shadow: 0px 0px 4px 0px #cfcfcf;
	box-shadow: 0px 0px 4px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=NaN, Strength=4);
	margin:5px;
	padding:5px;
}
.PicActivityFiche{
	position:relative;
	width:100px;
	height:90px;
	}
.PicActivityFiche img{
	width:100%;
	height:100%;
	}
.NameAct{
	position:absolute;
	bottom:0px;
	width:90px;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	font-size:12px;
	text-transform:normal;
	padding:5px;
	font-weight:bold;
	}
.AfficheR{
	background-color:#eeeeee;
	margin-bottom:20px;
	border-radius:10px;
	}
.Actualise{
	    position: absolute;
    right: -45px;
	top:0px;
	}

.FormR{
	display:inline-table;
	margin:10px;
	position:relative;
	}
.FormR form{
	display: inline-flex;
	}
	
.FormR a{
	font-size:16px;
	    margin-right: 12px;
		color:#4a6a43;
	}
	
.BGWhite{
	background-color:#fff;
	}
	
	
.MenuFicheDay div.Arrow{
	display:none;
	width:50px;
	height:50px;
	background-image:url(../images/Icones/arrow.png);
	position:absolute;
	left:35%;
	background-size:100%;
	background-repeat:no-repeat;
	bottom:-50px;;
}


textarea.TextCommentDay{
	width:95%;
	height:150px;
	}
	
	
	
	
.AlerteFix{
	position:fixed;
	background-color:#fff;
	width:100%;
	bottom:10px;
	left:0px;
	z-index:60000;
	}
	
	


/*---------------------------ACTIVITY FIX----------------*/
.ContainJDates{
	width:100%;
	margin:5px auto;
	-moz-box-shadow: 1px 1px 10px 0px #cfcfcf;
    -webkit-box-shadow: 1px 1px 10px 0px #cfcfcf;
    -o-box-shadow: 1px 1px 10px 0px #cfcfcf;
    box-shadow: 1px 1px 10px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);
	text-align:center;
	}
.JDates{
	margin:10px;
	width:10%;
	text-align:center;
	padding:10px;
	border-radius:5px;
	min-width:100px;
}
a .JDates{
	font-size:16px;
	}
.Color1{
	background-color:#b1cef2;
}
.Color2{
	background-color:#91bf91;
}
.Color3{
	background-color:#e4ba7f;
}
.Color4{
	background-color:#e4887f;
}
.Color5{
	background-color:#d293cd;
}
.Color6{
	background-color:#e7e69d;
}
.Color7{
	background-color:#9ea4dd;
}


/*----------------------ACTIVITES FIXES-------------------------*/
.TitleAM{
	padding:20px 0;
	background:none repeat scroll 0 0 rgba(244, 232, 155, 0.7);
	
}
.TitlePM{
	padding:20px 0;
	background:none repeat scroll 0 0 rgba(220, 118, 50, 0.7);
	
}
.PopUpAdFix{
	position:fixed;
	width:100%;
	height:100%;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	color:#fff;
	font-size:18px;
	    top: 0px;
    left: 0px;
    z-index: 600;
    text-align: center;
	    padding-top: 350px;
	}
.PopUpAdFix form, .PopUpAdFix a{
	display:inline-table;
	margin:50px;
	cursor:pointer;
	}
.PopUpAdFix input{
	cursor:pointer;
}

.DisplayInline{
	display:inline-table;
	}

/*------------------STAISTIQUES-------------------------*/
#MainResult{
	background-color:#fff;
	position:reltive;
	display:block;
	width:100%;
}


.ContainStatDate{
	padding:10px;
	-moz-box-shadow: 1px 1px 10px 0px #cfcfcf;
    -webkit-box-shadow: 1px 1px 10px 0px #cfcfcf;
    -o-box-shadow: 1px 1px 10px 0px #cfcfcf;
    box-shadow: 1px 1px 10px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=10);
	width:20%;
	display:inline-block;
	min-width:285px;
	text-align:center;
	}
.StatDate{
	text-transform: uppercase;
    color: #fff;
    font-size: 1.5em;
	}
.ContainResultResident{
	width:98%;
	margin:30px auto;
	}
.TitleResidentStat{
	    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    border: 1px solid #CCCCCC;
    border-left: 0px;
    border-right: 0px;
    margin: 0px 10px;
	width:20%;
	max-width:150px;
	float:left;
}
.TitleResidentStat img{
	width:100%;
}


.TitleFormStat{
	text-transform:uppercase;
	font-size:18px;
	text-align:center;
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
	width:100%;
	padding:20px 0;
	}
	
	
.CenterMe{
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
	
	}
.ContainRatios{
	    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
	margin-bottom:20px;
	padding-left:10px;
}
.Small{
	font-size:12px;
	}
.CenterIt{
	/*width:50%;
	margin:0 0 0 50%;*/
	text-align:center;
	padding:5px 0;
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
	
	}
.W100{
	width:100%;
	}
.Shadow{
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.1) inset;
}
.MyRatioR{
	margin-right:50%;
	}
.BorderRond{
-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
	width:90%;
	margin:5px auto;
	padding:10px;
	color:#006600;
	}
.Taux{
	font-weight:bold;
	color:#333333;
	font-size:14px;
	}
.Url{
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
	padding:5px;
	text-align:center;
	width:auto;
	}
	
.Url input{
	cursor:pointer;
	}
	
	
.W50{
	width:48%;
	display:inline-table;
	margin-bottom:10px;
	margin-right:1%;
	position:relative;
	}
.W30 {
    width: 31%;
    display: inline-table;
    margin-bottom: 10px;
}
.PourcentA{
background-color:#e9a31b;

}
.W50 .PourcentB{
background-color:#000099;

}
.W50 .PourcentA, .W50 .PourcentB{
	height:10px;
	width:auto;
	margin-left:1%;
	}
.ListEvent .Left{
background-color:#FFFFFF;
}
.ListEvent a{
opacity:1;

-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}
.ListEvent a:hover{
opacity:0.7;
-webkit-transition: all 0.5s; /* Safari */
  transition: all 0.5s;
}

.NomResa{
	text-align:center;
	margin-bottom:5px;
	}
	
.NomResa a{
	font-size:16px;
	}
	
textarea.MyForm{
	height: 80px;
}	
.MyContentMedia textarea{
	    width: 97%;
    height: 80px;
    margin-top: 5px;
	}
	
	
	
	
.ContainFormChild{
	display:inline-flex;
margin:5px;
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
    border-radius: 10px;
	padding:5px;
}

.PopUpCart{
	position:fixed;
	right:-100%;
	top:25%;
	width:100%;
	
	z-index:50000;
	}
.OpenPop{
	cursor:pointer;
	text-align:center;
	position:relative;
	margin:20px 0;
	padding:10px 0;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	}
.OpenPop:hover{
	color:#000;
	}
	
.ContainCart{
	position:absolute;
	top:0px;
	right:0px;
	font-size:12px;
	height:12px;
	overflow-y:hidden;
	z-index:2000;
	background-color:#fff;
	-webkit-transition: all 2s; /* Safari */
    transition: all 2s;
	padding:8px;
	}
.ContainCart:hover{
	overflow-y:visible;
	height:auto;
	-webkit-transition: all 2s; /* Safari */
    transition: all 2s;
	}
.ContainCart .Article{
	border-left:1px solid #ccc;
	margin:10px 0 10px 5px;
	min-width:300px;
	position:relative;
	}
.ContainCart .Article input{
		position:absolute;
	display:inline-block;
	float:right;
	right:-8px;
	top:-2px;
	width:20px;
	}


.Price, .Montant, .MontantHT, .MontantTVA{
	text-align:right;
	padding:3px;
	font-size:12px;
	background-color:#7498b1;
	color:#fff;
	}
.MontantHT, .MontantTVA{
	background-color:#85b174;
	font-size:14px;
}
.Montant{
	background-color:#68a351;
	font-size:14px;
	}
	
.OrderMe{
	float:right;
	}
.EmptyMe{
	float:left;
}
.CloseMeCart{
	position:absolute;
	left:10px;
	top:10px;
	cursor:pointer;
	}

.BackCart{
	clear:both;
	display:inline-table;
	font-size:16px;
	text-align:center;
	width:100%;
	padding:10px;
	background-color:#e5dcbf;
	margin:10px 0;
}
.BackCart a{
	font-size:16px;
}
.ContainPassOrder .ContainCart{
	position:relative;
	top:0px;
	right:0px;
	font-size:12px;
	height:auto;
	overflow-y:hidden;
	z-index:2000;
	background-color:#fff;
	-webkit-transition: all 2s; /* Safari */
    transition: all 2s;
	padding:8px;
	width:95%;
	}

.TypePaiment{
	background-color:#9cb8ce;
	color:#fff;
	font-size:16px;
	padding:20px 10px;
}
.TitleOrder{
box-shadow: 0px 0px;
    margin: 10px;
    font-size: 24px;
}


.pending{
	border:2px solid #CC6600;
	}
.OrderName{
	width:100%;
	padding:3px;
	
	border-radius:10px;
	margin:10px 0;
	}
	
.GoOrder{
	position:absolute;
	top:-5px;
	right:5px;
	cursor:pointer;
	}
	
	
.NoOpenPop{
	color:#990000;
	text-align:center;
	position:relative;
	padding:10px 0;
	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	overflow:hidden;
	}
	
table.cal td{
	vertical-align:top;
	}
table.cal td .PicResident{
	width:30%;
	margin:5px auto;
	}
	
.NoOpenPop .NameAct, .OpenPop .NameAct{
	width:95%;
	}
.OpenPop .BGyellow{
	background:none repeat scroll 0 0 rgba(255, 252, 5, 0.7);
	
}
.OpenPop .BGyellow:hover{
	background:none repeat scroll 0 0 rgba(255, 252, 5, 1);
	color:#000;
}
.OpenPop .BGorange{
	background:none repeat scroll 0 0 rgba(255, 163, 4, 0.7);
	color:#fff;
}
.OpenPop .BGorange:hover{
	background:none repeat scroll 0 0 rgba(255, 163, 4, 1);
	color:#000;
}
 .OpenPop .BGBleu{
	background:none repeat scroll 0 0 rgba(60, 127, 182, 0.7);
	color:#fff;
}
.OpenPop .BGBleu:hover{
	background:none repeat scroll 0 0 rgba(60, 127, 182, 1);
	color:#fff;
}

.OpenPop .BGRouge{
	background:none repeat scroll 0 0 rgba(198, 72, 50, 0.7);
	color:#fff;
}
 .OpenPop .BGRouge:hover{
	background:none repeat scroll 0 0 rgba(198, 72, 50, 1);
	color:#fff;
}

.OpenPop .BGBleupale{
	background:none repeat scroll 0 0 rgba(202, 222, 247, 0.7);
	color:#000;
}

.OpenPop .BGBleupale:hover{
	background:none repeat scroll 0 0 rgba(202, 222, 247, 1);
	color:#000;
}


.Complet{
	position:absolute;
	z-index:2000;
	background-color:#990000;
	color:#fff;
	 -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(20deg);
	width:120%;
	top:15%;
	left:-10%;
}



.PopupTicket{
	position:fixed;
	width:100%;
	height:100%;
	padding:50px 0;
	z-index:5000000;
	left:10%;
	top:0px;
	width:80%;
	}
.PopupTicket .Article{
background-color:#FFFFFF;
}
.BGClose{
		background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
		width:100%;
		position:fixed;
		height:100%;
		cursor:pointer;
		z-index:-10;
		left:0px;
	top:0px;
		}
	
.Columns4{
	width:25%;
	text-align:center;
	display:inline-table;

	}
	
.ArticleOrder .Columns4{
	width:24%;
	text-align:right;
	}
input.NoBorder{
	border:1px solid #fff;
	border-radius:20px;
	}
.BlueLeg select{
	border-radius:20px;
	padding:5px;
	background-color:#339966;
	border:1px solid #fff;
	color:#fff;
	}
	
	
a.Envoyer{
color:#fff;
    font-size:20px;
	}
a.Envoyer:hover{
	color:#000;
}
	
/*----------------------FICHE INSCRIPTION-----------------------*/
.ContainInscription .TitleForm{
	font-size:22px;
	border:1px solid #000;
	color:#000;
	width:98%;
	margin:10px auto 0 auto;
}
.BigTitle{
	font-size:28px!important;
	color:#666666!important;
}
.ValeurChild, .DenoChild, .DenoMoitie, .Signature{
	display:inline-table;
	text-align:center;
	border:1px solid #000;
	line-height:auto;
	padding-top:25px;
	height:50px;
	vertical-align:middle;
	}
.ValeurChild input, .DenoChild input{
vertical-align:middle;
}
.DenoChild{
	width:14%
}
.ValeurChild{
	width:35%
}
.DenoMoitie{
	width:49%;
	padding-top:5px;
	height:65px;
}
.Signature{
	vertical-align:top;
	text-align:left;
	width:84%;
	padding-top:5px;
	height:70px;
	}

.LargeInfo{
	border:1px solid #000;
	width:98%;
	padding:20px 0;
	}
.ContainInscription textarea{
	width:98%;
	min-width:500px;
	height:50px;
	}
.ContainInscription .BlueLeg, .ContainInscription .OrangeLeg, .ContainInscription .RedLeg{
	width:96%;
	color:#fff!important;
	}
.SendMe{
	width:98%;
	border:0px;
	cursor:pointer;
	margin-bottom:20px;
	}
	
.ContainInscription input{
	border-radius:20px;
	padding:5px;
	border:1px solid #ccc;
}

.ContainForCenter{
	width:98%;
	padding-left:1%;
	margin:0 auto;
	}
.Entete img{
	width:70%;
	}
#MainResult{
	visibility:hidden;
	position:absolute;
	z-index:-5;
	}
	
.BigMe{
	font-size:16px;
	}	
	
.Print input{
	cursor:pointer;
	width:100%;
	text-align:center;
	font-size:18px;
	}
	
	
a.BGClose{
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
	z-index:80000;
	}
.ShowResult{
	position:fixed;
	width:80%;
	top:20px;
	margin:0 auto;
	padding:10px;
	background-color:#FFFFFF;
	border-radius:20px;
	z-index:85000;
	}
	
	
input.RedLeg{
	border:0px;
	cursor:pointer;
	}
	
.InfosClientInvoice{
display: inline-block;
    text-align: right;
    float: right;
    margin: 80px 50px 0 -60px;
    padding: 10px;
    border: 1px solid #ccc;
	}
	
.IntituleFacture{
	position: absolute;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin-left: -80px;
}