/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css.default,v 1.5.4.1 2003/09/09 12:16:38 beckettmw Exp $
*/ 

/* 
   link colors - overridden by the album 'linkcolor' property.
*/
#grandegallery A:link, A:visited, A:active 
	{ color: #333366; }

#grandegallery A:hover 
	{ color: #000; }

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/


/*  Menu Horizontal */
p {
	color: #333;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	padding-bottom: 4px;
	font-size: 0.8em;
	line-height: 1.1em;
}
body	{
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
}
a:hover {
	color: #000;
	background: #d5e9ff;
}

	/*  Structure principale */

#structure {
	font-family: arial, helvetica, "Trebuchet MS", verdana, lucida, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
	}
	
#structure table {
	margin: 0;
	padding: 0;
	border: 0;
}

#structure table tr td {
	border-left: 1px dashed #ccc;
	margin: 0;
	padding: 0 0 0 1px;
	vertical-align: top;
}

#structure table tr td.first {
	border-left: none;
	width: 200px;
	}

#structure table tr td.menufirst {
	border-left: none;
	}
#structure table tr td.menulast {
	border-right: none;
	padding: 0 0 0 0;
	}

#structure table tr td.pretag {
	border-left: none;
	border-bottom: 1px dashed #ccc;
	width: 200px;
	}
#structure table tr td.tagline {
	background: #d5e9ff;
	text-align: center;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-right: none;
	padding: 2px;
	font-size: 13px;
	letter-spacing: 5px;
	word-spacing: 5px;
	}

#structure table tr td.spacerleft {
	border-left: none;
	border-top: 1px dashed #ccc;
	font-size: 6px;
	}

#structure table tr td.spacer {
	border-left: none;
	border-top: 1px dashed #ccc;
	font-size: 6px;
	}

#structure table tr td.gauche {
	border-left: none;
	width: 200px;
	}

#menunav {
	margin: 0;
	padding: 0;
	height: 1.5em;
}

#menunav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#menunav ul li {
	display: block;
	width: 115px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menunav ul li a {
	height: 2.5em;
	line-height: 2.5em;
	border-left: 1px dashed #ccc;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #333;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 11px;
	}
	
#menunav ul li a.rightone {
	border-left: none;
	}

#menunav ul li a.rightfive {
	color: #505c9c;
	font-weight: bold;
	background-image: url(/images/english.gif);
	background-repeat: no-repeat;
	background-position: 80px 50%;
}

#menunav ul li a:hover {
	color: #000;
	background: #d5e9ff;
	}

#menunav ul li a.rightfive:hover {
	background-image: url(/images/english.gif);
	background-repeat: no-repeat;
	background-position: 80px 50%;
}

#menunav a:active	{
	background: #fff6ea;
	color: #000;
	}

#menunav #currentpage a	{
	background: #fff6ea;
	color: #000;
	}

#menunav #currentpage a:hover	{
	background: #d5e9ff;
	color: #000;
	}

#menunav ul li img.flag {
	display: block;
	float: right;
	text-align: center;
	padding: 0.5em;
	margin: 0;
	}

/*  Menu Horizontal ACCUEIL*/

#menunavleft ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menunavleft ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}


#menunavleft ul li a {
	background: #fff;
	display: block;
	width: 200px;
	border-left: 1px dashed #ccc;
	border-left: none;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	height: 2.5em;
	line-height: 2.5em;
	}

#menunavleft ul li a:hover {
	color: #000;
	background: #d5e9ff;
	}

#menunavleft a:active	{
	background: #fff6ea;
	color: #000;
	}

#copyright p {
	padding-top: 4px;
	margin: 10px 0 0 0;
	border-top: 1px dashed #ccc
	font-family: "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}
