/*********************************** FORMULAIRE *********************************/
fieldset {background:rgba(255, 255, 255, 1);-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-appearance: none;padding:10px;color:#2080e1;}
fieldset b {color:#2080e1;}
form {
		margin: 0 0 2em 0;
	}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

.table_champ_barre {width:500px;}
.champ_barre {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		/*background: rgba(144, 144, 144, 0.25);*/
		background: rgba(255, 255,255, 1);
		border-radius: 3px;
		color: rgba(144, 144, 144, 1);
		outline: 0;
		padding: 0 1em;
		margin-bottom:5px;
		text-decoration: none;
		width: 100%;
		height: 2.75em;
		border-color:rgba(114,114,114,0.75);
		border-style:solid;
		border-width: 1px;
	}
.ChampBarrePetite {width:50%;float:left;}
.ChampBarre25 {width:25%;float:left;}
.ChampBarre30 {width:30%;float:left;}
.ChampBarre33 {width:33.33%;float:left;}
.ChampBarre50 {width:50%;float:left;}
.ChampBarre70 {width:70%;float:left;}
.ChampBarre80 {width:80%;float:left;}
.ChampBarre90 {width:90%;float:left;}

.ChampBarre50_1 {width:50%;}
.ChampBarre70_1 {width:70%;}
.ChampBarre33_1 {width:33%;}
.ChampBarre15_1 {width:15%;}

.SousPartieGauche {width:48%;margin-right:2%;}
.SousPartieDroite {float:right;width:48%;margin-left:2%;}

.champ_barre:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="tel"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px white;
			background-color:rgba(233,233,233,1);
			color:black;
		}

select.champ_barre {color:rgba(117, 171, 218, 0.85);}

textarea.champ_barre {
		padding: 0.75em 1em;
		height:100px;
	}
textarea.ChampBarrePetitHeight {
		height:80px;
	}

		.champ_barre_checkbox + label,
		.champ_barre_radio + label {
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}
.champ_barre_checkbox {background:white;}
			.champ_barre_checkbox + label:before,
			.champ_barre_radio + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.champ_barre_checkbox + label:before,
			.champ_barre_radio + label:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}
			
.ButtonSmartphone
	{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-appearance: none;
		-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);
		box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);
		border-style:solid;
		border-width: 1px ;
		border-color:#0090FE;
		padding:10px;
		position:fixed;
		bottom:10%;
		right:5%;
		background:rgba(0, 144, 255, 0.9);
		color:white;
	}
.ButtonSmartphone1
	{
		bottom:21%;
		background:rgba(255,0,0, 0.9);
		-webkit-box-shadow: 0px 4px 16px 0px rgba(255,0,0, 0.9);
		box-shadow: 0px 4px 16px 0px rgba(255,0,0, 0.9);
		border-color:#FF0000;
	}

		.champ_barre_checkbox:checked + label:before,
		.champ_barre_radio:checked + label:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
		}

		.champ_barre_checkbox:focus + label:before,
		.champ_barre_radio:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	.champ_barre_checkbox + label:before {
		border-radius: 3px;
	}

	.champ_barre_radio + label:before {
		border-radius: 100%;
	}
	

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #ed4933;
		box-shadow: none !important;
		color: #ffffff !important;
		border-radius: 3px;
		border: 0;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		padding: 0 2.75em;
		margin:4px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
.button i {color:#ffffff;}
.buttonEnv 
	{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-appearance: none;
		letter-spacing: 0;
		line-height: 0;
		padding: 3px;
		margin:0;
		margin-left:2px;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #ef5e4a !important;
		}
		
		.button_img
			{
				background:transparent;
				font-weight: auto;
				height: autos;
				letter-spacing: 0;
				line-height: 0;
				padding: 0;
				vertical-align:middle;
			}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: #ef5e4a !important;
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #ed4933;
			box-shadow: none !important;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #ef5e4a !important;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #eb341c !important;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}


	::-webkit-input-placeholder {
		color:  rgba(117, 171, 218, 0.85) !important;
		opacity:0.85;
	}

	:-moz-placeholder {
		color:  rgba(117, 171, 218, 0.85) !important;
		opacity: 0.85
	}

	::-moz-placeholder {
		color:  rgba(117, 171, 218,0.85) !important;
		opacity: 0.85;
	}

	:-ms-input-placeholder {
		color:  rgba(117, 171, 218, 0.85) !important;
		opacity: 0.85;
	}

/***********************************************************************************************************/

/*************************************************************** LIGHTBOX ********************************************************/
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
	overflow:auto;
	width:auto;
    max-width: 55%;
	max-height:75%;
    position: relative;
    margin: 4% auto;
    padding: 10px;
    border-radius: 10px;
	background:rgba(255, 255, 255, 1);
   /* background-color: #2e3842;*/
	/*
    background: -moz-linear-gradient(#fff, #2080e1);
    background: -webkit-linear-gradient(#fff, #2080e1);
    background: -o-linear-gradient(#fff, #2080e1);
	*/
}

.modalDialog .FenetreOk {
	background:#00D72B;
}
.FenetreSuppTitre
	{
		/*background:rgba(58,183, 255, 1);*/
		margin-bottom:10px;
		margin-top:-10px;
		margin-left:-10px;
		margin-right:-10px;
		padding:20px;
		/*
		border-style:solid;
		border-width: 0px 0px 0px 0px;
		border-color:#4d636f;
		*/
	}
.modalDialogTitre
	{
		color:black;
		text-transform:uppercase;
		font-size:20px;
		font-style : italic;
		word-wrap: break-word;
	}
.modalDialog .icofont {color:white;}

.close {position:fixed;font-size:30px;float:right;}

.AfficheCalendrierListeLoadMore {visibility:hidden;}
/***********************************************************************************************************/

/************************************ SITE VITRINE ************************************************/
.SitePartie1 {width:100%;display: inline-block;}
h3.ProduitExplication1{font-size:23px;}
.SitePartie1 h4{font-size:25px;}
.SitePartie1 img{float:left;width:50%;}
.SitePartie1Sous {float:right;width:45%;margin-right:5%;}
.Prix1 {float:right;border-style:solid;border-width: 2px ;border-color:white;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;-webkit-appearance: none;padding:20px;clear:both;margin-top:10px;}
.Prix2 {float:left;}
.Prix1Sous1 {font-size:35px;Font-Weight:bolder;}
.Prix1Sous2 {font-size:20px;}
.DemoText1 {float:right;width:350px;font-size:25px;line-height: 1.6em;}
.PlusInfo2 {float:right;margin-bottom:20px;font-size:18px;}
.ProduitExplication1Sous1 {clear:both;margin-bottom:10px;margin-left:50px;}
.PresentationProd1 {clear:both;width:100%;}
.PresentationProd1 img {height:500px;}
.PrixProd1 {border-style:solid;border-width: 2px ;border-color:white;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;-webkit-appearance: none;padding:50px 50px 20px 50px;}
.PrixProd2 {font-size:65px;Font-Weight:bolder;}
.PrixProd3 {font-size:20px;}
.footer_butt 
	{
		position:fixed;
		bottom:0px;
		height:auto;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #ed4933;
		box-shadow: none !important;
		color: #ffffff !important;
		border-radius: 3px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		letter-spacing: 0.200em;
		font-size:14px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding:8px;
		width:250px;
		right:0px;
	}
.FooterFenetre {margin-left:-10%;}
.FooterFenetreButt {float:left;}
.Temoignages {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;-webkit-appearance: none;padding:10px;background:rgba(46, 56, 66, 0.40);margin:0 auto;clear:both;width:75%;margin-bottom:20px;}
/***********************************************************************************************************/

/************************************** LOGICIEL ********************************************/
.Height10px {height:10px;}
.rub_error {-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);margin-bottom:10px;border-style:solid;border-width: 1px ;border-color:#FD0000;background-color:#FD0000;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-appearance: none;width:100%;height:auto;padding:10px;color:white;font-style:italic;}
.rub_error1 {-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.9);margin-bottom:10px;border-style:solid;border-width: 1px ;border-color:#00D72B;background-color:#00D72B;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-appearance: none;width:100%;height:auto;padding:10px;color:white;font-style:italic;}
.InfoStandard {-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);margin-bottom:10px;border-style:solid;border-width: 1px ;border-color:#0090FE;background-color:#0090FE;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-appearance: none;width:100%;height:auto;padding:10px;color:white;font-style:italic;}
#BodyAppli {padding-top:80px;}
.Rubrique {margin-bottom:15px;font-size:16px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;border-radius:4px!important;background-color:#ffff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-webkit-appearance: none;padding:10px;}
fieldset.Logiciel1 {color:black;background-color:#f5f7f8;border-style:solid;border-width: 1px ;border-color:black;}
fieldset.Logiciel1 legend {border-style:solid;border-width: 1px ;border-color:black;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;-webkit-appearance: none;padding:5px;}
.SousTitreForm {vertical-align:middle;margin-right:10px;}
.TitreIcone {font-size:30px;vertical-align:middle;margin-right:5px;text-decoration: none;list-style: none;}
.RubIcone {font-size:20px;vertical-align:middle;margin-right:5px;text-decoration: none;list-style: none;color:#797070;}
.RubIcone3 {color:white;}
.RubIcone1 {background: rgba(114,114,114,0.45);}
.RubIcone2 {color:black;}
.MarginLeft20 {margin-left:20px;}
.FichinterLigne {height:2px;}
.InterLigne30 {height:30px;}
.InterLigne10 {height:10px;}
hr.Rubrique_hr {border: 0;border-bottom: solid 0px #fff;margin: 0em 0;}
hr.Rubrique_hr1 {border: 0;border-bottom: solid 1px #E3E5E5;width:95%;margin-top:10px;margin-bottom:10px;}
.FichTitre {text-align:center;color:black;font-size:20px;margin-bottom:15px;}
h6.FichTitre {text-align:center;color:black;font-size:18px;}
.Bulle {margin-bottom:15px;Font-Weight:bolder;font-size:25px;padding:20px;width:100%;text-align:center;box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;}
.BulleRed {background: rgba(255,0,0,0.45);}
.BulleOrange {background: rgba(255,145,0,0.45);}
.BulleGreen {background: rgba(0,255,0,0.45);}
b {color:black;}
.FichComplet {padding:15px;}
.CaleNote {width:32px;vertical-align:middle;}
.BulleInscription {margin:0 auto;background:rgba(255,255,255,0.7);padding:20px;width:540px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;-webkit-appearance: none;}
.BulleInscriptionInfo {-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);border-style:solid;border-width: 1px ;border-color:#0090FE;background-color:#0090FE;color:white;font-style:italic;margin:0 auto;padding:20px;width:540px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;-webkit-appearance: none;}
.BulleInscriptionInfo1 {-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 215,13, 0.9);box-shadow: 0px 4px 16px 0px rgba(0, 215,13, 0.9);border-style:solid;border-width: 1px ;border-color:#00D72B;background-color:#00D72B;color:white;font-style:italic;margin:0 auto;padding:20px;width:540px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;-webkit-appearance: none;}

a.SousMenu 
	{
		padding:7px 10px 10px 10px;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #ed4933;
		box-shadow: none !important;
		color: #ffffff !important;
		border-radius: 3px;
		color: #fff;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

a.SousMenu:hover 
	{
		background-color: #ef5e4a !important;
	}

table.tab_rubrique tbody  td a
	{
		color:black;
	}

table.tab_rubrique td
	{
		text-decoration: none;
		padding-left: 5px;
		padding-right: 5px;
		font-stretch: expanded;
		border-color: rgba(114,114,114,0.5);
		border-style:solid;
		border-width: 1px ;
		white-space: normal; 
	}

table.tab_rubrique
	{
		border-collapse: collapse;
	}

table.tab_rubrique thead
{
	Font-Weight: Bold;
	font-size: 16px;
	height:auto;
	margin:auto;
	color: black;
}

table.tab_rubrique tbody
	{
		text-decoration: none;
		font-size: 13px;
		color: black;
		height: 20px;
	}
	
table.tab_rubrique tbody tr:nth-child(odd)
	{
		background-color:rgba(114,114,114,0.1);
	}
	
table.tab_rubrique tbody tr:hover
	{
		background: rgba(114,114,114,0.45);
		white-space: nowrap; 
	}
table.tab_rubrique tbody tr.AlerteRed {background: rgba(255,0,0,0.45);}
table.tab_rubrique tbody tr.AlerteOrange {background: rgba(255,145,0,0.45);}
table.tab_rubrique tbody td.AlerteRed {background: rgba(255,0,0,0.45);}
table.tab_rubrique tbody td.AlerteOrange {background: rgba(255,145,0,0.45);}

.champ_barre_upload
	{
		background: url(../../images/download1.png) no-repeat;
		background-size:30px;
		height:40px;
		vertical-align:middle;
	}
.champ_barre_uploadProfil
	{
		background: url(../../images/downloadpictures.png) no-repeat;
		background-size:30px;
		height:40px;
		vertical-align:middle;
	}
.champ_barre_upload input 
	{
		filter: alpha(opacity=80);
		opacity: 0;
		width:40px;
		height:40px;
	}
.champ_barre_upload:hover
	{
		background-size:40px;
	}
/***********************************************************************************************************/

/********************************** INFO BULLE STANDARD*********************************************/
a#InfoBulleNew:hover,a:focus{
    box-shadow:0 1px 0 rgba(255,255,255,.4);
}
a#InfoBulleNew span {
	font-size:14px;
     position:absolute;
     margin-top:23px;
     margin-left:-100px;
     color:white;
     background:rgba(0,0,0,.9);
     padding:5px;
     border-radius:3px;
     box-shadow:0 0 2px rgba(0,0,0,.5);
     transform:scale(0) rotate(-12deg);     
     transition:all .25s;         
     opacity:0;
     z-index:1;
     overflow: hidden;
     word-wrap: break-word;
     min-width:500px;
     max-width:500px;
	 text-align : left;
	 line-height:17px;
}
a#InfoBulleNew:hover span, a:focus span{
     transform:scale(1) rotate(0);    
     opacity:1; 
}
a#InfoBulleNew span td {
     color:white;
}
a#InfoBulleNew span b {
     color:white;
}
/*********************************************************************************************/

/************************ FACTURATION **************************************/
#GlobalFacture 
	{
		width:1000px;
		margin:0 auto;
		padding:10px;
		font-size:16px;
		clear:both;
		display:block;
		height:1300px;
	}
.FactRubrique1 {clear:both;display:block;}
.FactMarge1 {clear:both;display:block;height:50px;}
/*table.FactTotal {width:500px;float:right;}*/
.FactInfoBanq{font-size:10px;border-width:1px;border-style:solid;border-color: rgba(114,114,114,0.5);padding:10px;}
/*********************************************************************************************/

#AfficheCadre
	{
		overflow:auto;
		width: 100%;
		height:150px;
		border-style:solid;
		border-width: 1px ;
		border-color:#2080e1;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-appearance: none;
	}
	
/************************************ CALENDRIER *****************************/
.MenuDroite
	{
		float:right;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-appearance: none;
		margin-bottom:10px;
		border-style:solid;
		border-width: 1px ;
		border-color:rgba(200,200,200,1);
		background:rgba(200,200,200,0.50);
		text-decoration:underline;
	}

a.MenuSousDroite {padding:5px 10px 5px 10px;font-size:13px;text-decoration:underline;}
a.MenuSousDroite:hover{background:rgba(200,200,200,1);}

#Tabjour
	{
		margin-bottom:20px;
	}

#CalendrierTab table
	{
		border-collapse: collapse;
		border-style:solid;
		border-width: 1px ;
		border-color:#B0B2B2;
		width:100%;
		font-size:16px;
		color:black;
		background:white;
	}
 
#CalendrierTab tr
	{
		border: 1px solid #B0B2B2;
	}

#CalendrierTab td
	{
		text-decoration: none;
		font-stretch: expanded;
		border-style:solid;
		border-width: 1px ;
		border-color:#B0B2B2;
		width:11.5%;
	}

#CalendrierTab thead
	{
		height:auto;
		margin:auto;
		text-align: center;
		color:color;
	}
#CalendrierTab thead a:hover
	{
		text-decoration:underline;
	}

#CalendrierTab tbody
	{
		text-decoration: none;
	}
	
#CalendrierTab tbody td:hover 
	{
		font-stretch: expanded;
		border: 1px solid #BBC3C2;
		text-decoration:underline;
	}
	
#AfficheMoisJour
	{
		height:170px;
	}
	
.TitreJour {color:#919191;font-size:13px;float:right;margin-right:10px;}
.TabJourMois {color:#919191;font-size:13px;}
.AfficheJourSemaine {min-width:3%;max-width:3%;color:#919191;font-size:13px;}

#RDV
	{
		background-color:#2080e1;
		border: 1px solid white;
		position:absolute;
		text-align:center;
		margin-top:-13px;
		word-wrap: break-word;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-appearance: none;
	}
#RDV1
	{
		border: 1px solid #2080e1;
		position:absolute;
		word-wrap: break-word;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-appearance: none;
	}
a.RDVLien
	{
		color:white;
		font-size:10px;
		line-height:17px;
	}
a.RDVLienMois
	{
		color:white;
		font-size:10px;
		line-height:17px;
		padding:5px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-appearance: none;
	}
a.RDVLien:hover
	{
		text-decoration : underline;
	}
.AfficheCaleComm
	{
		background-color:#2080e1;
		border: 1px solid white;
		color:white;
		font-size:14px;
		line-height:17px;
		padding:5px;
		margin-bottom:10px;
		word-wrap: break-word;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-appearance: none;
		width:100%;
	}
.RDVLienAjou{background-color:white;height:33px;width:100%;margin-top:0px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-appearance: none;}

.AfficheInfoFich {color:#2080e1;}
.AfficheInfoFichLibe {color:#7C8483;}
	
.no_affiche {display:none;}

table.TabNo_col 
	{
		border-collapse: collapse;
		border: 0px solid white;
	}
 
.TabNo_col tr
	{
		border: 0px solid white;
	}
.TabNo_col tr:hover
	{
		background:white;
	}

.TabNo_col td
	{
		border: 0px solid white;
	}

td#AfficheStage
	{
		background-color:#2080e1;
		width:100%;
		height:100%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-appearance: none;
	}
	
#CalePartCavaAjou
	{
		overflow-y: scroll;height:30%;overflow : -moz-scrollbars-vertical;display: block;border-style:solid;border-width: 1px ;border-color:#2080e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-appearance: none;
		background-color:white;
		width:50%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
.AfficheCaleList
	{
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-appearance: none;
		margin-bottom:0px;
		border-style:solid;
		border-width: 1px ;
		border-color:#1675FF;
		clear:both;
	}
.AfficheCaleListTitre {background-color:#1675FF;text-align:center;-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);box-shadow: 0px 4px 16px 0px rgba(0, 144, 255, 0.9);}
.AfficheCaleListBody {padding:5px;}
/**********************************************************************************************/

.GrandMenuLogiciel h3 {Font-Weight:bold;text-align:center;margin-top:5px;color:black;}
.GrandMenuLogiciel p {font-style: italic;font-size:10px;}
.GrandMenuLogiciel
	{
		background-color:rgba(204,204,204,0.5);
		float:left;
		margin-right:5%;
		width:45%;
		padding:10px;
		border: 1px solid #BBC3C2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-appearance: none;
	}
.GrandMenuLogiciel:hover {background-color:rgba(204,204,204,1);}
.GrandMenuIcone {font-size:90px;vertical-align:middle;margin-right:5px;text-decoration: none;list-style: none;}

.SousMenuFooter h3 {Font-Weight:bold;text-align:center;margin-top:5px;color:white;}
.SousMenuFooter p {font-style: italic;font-size:10px;}
.SousMenuFooter
	{
		background-color:rgba(127,203,254,0.5);
		float:left;
		margin-right:5%;
		margin-bottom:3%;
		width:45%;
		padding:10px;
		border: 1px solid #BBC3C2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-appearance: none;
	}
.SousMenuFooter:hover {background-color:rgba(127,203,254,1);}
.SousMenuFooterIcone {font-size:90px;vertical-align:middle;margin-right:5px;text-decoration: none;list-style: none;}

img.PhotoProfil
	{
		-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;-webkit-appearance: none;
		width:100%;
	}
img.PhotoProfil1
	{
		-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;-webkit-appearance: none;
	}
	
/****************************** NOTATION ETOILE ***************************************/
ul.notes-echelle {
	margin:0;
	padding:0;
	font:.75em/1.2 Arial, Helvetica, sans-serif;
}
ul.notes-echelle li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	min-width:20px;
	min-height:20px;
}
/* Correctif IE6 sur min-width & min-height */
* html ul.notes-echelle.js li {
	width:20px;
	height:20px;
}
ul.notes-echelle li label {
	display:block;
	text-align:center;
	line-height:20px;
	background:url(../../images/notecale.png) center top no-repeat;
	cursor:pointer;
	color:black;
	background-size:20px;
}
ul.notes-echelle.js input {
	position:absolute;
	left:-999%;
}

/* Effet lorsque une note est cochée */
 ul.notes-echelle li.note-checked {
	font-weight:bold;
}
/* Effet lorsque une note est tabulée au clavier */
 ul.notes-echelle.js li.note-focus {
	outline:1px dotted #000;
}
/**************************************************************************************/

@media print
	{
		.orion-menu {display:none;}
		.no_print {display:none;}
		.button {display:none;}
		footer {display:none;}
		#PartieGauche {width:48%;float:left;margin-right:1%;margin-left:1%;}
		#PartieDroite {float:right;width:48%;margin-left:1%;margin-right:1%;}
		#GlobalFacture {width:1024px;}
	}
