/* © 2010 Bexter CSS */


html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #44372b;
	padding: 0px;
	margin: 0px;
	height: 100%;
	/*overflow: hidden !important;*/
	background:#5b4d40;
	line-height:11px;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{outline: none;}
:focus{-moz-outline-style: none;}

a{
	color: #3a8ec6;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color: #3a8ec6;
	text-decoration:underline;
}

p{
	margin: 0px;
	padding: 0px;
}

strong{
	color:#3a8ec6;
}

h1{
	font-size:10px;
	color:#93928e;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}

h2{
	text-transform:uppercase;
	font-size:12px;
	color: #1fadc4;
	margin:0px;
	padding:0px;
}

h3{
	text-transform:uppercase;
	font-size:9px;
	color: #1fadc4;
	margin:0px;
	padding:0px;
}

img{
	margin: 0px;
	padding: 0px;
	border:0;
}

ul{
	padding:0px;
	margin:0px;
	list-style-position:inside;
}

li{
	padding:0px;
	margin:0px;
}

form, table, td, tr{
	padding:0px;
	margin:0px;
}

/*----------------------------------------------------------------------*/
/* debut - page accueil */
/*----------------------------------------------------------------------*/

#pageSite {
	position: absolute;
	top: 100%;
	left: 50%;
	width:990px;
	height:150px;
	margin-top: -185px; /*210*/
	margin-left: -495px;
	padding:0px;
	z-index: 10;
}

#fdBlancTxt{
	position:absolute;
	width:695px;
	height:150px;
	margin:0px;
	padding:0px;
	background:#FFF;
	filter: Alpha(opacity=75);
	-moz-opacity : 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 20;
}


#fdBlancAgenda{
	position:absolute;
	left:705px;
	width:285px;
	height:150px;
	margin:0px;
	padding:0px;
	background:#FFF;
	filter: Alpha(opacity=75);
	-moz-opacity : 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 20;
}

#blockAccueil{
	position:absolute;
	width:675px;
	height:130px;
	margin:0px;
	padding:10px;
	z-index: 21;
}

#blockAccueil p{
	margin:0 0 8px 0;
	padding:0px;
	color:#44372b;
}


#blockAgenda{
	position:absolute;
	left:705px;
	width:285px;
	height:150px;
	margin:0px;
	padding:0px;
	z-index: 21;
}


/*----------------------------------------------------------------------*/
/* debut - page accueil */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#site{
	width: 918px;/*938*/
	height:480px;/*500*/
	overflow-y:auto;
	margin-top: -270px;
	margin-left: -469px;
	padding: 10px;
	z-index: 5;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align:justify;
}

#flashcontent {
	z-index:0;
	/*overflow: hidden !important;*/
	margin: 0 auto;
}

#content {
	/*overflow: hidden !important;*/
	width: 100%;
	margin: 0 auto;
}

#homepage {
	margin: 0 auto;
	/*overflow: hidden !important;*/
	width: 100%;
	min-width:990px;
}

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer2 {
	position: absolute;
	top: 100%;
	left: 0%;
	width:100%;
	height:19px; /* 25px */
	margin-top: -25px;
	margin-left: 0px;
	padding:6px 0 0 0;
	background-color:#5b4d40;
	text-align:center;
	font-size:10px;
	z-index:20;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	color:#d6cab0;
}

#music {
	position: absolute;
	top: 100%;
	left: 0%;
	width:50px;
	height:25px; /* 25px */
	margin-top: -25px;
	margin-left: 4px;
	padding:0px;
	text-align:left;
	z-index:30;
}

#facebook {
	position: absolute;
	top: 100%;
	left: 0%;
	width:25px;
	height:23px; /* 25px */
	margin-top: -25px;
	margin-left: 0px;
	padding:2px 0 0 140px;
	text-align:left;
	z-index:40;
}

#footer {
	position: absolute;
	list-style:none;
	float:left;
	display:block;
	margin:0 auto;
	padding:10px 0px 0px 0px;
	background-color:#5b4d40;
	color:#d6cab0;
	width: 100%;
	height:25px;/*30*/
	text-align:center;
	font-size:10px;
	z-index:10;
	font-weight:normal;
}

#footer2 a{
	color:#d6cab0;
	text-decoration:none;
	font-weight:normal;
}

#footer2 a:hover{
	color:#d6cab0;
	text-decoration:underline;
	font-weight:normal;
}

#copyright{
	margin:0px;
	padding:0px 0px 0px 20px;
	color:#d6cab0;
}


/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/

#flashLayer{
	position:fixed;
}