
/* styles appliques a toutes les pages */
html
{
	width: 100%;
	height: 100%;
    background-color: #696969;
}
body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	/*border: 3px #696969 solid;
	border-color: black;*/
	padding: 0px;
	/*text-align: center;*/
}
table
{
    font-family:tahoma,verdana,sans-serif;
    font-size: 11pt;
}
/* definitions des cadres pour le layout CSS */
#cadre_sommaire
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
	padding: 8px;
	margin: 8px;
    -moz-border-radius: 15px;
    background-color: black;
    color: white;
}
#cadre_contenu_piedpage
{
    position: absolute;
    top: 0px;
    left: 150px;
    width: 80%;
    margin: 8px;
}
#cadre_pieddepage
{
    padding: 8px;
    -moz-border-radius: 15px;
    /*position: absolute;*/
    /*bottom: 0px;*/
    width: 100%;
    /*left: 150px;*/
    /*margin-left: 150px;*/
    margin-top: 8px;
    margin-bottom: 8px;
    /*height:15%;*/
    background-color: black;
}
#cadre_contenu
{
    padding: 8px;
    -moz-border-radius: 15px;
    top: 0px;
    /*left: 150px;*/
    width: 100%;
    /*height: 85%;*/
    /*position: absolute;*/
    /*margin-left: 150px;*/
    /*margin-top: 8px;*/
	text-align: left;
	/*overflow:scroll;*/
    background-color: black;
}        
/* styles pour le pied de page */
.pieddepage      {color:#FFFFFF; background-color:#000000; vertical-align: middle; text-align: center; font-family:verdana,sans-serif; font-size:12pt;}
.pieddepage body {color:#FFFFFF; background-color:#000000; vertical-align: middle; text-align: center; font-family:verdana,sans-serif; font-size:12pt;}
.pieddepage a:link {color:#FFFFFF; text-decoration:none;}
.pieddepage a:visited {color:#FFFFFF; text-decoration:none;}
.pieddepage a:hover {color:#000000; background:#FF0000; text-decoration:none;}
/* styles pour le sommaire */
.titresommaire {color:#FF0000; background-color:#000000; text-align: left; font-family:verdana,sans-serif; font-size:8pt; font-weight:bold;}
.sommaire      {color:#FFFFFF; background-color:#000000; text-align: left; font-family:verdana,sans-serif; font-size:8pt;}
.sommaire a:link {color:#FFFFFF; text-decoration:none;}
.sommaire a:visited {color:#FFFFFF; text-decoration:none;}
.sommaire a:hover {color:#000000; background:#FF0000; text-decoration:none;}
.pub_sommaire
{
    /*
    position: absolute;
    top: 47%;
    left: 5px;
    */
    position: relative;
    top:15px;
    width: 100px;
    height: 355px;
	margin: 10px 10px 0px 10px;
    /*background-color: blue;*/
    color: white;
    text-align: center;
}
.pub_blog
{
    position: relative;
    background-color: blue;
    margin:0px;
    padding:-20px 0px 0px 0px;
    color: white;
    text-align: center;
    vertical-align:top;
}
.donneespersosommaire           {font-family:arial,sans-serif; font-size:7pt; color:#555555; margin:10px 4px 0px 0px;}
.donneespersosommaire a:link    {color:#555555; text-decoration:none;}
.donneespersosommaire a:visited {color:#555555; text-decoration:none;}
.donneespersosommaire a:hover   {color:#AAAAAA; text-decoration:none;}
.donneesperso {color:#882222; text-align: left; font-family:verdana,sans-serif; font-size:10pt; font-weight:bold;
               margin:50px;width:500px;}
        
/* styles pour les tableaux RSS de la page d'accueil index.php */
.rsstable       {font-family:arial,sans-serif; font-size: 8pt; margin: 0px auto 5px auto; /*margin-left: auto; margin-right: auto; margin-bottom:5px;*/}
.rsstableheader {font-family:arial,sans-serif; font-size: 10pt;}
.rsstablecell   {padding-left:5px; padding-right:5px;}
.darklinks a {color:#000000;}
.darklinks a:hover {color:#000000;background:#FFFF66; text-decoration:none;}
.clearlinks a:link {color:#FFFFFF; font-weight:bold;}
.clearlinks a:visited {color:#FFFFFF; font-weight:bold;}
.clearlinks a:hover {color:#000000; background:#FFFF66; font-weight:bold;}

/* styles pour les tables des pages type */
.tablepagetype
{
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-style:solid;
    border-color:#000000;
    border-width:0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color:#000000;
}
.cellpagetype
{
    text-align: left;
    vertical-align: top;
    border-style:solid;
    border-width:0px;
    border-color:#000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color:#000000;
}

/* styles pour les tables de la bdd (voies et photos) */
.tablebdd
{
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-style:solid;
    border-color:#000000;
    border-width:0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #000000;
}
.cellbdd_header
{
    height: 50px;
    background: #999999;
}
.tablebdd_cmt
{
    color: #000000;
    background-color: #999999;
}
.table8a           { color:black; }
.table8a th        { background:#AAAAAA; vertical-align:middle; text-align:center; }
.table8a a:link    { color:white; text-decoration:none;}
.table8a a:visited { color:white; text-decoration:none;}
.table8a a:hover   { color:blue; background-color:#DDDDDD; text-decoration:none;}

/* styles pour la page /actu/news.php */
.titrepagesnews      {background-color:#FFFFFF; vertical-align: top; color:#000000; font-weight:bold;   font-family:verdana,sans-serif;  font-size:10pt;}
.pagesnews           {background-color:#FFFFFF; vertical-align: top; color:#000000; font-weight:normal; font-family:verdana,sans-serif;  font-size:10pt;}
.pagesnews a:link    {                                               color:#0000FF; font-weight:normal; text-decoration:none;}
.pagesnews a:visited {                                               color:#0000FF; font-weight:normal; text-decoration:none;}
.pagesnews a:hover   {background-color:#DDDDDD;                      color:#0000FF; font-weight:normal; text-decoration:none;}

/* styles pour le bouton 'deconnecter' */
.disconnect           {background-color:yellow; color:black; text-align:center; font-family:verdana,sans-serif; font-size:10px; padding:3px 0px; width:130px;}
.disconnect a         {background-color:yellow; color:black; text-align:center; font-family:verdana,sans-serif; font-size:10px;}
.disconnect a:visited {background-color:yellow; color:black; text-align:center; font-family:verdana,sans-serif; font-size:10px;}
.disconnect a:hover   {background-color:red;    color:black; text-align:center; font-family:verdana,sans-serif; font-size:10px; text-decoration:none;}
.disconnect div:hover {background-color:red;    color:black; text-align:center; font-family:verdana,sans-serif; font-size:10px; text-decoration:none;}

/* styles pour la page bddpv_head.php */
.bddpv_falaise_titre  {color:#000000; background-color:#999999; text-align: center; font-family:verdana,sans-serif; font-size:20pt; font-weight:bold; }
.bddpv_falaise_infos  {color:#000000; background-color:#FFFF00; text-align: center; font-family:verdana,sans-serif; font-size:14pt;  }

/* styles pour les pages falaise (ex: /falaise/intro-falaise.php) */
.pagesfalaise           {color:#000000; background-color:#FFFFFF; padding:10px;}
.pagesfalaise div       {color:#000000; background-color:#FFFFFF;}
.pagesfalaise a:link    {font-weight: normal; color: #993300; text-decoration: none}
.pagesfalaise a:visited {font-weight: normal; color: #993300; text-decoration: none}
.pagesfalaise a:hover   {font-weight: normal; color: #FFFFFF; text-decoration: none; background:#FF0000}

/* styles pour la page bddpv_recherche_photo.php */
.bddpv_recherche_photo  {color:#000000; margin: 20px;}
.bddpv_recherche_photo td  {color:#000000; font-size:10pt;}
.bddpv_recherche_photo a:link  {color:#0000FF; text-decoration:none; font-size:10pt;}
.bddpv_recherche_photo a:visited  {color:#0000FF; text-decoration:none; font-size:10pt;}
.bddpv_recherche_photo a:hover  {color:#0000FF; text-decoration:none; background:#DDDDDD; font-size:10pt;}
.bddpv_recherche_photo a:active  {color:#0000FF; text-decoration:none; background:#DDDDDD; font-size:10pt;}
.bddpv_recherche_photo_res td {vertical-align: top; padding-left: 15px; padding-right: 15px;}
.bddpv_recherche_photo input  {font-size:8pt; }
.bddpv_recherche_photo option  {font-size:8pt; }
.bddpv_recherche_photo select  {font-size:8pt; }
.bddpv_recherche_photo form  {font-size:8pt; }

/* styles pour la ligne d'acces aux pages d'archives dans la page de news */
.news_arch_bar {color:#000000;  font-weight:bold;}
.news_arch_bar a:link {color:#000000 text-decoration:none; font-size:10pt;}
.news_arch_bar a:visited {color:#000000; text-decoration:none; font-size:10pt;}
.news_arch_bar a:hover {color:#000000; text-decoration:none; background:#DDDDDD; font-size:10pt;}
.news_arch_bar a:active {color:#000000; text-decoration:none; background:#DDDDDD; font-size:10pt;}

/* styles pour l'affichage des vignettes */
.bddpv_vignettes {border-width:1px; border-color:#000000;}

/* styles pour la page bddpv_voie.php */
.bddpv_voie_darklink a:link         { color:#000000; }
.bddpv_voie_darklink a:visited   { color:#000000; }
.bddpv_voie_darklink a:hover       { color:#000000; }
.bddpv_voie_darklink a:active     { color:#000000; }

/* styles pour la page bddpv_photos.php */
.bddpv_photos_galerie  {background-color:#696969;}
.bddpv_photos_unique   {background-color:#292B28; text-align: center; }
.bddpv_photos_sujet    {color:#000000; text-align: left;   font-family:verdana,sans-serif; font-size:20pt; font-weight:bold; }
.bddpv_photos_legende  {color:#FFFFFF; text-align: center; font-family:verdana,sans-serif; font-size:10pt; }
.bddpv_photos_personne {color:#CCCCCC; text-align: center; font-family:verdana,sans-serif; font-size:8pt;  }
.bddpv_photos_lienvoie {color:#CC0000; text-align: center; font-family:verdana,sans-serif; font-size:8pt;  }
.bddpv_photos_lienvoie a:link       {color:#CC0000; text-align: center; font-family:verdana,sans-serif; font-size:8pt;  }
.bddpv_photos_lienvoie a:visited {color:#CC0000; text-align: center; font-family:verdana,sans-serif; font-size:8pt;  }
.bddpv_photos_lienvoie a:hover     {color:#CC0000; text-align: center; font-family:verdana,sans-serif; font-size:8pt;  }
.bddpv_photos_lienvoie a:active   {color:#CC0000; text-align: center; font-family:verdana,sans-serif; font-size:8pt;  }
.bddpv_photos_suivprec {color:#FFFFFF;  }
.bddpv_photos_suivprec a:link       {color:#99CCFF; text-decoration:underline;}
.bddpv_photos_suivprec a:visited {color:#99CCFF; text-decoration:underline;}
.bddpv_photos_suivprec a:hover     {color:#0000FF; text-decoration:underline; background:#DDDDDD;}
.bddpv_photos_suivprec a:active   {color:#0000FF; text-decoration:underline; background:#DDDDDD;}
.bddpv_photos_cmts {color:#FFFFFF; font-family:verdana,sans-serif; font-size:8pt;}

.bddpv_video_t1
{
    text-align: center;
    vertical-align: top;
    width: 100%;
    border-style:solid;
    border-color:#000000;
    border-width:0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color:#FFFFFF;
}
.pageprepagesuiv
{
    width:100%;
    text-align:right;
    margin: 5px 0px;
    padding: 3px;
    /*border-top:1px black dashed;
    border-bottom:1px black dashed;*/
    color:black;
}
.pageprepagesuiv a:link    {color:#FFFFFF; text-decoration:none; }
.pageprepagesuiv a:visited {color:#FFFFFF; text-decoration:none; }
.pageprepagesuiv a:hover   {color:blue   ; text-decoration:none; background:#DDDDDD; }
.pageprepagesuiv_off       {color:#888888;}
.a_gauche                  {text-align:left;}
.a_droite                  {text-align:right;}

.portfolio_header
{
    text-align: center;
    vertical-align: top;
    background: #696969;
    color: black;
}
.portfolio_gallery_header
{
    text-align: center;
    vertical-align: top;
    background: #696969;
    color: black;
	font-size:18pt;
	font-weight:bold;
}
.portfolio
{
    margin-top:20px;
    text-align: center;
    vertical-align: middle;
    background: #696969;
    color: black;
}
.portfolio table {border:0px; border-collapse:collapse; padding:0px; margin:0px;}
.portfolio td    {border:0px; border-collapse:collapse; padding:0px; margin:0px;}
#table_cadre {margin:0px auto 0px auto;}
#cell_nw {width:8px; height:8px; background:#696969 url(/portfolio/gifs/nw.gif) no-repeat top left}
#cell_n  {           height:8px; background:#696969 url(/portfolio/gifs/n.gif)  repeat-x  top left}
#cell_ne {width:8px; height:8px; background:#696969 url(/portfolio/gifs/ne.gif) no-repeat top left}
#cell_w  {width:8px;             background:#696969 url(/portfolio/gifs/w.gif)  repeat-y  top left}
#cell_c  {                       background:white;                                                }
#cell_e  {width:8px;             background:#696969 url(/portfolio/gifs/e.gif)  repeat-y  top left}
#cell_sw {width:8px; height:8px; background:#696969 url(/portfolio/gifs/sw.gif) no-repeat top left}
#cell_s  {           height:8px; background:#696969 url(/portfolio/gifs/s.gif)  repeat-x  top left}
#cell_se {width:8px; height:8px; background:#696969 url(/portfolio/gifs/se.gif) no-repeat top left}
#portfolio_cell_contenu {vertical-align:top; text-align:left; padding: 5px; font-family:arial,sans-serif; font-size:8pt; }
.portfolio_copyright {color: black; background:#c0c0c0; padding: 5px; font-weight:bold; }
.portfolio_rubrique   {color: black; background:white; border-bottom: 1px dotted black; padding: 10px 0px;}
.portfolio_rubrique_titre {color:#999999; font-weight:bold; }
.portfolio_fleches { vertical-align:middle; text-align:center;}
.portfolio_list_header { background: #696969; margin:30px 0px 0px 30px; font-weight:bold; color:white; font-size:15pt; }
.portfolio_list        { background: #696969; margin:30px 0px 0px 30px; color:black; }
.portfolio_list a:link    {                          color:black; font-weight:normal; text-decoration:none; font-family:arial,sans-serif; font-size:13pt;}
.portfolio_list a:visited {                          color:black; font-weight:normal; text-decoration:none; font-family:arial,sans-serif; font-size:13pt;}
.portfolio_list a:hover   {background-color:#DDDDDD; color:black; font-weight:normal; text-decoration:none; font-family:arial,sans-serif; font-size:13pt;}
.portfolio_list_mini   { background: #696969; margin:20px 0px 30px 40px; color:white; }
.portfolio_list_mini_70       { background: #696969; margin:0px 0px 10px 0px; color:white; text-align: center; }
.portfolio_list_mini_70 table { background:black; border: 2px black solid;  padding:0px; margin:0px auto 0px auto;}
.portfolio_list_mini_70 td    { background:black; border:0px;  padding:0px; margin:30px;}

/* styles pour la page des liens */
.pageliens           {color:#000000; background-color:#CCCCCC; padding:10px;}
.pageliens div       {color:#000000; background-color:#CCCCCC;}
.pageliens a:link    {font-weight: normal; color: #3300FF; text-decoration: none}
.pageliens a:visited {font-weight: normal; color: #3300FF; text-decoration: none}
.pageliens a:hover   {font-weight: normal; color: #FF0000; text-decoration: none; background:#CCCCCC}


.boutique_page                {color:#FFFFFF; background-color:#696969; padding:15px;}
.boutique_nom_article         {color:#FFFFFF; background-color:#000000; padding:3px;}
.boutique_description_article {color:#C0C0C0; background-color:#696969; padding:3px;}
.boutique_description_article ul {list-style:square;}
.boutique_prix_article        {color:#FFFFFF;}
.boutique_flags               {float:right; text-align:right;}
.boutique_entete              {color:#C0C0C0; font-family:verdana,sans-serif; font-size:20pt; font-weight:bold;}
.boutique_confirm             {padding:15px;}

.erreur_404
{
    color:#000000; background-color:#EEEEEE; padding:30px;
    text-align: left;   font-family:verdana,sans-serif; font-size:15pt; font-weight:bold;
}
.erreur_404_mail           {font-size:10pt; font-weight:normal;}
.erreur_404_mail a:link    {color:#000000;}

.bordure_blanche img {border-width:1px; border-color:white;}
.bordure_blanche a:link    {border-color:white;}
.bordure_blanche a:visited {border-color:white;}
.bordure_blanche a:hover   {border-color:white;}

.bstock07                    {color:#000000; background-color:#FFFFFF; padding:15px;}
.bstock07 a:link       {color:#3300FF; text-decoration: none}
.bstock07 a:visited {color:#3300FF; text-decoration: none}
.bstock07 a:hover     {color:#0000FF; text-decoration: none; background:#CCCCCC}
.bstock07 td               {border: 1px black solid; padding:3px 10px 3px 10px;}



/* styles pour page etude_impact */
    body.pme-body                 { background: #000000; color: #FFFFFF; }
    body.pme-body a:link          {color:#FFFFFF; text-decoration:none;}
    body.pme-body a:visited       {color:#FFFFFF; text-decoration:none;}
    body.pme-body a:hover         {color:#000000; background:#FFFFFF; text-decoration:none;}
    hr.pme-hr		     { border: 0px solid; padding: 0px; margin: 0px; border-top-width: 0px; height: 10px; }
    table.pme-main 	     { border: #DDDDDD 1px solid; border-collapse: collapse; border-spacing: 0px;  }
    table.pme-navigation { border: #DDDDDD 0px solid; border-collapse: collapse; border-spacing: 0px;  }
    td.pme-navigation-0, td.pme-navigation-1 { white-space: nowrap; }
    th.pme-header	     { border: #DDDDDD 1px solid; padding: 5px 7px; background: #888888; }
    th.pme-header a:link          {color:#FFFFFF; text-decoration:none; font-weight: bold; }
    th.pme-header a:visited    {color:#FFFFFF; text-decoration:none;}
    th.pme-header a:hover        {color:#000000; background:#FFFFFF; text-decoration:none;}
    td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
    td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,
    td.pme-sortinfo, td.pme-filter { border: #DDDDDD 1px solid; padding: 3px 7px; }
    td.pme-buttons { text-align: left;   }
    td.pme-message { text-align: center; }
    td.pme-stats   { text-align: right;  }
    td.pme-help-0 { color: #888888; padding: 3px 7px; }
    td.pme-help-1 { color: #888888; padding: 3px 7px; }
    td.pme-key-0 { font-weight: bold; }
    td.pme-key-1 { font-weight: bold; }
    
    .etude_impact                    { background: #000000; color: #FF0000; font-weight: bold;}
    .etude_impact a:link       {color:#FF0000; text-decoration:none; font-weight: bold;}
    .etude_impact a:visited {color:#FF0000; text-decoration:underline; font-weight: bold;}
    .etude_impact a:hover     {color:#000000; background:#FF0000; text-decoration:none; font-weight: bold;}

/* styles pour la page concours */
.titre_conc           { color:#7fb524; font-weight: bold; }
.titre_conc th        { background:#FFFFFF; vertical-align:middle; text-align:center; font-weight: bold; }
.titre_conc a:link    { color:#7fb524; text-decoration:none; font-weight: bold; }
.titre_conc a:visited { color:#7fb524; text-decoration:none; font-weight: bold; }
.titre_conc a:hover   { color:#7fb524; background-color:#DDDDDD; text-decoration:none; font-weight: bold; }

.bddpv_photos_legende_conc  {color:#000000; text-align: center; font-family:verdana,sans-serif; font-size:10pt; }
.bddpv_photos_legende_conc a:link    { color:#000000; text-decoration:none; font-weight: bold; }
.bddpv_photos_legende_conc a:visited { color:#000000; text-decoration:none; font-weight: bold; }
.bddpv_photos_legende_conc a:hover   { color:#000000; background-color:#DDDDDD; text-decoration:none; font-weight: bold; }

.bddpv_photos_suivprec_conc {color:#000030;  }
.bddpv_photos_suivprec_conc a:link       {color:#000000; text-decoration:underline;}
.bddpv_photos_suivprec_conc a:visited {color:#000000; text-decoration:underline;}
.bddpv_photos_suivprec_conc a:hover     {color:#000000; text-decoration:underline; background:#DDDDDD;}
.bddpv_photos_suivprec_conc a:active   {color:#000000; text-decoration:underline; background:#DDDDDD;}

/* styles pour imagettes photos et video page voie */
.bddpv_voie_thmb_div
  {
  margin:1px 3px 1px 0px;
  border:0px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
.bddpv_voie_thmb_div img
  {
  display:inline;
  margin:0px;
  border:0px;
  }
.bddpv_voie_thmb_desc
  {
  text-align:center;
  font-weight:normal;
  width:auto;
  margin:1px 1px 0px 0px;
  font-family:verdana,sans-serif;
  font-size:8pt;
  }
