html {
font-size:100%;
}

html,body {
margin:0;
padding:0
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
background-image:url(../images/design/bg.jpg);
background-repeat:no-repeat;
background-color:#edf0f3;
color:#4c4c4c;
text-align:left;
}

a img {
border:0;
}

h1 {
margin:0;
margin-bottom:15px;
padding:0.2em 0 0 0;
font-size:2em;
font-weight:normal;
color:#000;
text-align:center;
}

h2 {
margin:0 0 0.5em 0;
padding:0;
color:#2465c4;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 0.5em 0;
padding-bottom:10px;
color:#2465c4;
font-size:1.5em;
font-weight:normal;
text-align:center;
border-bottom:1px solid #CCC;
vertical-align:middle;
}

h3 img{
float:left;	
}

h4 {
color:#4c4c4c;
font-weight:bold;
font-size:1.1em;
text-align:center;
margin:0;
padding-top:5px;
}

h4 img{
float:left;	
}

p {
text-align:justify;
padding:0;
margin:1em 0 1em 0;
line-height:1.3em;
}

ul {
margin:0 0 1em 0;
padding:0 0 0 2em;
}

ul li {
margin:0 0 0.3em 0;
padding:0;
}

table {
margin:0 0 1em 0;
padding:0;
border:0;
border-collapse:collapse;
}

a:link {
font-weight:bold;
color:#2465c4;
}

a:visited {
/*color:#2079fb;*/
color:#2465c4;
font-weight:bold;
}

a:hover {
color:#4c4c4c;
font-weight:bold;
}

a:active {
color:#2079fb;
font-weight:bold;
}

/*--- STRUCTURE ---*/
div#cadre-principal {
min-width:960px;
max-width:1400px;
width:100%;
margin:0 auto;
}

div#entete {
height:90px;
}

img#logo {
float:left;
margin:4px 5px 0 0;
}

div#milieu {
background-image:url(../images/design/milieu.png);
background-repeat:repeat-x;
height:300px;
background-color:#FFF;
padding:0 0 30px 0;
width:100%;
color:#000;
}

html>body div#milieu {
height:auto;
min-height:300px;
}

div#corps {
z-index:500;
}

div#piedpage {
background-color: #d7dde3;
border:1px solid #9c9e9f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height:33px;
padding-top:8px;
font-size:80%;
font-style:italic;
margin-top:15px;
}

#piedpage a{
color:#4c4c4c;
font-weight:normal;
}

div#signature-gauche{
float:left;
width:450px;
padding-left:10px;
margin-top:3px;
}

div#signature-droite{
float:right;
width:400px;
text-align:right;
padding-right:10px;
}

.ligne{
height:10px;
line-height:10px;
margin-top:3px;
float:left;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:1px solid #666;
display:none;
font-size:80%;
}

div#informations-generales {
float:left;
font-size:0.90em;
width:500px;
padding-top:7px;
}

div#informations-utilisateur {
float:right;
font-size:0.90em;
width:400px;
text-align:right;
}

#informations-utilisateur p{

}

div#informations-generales a, div#informations-utilisateur a {

}

div#informations-utilisateur p.dateheure {
font-size:0.90em;
color:#899CAB;
}

div#informations-supplementaires {
background-color:#FAF5DA;
padding:1em;
border-bottom:1px solid #E8D659;
}

#connection{
width:300px;
height:auto;
margin:0 auto;
margin-top:200px;
}

#connection-logo{
text-align:center;
}

form{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.formConnection{
background-color:#d7dde3;
border:1px solid #999;
width:237px;
margin:0 auto;
padding-bottom:0px;
}

input,select,textarea{
background-image:url(../images/design/textbox2.png) ;
background-repeat:repeat-x;
background-position:top;
border:1px solid #999;
padding-top:2px;
padding-bottom:2px;
background-color:#e7eaed;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.radio{
background-color:transparent;
background-image:none;
border:none;
padding:0px 0px 0px 0px;
margin:0px 8px 0px 0px;
}

input.bouton {
font-weight:bold; /*** Pour améliorer la lisibilité des boutons ***/
cursor:pointer;
background-image:url(../images/design/btn-bg.jpg);
background-repeat:repeat-x;
padding:5px;
padding-top:2px;
border:1px solid #4c4c4c;
background-color:#d7dde2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height:27px;
font-size:90%;
width:auto;
color:#4c4c4c;
}

input.bouton-search{
background-image:url(../images/boutons/search.png);
cursor:pointer;
width:32px;
height:32px;
padding:0px;
margin:0px;
border:none;
background-color:transparent;
float:left;
}

.boutonColonneGauche {
font-weight:bold; /*** Pour améliorer la lisibilité des boutons ***/
background-image:url(../images/design/btn-bg.jpg);
background-repeat:repeat-x;
padding:2px;
padding-top:0px;
border:1px solid #4c4c4c;
background-color:#d7dde2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height:27px;
font-size:90%;
width:240px;
color:#4c4c4c;
line-height:30px;
text-decoration:none;
text-align:center;
margin:0 auto;
margin-bottom:5px;
}

.boutonColonneGauche a{
display:block;	
color:#4c4c4c;
text-decoration:none;
}

.boutonColonneGauche a:hover{
color:#2465c4;
}

.btnFlat{
cursor:pointer;
width:100%;
height:100%;
margin:0;
padding:2px 0px;
background-color:transparent;
background-image:none;
border:none;
}

.btnFlat:hover{
background-color:#c9d5e0;
width:100%;
padding:2px 0px;
}

#boutonDeconnexion {
font-weight:bold; /*** Pour améliorer la lisibilité des boutons ***/
background-image:url(../images/design/btn-bg.jpg);
background-repeat:repeat-x;
padding:2px;
padding-top:0px;
border:1px solid #4c4c4c;
background-color:#d7dde2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height:27px;
width:100px;
font-size:90%;
color:#4c4c4c;
line-height:30px;
text-decoration:none;
text-align:center;
float:right;
margin:0;
}

#boutonDeconnexion a{
display:block;	
color:#4c4c4c;
text-decoration:none;
}

#boutonDeconnexion a:hover{
color:#2465c4;
}

a.bouton {
font-weight:bold; /*** Pour améliorer la lisibilité des boutons ***/
margin-right:0.5em;
cursor:pointer;
background-image:url(../images/design/btn-bg.jpg);
background-repeat:repeat-x;
color:#FFFFFF;
padding:8px;
text-decoration:none;
}

.colonneGauche{
background-color:#d7dde3;
border:1px solid #999;
min-width:270px;
width:20%
float:left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align:center;
display:inline-block;
}

.colonneGauche.bouton{
width:140px;	
}

.colonneDroite{
background-color:#d7dde3;
border:1px solid #999;
min-width:600px;
width:74%;
float:right;
padding:1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.colonneDouble{
width:48%;
float:left;
background-color:#d7dde3;
border:1px solid #999;
padding:1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.colonneAll{
background-color:#d7dde3;
border:1px solid #999;
padding:1px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;	
}

/*--- TABLEAUX ---*/
table.donnees {
border-collapse:collapse;
margin:0px 0px 20px 0px;
width:100%;
}

table.donnees a {
text-decoration:none;
}

table.donnees th {
text-align:left;
padding:3px 10px;
background-color:#c9d5e0;
color:#4c4c4c;
font-weight:bold;
font-size:1.05em;
border-top:1px solid #999;
border-bottom:1px solid #999;
}

table.donnees td {
text-align:left;
padding:3px 10px;
border:0;
vertical-align:middle;
/*background-color:#D7DDE3;*/
color:#4B545A;
border-top:1px solid #ccc;
}

table.donnees td.largeurMax {
width:300px;
}

table.donnees td.bouton {
width:10px;	
}

table.donnees th.bouton {
width:10px;	
}

table.donnees td.cellule{
border-left:1px solid #aaa;
text-align:center;
}

table.donnees th.cellule{
border-left:1px solid #aaa;
}

table.donnees tfoot td {
border-top:2px solid #AAA;
text-align:right;
background-color:#D7DDE3;
}

table.donnees caption {
color:#4c4c4c;
font-weight:bold;
padding:4px;
font-size:1.1em;
text-align:center;
line-height:30px;
vertical-align:middle;
border-bottom:1px solid #999;
}

table.donnees caption img{
float:left;	
}

table.donnees ul {
list-style-type:none;
margin:0;
padding:0;
}

table.donnees ul li {
float:left;
padding:0px 10px 0px 0px;
}

table.donnees ul.listeCheckbox li {
width:150px;
text-align:left;
}

table.donnees ul.listeLargeCheckbox li {
width:300px;
text-align:left;
}

table.tableauPrint {
width:100%;
border:1px solid #000000;
font-size:1.3em;
}

table.tableauPrint td {
text-align:left;
padding:5px 10px;
border:0;
vertical-align:middle;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
}

table.tableauPrint2 {
width:100%;
border:1px solid #000000;
font-size:1.3em;
text-align:center !important;
}

table.tableauPrint2 td {
text-align:left;
padding:5px 10px;
border:0;
vertical-align:middle;
text-align:center !important;
}

div.colonne {
float:left;
width:340px;
padding:10px;
}

div.bloc {
padding:0;
margin:0 0 0 1em;
}

div.bloc h3 {
margin:0 0 0.5em 0;
padding:0 0 2px 0;
text-align:left;
color:#3F5A6F;
border-bottom:1px solid #D6DCE0;
}

div.bloc ul {
list-style-type:none;
margin:0 0 1em 0;
padding:0;
}

div.bloc ul li {
font-size:0.90em;
margin:0 0 2em 0;
padding:0;
min-height:35px;
}

div.bloc ul li a {
font-size:1.1em;
}

div.bloc ul li img {
float:left;
margin-right:0.8em;
}


fieldset {
border:0;
border-top:1px solid #D6DCE0;
padding:10px 3px;
margin:0 0 10px 0;
}

legend {
font-weight:normal;
font-size:1.4em;
}

form label {

}

.titreForm {
font-weight:bold;
padding:5px;
}

.piedForm {
margin-top:5px;
}

.btnEnregistrer{
width:32px;
height:32px;
background-image:url(../images/boutons/save.png);
border:none;
background-color:transparent;
cursor:pointer;
margin-right:20px;
}

.btnModifier{
width:32px;
height:32px;
background-image:url(../images/boutons/edit32.png);
border:none;
background-color:transparent;
cursor:pointer;
}

.btnSupprimer{
width:32px;
height:32px;
background-image:url(../images/boutons/delete32.png);
border:none;
background-color:transparent;
cursor:pointer;
}

.btnAnnuler{
width:32px;
height:32px;
background-image:url(../images/boutons/cancel.png);
border:none;
background-color:transparent;
cursor:pointer;
margin-left:20px;
}

.btnRechercher{
width:32px;
height:32px;
background-image:url(../images/boutons/search.png);
border:none;
background-color:transparent;
cursor:pointer;
margin-left:10px;
}

.btnReset{
width:32px;
height:32px;
background-image:url(../images/boutons/warning.png);
border:none;
background-color:transparent;
cursor:pointer;
margin-left:10px;
}

.btnImprimer {
width:32px;
height:32px;
background-image:url(../images/boutons/print.png);
border:none;
background-color:transparent;
cursor:pointer;
margin-left:10px;
}

.CheckBox {
border:0;
width:auto;
margin-right:5px;
padding-right:5px;
background:none;
}

textarea {
width:97%;
min-width:200px;
height:8em;
}

textarea.petit {
width:240px;
height:6em;
}

table.formulaire td.champ {
text-align:right;
vertical-align:top;
white-space:nowrap;
font-weight:bold;
color:#737373;
padding:4px;
}

table.formulaire td.champ2 {
text-align:right;
vertical-align:top;
font-weight:bold;
color:#737373;
padding:4px;
}

table.formulaire td {
padding:4px;
vertical-align:top;
}

table.formulaire tr.curFocus td {
background-color:#E8ECEE;
}

table.formulaire tr.curFocus td input, table.formulaire tr.curFocus td select, table.formulaire tr.curFocus td label, table.formulaire tr.curFocus td textarea {
color:#535353;
}

div.confirmation {
border-top:2px solid #B3B6A3;
border-bottom:2px solid #B3B6A3;
padding:10px;
background-color:#E6E7E1;
text-align:center;
margin:0 0 1em 0;
}

div.confirmation p {
margin:0;
padding:0;
text-align:center;
font-weight:bold;
}

div.fiche {
background-color:#DFDFDF;
padding:10px;
border:1px solid #3F3F3F;
margin:0 0 1em 0;
}

div.fiche h3 {
margin:0;
padding:0;
color:#000;
}

div.clear {
clear:both;
height:0;
font-size:0;
line-height:0;
margin:0;
padding:0;
border:0;
}

.discret {
font-size:0.90em;
color:#797b7d;
}

span.warning{
color:#369;
font-size:75%;
}


.oubli {
text-align:center;
padding:0px 3px;
background-color:#FF8C8F;
border-top:1px solid #C33;
border-bottom:1px solid #C33;
color:#000;	
width:100%;
margin-bottom:10px;
}

.oubli a{
text-decoration:none;
color:#000;
font-weight:normal;
display:block;
}

div#erreur {
background:#c27373;
background-image:url(../images/boutons/warning.png);
background-repeat:no-repeat;
text-align: left;
padding: 5px 5px 5px 5px;
border-top: 2px solid #F00;
border-bottom: 2px solid red;
margin:0.5em 0 1em 0;
color:#000;
}

div#erreur h3 {
color:#000;
border-bottom:1px solid #000;
}

div#erreur ul {
margin:1em 0 1em 1em;
list-style-type:circle;
}

div#erreur p {
padding:0 1em 1em 1em;
border-bottom:1px solid #7D0205;
}

table#liste-photos td.col1 img {
background-color:#FFF;
padding:3px;
border:1px solid #CCC;
}

div.pagination {
padding:0 1em;
}

#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

div.grippie {
background:#EEEEEE url(/RessourcesCentrales/librairies-javascript/jquery/plugins/textarearesizer/grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}

.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
height: 20%;
}

p.sousmenu a {
padding:0.5em;
color:#FFF;
width:200px;
background-color:#586D88;
background-image:url(../images/design/bouton.png);
background-repeat:repeat-x;
background-position:3% 50%;
border:1px solid #122D42;
text-decoration:none;
}

p.sousmenu a span {
background-image:url(/RessourcesCentrales/images/icones/actions/options.png);
background-repeat:no-repeat;
background-position:3% 50%;
padding-left:30px;
}

p.sousmenu a:hover {
background-color:#913F13;
}

noscript {
color:#60550D;
}

noscript p {
text-align:center;
margin:0;
padding:0;
}


div.colonne-all {
width:900px;
padding:0 10px;
float:left;
}

div.colonne-separation {
float:left;
width:3%;
height:100px;
}

div.colonne-separation-horizontal {
width:100%;
height:50px;
}

div#menu {
background-color: #d7dde3;
border:1px solid #9c9e9f;
width:100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
height:45px;
list-style:none;
line-height:45px; 
display:inline-block;
z-index:3000;
cursor:default;
margin-bottom:15px;
position:relative;
}

#menu a {
text-decoration:none;
color:#2C2C2C;
cursor:default;
} 

#menu li {
background:#d7dde3 none repeat scroll 0 0;
cursor:pointer;
float:left;
position:relative;
padding:0px 5px;
list-style:none;
border-right:1px solid #9c9e9f;
min-width:149px;
width:15.5%;
text-align:center;
cursor:default;
}

#menu li a{
cursor:default;
display:block;
}

#menu li a.menu-principal{
cursor:pointer;
}

#menu li a.menu-principal:hover{
color:#2465c4;
}

#menu ul { 
padding:0px; 
margin:0px; 
display:block; 
display:inline;
}
#menu li ul { 
position:absolute;
left:-1px; 
top:0px; 
margin-top:45px;
line-height:16px;
background-color:#d7dde3; 
color:#4a4a4a; /* for IE */ 
display:none; 
border:1px solid #9c9e9f; 
border-top:none; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-top:1px solid #999;
z-index:1000;
}
#menu li:hover ul { display:block; }
#menu li ul li{ 
display:block;
padding-bottom:3px;
padding-top:8px;
list-style-type:none; border:none;
font-size:80%;
text-align:center;
border-top:1px solid #999;
width:95%;
}
#menu li ul li:first-child { border-top: none; }
#menu li ul li a { display:block; cursor:pointer; color:#2465c4;}
#menu li ul li a:hover { color:#4a4a4a; }
#menu #main { 
left:0px;
top:-20px; 
padding-top:20px; 
background-color:#d7dde3; 
color:#fff;
z-index:2000;
} 

ul.options-horizontales {
margin:0;
padding:0;
list-style-type:none;
}

ul.options-horizontales li {
margin:0 10px 0 0;
padding:0;
float:left;
width:280px;
white-space:nowrap;
}

#calendrier{
vertical-align:middle;
cursor:pointer;
}

#calendrier2{
vertical-align:middle;
cursor:pointer;
}

.allignementImage img {
margin:-15px 0px 0px 10px;
}

table.formulaireRecherche select {
width:120px;
}

.rouge {
font-weight: bold;
color:#ff0000 !important;
}

.vert {
font-weight: bold;
color:#03a406 !important;
}

.right {
text-align:right !important;
}

.centrer {
text-align:center !important;
}

div.espacement {
margin:0px 0px 5px 0px;
}

div.espacement-horizontale {
width:50px;
padding:0px 10px 0px 0px;
float:left;
}

div.important {
text-align:center;
background-color:#c8c6c6;
color:#ff0000;
border:1px solid #5b5b5b;
font-size:1.4em;
margin:0px 0px 15px 0px;
padding:10px 10px 10px 10px;
}

td.textePetit {
font-size:0.6em;
}

span.textePetit {
font-size:0.75em;
}

li.selectionCategories {
width:48%;
}

.textePetit {
font-size:0.9em;
}

.nowrap {
white-space:nowrap;
}
