/*
//------------------------------------------------------------
//-- Manuscric

//------------------------------
// Nom: style.css
// Auteur: Ricardo Berrios
// Dernière modification: 23.02.16
//
// Description:
// feuille de style par défaut pour Manuscric (< OSI 26.06.12)
//------------------------------
*/

/* STRUCTURE DE PAGE */

body
{
margin: 0;
font-family: "trebuchet ms";
font-size: 14px;
/*background: url('fond.jpg');
background-size: 100%;*/
}

#conteneur
{
margin: 20px 15px;
overflow: hidden;
}

#cadre-entete
{
margin: 15px;
padding: 10px;
background-color: #eddbb1;
border: solid 1px #666666;
background-image: url('fond-tete.jpg');
background-size: 100%;
background-position: 0px -20px;
}

#cadre-principal
{
margin-left: 200px;
padding: 10px 25px;
background-color: #f7f0d5;
border: solid 1px #666666;
}

#menu
{
float: left;
width: 180px;
/*padding: 5px 10px 0;*/
background-color: #eddbb1;
border: solid 1px #666666;
/* background-color: #003366;
color: #FFFFFF;*/
font-size: 15px;
font-weight: bold;
}
#menu span
{
margin: 0;
padding: 8px;
display: block;
width: 164px; /* 180 - 2 x padding horizontal */
}
#menu span:hover
{
background-color: #ddb16b;
}

#footer_gauche
{
height: 36px;
float: left;
margin: 0 15px;
/*	width: 160px !important;	nécessaire si padding */
width: 180px;
background-color: #eddbb1;
border: solid 1px #666666;
font-size: 14px;
font-weight: bold;
}
#footer_gauche span
{
margin: 0;
padding: 9px 10px;
display: block;
width: 160px; /* 180 - 2 x padding horizontal */
}
#footer_gauche span:hover
{
background-color: #ddb16b;
}
#footer_droite
{
height: 36px;
margin: 0px 15px 0 215px;
background-color: #eddbb1;
border: solid 1px #666666;
font-size: 14px;
}
#footer_droite span
{
margin: 0;
padding: 9px 10px;
display: block;
}
#validator
{
float : right;
padding: 2px 10px !important;
}
#validator img
{
border: none;
}

#read-index td
{
padding: 10px 0px;
}
#read-index span
{
background-color: #eddbb1;
padding: 4px 5px;
margin: 4px;
border-radius: 7px;
}
#read-index span:hover
{
background-color: #ddb16b;
}

#read-reconnaissance th
{
width: 175px;
max-width: 175px;
}
#read-reconnaissance th.notice
{
font-size: 15px;
}
#read-reconnaissance th.lot
{
padding-left: 25px;
}
#read-reconnaissance td.lot
{
padding-left: 25px;
}
#read-reconnaissance th.souslot
{
padding-left: 45px;
font-style: italic;
vertical-align: middle;
}

#newbox
{
margin: 5px 15px;
padding: 10px 25px;
background-color: #f7f0d5;
border: solid 1px #666666;
}
#newbox h2
{
width: 100%;
}
#newbox table
{
padding: 0;
margin: 0;
border-collapse: collapse;
}
#newbox th
{
padding: 6px 5px;
width: 175px;
vertical-align: middle;
font-size: 14px;
}
#newbox td
{
padding: 5px 5px;
width: 210px;
}
#newbox td input
{
width: 210px;
}
#newbox .radio
{
width: auto;
}
#newbox textarea
{
width: 210px;
}
#newbox .td-indexResult
{
width: 100%;
max-height: 150px;
overflow-y: scroll;
}

/* -------------------------------------------------- */


/* ELEMENTS SECONDAIRES DE MISE EN PAGE */
p
{

}

a
{
color: #7e2900;
text-decoration: none;
}
a:hover
{color: #b04f00;}
a:visited
{color: #7e2900;}
a:visited:hover
{color: #1572ff;}

h1
{
/*
border-radius: 7px;
border-bottom-right-radius: 7px;
color: #ddb16b;
background-color: #6b2600;
*/
width: 200px;
margin-top: 8px;
margin-bottom: 8px;
/*
padding: 8px 10px;
text-align: center;
*/
}
h2
{
width: 552px;
border-radius: 7px;
border-bottom-right-radius: 7px;
color: #ddb16b;
background-color: #6b2600;
padding: 8px 10px;
margin: 5px 0px 30px -10px;	/* défaut: 20px verticalement */
}
h2 a
{
color: #ddb16b;
}
h2 a:hover
{
color: #b04f00;
}
h2 small
{
font-size: 14px;
}

.erreur, .message 
{
font-style: italic;
color: red;
}
.message a
{
font-style: normal;		/* vs italique de .message */
}

.verb
{
font-family: "Courier New";
font-size: 13px;
height: 180px;
overflow: auto;
border: 1px solid #000000;
margin: 0;
padding: 3px;
color: #f4f4f4;
background-color: #717171;
}

.titrePartie
{
border-top-left-radius: 7px;
border-top-right-radius: 7px;
font-size: 17px;
font-weight: bold;
font-style: italic;
padding-left: 8px;
margin-bottom: 6px;
color: #f4f4f4;
}
.soustitrePartie
{
border-top-left-radius: 7px;
border-top-right-radius: 7px;
font-size: 15px;
font-style: italic;
padding-left: 8px;
margin-bottom: 6px;
color: #f4f4f4;
}

.float-gauche 
{
float: left;
}
.float-gauche-150
{
float: left;
margin-left: 150px;
}
.float-droite 
{
float: right;
}
.no-float
{
float: none;
}

.colonne-gauche
{
width: 48%
}
.colonne-droite
{
float: right;
width: 48%;
}
.colonne-2-tiers
{
width: 70%;
}

.marginLeftTab1
{
margin-left: 40px;
}
.marginLeftTab2
{
margin-left: 80px;
}

.center
{
text-align: center;
}
.left
{
text-align: left;
}
.right
{
text-align: right;
}

.editTools #eTb
{
font-weight: bold;
}
.editTools #eTi
{
font-style: italic;
}


/* -------------------------------------------------- */


/* TABLEAUX - CADRES - FORMULAIRES */
/* table */
table
{
padding: 0;
border-collapse: collapse;
}
th
{
padding: 5px 7px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #6b2600;
font-weight: bold;
text-align: left;
vertical-align: top;
}
td
{
padding: 5px 7px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #6b2600;
}
.table-droite
{
width: 48%;
float: right;
}
.table-gauche
{
width: 48%;
}
.table-droite th, .table-gauche th
{
padding: 7px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #6b2600;
font-weight: bold;
text-align: left;
width: 200px;
vertical-align: top;
font-size: 14px;
}
.table-droite td, .table-gauche td
{
padding: 7px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #6b2600;
width: 380px;
font-size: 14px;
}
.table-totale
{
width: 100%;
}
.table-totale td
{
padding: 5px 7px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #6b2600;
font-size: 14px;
}
.table-totale textarea
{
width: 100%;
}

.table-image
{
width: 100%;
}
.table-image td
{
padding: 7px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #6b2600;
font-size: 14px;
}

.fonce
{
background-color: #eddbb1;
}
.fonce2
{
background-color: #ddb16b;
}

textarea
{
width: 100%;
}

.td-large
{
width: 510px;
}
.td-total
{
width: 100%;
}

#imagefront
{
width: 390px;
max-height: 471px;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #6b2600;
padding: 5px;
margin: 0;
text-align: center;
}
#imagefront img
{
max-width: 390px;
max-height: 471px;
}
.imagefront
{
margin-top: 5px !important;
}

#td-image
{
width: 100%;
max-height: 300px;
overflow-y: scroll;
}
#td-image img
{
width: 100%;
}
.zoom125
{
width: 125%;
overflow-x: scroll;
}
.vignette
{
width: 100px;
height: 100px;
}

fieldset
{
padding: 10px;
background-color: #eaeaea;
}
legend
{
color: #000000;
font-weight: bold;
font-style: italic;
font-size: 17px;
}
#champ-texte
{
color: #8b8b8b;
}
#champ-texte:focus
{
color: #000000;
}

/* formulaires */
form
{

}
small form
{
display: inline;
}
textarea
{
font-size: 13px;
font-family: "trebuchet ms";
}
input
{
font-family: "trebuchet ms";
}
.textinput
{
font-family: "trebuchet ms";
width: 354px;
}
select
{
font-family: "trebuchet ms";
}

/* Panneau/tableau d'informations avec alternance de couleur à chaque ligne */
.bande-gauche
{
margin: 0;
margin-bottom: 30px;
border-left: 6px solid;
border-color: #6b2600;
padding-left: 8px; /*
border-top-left-radius: 3px;
border-bottom-left-radius: 3px; */
}
.bande-gauche h3
{
width: 300px;
border-top: 6px solid;
border-bottom: 1px solid;
border-color: #6b2600;
margin: 0;
margin-bottom: -1px;
margin-left: -8px;
padding: 2px 0 2px 8px;
border-top-right-radius: 5px;
background-color: #ddb16b;
}
.bande-gauche th
{
width: 160px;
}
.bande-gauche td
{
width: 500px;
}

table.bicolore
{
width: 100%;
border: none;
border-collapse: collapse;
padding: 0;
}
.bicolore td, .bicolore th
{
border-top: 1px solid;
border-bottom: 1px solid;
margin: 0;
padding: 5px;
}
.submitBouton
{
text-align: center;
}


/* -------------------------------------------------- */


/* cadres masquables/affichables */
.cachediv
 {
visibility: hidden;
overflow: hidden;
height: 1px;
position: relative;
}



/* ----------------------------------------
	ELEMENTS ANNEXES */
	
/* info-bulles *
a.info 
{
font-weight: normal;
position: relative;
color: #000000;
text-decoration: none;
}
a.info span
{
display: none;
}
a.info:hover span
{
display: block; 
position: relative;
right: 2em; top: 2em; left: 2em; width: 20em;
border: 1px solid #6699CC;
background-color: #eeeeee; color: #6699CC;
text-align: justify;
font-weight: normal;
padding: 4px;
font-size: 13;
}
/* -------------------------------------------------- */

#cadre-principal ul
{
margin: 0;
padding: 0;
list-style: none;
}
#cadre-principal li
{
}