/*
   All
*/

body, table, td, p, div {
 font-size : 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

p, div {
line-height: 1.4;
}

a {
 text-decoration: none;
}

a:active           { color: #003366; }
a:link, a:visited  { color: #006699; }
a:hover            { color: #FF0000; }


.idleField, input, textarea, select {
 font-size : 8pt;
 font-family : Verdana, Tahoma, Arial, Helvetica;
 color : #000066;
 background-color: #E5E5E5;
}
.focusField, input:focus, textarea:focus {
 border:solid 2px #1473AD;
 background-color: #EEE7D5;
}
label {
 font-weight: bold;
 color : #006699;
}

/*
   Website
*/

#global {
 width: 990px;
 margin: 0 auto;
}

#header {
 width: 990px;
 height: 177px;
}

#menu {
 width: 990px;
 height: 66px;
}

#menu table, #menu td {
 border-collapse: collapse;
 padding: 0px;
 border-spacing: 0px;
 border: 0px;
}

#content {
 background-color: #00253E;
 color: #FFFFFF;
}


#footer {
 width: 990px;
 background: url('../images/wfoot.jpg') transparent repeat-x;
 height: 135px;
}

#copyright {
 font-size: 8pt;
 text-align: right;
 margin-right: 25px;
 color: #333333;
}

a:active.copyright, a:link.copyright, a:visited.copyright {
  color: #808080;
}

a:hover.copyright {
  color: #C0C0C0;
}

/*
   Textes
*/

.txtedito {
   font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   line-height: 1.5;
   text-align: justify;
 }

.links {
  font-size: 11pt;
  font-weight:bold
}


/*
    Tableau
*/

.tabvr, .tabvr td {
 border-collapse: collapse;
 padding: 0px;
 border-spacing: 0px;
 border: 0px;
}

.tblhg {
 background: url('../images/wtab_hg.jpg') transparent no-repeat;
 width: 31px;
 height: 31px;
}
.tblhm {
 background: url('../images/wtab_hm.jpg') transparent repeat-x;
 height: 31px;
}
.tblhd {
 background: url('../images/wtab_hd.jpg') transparent no-repeat;
 width: 31px;
 height: 31px;
}

.tblmg {
 background: url('../images/wtab_mg.jpg') transparent repeat-y;
 width: 31px;
}
.tblmc {
 background-color: #FFFFFF;
 color: #1A1A1A;
}
.tblmd {
 background: url('../images/wtab_md.jpg') transparent repeat-y;
 width: 31px;
}

.tblbg {
 background: url('../images/wtab_bg.jpg') transparent no-repeat;
 width: 31px;
 height: 31px;
}
.tblbm {
 background: url('../images/wtab_bm.jpg') transparent repeat-x;
 height: 31px;
}
.tblbd {
 background: url('../images/wtab_bd.jpg') transparent no-repeat;
 width: 31px;
 height: 31px;
}


/*
   Page: Galerie
*/
.galeriedir {
  margin: 0 auto;
}
.galeriedir td {
 text-align: center;
 vertical-align: middle;
 height: 50px;
 width: 290px;
}
.galerieimg {
 margin: 0 auto;
}
.galerieimg td {
 text-align: center;
 vertical-align: middle;
 height: 170px;
 width: 175px;
}
.galerieimg img {
  max-width: 155px;
  max-height: 155px;
}
.galerievideo {
  margin: 0 auto;
  width: 880px;
}
.galerievideo td {
 text-align: center;
 vertical-align: top;
 padding: 15px 10px 15px 10px;
 font-size: 8pt;
}




h2 {
font-size : 15pt;
font-family : Verdana, Arial;
color: #c0c0c0;
font-weight: bold;
}

h3 {
font-size : 11pt;
font-family : Verdana, Arial;
color: #5F5F5F;
font-weight: bold;
}

