/*
================================================================================
 Projet : Gestionnaire de formulaire - v2
 Client : DGME
 Auteur : Pierre Augier / Bull S.A.S.
================================================================================
$Id: gf_v2.css,v 1.14 2008/03/07 18:08:07 augierp Exp $
================================================================================
*/ /*
********************************************************************************
Nouvelles/modifications de CSS pour le GF V2
// TODO : A harmoniser avec les css de la v1
********************************************************************************
*/ /*Styles pour test maquette*/
.work {
  padding: 1em;
  /*
margin-left: auto;
margin-right: auto;
width: 800px;
  */
}
/**
.work {
  padding: 0.3em 0 0.3em 0.3em;
  clear: both;
}**/


.linkHover{


  font-size: 120%;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

.linkHover a:hover{
  font-weight: bold;
}


.linkmdp {
  font-style: italic;
  font-size: 1em;
}

.instructions {
  text-align: justify;
  font-style: italic;
  font-size: 1em;
  font-weight: normal;
  white-space: normal;
}

.instructionshilight {
  font-style: normal;
  font-size: 1em;
  font-weight: bold;
  color: red;
}

.label { /*text-decoration:underline;*/
  font-size: 0.8em;
  /*padding: 1em;*/
  white-space: nowrap;
}

.voletsecondaire {

}

.voletsecondaire .cadre {
  border: 1px solid #8CACBB;


}

.voletsecondaire .legende {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color: #8a367a;
}

.voletsecondaire .legende span {
/*	font-size: 1em;
  color: black;*/
  font-weight: bold;
}

/* attention si on inverse les defs de ".voletprimaire .*" avec cela pose probleme d'imbrication cadres
==> mieux typer les CSS .. avec id ?
*/
.voletprimaire {
}

.voletprimaire .cadre {
  border: 0.2em solid #8a367a;


}

.voletprimaire .legende {
  font-size: 1em;
  font-style: normal;
  font-weight: lighter;
  color: #8a367a;
}

.voletprimaire .legende span {
  /*font-size: 1.2em;
  color: black;*/
  font-weight: bold;
}

.voletprimaire .voletsecondaire {}
.voletprimaire .voletsecondaire .cadre{
border: 1px solid #8CACBB;
}
.voletprimaire .voletsecondaire .legende {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  color: #8a367a;
}


/*ajustement css existant           */
.work td {
  padding: 0em 0em 0.1em 0em;
  margin: 0em;
  vertical-align: middle;
}

.work tr {
  padding: 0em;
  margin: 0em;
  vertical-align: middle;
}

.work table {
  vertical-align: middle;
  /*width: 100%;*/
}

.work .sended {

  margin: 5px;
  border-bottom: 2px solid #8A367A;
  font-weight: bold;
}

.work .signaletique {
  text-align: center;
  margin:0 20% 0 20%;	
}

.work .signaletiqueTitle {
  color:#8A367A;
  font-weight:bold;	
}

.buttonCenter {
  margin: 10px 0px;
  text-align:center;
}

.buttonCadre {
  border: 1px solid #000000; 
  padding: 3px; 
  background-color: #EEEBEC; 
  font-weight: bold;
}


/* pour les h1 de soumission piecejointe, pour permettre qui wrappe et eviter le scoll horizontal en 800*600
==> a 700px comme �a on a de la marge :)
*/
.title{
  white-space: normal;
  margin-bottom: 0.5em;
}

.tableinstructions{
  /** a utiliser seulement dans l'ecran de soumission de PJ
  ==> necessaire pour une bonne gestion de l'affichage en 800*600 **/
width: 30em;
}

FIELDSET {

  padding: 0.5em;
  margin-top: 0.5em;

  border: 1px solid #8cacbb;
  /*margin: 1em 0em 1em 0em;
  padding: 0em 1em 1em 1em;*/
  /*line-height: 1.5em;*/
  line-height: 1.2em;
  width: auto;
}



/*
================================================================================
 Projet : Gestionnaire de formulaire
 Client : DGME
 Auteur : anton-ma / Bull S.A.S.
================================================================================
$Id: gf_v2.css,v 1.14 2008/03/07 18:08:07 augierp Exp $
================================================================================
*/ /*
********************************************************************************
Balises sp�cifique
********************************************************************************
*/ /*
--------------------------------------------------------------------------------
Saisie
--------------------------------------------------------------------------------
*/
/*
DIV.get {
  border: 2px solid #8A367A;
}

TABLE.get {
  width: auto;
  margin-top: 0.5em;
  padding: 0.3em;
  line-height: 2em;
}

TABLE.get TD {
  padding-right: 1em;
  vertical-align: top;
}

TABLE.get TD.label {
  vertical-align: top;
  text-align: right;
  padding-right: 0.5em;
  color: #8A367A;
  font-weight: normal;
  width: 15em;
}

TABLE.get TD.labelUp {
  text-align: left;
  padding-right: 0.5em;
  padding-bottom: 0;
  color: #8A367A;
  font-weight: normal;
}

TABLE.get TD.button {
  text-align: center;
  padding: 0.3em;
}

*/
/*

FIELDSET.get {
  border: 2px solid #8A367A;
  margin: 0;
  margin-top: 0.3em;
  padding: 0.3em;
  padding-top: 0;
}

FIELDSET.get LEGEND {
  border: 2px solid #8A367A;
  font-weight: bold;
  padding: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0;
}

FIELDSET.get LEGEND.button {
  border: none;
  background-color: transparent;
  color: #8A367A;
  margin-top: 0.4em;
}

FIELDSET.get LEGEND.include {
  background-color: transparent;
  color: #8A367A;
  margin-top: 0.4em;
}

FIELDSET.button {
  border: none;
  margin: 0;
  margin-top: 0.3em;
  padding: 0.3em;
  text-align: center;
}

FIELDSET.separator {
  border: none;
  border-top: 1px solid #8A367A;
  margin: 0;
  margin-top: 0.3em;
  padding: 0;
  line-height: 1em;
}

FIELDSET.separator LEGEND {
  border: none;
  padding: 0;
  margin: 0;
  padding: 0.2em;
  color: #8A367A;
  font-weight: normal;
  font-size: 90%;
}

.lineSeparator {
  border-top: 1px solid #8A367A;
}

.portlet {
  float: left;
  margin-right: 0.3em;
}

FIELDSET.view {
  border: 1px solid #353A90;
  margin: 0;
  margin-top: 0.3em;
  padding: 0.3em;
  padding-top: 0;

}
*/

/*
FIELDSET.view LEGEND {
  border: 1px solid #353A90;
  background-color: #EEEBEC;
  padding: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0;
}

FIELDSET.view LEGEND.include {
  background-color: transparent;
  color: #8A367A;
  margin-top: 0.4em;
}

FIELDSET.view P {
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}

TABLE.view {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}

TABLE.view TD {
  padding-right: 1em;
  vertical-align: top;
}

TABLE.view TD.label {
  vertical-align: top;
  text-align: right;
  padding-right: 0.5em;
  color: #8A367A;
  font-weight: normal;
  width: 15em;
}

TABLE.large {
  width: 99%;
}
*/

TEXTAREA {
  /*border: 1px solid #353A90;*/
  color: Black;
  background-color: white;

  font: 100% Verdana, Lucida, Helvetica, Arial, sans-serif;
  width: 100%;
}

/*
INPUT.btn {

  color: #1751C6;
  background-color: white;

  background-color: #EEEBEC;
}
*/
/*
SELECT {

  color: Black;
  background-color: white;
}
*/

/*
********************************************************************************
Composant
********************************************************************************
*/

/*
.btn {
  color: #1751C6;
  background-color: #EEEBEC;
  font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
  border-left: 1px solid #DBE5EA;
  border-top: 1px solid #DBE5EA;
  border-right: 1px solid #4A6C7E;
  border-bottom: 1px solid #4A6C7E;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 0.2em 0 0.2em;
  margin: 0 0.2em 0 0;
  line-height: 1.5em;
}

.btn:hover {
  color: #8A367A;
  text-decoration: none;
}

.btn:visited {

  background-color: #EEEBEC;
}

.btn:active {

  background-color: #EEEBEC;
}

A.btn {
  color: #1751C6;
  background-color: #EEEBEC;
  font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
  border-left: 1px solid #DBE5EA;
  border-top: 1px solid #DBE5EA;
  border-right: 1px solid #4A6C7E;
  border-bottom: 1px solid #4A6C7E;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 0.2em 0 0.2em;
  margin: 0 0.2em 0 0;
  line-height: 1.5em;
}


.btnInput {
  margin: 1.2em 0.5em 0 0;
}
*/
/* Dernier bouton d'une barre horizontale */
/*.btnLast {
  margin: 0;
}
*/
/* Bouton inhib� */
/*.btnDisabled {
  color: Gray;
  cursor: default;
}

.btnDisabled:hover {
  color: Gray;
}
*/
/*
--------------------------------------------------------------------------------
Visu
--------------------------------------------------------------------------------
*/
/*
LI.result {
  margin-top: 0.5em;
}

UL.detail LI {
  list-style-type: none;
  list-style-image: none;
  text-align: left;
}

.detail {
  padding-bottom: 0.5em;
}

TD.pdf {
  vertical-align: top;
  font-size: 90%;
  text-align: center;
}

TD.titre {
  vertical-align: top;
}
*/
/*
TABLE.fiche {
  width: 100%;
}

TABLE.fiche TD {
  border-top: 1px solid #B0B0B0;
  padding-left: 0.5em;
  vertical-align: top;
  line-height: 1.5em;
}

TABLE.fiche TD.last {
  border-bottom: 1px solid #B0B0B0;
}

TABLE.fiche TD.pdf {
  border: none;
}

TABLE.fiche TD.titre {
  border: none;
  padding-left: 0.5em;
}

TABLE.fiche TABLE TD.label {
  border: none;
}

TABLE.fiche TD.value {
  border: none;
  padding: 0.3em;
}
*/
.getForm {
  border: 1px solid #B0B0B0;
  padding: 0.5em;
}

/*
================================================================================
 Projet : Gestionnaire de formulaire
 Client : DGME
 Auteur : anton-ma / Bull S.A.S.
================================================================================
$Id: gf_v2.css,v 1.14 2008/03/07 18:08:07 augierp Exp $
================================================================================
*/ /*
********************************************************************************
Balises globales
********************************************************************************
*/
BODY {
  font: 74% Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color: White;
  color: Black;
  margin: 0;
  padding: 0;
  overflow: auto;
}

TABLE {
  font-size: 100%;
}

A {
  text-decoration: none;
  color: #1751C6;
  background-color: transparent;
}

A:visited {
  color: #1751C6;
  /* TCA 27/06/2011 - accessibilite */
  /*background-color: transparent;*/
}

A:active {
  color: #1751C6;
  background-color: transparent;
}

A:hover {

  text-decoration: underline;
}

IMG {
  border: none;
  vertical-align: middle;
}

P {
  /*margin: 0.5em 0em 1em 0em;
  line-height: 1.5em;*/
  /* gris tres fonces */
  color: #555;
  margin: 0.2em 0em 0.5em 0em;
  line-height: 1.2em;
}

P IMG {
  border: 0;
  margin: 0;
}

HR {
  height: 1px;
  color: #C62E8C;
  background-color: transparent;
}

H1,H2,H3,H4,H5,H6 {

  color: #8A367A;
  background-color: transparent;
  font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
  margin: 0;
}


H1 {
  font-size: 125%;
  font-weight: bold;
}

H2 {
  font-size: 120%;
  font-weight: bold;
}

H3 {
  font-size: 110%;
  border-bottom: none;
  font-weight: bold;
}

H4 {
  font-size: 100%;
  border-bottom: none;
  font-weight: bold;
}

H5 {
  font-size: 90%;
  border-bottom: none;
  font-weight: bold;
}

H6 {
  font-size: 80%;
  border-bottom: none;
  font-weight: bold;
}

UL {
  list-style-type: disc;
  list-style-image: none;
  margin: 0;
  margin-left: 20;
  padding: 0;
  padding-top: 0.5em;
  line-height: 1.5em;
}

LI {
  /*
  font-weight: normal;
  list-style-position: outside;
  list-style-image: url(../images/puce_commun.gif);
  margin: 0 0 0 1.5em;
  vertical-align: middle;
  */
}

OL {
  line-height: 1em;
  margin: 0.5em 0 0 1em;
  padding: 0;
}
/*
UL A,OL A {
  margin-bottom: 0.5em;
}
*/
/*
DT {
  line-height: 1.5em;
  font-weight: bold;
}

DT A {
  text-decoration: underline;
}

DD {
  line-height: 1.5em;
}

DD A {
  text-decoration: underline;
}

DD.link A {
  text-decoration: none;
  color: Black;
}
*/

LEGEND {
  background: transparent;
  /*padding: 0.5em;*/
  padding: 0.2em;
  font-size: 90%;
}

FORM {
  border: none;
  margin: 0;
  padding: 0;
}




INPUT {
  font-size: 100%;
  font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
  visibility: visible;
  vertical-align: middle;

  /*border: 1px solid #353A90;*/
  /*color: Black;*/
  /*background-color: white;*/
  /*padding: 0.1em;*/
}
/*
SELECT {
  font-size: 100%;
  font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
  visibility: visible;
  vertical-align: top;
}

ABBR,ACRONYM {
  border-bottom: 1px dotted Black;
  color: Black;
  background-color: transparent;
  cursor: help;
}

Q {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 120%;
}

BLOCKQUOTE {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 120%;
}

CODE {
  font-family: "Courier New", Courier, monospace;
  font-size: 120%;
  color: Black;
  background-color: #dee7ec;
  border: 1px dashed #8cacbb;
  padding: 0 0.1em;
}

PRE {
  font-family: "Courier New", Courier, monospace;
  font-size: 120%;
  padding: 1em;
  border: 1px dashed #8cacbb;
  color: Black;
  background-color: #dee7ec;
  overflow: auto;
}

INS {
  color: green;
  text-decoration: none;
}

DEL {
  color: red;
  text-decoration: line-through;
}
*/
/*
================================================================================
 Projet : Gestionnaire de formulaire
 Client : DGME
 Auteur : anton-ma / Bull S.A.S.
================================================================================
$Id: gf_v2.css,v 1.14 2008/03/07 18:08:07 augierp Exp $
================================================================================
*/ /*
********************************************************************************
Balises de Zone
********************************************************************************
*/ /*
********************************************************************************
Zones : propri�t�s communes
********************************************************************************
*/ /*
--------------------------------------------------------------------------------
Zone  globale : squelette du site
--------------------------------------------------------------------------------
*/
HTML,BODY { /*toujours specifier */
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------------------------------------------------------------------
Zone d'Identit� : partie haute
--------------------------------------------------------------------------------
*/
.identity {
  margin: 0;
  padding: 0;
  padding-right: 0.5em;
  background-color: #FFFFFF;
}

.identity H1 {
  color: #666666;
  font-size: 200%;
  font-weight: normal;
}


/*
--------------------------------------------------------------------------------
Zone du fil de navigation : partie haute
--------------------------------------------------------------------------------
*/
.tomthumb {
  border-top: 2px solid #870B6B;
  border-bottom: 2px solid #870B6B;
  background-color: #DDD9D9;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #870B6B;
  font-size: 95%;
  font-weight: bold;
}

.tomthumb SPAN {
  white-space: nowrap;
  font-weight: bold;
}

.tomthumb A {
  color: #1751C6;
  font-weight: normal;
}

.tomthumb previous {
  color: #1751C6;
  font-weight: normal;
}

/*
--------------------------------------------------------------------------------
Zone de pied de page
--------------------------------------------------------------------------------
*/

.footer {
  border-top: 1px solid #870B6B;
  border-bottom: 1px solid #870B6B;
  padding: 0.5em 0 0.5em 0;
  padding-right: 0.5em;
  text-align: center;
}

/*
--------------------------------------------------------------------------------
Zone de travail : partie basse
--------------------------------------------------------------------------------
*/


/* Decoupage en zone de travail gauche et droite : version DIV */
/*
.zone {
  margin: 0;
  padding: 0;
  border: none;
  width: 99%;
}

.zone .zoneLeft {
  margin: 0 0.5em 0 0;
  padding: 0;
  border: none;
  width: 16em;
  overflow: hidden;
  float: left;
}

.zone .zoneRight {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  width: 99%;
}
*/
/* Decoupage en zone de travail gauche et droite : version TABLE */
/*
TABLE.zoneCol {
  margin: 0;
  padding: 0;
  border: none;
}

TABLE.zoneCol TD.colLeft {
  margin: 0;
  padding: 0;
  border: none;
  width: 16em;
  vertical-align: top;
}

TABLE.zoneCol TD.colRight {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}
*/

/* Zone d'actions */

/*
.action {
  padding: 0 0.5em 0 0;
  font-size: 90%;
}

.action H1 {
  font-size: 100%;
  background-color: #FFFFFF;
}

.action H2 {
  padding-top: 0.5em;
}

.menuGlobal {
  border: 1px solid #353A90;
  margin-bottom: 0.5em;
  padding: 0.3em;
  background-color: #EEEBEC;
}

H1.menuGlobal {
  border: 1px solid #353A90;
  border-bottom: none;
  padding: 0 0.5em 0 0.5em;
  background-color: #EEEBEC;
  margin: 0;
}

.menuContext {
  border: 1px solid #353A90;
  margin-bottom: 0.5em;
  padding: 0.3em;
  background-color: transparent;
}

H1.menuContext {
  border: 1px solid #353A90;
  border-bottom: none;
  padding: 0 0.5em 0 0.5em;
  background-color: transparent;
  margin: 0;
}
*//*
.job { padding: 0 0 0 0.5em;

}
*/

/*
--------------------------------------------------------------------------------
Fen�tre Popup
--------------------------------------------------------------------------------
*/
/*
.popup {
  padding: 0.3em;
  width: 99%;
}

.popup .header {
  clear: both;
}

.popup .header H1 {
  float: left;
}

.popup .header .button {
  float: right;
}

.popup .footer {
  margin-top: 0.3em;
  border: none;
  text-align: left;
}
*/
/*
--------------------------------------------------------------------------------
Modificateurs additifs
--------------------------------------------------------------------------------
*/
.odd {
  background-color: #EEEBEC;
}

.even {
  background-color: white;
}
/*
.noborder {
  border: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}
*/
.nowrap {
  white-space: nowrap;
}

/*
--------------------------------------------------------------------------------
Zone de saisie
--------------------------------------------------------------------------------
*/
.errors {
  margin-top: 0.5em;
  padding: 0.3em;
  /*PAU - Correction suite retour client 08 03 04*/

  /* propositions pour le faire apparaitre de manière plus visible, tout en respectant la coloration pastel de l'écran (rouge pâle ). */

  background-color: #EEEBEC;/*#DDD9D9;*/
  border: 1px solid #870B6B; /*#8A367A;*/
  /*texte rouge pale*/
  color: c02020;


}

.errors H1 {
  font-size: 100%;
  font-weight: bold;
}



.infos {
  margin-top: 0.5em;
  padding: 0.3em;

  /* propositions pour le faire apparaitre de manière plus visible, tout en respectant la coloration pastel de l'écran (rouge pâle ). */

  background-color: #C4E0EE;/*#DDD9D9;*/
  border: 1px solid #870B6B; /*#8A367A;*/
  /*texte rouge pale*/
  color: C02020;


}

.infos H1 {
  font-size: 100%;
  font-weight: bold;
}


/*
--------------------------------------------------------------------------------
Zone de travail : job
--------------------------------------------------------------------------------
*/
/*
.boxOneSimple {
  width: 99.4%;
  float: left;
  padding: 0.4% 1% 1.2% 0;
}

.boxOne {
  height: 98.9%;
  width: 98.9%;
  float: left;
  padding: 0% 1% 1.2% 0;
}

.boxTwoLeft {
  height: 82.9%;
  width: 38.9%;
  float: left;
  padding: 0 1% 1.2% 0;
}

.boxTwoRight {
  height: 82.9%;
  width: 58.9%;
  float: left;
  padding: 0 1% 1.2% 0;
}

.boxThree {
  height: 82.9%;
  width: 48.9%;
  float: left;
  padding: 0 1% 1.2% 0;
}

.boxFour {
  height: 48.9%;
  width: 48.9%;
  float: left;
  padding: 0 1% 1.2% 0;
}

.boxBody {
  border: 1px solid #8cacbb;
}

.boxBorder {
  height: 99.9%;
}
*/
/*
--------------------------------------------------------------------------------
Zone de travail : action
--------------------------------------------------------------------------------
*/
/*
.boxAction {
  width: 98%;
  float: left;
  padding: 0 1% 2% 1%;
}

.boxActionBorder {
  border: 1px solid #8cacbb;
  margin: 0 2% 2% 2%;
  padding: 2%;
  background-color: #DBE5EA;
}

.boxActionBody {
  padding: 0em;
}

.boxActionBorderContext {
  border: 1px solid #8cacbb;
  margin: 0 2% 2% 2%;
  padding: 2%;
  background-color: white;
}

.boxActionBodyContext {
  padding: 0em 0em 0em 0em;
}
*/
/*
********************************************************************************
Composants génériques
********************************************************************************
*/
/*
.scroll {
  overflow: auto;
}

.borderTop {
  border-top: 1px solid #8cacbb;
}

.hidden {
  display: none;
}*/

.hidden {
  display: none;
}