/**
 * styles/default/struct.css
 * Contient les styles css de la structure principale du site
 *
 * @Author Baptiste Amstutz <baptiste.amstutz@gmail.com>
 * @since 17.06.2008
 * @since 21.10.2008
 * @since 08.03.2009
 * @since 18.09.2009
 * @since 04.12.2009
 * @since 14.12.2009
 */


/* _____________________________________________________________________________

Styles généraux :
_____________________________________________________________________________ */

/*	Fond	*/
html, body
{
	font-family : Arial, Helvetica, sans-serif ;
	font-size: 1em ;
	color: #FFFFFF;
	height: 100% ;
	padding: 0 ;
	margin: 0 ;
	background-color: #332200 ;
}

/*	Enlève la bordure à toutes les images	*/
img
{
	border: 0 ;
}

/*	Liens (repos)	*/
a:link
{
	color: #33FFCC ;
	text-decoration: none ;
}

/*	Liens (visités)	*/
a:visited
{
	color: #33FFCC ;
	text-decoration: none ;
}

/*	Liens (survol)	*/
a:hover
{
	color: #AADDFF ;
	text-decoration: underline ;
}

/*	Liens (actifs)	*/
a:active
{
	color: #33FFCC ;
	text-decoration: none ;
}

/* _____________________________________________________________________________

Structure principale du site :
_____________________________________________________________________________ */

/*	En-tête du site	*/
#en-tete
{
	position: absolute ;
	width: 100% ;
	height: 75px ;
	margin: 0 ;
	padding: 0 ;
	top: 0 ;
	color: #87BBE3 ;
	background: #332200;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 11 ;
}

/*	Menu du site	*/
#navigation
{
	position: absolute ;
	width: 200px ;
	margin-top: -150px ;
	padding: 0 ;
	top: 50% ;
	color: #FFFFFF ;
	background: #000000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 11 ;
}

/*	Contenu du site	*/
#content
{
	position: absolute ;
	width: 100% ;
	height: 100% ;
	margin: 0 ;
	padding: 0 ;
	background: #332200;
	z-index: 9 ;
}
#background_content
{
	position: absolute ;
	border: 0 ;
	left: 0 ;
	height: 100% ;
	background-repeat: none ;
	z-index: 10 ;
}

#form_login
{
	position: absolute ;
	width: 300px ;
	left: 50% ;
	margin-left: -150px ;
	top: 25% ;
	color: #FFFFFF ;
	background: #000000;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	text-align: center ;
	z-index: 11 ;
}

/*	Pied de page du site	*/
#pied-de-page
{
	display: none ;
}



/*	Menu admin du site	*/
#navigation_admin
{
	position: absolute ;
	margin: 0 ;
	padding: 0 ;
	right: 0px ;
	background: #E77325;
	z-index: 11 ;
}

/* Arrière plan des pages du site */
.back-opacity
{
	position: absolute ;
	width: 100% ;
	height: 100% ;
	background-color: #000000 ;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: 13 ;
}