/* --------------------------------------------------------------

   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)

-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/forms.css";
@import "lib/plugins/semi-fixed-footer.css";
@import "lib/plugins/pastilles.css";
@import "lib/plugins/jquery.fancybox.css";



@media screen, projection {

/* STRUCTURE GLOBALE
-------------------------------------------------------------- */
html, body { /*Pour forcer ces deux elements a prendre toute la place par defaut*/
  min-height: 100%;
  height: auto !important;
  height: 100%;
  font-size: 100%; /*Pour la mise a echelle des tailles en em*/
}


body {
  margin:0;
  font-size: .75em; /*une taille des polices par defaut pas trop grande*/
  color:#404040;/*noir 75%*/
  text-align:left;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#global {
  min-width:900px;
  max-width:1190px;
  padding:7em 3.5em 1.7em 3.5em;
  background:url(../img/bg_global.gif) no-repeat 100% 324px;
}

#galerie #global {
  background:url(../img/sp.gif) no-repeat top left;
}

#rangee1, #rangee2, #rangee3, #rangee4 {
  clear:both;
  width:100%;
}

#rangee1 {
  height:1.5em;
}

#rangee2 {
  padding-top:8em;
  height:3em;
  padding-bottom:6em;
}

#rangee3 {
  height:1.6em;
  background-color:#fff;
}

#rangee4 {
  margin-top:4.5em;
  margin-bottom:2em;
  float:left;
}

#rangee5 {/*plus de def dans le plugin semi-fixed-footer.css*/
  clear:left;
  height:1.5em;
  min-width:900px;
  max-width:1110px;
  padding-bottom:1em;
  width:91%;
}

.colonne1, .colonne2, .colonne3, .colonne4 {
  float:left;
  width:25%;
}

.colonneSpan234 {
  float:left;
  width:75%;
}

#rangee4 .colonneSpan234 {
  min-height:230px;
}

#rangee3 ul {
  padding:0;
  margin:0;
}

#rangee3 ul li {
  list-style:none;
  padding:0;
  margin:0;
}


/* GENERAL TYPOS
-------------------------------------------------------------- */

ul, a, h1 {
  text-transform:uppercase;
  letter-spacing:.3em;
  margin:0;
  padding:0;
  color:#BFBFBF;/*noir 25%*/
}

a {
  text-decoration:none;
}

ul li  {
  list-style:none;
  float:left;
}

#rangee4 ul li  {
  float:none;
}

a:visited {
  color:#BFBFBF;/*noir 25%*/
}

a:hover {
  color:#404040;/*noir 75%*/
  text-decoration:none;
}

a:hover img {
  opacity: 0.77;
  -moz-opacity: 0.77;
  filter: alpha(opacity=77);
}

li.selected a {
  color:#404040;/*noir 75%*/
}

li.selected a:hover, li ul li.selected a:hover {
  cursor:default;
}

li.selected ul li a:hover {
  cursor:pointer;
}

#rangee2 .colonneSpan234 h1 {
  letter-spacing:.5em;
}

#rangee1 li, #rangee3 li, #rangee5 li {
  line-height:1em;
  background:url(../img/gris25.gif) repeat-y top left;
}

/* CLASSES GENERIQUES
-------------------------------------------------------------- */

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

a.action {
  display:block;
  float:left;
  width:9px;
  height:14px;
}

a.action span {
  display:none;
}

a.fermer {
  margin-left:14px;
}

a.fermer, a.premsFermer {
  background:url(../img/popup_actions.gif) no-repeat -17px 0;
}

a.fermer:hover, a.premsFermer:hover {
  background:url(../img/popup_actions.gif) no-repeat -17px -28px;
}

a.suivante {
  background:url(../img/popup_actions.gif) no-repeat -29px 0;
  margin-left:7px;
}

a.suivante:hover {
  background:url(../img/popup_actions.gif) no-repeat -29px -11px;
}

a.precedente {
  background:url(../img/popup_actions.gif) no-repeat 0 0;
  margin-right:5px;
}

a.precedente:hover {
  background:url(../img/popup_actions.gif) no-repeat 0 -11px;
}

/* HOME + CONTACT + LANGUES + FOOTER
-------------------------------------------------------------- */
#rangee1 .colonne1 li {
  padding-left:9%;
  margin-left:9%;
}

#rangee5 .colonneSpan234 li {
  padding-left:3%;
  margin-left:3%;
}

#rangee5 .colonne1 li.prems {
  background:url(../img/sp.gif) no-repeat top left;
}

#rangee1 .colonne1 li.prems {
  padding-left:0;
  margin-left:0;
  background:url(../img/sp.gif) no-repeat top left;
}

#rangee5 .colonneSpan234 li.prems {
  margin-left:0;
}

#rangee1 .colonneSpan234 li {
  padding-left:2.3%;
  margin-left:2.3%;
}

#rangee1 .colonneSpan234 li.prems {
  margin-left:0;
}

/* NAVIGATION DOMAINES
-------------------------------------------------------------- */

#rangee3 {
  position:relative;
}

#rangee3 ul {
  position:absolute;
  top:0;
  left:0;
  float:left;
  width:100%;
  z-index:11;
}

#rangee3 ul li {
  padding-left:4%;
  padding-bottom:7px;
  background:url(../img/navigation_ul_border.gif) no-repeat top left;
}

#rangee3 ul li.colonne1 {
  background:url(../img/sp.gif) no-repeat top left;
}

#rangee3 ul li.colonne1, #rangee3 ul li.colonne2, #rangee3 ul li.colonne3, #rangee3 ul li.colonne4 {
  width:21%;
}

#rangee3 ul li.selected {
  background:url(../img/navigation_ul_bord_bl.gif) no-repeat top left;
}

#rangee3 ul.selected1 li.colonne2 {
  background:url(../img/sp.gif) no-repeat top left;
}

#rangee3 ul.selected2 li.colonne3 {
  background:url(../img/sp.gif) no-repeat top left;
}

#rangee3 ul.selected3 li.colonne4 {
  background:url(../img/sp.gif) no-repeat top left;
}

#rangee3 ul li.colonne1 {
  padding-left:0;
  width:25%;
}

#rangee3 .simulateHr {
  border:0;
  margin:0;
  height:19px;
  position:absolute;
  right:0;
  top:0;
  width:100%;
  background:url(../img/noir.gif) no-repeat bottom left;
  z-index:10;
}

#rangee3 .hrselected1 {/*1er domaine en surbrillance*/
  width:75%;
}

#rangee3 .hrselected2 {/*2eme domaine en surbrillance*/
  width:50.1%;
}

#rangee3 .hrselected3 {/*3eme domaine en surbrillance*/
  width:25%;
}

#rangee3 .hrselected4 {/*4eme domaine en surbrillance*/
  width:0;
}






/*NAVIGATION CONTEXTUELLE
-------------------------------------------------------------- */

ul#menu {
  margin-top:.5em;
}

ul#menu li {
  margin:0 0 1em 0;
  line-height:2.0em;
}

ul#menu li ul li {
  margin:1em 0 1em 1.5em;
  line-height:2.0em;
}

ul#menu li.connexe {
  margin:3em 0 1em 0;
  line-height:2.0em;
}

/*HOMEPAGE
-------------------------------------------------------------- */
#accueil {
     position:absolute;
     top: 50%;
   left:0;
     width: 100%;
     height: 150x;
   margin-top:-165px;
}

#accueilInterne {
     position:relative;
     width: 805px;
     height: 150px;
   margin:0 auto;
}

#accueil h1 span {
     display:none;
}

.centerFloats {
  width:100%;
  margin-top:65px;
  overflow:hidden;
}

#accueil ul {
   float:left;
   position:relative;
   left:50%;
}

#accueil ul li {
   background:url(../img/home_sep.gif) no-repeat center left;
   margin-left:42px;
   padding-left:42px;
   position:relative;
   right:50%;
}

#accueil ul li.prems {
   background:url(../img/sp.gif) no-repeat top left;
   margin-left:0;
   padding-left:0;
}

#accueil a.inactifDE:hover, #accueil a.inactifEN:hover {
   cursor:default;
}

/*IMAGES DANS DU TEXTE
-------------------------------------------------------------- */

.imagesDansDuTexte {
  float:left;
  width:33.33%;
  margin-bottom:1.9em;
  overflow:hidden;
  margin-top:7px;
}

.imagesDansDuTexte img {
  margin-right:2%;
}

/*PHOTOGRAPHIES
-------------------------------------------------------------- */

.photographies {
  overflow:hidden;
  margin-top:0;										/*#########################A CHANGER SI LES CHAMPS RECHERCHE REAPPARAISSENT: 27px############*/
}

.photographies img {
  margin-right:0.5%;
  margin-bottom:.2em;
}

/*RECHERCHE PHOTOGRAPHIES
-------------------------------------------------------------- */

#rangee4 .photos ul#menu {
  margin-top:0.5em;										/*#########################A CHANGER SI LES CHAMPS RECHERCHE REAPPARAISSENT: 0############*/
}

#rangee4 .colonne1 input.form-field {
  padding:5px 0 3px 2px;
  width:99.3%;
}

#rangee4 .colonne1 select.form-select {
  width:100%;
}

#rangee4 .colonne1 input.form-field, #rangee4 .colonne1 select.form-select {
  color:#404040;/*noir 75%*/
  font:normal .9em "Trebuchet MS",Arial,Helvetica,sans-serif;
  border:none;
}

#rangee4 .colonne1 input.form-check {
  border:none;
  background-color:#FFFFFF;
  margin-top:6px;
  margin-right:5px;
}

p.ajaxSearching {
  padding: 3px 0 0 35px;
  background:#fff url(../img/spin.gif) no-repeat;
  min-height: 35px; }

p.photos_f_05, p.photos_f_06 {
  margin-bottom:0;
  line-height:1em;
}

a.photos_f_06, a.photos_f_05 {
  margin-bottom:.9em;/*accent*/
  line-height:1em;
}

a.photos_f_05 {
  margin:.8em 0;/*pas accent*/
}

#rangee4 .colonne1 input.form-button {
  display:none;
}

#rangee4 .colonne1 label {
  display:block;
  color:#BFBFBF;
  padding-left:2px;
  line-height:1em;
  margin-top:11px;
}

#rangee4 .colonne1 label.selectedLabel {
  color:#000000;
}

#rangee4 .colonne1 label.checkboxes {
  display:inline;
  margin-top:0;
  margin-right:5px;
}

#rangee4 .colonne1 input.form-field, #rangee4 .colonne1 input.form-field {
  background:#FFFFFF url(../img/trait_recherche.gif) repeat-x 0 19px;
}

#rangee4 .colonne1 #simpleSearch input.form-field, #rangee4 .colonne1 #simpleSearch input.form-field {
  margin-bottom:1.3em;
}

#rangee4 .colonne1 input.form-field:focus, #rangee4 .colonne1 input.form-field:focus {
  background:#FFFFFF url(../img/trait_recherche.gif) repeat-x 0 -16px;
}

#rangee4 .colonne1 form#simpleSearch {
  margin-top:0.5em;
}

#rangee4 .colonne1 form#advSearch {
  width:85%;
  background-color:#F1F1F1;/*noir 5%*/
  padding-bottom:3px;
  margin-bottom:1em;
  margin-top:3em;
}

#rangee4 .colonne1 form#advSearch a.photos_f_05 {
  background:#FFFFFF url(../img/nf_menus_photos.gif) no-repeat scroll 19px -290px;
  width:100%;
  padding:2px 0;
  margin:0.8em 0 0 0;
}

#rangee4 .colonne1 form#advSearch a.photos_f_05:hover {
  background:#FFFFFF url(../img/nf_menus_photos.gif) no-repeat scroll 19px -334px;
}

#rangee4 .colonne1 a span.doubleFleches {
  display:block;
  width:15px;
  height:15px;
  background:#FFFFFF url(../img/doubles-fleches.gif) no-repeat top left;
}

/* POPUP
-------------------------------------------------------------- */

#popup {
  width:100%;/*525px=100% ds les proprtions originales*/
  padding-top:10px;
  color:#000;
}

#popup .floatLeft {
  width:47.6%;
  margin-right:6%;
}

#popup .floatLeft img {
  clear:left;
  position:absolute;
  bottom:10px;
  left:0;
}

#popup .floatRight {
  width:46.4%;
  position:relative;
  height:380px;
}

#popup .floatRight h1 span {
  display:none;
}

#popup .floatRight h1 {
  background:#FFFFFF url(../img/popup_htappe.gif) no-repeat top left;
  width:100%;
  height:10px;
}

#popup .floatRight .texte {
  position:absolute;
  left:0;
  bottom:145px;
  width:100%;
}

#popup .floatRight .texte p {
  margin-bottom:0;
  margin-top:11px;
  line-height:1.35em;
}

#popup .actions {
  height:75px;
}

#popup .titre {
  float:left;
  width:98.3%;
  background:#FFFFFF url(../img/popup_ligne.gif) no-repeat bottom left;
  padding-left: 1.7%;
  padding-bottom:1px;
  margin-bottom:20px;
}

#popup .titre h2 {
  float:left;
  width:70.8%;
  color:#000;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:.1em;
  line-height:1.1em;
  font-family:Arial, Helvetica, sans-serif;
}

#popup .titre span.imgID {
  display:block;
  float:right;
  width:auto;
  color:#000;
  font-size:.8em;
}

#popup a {
  text-transform: none;
  letter-spacing:0;
}

#popup p, dl {
  font-size:.9em;
  line-height:.9em;
  margin-bottom:10px;
}

#popup dl {
  width:100%;
  padding-bottom:30px;
  padding-top:237px;
}

#popup dl dt,#popup dl dd {
  margin-bottom:7px;
}

#popup dl dd {
  line-height:1.35em;
}

#popup dl dt {
  clear:both;
  float:left;
  width:60%;
  margin-right:5%;
  display:none /*selon ticket #51 du 02.04.2009, point 2 */
}

#popup dl dd {
  float:left;
  width:95%;
}

#popup p.naissance, #popup p.legendDroits {
  clear:both;
}

#popup p.legendObtenir {
  position:absolute;
  bottom:0;
  left:0;
  margin-bottom:0;
  width:100%;
}

#popup p.commentaire {
  clear:both;
  line-height:1.5em;
}

/*naviguation entre images*/

.naviguer {
	position:absolute;
	top:8px;
	left:25px;
	  z-index:181;
}

/*positionnement pour la galerie*/

#galerie .naviguer {
	top:35px;
	left:33px;
}


/*bouton fermer pour des popups image*/

div#closePopupImage {
  background:url(../img/popup_actions.gif) no-repeat -17px 0;
  cursor:default;
  display:none;
  height:10px;
  float:left;
  width:9px;

}

div#closePopupImage:hover {
  background:url(../img/popup_actions.gif) no-repeat -17px -28px;
  cursor:pointer;
}

/*reecriture bouton fermer pas utile finalement mais genere dynamiquement donc je ne peux pas
supprimer le HTML du lien dans les popups portraits ... */

a#closePopup { display:none; }

/*reecriture des fleches du plugin fancy pour la popup image de contenu*/

a#fancy_left {
  float:left;
  background:url(../img/popup_actions.gif) no-repeat 0 0;
}

a#fancy_left:hover {
  background:url(../img/popup_actions.gif) no-repeat 0 -28px;
}

a#fancy_right {
  float:left;
  margin-left:8px;
  background:url(../img/popup_actions.gif) no-repeat -37px 0;
}

a#fancy_right:hover {
  background:url(../img/popup_actions.gif) no-repeat -37px -28px;
}

a#fancy_left, a#fancy_right {
  height:14px;
  width:15px;
}

a#fancy_left span, a#fancy_right span {
  display:none;
}

#fancy_title table {/*on ne veut pas afficher de caption sous la popup*/
  display:none;
}

#fancy_content {
	clear:left;
}

/* CONTENUS
-------------------------------------------------------------- */

#rangee4 .colonneSpan234 p, #rangee4 .colonneSpan234 ul, #rangee4 .colonneSpan234 ol, #rangee4 .colonneSpan234 dl {
  font-size:.95em;
  line-height:2.1em;
}

#rangee4 .colonneSpan234 p, #rangee4 .colonneSpan234 table {
  margin:0 0 2.5em;
}

#rangee4 .colonneSpan234 a {
  text-transform:none;
  letter-spacing:0;
  font-family:Verdana, Geneva, sans-serif;
}

#rangee4 .colonneSpan234 h1, #rangee4 .colonneSpan234 ul, #rangee4 .colonneSpan234 a, #rangee4 .colonneSpan234 p {
  color:#000;/*noir 100%*/
  font-family:Verdana, Geneva, sans-serif;
  text-transform:none;
  letter-spacing:0;
}

#rangee4 .colonneSpan234 a, #rangee4 .colonneSpan234 a:visited {
  color:#AAAAAA;/*noir 50%*/
  font-weight:bold;
}

#rangee4 .colonneSpan234 a:hover {
  color:#404040;/*noir 75%*/
}

#rangee4 .colonneSpan234 h2, #rangee4 .colonneSpan234 h3 {
  clear:left;
  margin:.5em 0;
  line-height:1.2em;
  font-size:1em;
  font-weight:bold;
}

#rangee4 .colonneSpan234 h3 {
  border:1px solid;
  padding:5px;
  width:auto;
  display:inline-block;
}

#rangee4 .colonneSpan234 h2.enpremier, #rangee4 .colonneSpan234 h3.enpremier {
  margin:.3em 0 .5em 0;
}

#rangee4 .colonneSpan234 ul li {
  list-style: circle;
  list-style-position:outside;
  margin-left:3em;
}

#rangee4 .colonneSpan234 span.legend {
  font-style:italic;
}






/* CORRECTION IE7
-------------------------------------------------------------- */

*+html ul#menu li {
  line-height:1em;
  margin:0 0 .5em;
}

*+html ul#menu li ul li {
  line-height:1em;
  margin:.5em 0 .5em 1.5em;
}

*+html .colonneSpan234 {
  width:70%;
}

*+html #rangee3 ul li.colonne4 {
  width:18%;
}

*+html #popup .floatLeft img {
  bottom:30px;
}

*+html #popup .floatLeft {
  margin-right:4%;
  width:47.6%;
}

*+html #popup .floatRight {
  margin-right:2%;
}

*+html #popup p.legendObtenir {
  bottom:-15px;
}

*+html img#fancy_img {
  width: auto;
  height: auto;
}


/* CORRECTION IE6
-------------------------------------------------------------- */

*html ul#menu li {
  line-height:1em;
  margin:0 0 .5em;
}

*html ul#menu li ul li {
  line-height:1em;
  margin:.5em 0 .5em 1.5em;
}


*html .colonneSpan234 {
  width:70%;
}

*html #rangee3 ul li.colonne4 {
  width:18%;
}

*html img#fancy_img {
  width: auto;
  height: auto;
}

*html #popup .floatLeft img {
  bottom:30px;
}

*html #popup .floatLeft {
  margin-right:4%;
  width:47.6%;
}

*html #popup .floatRight {
  margin-right:2%;
  width:40%;
}

*html #popup p.legendObtenir {
  bottom:-15px;
}

*html a.fermer {
  margin-left:7px;
}

*html div#closePopupImage {
  height:7px;
}

}
