/*******************************************************************************
*                      Définition des propiétés générales                      *
*******************************************************************************/
* {
  padding: 0;
}

a {
  text-decoration: none;
}

acronym {
  cursor: help;
}

body {
  background-color:#f2f2f2;
  background-image: url(../images/fond.gif);
  font-family: "Trebuchet MS", Verdana, "Lucida Grande", arial, Sans-Serif;
  font-size: 0.8em;
  text-align: center; /* pour corriger le bug de centrage IE */
}

/*
:focus{
  background-image: none !important;
  background-color:#fcc246 !important;
  color:#ff6633 !important;
}
*/

fieldset {
  margin: 0 23px 8px 23px;
  border-color: #8f8f8f;
  padding: 8px 0 8px 12px;
}

h1, h3, h4, h2 {
  margin-top: 0;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  background-color: transparent; /* #fcc462 */
  color: #000;
  font-family: "Lucida Calligraphy", "Lucida Sans Unicode", "monotype Corsiva", "Viner Hand ITC", arial, Sans-Serif;
  background-image: url(../images/menu/chapeau_corps.gif);
  margin-bottom: 0;
  margin-left: 174px;
  margin-right: 7px;
}

h2 {
  font-size: 1.3em;
  border-bottom: 1px #fe892e solid;
  border-left: 2px #fe892e solid;
  margin-left: 14px;
  margin-right: 28px;
  padding-left: 30px;
  color: #f29417;
  background: url(../images/little_palette.png) no-repeat left bottom ;
  line-height: 25px ;
  font-weight: normal;
}

h3 {
  font-weight: bold;
  text-align: center;
  font-family: "Viner Hand ITC", arial, Sans-Serif;
  color: #559c39;
  font-size: 1.8em;
  letter-spacing: 2px;
}

img {
 border: none;
}

input, textarea, select {
  border: 1px solid #fcc462;
  margin: 5px 0 0 0;
  padding: 1px;
}

input:hover, textarea:hover, select:hover {
  border-color: #559c39;
}

input:focus, textarea:focus, select:focus {
  border-color: #fe892e;
}

label {
  font-family: "Book Antiqua", time, "comic Sans Ms", Arial, Sans-Serif;
  cursor: pointer;
  display: inline;
  float: left;
  margin: 0 0 0 35px;
  line-height: 1.4;
}

legend {
  color: #559c39;
  font-weight: bold;
  font-size: 1.1em;
  font-family: times, Helvetica, "comic Sans Ms", Arial, Sans-Serif;
  padding: 0 6px;
  margin: 0 5px;
}

p em {
  color: #5f5f5f;
  font-weight: bold;
}

ul, ol, li {
  list-style: none;
  margin: 0;
}


/*********************** Mise en forme des paragraphes ************************/
#corps p {
  font-size: 1.1em;
  text-align: justify;
  margin: 14px 20px 26px 20px;
  text-indent: 40px;
}

#corps p:first-letter {
  font-size: 1.4em;
  color: #f90;
}

p a {
  font-weight: normal;
  color: #009a00;
}

p a:hover {
  font-weight: bold;
  text-decoration: underline;
}

p#rmq {
	text-indent: 0px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

p#rmq:first-letter {
  font-size: 1em;
  color: black;
}

p#presentation {
  font-family: "Viner Hand ITC", Verdana, Geneva, Sans-Serif;
}

p#dir {
  text-align: center;
  font-weight: bold;
  text-indent: 0;
}

p#dir:first-letter {
  color: black;
  font-size: 1.1em;
}

#footer p {
  text-indent: 0;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 0;
}
/******************************************************************************/

/*********** Mise en forme des images dans les paragraphes et liste ***********/
li img, p img {
  vertical-align: middle;
}


/******************************************************************************/
strong {
  color: black;
}

/*******************************************************************************
*                            Définition des classes                            *
*******************************************************************************/
.boutons {
  text-align: right;
  margin: -33px 34px 38px 0;
}

em.asterix {
  color: red;
  font-weight: normal;
  font-style: normal;
}

.styleBulle {
  display: none;
  position: absolute;
  font-family: "comic sans ms", arial, Sans-Serif;
  font-size: 0.8em;
  color: #f33;
  background-color: #fde46f;
  border: 1px dashed #c00;
  padding: 4px;
  z-index: 1000;
  width: 200px;
  text-align: left;
}

#menu_footer li.dernier, #menuAdmin li.dernier {
  border: 0;
  padding-right: 0;
}

/*******************************************************************************
*                         Définition des sélécteurs                            *
*******************************************************************************/
#page {
  background-color: #ecebeb;
  border:5px #707070 double;
  width: 780px;
  margin: 0 auto;
  text-align: left; /* on rétablit l'alignement normal du texte */
}

.visiteur {
  background: url(../images/fond/fond_orange_v2.png) repeat-y left;
  
}

.admin {
  background: url(../images/fond/fond_vert_v3.png) repeat-y left;
}

/****************************** Entete de la page *****************************/
#header {
  background: url(../images/header/header.jpg) right center no-repeat;
  border-bottom: 4px #ffa74f double;
}

#header img {
  margin: 30px 0;
}
/******************************************************************************/

/*********************** Mise en forme du menu de gauche***********************/
#menu {
  float: left;
  width: 160px;
  margin-left: 8px;
  display: inline;   /** Permet de corriger le bug de doublement de marge de IE */
}

#menu_general, #information {
  background-color: white;
  border: 1px #f47a00 solid;
  border-top: 0px;
  margin-bottom: 26px;
}

#menu h4 {
  font-variant: small-caps;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background-color: transparent; /* #fcc462; */
  color: #000;
  font-family: Book Antiqua, time, Helvetica, Sans-Serif;
  background-image: url(../images/menu/chapeau.gif); /* ../images/barreTitre.png */
  margin-bottom: 0; /* -1px */
}

#menu li {
  display:inline;
}

#menu a {
  color: #707070;
  display: block;
  font-weight: bold;
  border-bottom: 1px silver dotted;
  font-size: 1.1em;
  padding: 4px 10px;  /* left: 12px - top: 6px */
  width: 138px;   /* 140px */
}

#menu ul ul a
{
  padding: 4px 4px 4px 30px;
  width: 124px;   /* 125px */
  font-style: italic;
}

#menu a:first-letter {
  color: #ff9900;
}

#menu a:hover {
  background-color: #fedf81;
  color: black;
}

#menu ul li a.dernier {
  border-bottom: none;
}
/******************************************************************************/


/********************** Mise en forme du pied de page *************************/
#footer {
  margin: 24px auto 8px auto;
  width: 564px;
  font-weight: bold;
  font-size: 0.9em;
  clear: left;
}

#menu_footer li {
  border-right: 2px solid #f60;
  display:inline;
  margin: 0 4px 0 0;
  padding: 0 6px 0 0;
}

#menu_footer a {
  color:#f90;
}

#menu_footer a:hover {
  color:#707070;
  border-bottom: 1px solid #707070;
}
/******************************************************************************/


/********************* Mise en forme du la page (contenu) *********************/
#corps {
  border: 1px #f90 solid;
  border-top: 0px;
  padding: 16px 8px 24px 8px;
  margin-left: 174px;
  margin-right: 7px;
  background-color: white;
}

#corps.bgContact {
  background-image: url(../images/bgimg/contact.png);
  background-repeat: no-repeat;
  background-position: 18px 45px;
}

#corps.bgIdentification {
  background-image: url(../images/bgimg/identification.png);
  background-repeat: no-repeat;
  background-position: 490px 35px;
}

#corps.bgGalerie {
  background-image: url(../images/bgimg/galerie.png);
  background-repeat: no-repeat;
  background-position: 450px bottom;
}

/******************************************************************************/
#erreur, #valid, #vide {
  padding: 1%;
  color: white;
  font-weight: bold;
  margin: 25px;
  text-align: center;
  -moz-border-radius:6px;
  border-radius:6px;
}

#erreur {
  border: 2px red solid;
  background-color: #ff8c8c;
}

#valid {
  border: 2px #006600 solid;
  background-color: #00c100;
  margin: 2% 25px;
}

#vide {
  border: 1px #ff9900 solid;
  border-left-width: 8px;
  background-color: #ffedd2;
  color: black;
}

#position {
  margin: 8px;
  padding: 5px 20px;
  background-color: #ececec;
  color: #060;
  font-weight: bold;
  border: 1px #6f6f6f solid;
  background: url(../images/barrePosition.png) repeat-x;
  font-family: "comic Sans Ms", "Trebuchet MS", Helvetica, Arial, Sans-Serif;
}

#numPages {
  color: #060;
  font-weight: bold;
  font-family: "comic Sans Ms", "Trebuchet MS", Helvetica, Arial, Sans-Serif;
  margin-left: 12px;
}

#position a, #numPages a {
 color: #92bc10;
 font-weight: bold;
}

span.actif {
  color: black;
}

#numPages a, #numPages .actif {
  margin-right: 6px;
}

#position a:hover, #numPages a:hover {
  text-decoration: underline;
  color: #fe8d2e;
}
/******************************************************************************/


/*********************** Mise en forme du menu d'admin ************************/
#menuAdmin {
  background-color: #bbe262;
  background: url(../images/barreAdmin.png) repeat-x;
  border: 1px #060 solid;
  margin: 0 7px 6px 174px;
  font-size: 0.9em;
}

#menuAdmin ul {
  padding: 4px 0;
  text-align: center;
}

#menuAdmin li {
  display:inline;
  border-right: 1px white dotted;
}

#menuAdmin a {
  color: white;
  font-weight: bold;
  margin: 2px;
  padding: 4px;
}

#menuAdmin a:hover {
  border-bottom: 3px #090 solid;
  color: #090;
}
/******************************************************************************/


/***************** Mise en forme des différents formulaires *******************/
#modifCompte label {
  width: 200px;
}

#modifCompte img {
  cursor: help;
}

#modifCompte #submit {
  text-align: right;
  padding-right: 1em;
}

div#infos {
  margin: 20px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}

#ajoutTableau label {
  width: 180px;
}

#ajoutLien label {
  width: 135px;
}

#contact label {
  width: 115px;
}

#bloc_contact {
  width: 100%;
}

#contact textarea {
 margin-left: 35px;
}

#infosContact {
  text-align: center;
  margin-bottom: 28px;
}

#identif label {
  width: 140px;
}

#modifTab label {
  width: 120px;
}
/******************************************************************************/

/********************** Mise en forme des infos du contact ********************/
.text {
  font-family: "Palatino Linotype", "Book Antiqua", time, Helvetica, Sans-Serif;
  font-weight: bold;
  color: #f29417;
  margin-bottom: 4px;
}

.labels {
  font-style: italic;
  color: #009a00;
  font-weight: bold;
}
/******************************************************************************/

/************************** Mise en forme des galeries ************************/
ol#miniatures li {
  float: left;
  text-align: center;
  padding-left: 20px;  /* 1.2% */
  padding-bottom: 2%;
  height: 130px;
}

ol#miniatures li a {
  float: left;
  white-space: nowrap;
  border: 1px solid #bbb;
}

ol#miniatures li a:hover {
  border: 1px solid black;
  background-color: #cfcfcf;
}

ol#miniatures li a img {
  display: block;
  padding: 5px;
}

.spacer {
  clear: both;
  height: 0;
}

#precedent {
  width: 80px;
  float: left;
  margin-left: 8px;
}

#suivant {
  width: 80px;
  float: right;
  margin-right: 8px;
}

#precedent img, #suivant img {
  /*margin-top: -5px;*/
}
/******************************************************************************/

/********************* Mise en forme de la partie "Tableaux" ******************/
#infosTableau {
  margin: 0 95px 12px 95px;
}

table {
  border-collapse: collapse;
  border: 1px solid #7f7f7f;
  margin: auto;
}

td.titreLigne {
  color: #5f5f5f;
  font-weight: bold;
}

td {
  padding: 1px 5px;
}

tr {
   border-bottom: 1px #ff6600 dotted;
   border-top: 1px #ff6600 dotted;
}

#infosTableau tr.row0 {
  background-color: #ffff99;
  color: #009a00;
}

#infosTableau tr.row1 {
  background-color: #ffee66;
  color: #009a00;
}

#tableau {
  text-align: center;
  margin-bottom: 20px;
}

.titre_photo {
  float: left;
}

#tab.boutons {
  margin-top: 0px;
  margin-bottom: 18px;
}
/******************************************************************************/

.nbTableaux {
  float: right;
  white-space: nowrap;
  margin: -34px 34px 0px 0px;
}

#blocAjoutGal {
 border: 1px #ff9900 solid;
 width: 400px;
 height: auto;
 z-index: 1000;
 position: absolute;
 background-color: white;
}

#ajoutGalerie label {
  width : 110px;
}
/******************************************************************************/

/************************** Mise en forme de Liens ****************************/
dl {
  margin-bottom: 40px;
}

dt a:link, dt a:visited {
  float: left;
  display: inline;    /** Permet de corriger le bug de doublement de marge de IE */
  left: 0;
  text-align: left;
  margin: -8px 5px 0 14px;
  padding: 5px 80px 5px 5px;
  border: 1px black dotted;
  background-color: #bbe262;
  color: #006633;
  font-weight: bold;
}

dt a:hover {
  background-color: #559c39;
  color: white;
}

dd {
  padding: 6px;
  margin: 14px 30px;
  border: 1px #6f6f6f solid;
  background-color: #f5f5f5;
}
/******************************************************************************/

/*************************** Mise en forme du Plan ****************************/
#plan ul {
  margin-left : 26px;
}

#plan ul li {
  background: url(../images/icones/page_3.png) no-repeat;
  padding: 3px 0 3px 25px;
  margin: 1em 0;
}

#plan ul li a {
  color: #92bc10;
  font-weight: bold;
  font-size: 1.1em;
}

#plan ul li a:hover {
  color: #006600;
  font-style: italic;
}

#plan ul li ul li {
  background: url(../images/icones/tableau.png) no-repeat;
}

#plan ul li.galerie {
  background: url(../images/icones/dossier.png) no-repeat;
}

#plan ul li.galerie a {
  color: #f29417;
}

#plan ul li.galerie a:hover {
  color: #ff6600;
}

#plan ul li.galerie ul {
  margin-left: 12px;
}

#plan ul li.galerie ul li a {
  color: #707070;
}

#plan ul li.galerie ul li a:hover {
  color: black;
}
/******************************************************************************/


/*
form div.ligne {
  margin: 5px 0 0 0;
}
*/

#precedent a span, #suivant a span {
  display: none;
}

#precedent a:hover span, #suivant a:hover span {
  display: block;
  text-align: center;
  color: #92bc10;
  font-weight: bold;
}

#pagesResultats {
  text-align: center;
  margin-bottom: 28px;
}

#resultats {
  margin: 0 135px 0 135px;
}

#pagesResultats #suivant, #pagesResultats #precedent {
  width: 120px;
}

#tri {
  font-style: italic;
  color: #ff9900;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 16px;
}

#oubli:link, #oubli:visited {
  color: #5f5f5f;
}

#oubli:hover {
  text-decoration: underline;
}

/**************** Mise en forme du liens de validation du footer **************/
ul#rollover li {
  display: inline;   /** Permet de corriger le bug de IE qui met les elts sous forme d'escalier */
}

#xhtml a, #css a, #firefox a {
  float: left;
  width: 80px;
  margin: 12px 8px 0 0;
}

#xhtml a {
 background: url(../images/soutiens/xhtml.png) no-repeat 0 0;
}

#xhtml a:hover {
  background: url(../images/soutiens/xhtml.png) no-repeat -80px 0;
}

#css a {
  background: url(../images/soutiens/css.png) no-repeat 0 0;
}

#css a:hover {
  background: url(../images/soutiens/css.png) no-repeat -80px 0;
}

#firefox a {
  background: url(../images/soutiens/firefox_1.png) no-repeat 0 0;
}
/******************************************************************************/

#footer p {
  margin: 0;
}

.bouton input {
  border: none;
  margin-left: 24px;
}

/******************* Mise en forme des informations du site *******************/
ul#site li {
  margin-left: 24px;
  margin-bottom: 12px;
  list-style: square;
}

ul#site li a {
  font-weight: normal;
  color: #009a00;
}
ul#site li a:hover {
  text-decoration: underline;
  font-weight: bold;
}
/******************************************************************************/

#corps img#signature {
  width: 90px;
  height: 33px;
  margin-left: 480px;
  margin-right: 8px;
}

#connect {
 text-align: center;
 margin-bottom: 25px;
}


/********************** Mise en forme de l'accueil admin **********************/
ul#menuA {
  margin: 0;
  padding: 0;
  font-weight: bold;
  list-style-type: none;
  font-size: 1.1em;
  height:1%;
}

ul#menuA li {
  float: right;
  margin: 2px;
}

ul#menuA a {
  display: block;
  color: #707070;
  border: 1px silver dotted;
  text-align: right;
  text-decoration: none;
  padding: 22px 4px 22px 20px;
  width: 258px;
}

ul#menuA a:hover {
  color: black;
  background: #fedf81;
}

ul#menuA a:first-letter {
  color: #ff9900;
}

#spacer {
  clear: right;
}
