* {
	
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

select, input, textarea, button {
	padding: 0.1em;
}

button {
	display: inline-block !important;
}

select.formSelect, button {
	color: #233a6c;
	font-size: 1em;
	max-width: 25%;
	text-overflow: ellipsis;
	padding: 3px;
}

.clear {
	clear: both;
}

#bandeau {
	width: 100%;
	line-height: 100%;
	text-align: left;
	padding: 2px 0;
	color: #fff;
	z-index: 3;
	background: rgb(58, 155, 226);
	min-height: 64px;
}

/*		BARRE DE TITRE		*/
h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 20px 5px !important;
	padding: 2px;
	text-transform: capitalize;
	z-index: 5;
	text-align: center;
	color: rgba(100, 100, 100, 0.8);
	position: relative;
	background: none repeat scroll 0 0 #EEEEEE;
	border-color: -moz-use-text-color #CCCCCC #CCCCCC;
	border-image: none;
	border-radius: 0 0 3px 3px;
	border-right: 1px solid #CCCCCC;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	min-height: 1.3em;
	max-height: 1.3em;
	max-width: 100% !important;
}

h1 #feedback {
	height: 20px;
	margin: 3px 5px;
	padding: 3px;
	position: absolute;
	width: auto;
	font-size: small;
	font-weight: normal;
	line-height: auto;
	text-align: left;
	text-transform: none;
	transition-property: background-color, color;
	transition-duration: 3s;
	overflow: hidden;
}

h1 #titre {
	display: block;
	line-height: 24px;
	margin: 0 auto;
	padding: 8px 4px 0;
	width: 50%;
	background: linear-gradient(to right, rgba(238, 238, 238, 0.01) 0%,
		rgba(238, 238, 238, 1) 29%, rgba(238, 238, 238, 1) 67%,
		rgba(238, 238, 238, 0.02) 100%);
	position: relative;
}

#goodies {
	opacity: 1;
	padding: 2px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

#goodies a {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-weight: normal;
	height: 24px;
	margin: 0;
	opacity: 0.8;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 24px;
}

#goodies a.dev {
	background-color: rgba(100, 100, 100, 0.8);
	border-radius: 4px;
	height: 20px;
	width: 20px;
	margin: 2px;
	line-height: 24px;
	font-size: 0.8em;
}

#goodies a:hover {
	opacity: 1;
}

#goodies .newpage {
	background: url("/design/images/pictos/nouvelle-fenetre.png") no-repeat
		center/cover;
}

#goodies .options {
	background: url("/design/images/pictos/options.png") no-repeat center/cover;
}

#page_container {
	margin: 1em 0 24px;
	padding: 0 20px;
	position: relative;
	text-align: center;
}

.bigicon {
	position: absolute;
	opacity: 0.5;
	width: 30%;
	left: 1%;
	height: auto;
	z-index: 0;
}

#logoTop {
	float: left;
	width: 230px;
	height: 100%;
	margin-left: 10px;
}

.logoImg {
	height: 50px;
	margin: 8px;
}

#logoClient {
	max-width: 200px;
	float: left;
}

#logoClient img {
	max-width: 100%;
}

.xlogo {
	width: 100%;
}

#logoClient .small {
	font-size: 2em;
	font-style: oblique;
	letter-spacing: 0;
	line-height: 1.6;
}

#logoClient {
	font-size: 12px;
}

.shadow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5%;
	z-index: 3;
	background: linear-gradient(top, rgba(16, 32, 48, 1) 0%,
		rgba(16, 32, 48, 0) 100%); /* W3C */
	background: -webkit-linear-gradient(top, rgba(16, 32, 48, 1) 0%,
		rgba(16, 32, 48, 0) 90%);
	background: -moz-linear-gradient(top, rgba(16, 32, 48, 1) 0%,
		rgba(16, 32, 48, 0) 90%);
	opacity: 0.5;
}

info {
	font-size: small;
	color: #102030;
	display: block;
	position: absolute;
	background-color: #FFFF00;
	top: 60px;
	left: -60px;
}

.page {
	position: relative;
	width: 80%;
	min-width: 350px;
	min-height: 300px;
	margin-left: auto;
	margin: 3% auto;
	z-index: 3;
	text-align: left;
	background-color: rgba(250, 250, 256, 0.9);
	border: none;
	border-radius: 4px;
	padding: 15px;
}

.corps {
	position: relative;
	top: -35px;
	z-index: 1;
	min-height: 80%;
	height: 100%;
	text-align: right;
	margin-top: 0px;
	background-color: rgba(255, 255, 255, 0);
	padding: 5%;
}

.accueil { /*

	*/
	
}

.filigrane {
	background-color: rgba(250, 250, 260, 0.3);
	background-image: url('images/home.png');
	background-repeat: no-repeat;
	background-size: 25%;
	background-position: center center;
	opacity: 0.15;
	position: absolute;
	margin: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.tableTBL {
	width: 100%;
	padding: 2px;
	margin: auto;
}

.tableTBL select, .tableTBL button, .bigcalendar select {
	font-size: 1.2em;
	max-width: 25%;
	padding: 5px 15px 5px 5px;
	text-overflow: ellipsis;
}

.tableTBL th {
	background-color: rgba(75, 124, 201, 0.5);
	color: rgba(35, 58, 108, 1);
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	line-height: 20px;
	padding: 4px;
}

.tableTBL caption {
	padding: 8px 8px 0 0;
	font-size: 1em;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	color: rgba(75, 124, 201, 1);
}

.tableTBL td {
	background-color: #eee;
	color: #000;
	border-color: #5C726D;
}

.tableTBL .alt {
	background-color: rgba(75, 124, 201, 0.1);
}

.Dossier {
	
}

#editeur {
	height: 60%;
}

#fEditor {
	margin: 0 1%;
	position: relative;
}

#li_0 {
	list-style: none;
	padding: 15px;
}

.Dossier, .document {
	display: inline-block;
	height: auto;
	width: 100%;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 0px;
}

.Dossier {
	margin: 5px 0px 0px 0px;
	font-size: large;
	font-weight: bold;
}

.document {
	margin: 0px;
	font-size: 1em;
	font-weight: NORMAL;
}

.spBtn {
	
}

.Dossier li {
	width: 100%;
	list-style: none;
}

.Dossier span {
	position: absolute;
	left: 100px;
	margin-top: 15px;
}

.Document .spBtn {
	position: absolute;
	left: 85px;
	width: 20px;
	margin-top: 0px;
}

.Document:hover>span {
	opacity: 1;
}

.Document:hover>span>.clickMeSmall {
	opacity: 1;
	z-index: 5;
}

.icone {
	height: 48px;
	cursor: pointer;
	opacity: 0.8;
	z-index: 5;
}

.over {
	opacity: 1;
	box-shadow: 0px 0px 8px rgba(240, 256, 100, 1);
}

.ajout {
	height: 48px;
	cursor: pointer;
	opacity: 0.5;
	font-size: 1em;
	font-weight: normal;
}

.ajout:hover {
	opacity: 1;
}

.Dossier .clickMeSmall {
	display: inline-block;
	opacity: 0.1;
}

.Dossier:hover>span>.clickMeSmall {
	opacity: 1;
	z-index: 5;
}

.iUpload {
	position: absolute;
	top: -10px;
	width: 110px;
	height: 40px;
	text-align: right;
	overflow: hidden;
	border: none;
}

#uform input {
	border-width: 0;
	border-color: rgba(250, 250, 256, 0);
	background-color: rgba(250, 250, 256, 0.9);
	color: rgba(250, 250, 256, 0.9);
	float: right;
	font-size: 1em;
	color: rgb(35, 58, 108);
}

.loading {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 34px;
	height: 34px;
	opacity: 0;
}

.jauge {
	border: 1px none #555555;
	height: 15px;
	left: 60px;
	position: relative;
	top: -20px;
	width: 30%;
	-moz-box-shadow: inset 1px 2px 3px #88A;
	-webkit-box-shadow: inset 0 0 3px #88A;
	box-shadow: inner 0 0 3px #88A;
}

.jauge div {
	background-color: rgba(220, 256, 50, 0.5);
	-moz-box-shadow: inset -1px -2px 3px #88A;
}

h2 {
	margin: 0;
}

ul.options {
	border: 10px solid rgba(58, 155, 226, 0.4);
	border-radius: 5px;
	list-style: outside none none;
	margin: 5%;
	padding: 10px;
	width: 240px;
	display: inline-block;
	vertical-align: top;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.7);
}

ul.options li.title {
	background: none;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	text-align: left;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	margin-top: -45px;
}

ul.options li {
	background: none repeat scroll 0 0 #3A9BE2;
	border: medium none;
	border-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	margin-top: 1em;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 220px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

ul.options li:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out 0s;
}

.options li.findeblock {
	margin-bottom: 2em;
}

#bas {
	background-color: rgba(40, 70, 80, 0.5);
	bottom: 0;
	font-size: 11px;
	height: 15px;
	position: fixed;
	text-align: center;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
}

#bas a {
	color: inherit;
	text-decoration: none;
}

#footer {
	background-color: rgba(0, 0, 10, 0.3);
	border-radius: 0 100px 0 0;
	bottom: 15px;
	left: 0;
	padding: 2px 10px;
	position: absolute;
	text-align: left;
	width: 40%;
}

#flogin {
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-size: 1.2em;
	margin: 40px auto;
	padding: 20px;
	position: relative;
	width: 250px;
	text-align: center;
}

#login, #mot {
	border: 1px solid #CCCCCC;
	box-shadow: none;
	height: 24px;
	margin: 3px 0;
	padding: 3px 5px;
	width: 150px;
}

#_connexion {
	background: none repeat scroll 0 0 #3A9BE2;
	border: medium none;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 10px;
	cursor: pointer;
	padding: 5px 15px;
	width: 162px;
}

#page_container h1 {
	max-width: 100%;
	text-align: center;
	color: rgba(0, 0, 10, 0.6);
	margin: 0 0 10px 0;
}

#conteneurOutils {
	background-color: rgba(250, 240, 160, 0.85);
	border: 1px solid rgba(75, 124, 201, 0.5);
	border-style: none none solid solid;
	border-radius: 0 0 0 20px;
	font-size: 1em;
	font-weight: normal;
	padding: 10px;
	position: fixed;
	right: 0;
	top: 109px;
	z-index: 100;
}

#tableOutils td {
	padding: 5px !important;
}

#tableOutils caption {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}

#tableOutils input[type="submit"] {
	font-size: 0.9em !important;
	border-color: rgba(58, 155, 226, 0.99) !important;
}

.dossier #Numero {
	color: rgb(255, 0, 100);
	font-weight: bold;
	font-size: 110%;
}

.dos_factures {
	bottom: 80px;
	top: auto !important;
	width: 300px !important;
	max-height: 120px !important;
	overflow-v: scroll;
}

.ts {
	font-size: 0.6em;
}

.form_dossier #Numero {
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(255, 0, 100, 1);
}

.stats {
	border: 10px solid rgba(58, 155, 226, 0.4);
	border-radius: 5px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	margin: 5%;
	padding: 10px;
	display: inline-block;
	width: 240px;
	vertical-align: top;
}

.stats .title {
	font-size: 18px;
	font-weight: bold;
	background: none;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	text-align: left;
	padding: 0;
	text-align: left;
	color: rgba(58, 155, 226, 0.8);
	margin-top: -45px;
}

.stats div {
	background: none;
	border: medium none;
	border-radius: 2px;
	color: rgba(58, 155, 226, 1);
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 1em;
	padding: 10px;
	position: relative;
	width: 220px;
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

#tcaption a {
	background: url("/design/images/pictos/telecharger.png") repeat scroll 0
		center/cover rgba(0, 0, 0, 0);
	cursor: pointer;
	display: inline-block;
	height: 24px;
	vertical-align: bottom;
	width: 24px;
	margin-left: 5px;
}

.tableTBL #tcaption {
	color: #414141;
}

#_save_tiers {
	height: auto;
}

#_dossier_facture, #_dossier_factpart, #_facture_valider {
	background-color: rgba(54, 127, 130, 1) !important;
}

#_dossier_devis {
	background-color: rgba(52, 78, 128, 0.9) !important;
}

#mailer {
	padding: 1em;
	font-size: 14px;
	border: 10px solid rgba(58, 155, 226, 0.4);
	border-radius: 5px;
	text-align: left;
	margin: 10px 0;
	background-color: rgba(99, 249, 174, 0.19);
}

#current_web__mail {
	font-size: 1em;
}
.mois h1{
	border: solid 1px;
	text-align: left;
	border-radius: 3px;
}
.mois{
	display: flex;
	width: 100%;
	flex-flow: row wrap;
}
.event {
    background-color: rgba(65, 65, 65, 0);
    flex: 1 1 auto;
    font-family: open sans;
    height: auto;
    margin: 0.5em auto !important;
    max-width: 20em;
    min-width: 250px;
    padding: 0 !important;
    position: relative;
    text-align: center;
	border: solid 4px rgba(140, 186, 126, 1);
	border-radius: 5px;
	cursor: pointer;
}
.meta h1{
	border: none ;
	text-align: left !important;
	background-color: rgba(140, 186, 126, 1);
	color: white;
	font-weight: bold;
	border-radius: 0;
	margin: 0 !important;
}
.meta .date{
	margin-right: 1em;
	font-size: 2em;
	color: white;
}

.fragment{
	padding: 2em !important;
}
