@font-face {
    font-family: 'roboto_condensedregular';
    src: url('fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('fonts/RobotoCondensed-BoldItalic-webfont.eot');
    src: url('fonts/RobotoCondensed-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-BoldItalic-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-BoldItalic-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('fonts/RobotoCondensed-Italic-webfont.eot');
    src: url('fonts/RobotoCondensed-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCondensed-Italic-webfont.woff') format('woff'),
         url('fonts/RobotoCondensed-Italic-webfont.ttf') format('truetype'),
         url('fonts/RobotoCondensed-Italic-webfont.svg#roboto_condenseditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: "Source Sans 3", sans-serif;


  padding: 0;
  margin: 0;
}

#857DFF
#B4BAFF
#F3F2FF
#FFEBD8
#FFD5BA

input {
  font-family: "Source Sans 3", sans-serif;
}

.liendiv {
    text-decoration: none;
    color: #000000;
}

h1 {
	font-size: 16pt;

}

h2 {
	font-size: 14pt;

}
p {
    font-size: 12pt;
}

.fade-out-div {

	width: 770px; 
	height: 40px; 
	text-align: center;
	position: absolute;
	top: 100px;
	border-collapse: collapse; 
	border: 2px solid #b0faca; 
	line-height: 35px; 
	background-color: #b0faca;
	color:#000000;
	border-radius: 10px;
	display: block;
	margin: auto;

	animation: fadeOut ease 5s;
  	animation-fill-mode: forwards;

}

@keyframes fadeOut {
	0% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

@-moz-keyframes fadeOut {
	0% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

@-o-keyframes fadeOut {
	0% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

@-ms-keyframes fadeOut {
	0% { opacity: 1; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

.titre {
    font-size: 10pt;
    color: #778da9 ;
    font-style: italic;
}

.valide_ {
    font-size: 9pt;
    color: #c2c2c2;
    font-style: italic;
}

.valide_0 {
    font-size: 9pt;
    color: #c2c2c2;
    font-style: italic;
}

.valide_1 {
    font-size: 9pt;
    color: #d82b19;
    font-style: italic;
}

.valide_2 {
    font-size: 9pt;
    color: #ee9b00;
    font-style: italic;
}

.valide_3 {
    font-size: 9pt;
    color: #77c7ac;
    font-style: italic;
}

.valide_engagement {
    font-size: 9pt;
    color: #ee9b00;
    font-style: italic;
}

.valide_realise {
    font-size: 9pt;
    color: #77c7ac;
    font-style: italic;
}

.valide_budget_positif {
    font-size: 9pt;
    color: #415a77;
    font-style: italic;
}

.valide_budget_negatif {
    font-size: 9pt;
    color: #d82b19;
    font-style: italic;
}

.valide_budget_equilibre {
    font-size: 9pt;
    color: #77c7ac;
    font-style: italic;
}

.icone {
  position: relative;
  margin-bottom: 5px;
  width:30px;
  height: 30px;
  text-align: center;
  top:12px; 
  font-size:10px;
}

.liengauche {
	color: #ffffff;
	text-decoration: none;
}

.lienfichier {
	color: #415a77;
}

.lienfichier:hover {
	color: #778da9;
}

.lienfichierblanc {
	color: #e9d8a6;
}

.lienfichierblanc:hover {
	color: #ee9b00;
}

.lienfichierbleu {
	color: #e0e1dd;
}

.lienfichierbleu:hover {
	color: #1b263b;
}

.lienclose {
	color: #ffffff;
	text-decoration: none;
}

.liengaucheactif {
	color: #bbdfdf;
	text-decoration: none;
}

.liengauche:hover {
	color: #bbdfdf;
	text-decoration: none;
}

hr {
    border: none;
    border-top: 3px double #e7e7e7;
    color: #e7e7e7;
    overflow: visible;
    text-align: center;
    height: 5px;
    width: 95%;
}

ul {
    list-style-type: none;
	padding-left: 10px;
}

.csform {

        border: 1px solid #999;
        font-size: 12px;
        color: #415a77;
        background-color: #ffffff;
        border-radius: 5px;
}

.csformbig {

        border: 1px solid #999;
        font-size: 14px;
        height: 25px;
        color: #415a77;
        background-color: #ffffff;
        border-radius: 5px;
}

.csformdel {

        border: 1px solid white;
        font-size: 12px;
        color: #ffffff;
        background-color: #1b263b;
        border-radius: 5px;
}

.csformdel:hover {
	background-color: #778da9;
}

.csformblack {

        border: 1px solid #999;
        font-size: 12px;
        color: #000000;
        background-color: #eee;
        border-radius: 5px;
}

.csform_button {
        border: 2px solid #ffffff;
        font-size: 12px;
        color: #ffffff;
        background-color: #415a77;
        border-radius: 5px;
}

.csform_button:hover {
        background-color: #778da9;
}

.selectform {
        font-size: 10px;
}

#menugauche {
	float: left;
	width: 200px;
	overflow: auto;
	min-height: 100vh;
	background-color: #1b263b;
	padding-left: 0px;
	font-size: 12pt;
    color: #ffffff;
    position: fixed;
}

#menudroite {

}

#menucontainer {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; /* switched from default (flex-start, see below) */
  background-color: var(--menuBackgroundColor, #d8eded);
  background-color: var(--menuBackgroundColor, #fbfdfd);

  border-radius: 0px;
  margin-right: 0px;
  height: 50px;
}
#menucontainer > div {
  /*width: 100px;*/
}

#menuprojet {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; /* switched from default (flex-start, see below) */
}
#menuprojet > div {
  width: 100px;
}

#menuuser {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: flex-start; /* switched from default (flex-start, see below) */
}

#menuuser > div {
  width: 100px;
}

#posiframe {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: flex-start; /* switched from default (flex-start, see below) */
}

#posilink {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: flex-start; /* switched from default (flex-start, see below) */
}

#posiprojet {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; /* switched from default (flex-start, see below) */
}

#menuuser > div {
  flex-grow: 1;
  text-align: left;
}

.boxprojetbak {
	margin: 1.5em 5em 1.5em 5em;
	min-width: 500px;
	padding: 1.5em 1.5em 1.5em 1.5em;
	background-color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
	
}

.boxprojet {
	margin: 1.5em 5em 1.5em 5em;
	min-width: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	cursor: pointer;
	border: 2px solid #a8a8a8;
	border-radius: 10px;
}

.boxprojet:hover {
	background-color: #e0e1dd;
}

.trsettings {
	height: 45px;
}

.trsettings:hover {
	background-color: #e0e1dd;
}

.trsettings td {
	vertical-align: middle;
}

.boxfinances {
	/*margin: 1.5em 1.5em 1.5em 1.5em;*/
	/*min-width: 500px;*/
	/*padding: 10px 10px 10px 10px;*/
	margin-top: 10px;
	background-color: #e0e1dd;
	border-radius: 10px;
	border: 2px solid #a8a8a8;
}

.boxfinances_etat {
	margin: 1.5em 1.5em 1.5em 1.5em;
	/*min-width: 500px;*/
	padding: 10px 10px 10px 10px;
	background-color: #e0e1dd;
	border-radius: 10px;
	border: 2px solid #a8a8a8;
}

.boxfinances_cartouche {
	margin: 1.5em 5em 1.5em 5em;
	min-width: 500px;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	border-radius: 10px;
}

.boxuser {
	margin: 1.5em 5em 1.5em 5em;
	padding: 1.5em 1.5em 1.5em 1.5em;
	background-color: #ffffff;
	border-radius: 10px;
	border: 2px solid #e0e1dd;
}

.boxnotif {
	margin: 1.5em 5em 1.5em 5em;
	padding: 1.5em 1.5em 1.5em 1.5em;
	background-color: #b0faca;
	border: 2px solid #e0e1dd;
	border: 2px solid #e0e1dd;
}

.tabuser {
  line-height: 40px;
}

.tabuser:hover {
  background-color: #e0e1dd;
  line-height: 40px;
}

.tabuser td {
	padding-left: 10px;
}

.radius {
	border: 2px solid #778da9;
}

.boxzone_ {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #778da9;
}
.boxzone_:hover {
	background-color: #efefef;
}

.boxzone_liens {
	margin: 10px 10px 10px 10px;
	width: 330px;
}

.boxzone_eval_ {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #778da9;
}
.boxzone_eval_:hover {
	background-color: #efefef;
}

.boxzone_0 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #778da9;
}
.boxzone_0:hover {
	background-color: #efefef;
}

.boxzone_eval_0 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #778da9;
}
.boxzone_eval_0:hover {
	background-color: #efefef;
}

.boxzone_1 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #d82b19;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.boxzone_1:hover {
	background-color: #981c10;
}

.boxzone_eval_1 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #e0e1dd;
}
.boxzone_eval_1:hover {
	background-color: #e1e1e1;
}

.boxzone_2 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ee9b00;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.boxzone_2:hover {
	background-color: #ca6702;
}

.boxzone_eval_2 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #ffd291;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #e0e1dd;
}
.boxzone_eval_2:hover {
	background-color: #ffaf71;
}

.boxzone_3 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #77c7ac;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.boxzone_3:hover {
	background-color: #5fa08a;
}

.boxzone_eval_3 {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #b0faca;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #e0e1dd;
}
.boxzone_eval_3:hover {
	background-color: #8ceea6;
}

.boxzone_retour {
	margin: 10px 0 10px 10px;
	padding: 5px 8px 5px 10px;
	background-color: #1b263b;
	color: #ffffff;
	border-radius: 10px;
	text-decoration: none;
	/*width: 90px;*/
	border: 2px solid #ffffff;
}
.boxzone_retour:hover {
	background-color: #778da9;
}

.boxzone_left {
	margin: 10px 0 10px 10px;
	padding: 5px 8px 5px 10px;
	background-color: #415a77;
	color: #ffffff;
	border-radius: 10px;
	width: 140px;
	display: block;
	text-decoration: none;
	border: 2px solid #ffffff;
}
.boxzone_left:hover {
	background-color: #778da9;
}

.boxzone_finances {
	margin: 10px 0 10px 10px;
	padding: 5px 8px 5px 10px;
	background-color: #5fa08a;
	color: #ffffff;
	border-radius: 10px;
	/*width: 90px;*/
	border: 2px solid #ffffff;
}
.boxzone_finances:hover {
	background-color: #77c7ac;
}

.boxzone_annee_finances {
	/*margin: 10px 10px 10px 10px;*/
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #415a77;
	color: #ffffff;
	border-radius: 10px;
	/*width: 330px;*/
	border: 2px solid #ffffff;
}
.boxzone_annee_finances:hover {
	background-color: #778da9;
}

.boxzone_renvoi {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 10px;
	width: 330px;
	border: 2px solid #ffffff;
}
.boxzone_renvoi:hover {
	background-color: #000000;
}

.boxzone_historique {
	/*margin: 10px 0 10px 10px;*/
	margin: 10px 0 10px 10px;
	padding: 5px 8px 5px 10px;
	background-color: #415a77;
	color: #ffffff;
	border-radius: 10px;
	/*width: 90px;*/
	border: 2px solid #ffffff;
}
.boxzone_historique:hover {
	background-color: #778da9;
}

.boxzone_fichiers {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #415a77;
	color: #ffffff;
	border-radius: 10px;
	/*width: 330px;*/
	border: 2px solid #ffffff;
}
.boxzone_fichiers:hover {
	background-color: #778da9;
}

.boxzone_fichiers_finances {
	/*margin: 10px 10px 10px 10px;*/
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #415a77;
	color: #ffffff;
	border-radius: 10px;
	/*width: 330px;*/
	border: 2px solid #ffffff;
}
.boxzone_fichiers:hover {
	background-color: #778da9;
}

.boxzone_liste_fichiers {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	border-radius: 10px;
	/*width: 300px;*/
	border: 2px solid #ffffff;
}

.boxzone_historique_affiche {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #415a77;
	color: #ffffff;
	position: absolute;
	float: right;
	top: 0;
	border-radius: 10px;
	width: 330px;
	height: 410px;
	border: 2px solid #ffffff;
}

.boxzone_fichiers_affiche {
	margin: 10px 10px 10px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #415a77;
	color: #ffffff;
	position: absolute;
	float: right;
	top: 0;
	border-radius: 10px;
	width: 330px;
	height: 410px;
	border: 2px solid #ffffff;
}

.boxzone_fichiers_affiche_finances {
	/*margin: 10px 10px 10px 10px;*/
	margin-top: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #778da9;
	color: #ffffff;
	top: 200;
	border-radius: 10px;
	/*width: 330px;*/
	height: 330px;
	border: 2px solid #ffffff;
}

.boxzone_recap {
	min-width: 100px;

	border-radius: 10px;
	background-color: #ffffff;
}

.page {
	overflow: hidden; 
	position: relative; 
	width: 909px; 
	height: 1286px; 
	margin-top:0px; 
	margin-left:0; 
	margin-right:auto; 
	background-color: white;
}

.boxzone_restore {
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 50px; 
	margin-left:0; 
	margin-right:auto; 
	background-color: #d82b19; 
	color: #ffffff;
	text-align: center; 
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px;
}

.cartouche {
	width: 34%; 
	border: 2px solid #ffffff; 
	border-radius: 10px;
	background-color: #ee9b00; 
	color: #ffffff;
}

.cartouchetxt {
	margin-left: 10px; 
	background-color: #e0e1dd; 
	color: #000000;
}
.cartouchetxt_detail {
	/*margin-left: 10px;*/ 
	background-color: #e0e1dd; 
	color: #000000;
	width: 50%;
}

.cartouche2 {
	width: 34%; 
	border: 2px solid #ffffff; 
	border-radius: 10px;
	background-color: #77c7ac;; 
	color: #ffffff;
}

.cartouche2txt {
	margin-left: 10px; 
	background-color: #e0e1dd; 
	color: #000000;
}

.cartouche2txt_detail {
	margin-left: 10px; 
	background-color: #e0e1dd; 
	color: #000000;
	width: 50%;
}

.cartouche3 {
	width: 34%; 
	border: 2px solid #ffffff; 
	border-radius: 10px;
	background-color: #415a77;; 
	color: #ffffff;
}

.cartouchecoll {
	background-color: #fff;
	border-radius: 10px;
	padding-right: 10px;
	text-align: right;
}

.divindex {
	display: flex;                  
	flex-direction: row;            
	flex-wrap: nowrap;              
	justify-content: flex-start; 
	line-height:35px;
	border-radius: 10px;
	width:50%;
	margin: 0px auto;
}

.divindex p{
    text-align: left;
    line-height: 24px;
    font-size: 16px;
    margin-left : 30px;
    margin-right: 30px;
}

.divforgot {
	background-color: #778da9;
	line-height:35px;
	width:45%;
	border-radius: 10px;
	margin: auto;
}

.gaucheindex {
	background-color: #778da9;
	text-align: center;
	padding-right: 5px;
	margin: 5px;
	border-radius: 10px;
	width:100%;
}

.droiteindex {
	background-color: #778da9;
	text-align: center;
	padding-left: 5px;
	margin: 5px;
	border-radius: 10px;
	width:100%;
}

.ligneindex {
	line-height:1.5em;
	height:1.5em;
}

.csformindex {
  border: 1px solid #999;
  font-size: 12px;
  color: #193440;
  border-radius: 5px;
  width: 20em;
  padding: 1%;
}

.form_classique {
  border: 2px solid #a8a8a8;
  font-size: 12px;
  color: #193440;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
  table-layout: fixed;
  background-color: #a8a8a8;
}

.form_classique_print {
  border: 2px solid #a8a8a8;
  font-size: 12px;
  color: #193440;
  border-radius: 5px;
  padding: 2px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #ffffff;
}

.form_classique td {
  vertical-align: top;
  position: relative;
  padding: 5px;
  background-color: #ffffff;
}

.form_classique_print td {
  border: 2px solid #a8a8a8;
  vertical-align: top;
  position: relative;
  padding: 5px;
  background-color: #ffffff;
}

.form_classique textarea {
  border: none;
  resize: none;
  background-color: #e0e1dd;
  height: 100%;
  width: 100%; 
  min-height: 80px;
}

.form_classique textarea:disabled {
  color: #193440;
}

.form_classique_print textarea {
  border: none;
  resize: none;
  background-color: #e0e1dd;
  height: 100%;
  width: 100%; 
  min-height: 80px;
}

.form_classique_print textarea:disabled {
  color: #193440;
}

.form_classique input {
  border: none;
  background-color: #e0e1dd;
}

.form_classique input:disabled {
  color: #193440;
}

.form_classique_print input {
  border: none;
  background-color: #e0e1dd;
}

.form_classique_print input:disabled {
  color: #193440;
}


.logoform{
	position: absolute;
	bottom: 40%;
	padding: 5px;
}

#frameform { 
	margin: 1.5em 0 1.5em 0;
	zoom: 0.8; 
	-moz-transform: scale(0.8); 
	-moz-transform-origin: 0 0; 
}

#wrap {
    width: 828px;
    height: 1420px;
    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 909px;
    height: 1000px;
    border: 0px;
}

#scaled-frame {
    zoom: 0.9;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.9);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
}

.comtext {
	width: 100%;
}

.lignecouleur1 {
	background-color: #ffffff;
}

.lignecouleur2 {
	background-color: #f4f8f8;
}

.gaucheadmin {
	float: left;
	width: 60%;
	text-align: right;
	padding-right: 5px;
	margin-top: 30px;
}

.droiteadmin {
	float: right;
	width: 40%;
	text-align: center;
	padding-left: 5px;
	margin-left: 70%;
	position: fixed;
}

.soloadmin {
	position: absolute;
	width: 60%;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
}

.gauche {
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 5px;
}

.droite {
	float: right;
	width: 60%;
	text-align: left;
	padding-left: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   #scaled-frame {
       zoom: 1;
    }
}

@media (max-device-width : 1024px) {

#wrap {
    width: 828px;
    height: 1420px;
    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 909px;
    height: 1000px;
    border: 0px;
}
   #scaled-frame {
    zoom: 1 !important;
    -moz-transform: scale(0.7);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
    }
}

.boxzone_ {
	width: 330px;
} 

.boxzone_0 {
	width: 330px;
} 

.boxzone_1 {
	width: 330px;
} 

.boxzone_2 {
	width: 330px;
} 

.boxzone_3 {
	width: 330px;
} 

.boxzone_eval_ {
	width: 330px;
} 

.boxzone_eval_0 {
	width: 330px;
} 

.boxzone_eval_1 {
	width: 330px;
} 

.boxzone_eval_2 {
	width: 330px;
} 

.boxzone_eval_3 {
	width: 330px;
} 

.boxzone_retour {
	width: 90px;
} 

.boxzone_finances {
	width: 90px;
} 

.boxzone_renvoi {
	width: 330px;
} 

.boxzone_historique {
	width: 90px;
} 

.boxzone_fichiers {
	/*width: 330px;*/
} 

.boxzone_liste_fichiers {
	/*width: 300px;*/
} 

.boxzone_historique_affiche {
	width: 330px;
} 

.boxzone_fichiers_affiche {
	width: 330px;
} 

.boxzone_fichiers_affiche_finances {
/*width: 330px;*/
}

.boxzone_annee_finances {
	/*width: 330px;*/
}

.comtext {
	width: 100%;
} 

@media (min-device-width : 1025px) and (max-device-width : 1280px) {

#wrap {
    width: 828px;

    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 909px;

    border: 0px;
}
   #scaled-frame {
    zoom: 1 !important;
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    }


.boxzone_ {
	width: 330px;
}

.boxzone_0 {
	width: 330px;
}  

.boxzone_1 {
	width: 330px;
} 

.boxzone_2 {
	width: 330px;
} 

.boxzone_3 {
	width: 330px;
}

.boxzone_eval_ {
	width: 330px;
}

.boxzone_eval_0 {
	width: 330px;
}  

.boxzone_eval_1 {
	width: 330px;
} 

.boxzone_eval_2 {
	width: 330px;
} 

.boxzone_eval_3 {
	width: 330px;
}  

.boxzone_retour {
	width: 90px;
}

.boxzone_finances {
	width: 90px;
}  

.boxzone_renvoi {
	width: 330px;
} 

.boxzone_historique {
	width: 90px;
} 

.boxzone_fichiers {
	/*width: 330px;*/
} 

.boxzone_liste_fichiers {
	/*width: 300px;*/
} 

.boxzone_historique_affiche {
	width: 330px;
}

.boxzone_fichiers_affiche {
	width: 330px;
} 

.boxzone_fichiers_affiche_finances {
	/*width: 330px;*/
}

.boxzone_annee_finances {
	/*width: 330px;*/
}

.comtext {
	width: 100%;
} 

}

@media (min-device-width : 1281px) and (max-device-width : 1399px) {

#wrap {
    width: 828px;

    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 909px;

    border: 0px;
}
   #scaled-frame {
    zoom: 1 !important;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.85);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.85);
    -webkit-transform-origin: 0 0;
    }


.boxzone_ {
	width: 450px;
}

.boxzone_0 {
	width: 450px;
}  

.boxzone_1 {
	width: 450px;
} 

.boxzone_2 {
	width: 450px;
} 

.boxzone_3 {
	width: 450px;
}

.boxzone_eval_ {
	width: 450px;
}

.boxzone_eval_0 {
	width: 450px;
}  

.boxzone_eval_1 {
	width: 450px;
} 

.boxzone_eval_2 {
	width: 450px;
} 

.boxzone_eval_3 {
	width: 450px;
}  

.boxzone_retour {
	width: 140px;
}

.boxzone_finances {
	width: 140px;
}  

.boxzone_renvoi {
	width: 140px;
} 

.boxzone_historique {
	width: 140px;
} 

.boxzone_fichiers {
	/*width: 450px;*/
} 

.boxzone_liste_fichiers {
	/*width: 420px;*/
} 

.boxzone_historique_affiche {
	width: 450px;
}

.boxzone_fichiers_affiche {
	width: 450px;
} 

.boxzone_fichiers_affiche_finances {
	/*width: 450px;*/
}

.boxzone_annee_finances {
	/*width: 450px;*/
}

.comtext {
	width: 100%;
} 

}

@media (min-device-width : 1400px) and (max-device-width : 1512px) {

#wrap {
    width: 909px;

    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 909px;

    border: 0px;
}
   #scaled-frame {
    zoom: 1 !important;
    -moz-transform: scale(0.9);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.9);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    }

.boxzone_ {
	width: 530px;
} 

.boxzone_0 {
	width: 530px;
} 

.boxzone_1 {
	width: 530px;
} 

.boxzone_2 {
	width: 530px;
} 

.boxzone_3 {
	width: 530px;
} 

.boxzone_eval_ {
	width: 530px;
} 

.boxzone_eval_0 {
	width: 530px;
} 

.boxzone_eval_1 {
	width: 530px;
} 

.boxzone_eval_2 {
	width: 530px;
} 

.boxzone_eval_3 {
	width: 530px;
} 

.boxzone_retour {
	width: 140px;
} 

.boxzone_finances {
	width: 140px;
} 

.boxzone_renvoi {
	width: 530px;
} 

.boxzone_historique {
	width: 140px;
} 

.boxzone_fichiers {
	/*width: 530px;*/
} 

.boxzone_liste_fichiers {
	/*width: 500px;*/
} 

.boxzone_historique_affiche {
	width: 530px;
}

.boxzone_fichiers_affiche {
	width: 530px;
} 

.boxzone_fichiers_affiche_finances {
	/*width: 530px;*/
}

.boxzone_annee_finances {
	/*width: 330px;*/
}

.comtext {
	width: 100%;
} 

}

@media (min-device-width : 1513px) and (max-device-width : 1920px) {

#wrap {
    width: 909px;

    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 909px;

    border: 0px;
}
   #scaled-frame {
    zoom: 1.5 !important;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    }
    
.boxzone_ {
	width: 530px;
} 

.boxzone_0 {
	width: 530px;
} 

.boxzone_1 {
	width: 530px;
} 

.boxzone_2 {
	width: 530px;
} 

.boxzone_3 {
	width: 530px;
} 

.boxzone_eval_ {
	width: 530px;
} 

.boxzone_eval_0 {
	width: 530px;
} 

.boxzone_eval_1 {
	width: 530px;
} 

.boxzone_eval_2 {
	width: 530px;
} 

.boxzone_eval_3 {
	width: 530px;
} 

.boxzone_retour {
	width: 140px;
} 

.boxzone_finances {
	width: 140px;
} 

.boxzone_renvoi {
	width: 530px;
} 

.boxzone_historique {
	width: 140px;
} 

.boxzone_fichiers {
	/*width: 530px;*/
} 

.boxzone_liste_fichiers {
	/*width: 500px;*/
} 

.boxzone_historique_affiche {
	width: 530px;
}

.boxzone_fichiers_affiche {
	width: 530px;
} 

.boxzone_fichiers_affiche_finances {
	/*width: 530px;*/
}

.boxzone_annee_finances {
	/*width: 630px;*/
}

.comtext {
	width: 100%;
}   

}

@media (min-device-width : 1921px) {

#wrap {
    width: 1228px;

    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 1320px;

    border: 0px;
}
   #scaled-frame {
    zoom: 1.5 !important;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    }
    
.boxzone_ {
	width: 630px;
}

.boxzone_0 {
	width: 630px;
}  

.boxzone_1 {
	width: 630px;
} 

.boxzone_2 {
	width: 630px;
} 

.boxzone_3 {
	width: 630px;
} 

.boxzone_eval_ {
	width: 630px;
}

.boxzone_eval_0 {
	width: 630px;
}  

.boxzone_eval_1 {
	width: 630px;
} 

.boxzone_eval_2 {
	width: 630px;
} 

.boxzone_eval_3 {
	width: 630px;
} 

.boxzone_retour {
	width: 190px;
} 

.boxzone_finances {
	width: 190px;
} 

.boxzone_renvoi {
	width: 630px;
} 

.boxzone_historique {
	width: 190px;
} 

.boxzone_fichiers {
	/*width: 630px;*/
} 

.boxzone_liste_fichiers {
	/*width: 600px;*/
} 

.boxzone_historique_affiche {
	width: 630px;
}

.boxzone_fichiers_affiche {
	width: 630px;
} 

.boxzone_fichiers_affiche_finances {
	/*width: 630px;*/
}

.boxzone_annee_finances {
	/*width: 630px;*/
}

.comtext {
	width: 100%;
}   


}






