body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
body {
	background-color: #FFFFFF;
}


.CESAM_BASE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.Red {
	color: #e52d29;
}
.Alerte_CESAM {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding: 5px;
	color: red;
}

.Titre_CESAM {
	font-size: 18px;
	text-align:center;
    border:solid red 2px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:10px;

	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.Titre2_CESAM {
	font-size: 12px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
}
.Titre3_CESAM {
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
}
.Titre4_CESAM {
	font-size: 12px;
	font-weight: bold;
	#font-style: italic;
	font-variant: normal;
}
.Titre_droits_CESAM {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
}

.Titre_CESAM table {
	font-weight: bold;
}

img.clickable {
	cursor: pointer;
};
	
a.vertical {
	color: white;
	background-image: url(images/noir-1.png);
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	border: 2px outset #c0c0c0;
	display: block;
	width: 250px;
	margin-left: 50px;
}

table.TableAlignement {
	width:900px;
}

table.CadreFormulaire {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:15px;
    -moz-border-radius:15px;
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	background-color:#EEEEEE;
}

table.CadreFormulaire th {
	font-size: 18px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:20px;
}

table.CadreFormulaire h1 {
	font-size: 14px;
	text-align:center;
    border:solid blue 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
}


table.CadreFormulaire td {
    border:solid black 0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

table.CadreFormulaire th.TitreBloc {
	font-size: 12px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
}

table.CadreFormulaire th.TitreBloc2 {
	font-size: 12px;
	text-align:center;
    border:solid blue 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
}

table.CadreFormulaire td.Libelle {
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	vertical-align:center;
	width:50%;
}

table.CadreFormulaire td.Saisie {
	white-space:nowrap;
}

table.CadreFormulaire td.LibelleGauche {
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}

table.CadreFormulaire td.Numerique {
	text-align:right;
	white-space:nowrap;
}

table.CadreFormulaire td.ListeReferentiel {
	text-align:left;
	white-space:nowrap;
	width:20px;
}

/************************/
/*        Menu			*/
/************************/

table.PaveMenu {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:15px;
    -moz-border-radius:15px;
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;

	width:100%;
	max-width:720px;
	height:300px;
	background-color:#EEEEEE;
}

table.PaveMenu th {
	font-size: 18px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:20px;
}



/************************/
/* 	Champs SELECT		*/
/************************/

.TailleChamp_XXS {
	width:35px;
}

.TailleChamp_XS {
	width:50px;
}

.TailleChamp_S {
	width:100px;
}

.TailleChamp_M {
	width:200px;
}

.TailleChamp_L {
	width:300px;
}

.TailleChamp_XL {
	width:400px;
}

.TailleChamp_L-S-XXS {
	width:145px;
}

.Majuscule {
	text-transform: uppercase;
}

.Numerique {
	text-align:right;
	white-space:nowrap;
}

.LectureSeule {
	background-color:#fdffdb;
}

/************************/
/* 	Champs FILTRES		*/
/************************/

div.CadreFiltre {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:5px;
    -moz-border-radius:5px;
	padding:2px;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	background-color:#EEEEEE;
	white-space:nowrap;
}

input.ChampFiltre {
	font-size: 11px;
	background-color: #EEEEEE;
	border: 0px;
	outline: none;
}:
/************************/
/* 		BackOffice 		*/
/************************/

table.BOCadreListeOptions {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:15px;
    -moz-border-radius:15px;
	padding:30px;
	width:450px;
	background-color:#EEEEEE;
}


table.BOCadreListeOptions th {
	font-size: 18px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

table.BOCadreListeOptions td {
    border:solid black 0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

table.BOCadreListeOptions td.Libelle {
	font-weight:bold;
	text-align:right;
}

table.BOCadreListeOptions {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:15px;
    -moz-border-radius:15px;
	padding:20px;
	width:450px;
	background-color:#EEEEEE;
}


table.BOCadreListeOptions th {
	font-size: 18px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

table.BOCadreListeOptions td {
    border:solid black 0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	white-space: nowrap;
}

table.BOCadreListeOptions td.Libelle {
	font-weight:bold;
	text-align:right;
}

table.BOCadreListeOptions td.widthLarge {
	min-width:250px;
	text-align:center;
}


table.BOCadreListe {
    border-collapse:separate;
    border:solid black 1px;
    border-radius:15px;
    -moz-border-radius:15px;
	padding:20px;
	width:100%;
	background-color:#EEEEEE;
	margin-top:10px;
	margin-bottom:10px;
}

table.BOCadreListe th {
	font-size: 12px;
	text-align:left;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
	padding-left:5px;
	padding-right:5px;
	background: #FFF;
}

table.BOCadreListe th.bandeauNbPagesParLigne {
	font-size: 10px;
	text-align:right;
    border:solid blue 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}

table.BOCadreListe td {
    border:solid black 0px;
	font-size: 11px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	white-space: nowrap;
}

table.BOCadreListe td.Libelle {
	font-weight:bold;
	text-align:right;
}

table.BOCadreListe td.Barre {
	text-decoration:line-through;
	color: grey;
}

table.BOCadreListe td.Total {
	font-weight:bold;
	text-align:right;
	border-top: 1px solid black;
    border-collapse: collapse;
}


table.BOCadreListe td.ListeReferentiel {
	text-align:left;
	white-space:nowrap;
	width:20px;
}

table.BOCadreListe td.BarreActions {
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	white-space:nowrap;
	width:20px;
	border:solid blue 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	background: #EEE
}
table.BOCadreListe td.BarreActions select {
	background-color: #fff;
};

table.BOCadreListe tr:nth-child(even) {background: #DDD}
table.BOCadreListe tr:nth-child(odd) {background: #FFF}

td.LigneMR {
	color:black;
	font-style:italic;
}

/* Listes Etendues */
table.BOCadreListeExt {
	padding:2px;
	width:100%;
	background-color:#EEEEEE;
}
table.BOCadreListeExt th {
	font-size: 11px;
	text-align:center;
    border:solid blue 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:2px;
	padding-left:2px;
	padding-right:2px;
}

table.BOCadreListeExt td {
    border:solid black 0px;
	font-size: 11px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
}

td:first-child, th:first-child {
     border-left: none;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.droite {
  float:right;
}

.oModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
 
.oModal:target {
  opacity:1;
  pointer-events: auto;
}
 
.oModal:target > div {
  margin: 10% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div {
  max-width: 80%;
  position: relative;
  margin: 1% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #eee;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div header,.oModal > div footer {
	text-align:center;
    border:solid red 2px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:10px;
	margin:10px;

	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.oModal .footer {
  border:none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
}
 
.oModal > div h2 {
  margin:0;
}
 
.oModal > div .btn {
  float:right;
}
 
.oModal > div section,.oModal > div > header, .oModal > div > footer {
  padding:15px;
}

/* Fenêtres modales Référentielles */
.ModalMasqueSaisie {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity:0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
}
 
.ModalMasqueSaisie:target {
  opacity:1;
  pointer-events: auto;
}
 
.ModalMasqueSaisie:target > div {
  margin: 20 auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.ModalMasqueSaisie > div {
  max-width: 1000px; 
  position: relative;
  margin: 1% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  background: #eee;
  transition: all 0.1 ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
 
.ModalMasqueSaisie > div header,.ModalMasqueSaisie > div footer {
	text-align:center;
    border:solid blue 2px;
    border-radius:8px;
    -moz-border-radius:8px;
	padding:10px;
	margin:10px;

	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.ModalMasqueSaisie .footer {
  border:none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
}
 
.ModalMasqueSaisie > div h2 {
  margin:0;
}
 
.ModalMasqueSaisie > div .btn {
  float:right;
}
 
.ModalMasqueSaisie > div section,.ModalMasqueSaisie > div > header, .ModalMasqueSaisie > div > footer {
  padding:15px;
}

table.ModalCadreFormulaire {
    border-collapse:separate;
    border:0px;
	width:100%;
	background-color:#EEEEEE;
}

table.ModalCadreFormulaire th {
	font-size: 18px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:20px;
}

table.ModalCadreFormulaire h1 {
	font-size: 14px;
	text-align:center;
    border:solid blue 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
}


table.ModalCadreFormulaire td {
    border:solid black 0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}

table.ModalCadreFormulaire th.TitreBloc {
	font-size: 12px;
	text-align:center;
    border:solid red 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
}

table.ModalCadreFormulaire th.TitreBloc2 {
	font-size: 12px;
	text-align:center;
    border:solid blue 1px;
    border-radius:6px;
    -moz-border-radius:6px;
	padding:5px;
}

table.ModalCadreFormulaire td.Libelle {
	font-weight:normal;
	text-align:right;
	white-space:nowrap;
	vertical-align:center;
	width:50%;
}

table.ModalCadreFormulaire td.Saisie {
	white-space:nowrap;
}

table.ModalCadreFormulaire td.LibelleGauche {
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}

table.ModalCadreFormulaire td.Numerique {
	text-align:right;
	white-space:nowrap;
}

table.ModalCadreFormulaire td.ListeReferentiel {
	text-align:left;
	white-space:nowrap;
	width:20px;
}

input:required {
  border: 1px dashed red;
}

input.ChampRequis {
	background-color:#ffd2d2;
}

img.Preview {
	display: block;
	max-width:300px;
	max-height:150px;
	width: auto;
	height: auto;
}

/****************************/
/*			Loader			*/
/****************************/

.loader{
	background: url('/interface/images/ajax-loader-bar.gif') 50% 45% no-repeat rgba(255, 255, 255, 0.8);
	cursor: wait;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
	.loader h1{
		background: none;
		border: none;
		color: #457689;
		font-size: 22px;
		font-family: "Open Sans",sans-serif;
		font-variant: small-caps;
		font-weight: 700;
		height: 700px;
		line-height: 700px;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	
/****************************/
/* BackOffice (Upload)      */
/****************************/


#drop_file_zone {
    background-color: #FFF; 
    border: #999 5px dashed;
    width: 800px; 
    height: 300px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
