
/**************************************************************************
   visaphoto.css : nouvelle version : 08/01/2006

***************************************************************************
   modif : 20/01/2006

   Ajout de

   font-family: verdana, arial, helvetica;
   font-style: italic;

   dans chaque balise utilisant des propriétés 'font' de façon à ce que
   le style soit pris en charge par tous les navigateurs.
   suppression de ces propriétés du style "body"

**************************************************************************/

a:link { color: #ffffff; text-decoration: underline; }
a:visited { color: #999999; text-decoration: underline; }
a:hover, a:focus { color: #000000; }
a:active { color: #ffffff; text-decoration: none; }

body
{
 background-color: #333333;
 color: #ffffff;
 /* width: 1024px; */
}

p
{
 font-size: 9pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

p.texte
{
 text-align: justify;
 font-family: verdana, arial, helvetica;
 font-style: italic;
 padding : 5px 5px 5px 5px;
}

p.bold
{
 font-weight: bold;
}

.texte_clair
{
 color: #ffffff;
}

.texte_sombre
{
 color: #444444;
}

a.clair
{
 color: #ffffff;
}

a.sombre
{
 color: #444444;
}

div.article
{
 background-color: #ffffff;
 border-bottom: 1px solid #000000;
 border-left: 1px solid #000000;
 border-right: none;
 border-top: none;
 color: #000000;
 font-size: 9pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
 margin-left: 10px;
 margin-right: 5px;
 padding: 10px 10px 10px 10px;
 text-align: justify;
}

h1
{
 font-size: 30pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

h2
{
 font-size: 24pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

h3
{
 font-size: 16pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

h4
{
 font-size: 14pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

h5
{
 font-size: 12pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

h6
{
 font-size: 9pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

hr
{
 color: #ffffff;
 height: 2px;
}

option
{
 font-size: 8pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

input
{
 font-size: 8pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

select
{
 font-size: 8pt;
 font-family: verdana, arial, helvetica;
 font-style: italic;
}

table
{
  padding: 0px 0px 0px 0px;
/*
  border-width: 1;
  border-style: solid;
  border-color: #ff0000;
*/
}

tr
{
  padding: 0px 0px 0px 0px;
/*
  border-width: 1;
  border-style: solid;
  border-color: #0000ff;
*/
}

td
{
  padding: 2px 2px 2px 2px;
/*
  border-width: 1;
  border-style: solid;
  border-color: #00ff00;
*/
}

td.col_l
{
  width: 20%;
}

td.col_r
{
  width: 60%;
}

table.fond_motif
{
  /* border: none; */
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-image: url(../images/pictos/background_grey.jpg);
  width: 900px;
}

table.fond_uni
{
  /* border: none; */
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: #333333;
  width: 900px;
}

table.fond_pc
{
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  background-color: #333333;
}

table.fond_gris
{
  background-color: #333333;
}

table.fond_blanc
{
  background-color: #ffffff;
}

.filigrane
{
  background-image: url(../images/pictos/filigrane.gif);
}

.picto
{
  border: none;
}

.photo
{
  border-style: solid;
  border-width: 12px;
  border-color: #ffffff;
}

.photo_comment
{
  border: none;
  position: relative;
  top: 0px;
  left: 0px;
}

.txt_photo
{
  vertical-align: middle;
}

.img_site
{
  border-style: solid;
  border-width: 3px;
  border-color: #ffffff;
}

.pc
{
  padding: 0px 0px 0px 0px;
  background-color: #000000;
}

.table_pc
{
  background-color: #000000;
}

.cadre_photo
{
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  padding: 30px 30px 30px 30px;
}

/* Ces trois classes de style, diapo, diapo_input et
   miniphoto fonctionnent ensemble */
.diapo
{
  border: none;
  background-image: url(../images/pictos/fond24x36.jpg);
  background-repeat: no-repeat;
  width: 142px;
  height: 128px;
}

.miniphoto
{
  border: none;
  position: relative;
  top: 19px;
  left: 4px;
}

.diapo_input
{
  border: none;
  position: relative;
  top: 19px;
  left: 3px;
  width: 132px;
  height: 90px;
  background-color: #000000;
}

.miniphoto_input
{
  border: none;
  position: static;
}

