/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2008 Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License version 3
  as published by the Free Software Foundation.
  
  ********************************************
  Coppermine version: 1.4.16
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.4.x/themes/classic/style.css $
  $Revision: 4233 $
  $Author: gaugau $
  $Date: 2008-02-02 09:23:58 +0100 (Sa, 02 Feb 2008) $
**********************************************/

/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 5F5F5F = RBG  95,  95,  95 = light black
   Hex BDBEBD = RBG 189, 190, 189 = dark grey
   Hex D1D7DC = RBG 209, 215, 220 = medium grey
   Hex CCCCCC = RBG 204, 204, 204 = medium grey
   Hex EFEFEF = RBG 239, 239, 239 = dark white
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 005D8C = RBG   0,  93, 140 = dark blue
   Hex 0033CC = RBG   0,  91, 104 = medium blue
   Hex 0E72A4 = RBG  14, 114, 164 = light blue
*/



#fond
{
background-color:#070626;
}

#galerie
{
position: absolute;
left:250px;
top:0px;
width: 810px;
background-color: #000000;
}

.titrehaut
{
  color : #ec6600;
  margin: 1px;
padding: 8px;
background-color: #0a2634;
font-size: 15px;
width: 750px;

}

<!--css du menu perso en haut de la galerie-->

#menu
{
width: 750px;
}

.menu2
{
font-size: 12px;
  color : #070626;
  margin: 1px;
padding: 10px;
background-color: #0a2634;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-variant:small-caps;
}

#menugal
{
width: 750px;
}

#galeriecorps
{
width: 750px;
}

<!--css du footer-->

.footer
{
  color : #ec6600;
  margin: 3px;
padding: 5px;
background-color: #0a2634;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;

}


