/*Feuille de style de theme CSS var 8
/*
/*
/*-----------------------------------GLOBAL-------------------------------------*/

	html, body {
		width:100%;
		margin:0;
		padding:0;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		background: #000;
	}

	body {
		font-size : 69.5%;
	}

	ul,li,dd,dt {
		list-style-type:none ;
	}

	div,ul {
		padding: 0;
		margin: 0;
	}
	
	img { 
		border:1px dotted #86a902;
		padding:2px;
	}
	a, a:link, a:visited {
		text-decoration: none;
		text-transform: capitalize;
		color: #aeaeae;
	}
	
	a:hover {
	
	}
	
	h2 {  }
	h3 {  }
/*-------------------------------------PAGE-------------------------------------*/



.global { /*META DIVISION CONTENANT L'ENSEMBLE DE LA PAGE*/
	background-image: url('bg_footer2.gif');
	background-position: bottom left;
	background-repeat:repeat-x;
	background-color:#fff;
	margin-bottom:136px;
	padding-bottom:235px;
	}

.inset { /* DIV PARENT DE PAGE ET MENU PERMET L'AFFICHAGE FLOTTANT ET LE CENTRAGE */
	width:770px; 
	margin:0 auto;
}
	
	
.page { /*INCLUDE PHP/BDD */
	
	padding:1.5em;
	border-left : 1px dotted #f1f0eb;
	border-right : 1px dotted #f1f0eb;
	background-color: #fff;
	}

.pagetitle {
	padding-left:50px;
	margin-bottom:2em;

	}
.pagetitle h2 {
	font-family:arial;
	font-variant:small-caps;
	font-style:oblique;
	font-size: 3em;
	font-weight:900;
	}
/*-------------------------------------MENU-------------------------------------*/


.menu { /*INCLUDE PHP/BDD */
	

	line-height:3.35em;
	width:100%;
	
	text-align:center;
	}
	
.menu ul, .menu li {
	list-style-type:none;
	}
	
.menu li {
	padding:1em;
	margin:0 0.5em;
	display:inline;
	}
	
.menu a.on {

	}
	
.menu li:hover, .menu li.on {
	
 	}

/*---------------------------------HEADER-FOOTER--------------------------------*/

.soundswitcher { 
	background: transparent url('sound.jpg') no-repeat top left;
	height:24px;
	width:24px;
	position:absolute;
	top:10px;
	right:24px;
	cursor:pointer;
	}

.header {
	width:100%;
	background-color:#000;
	height:35px;
	margin-top:10px;
	padding-top:1px;
	text-align:left;
	border-bottom: 1px solid #000b88;
	}
	
.headerinfo {
	position:absolute;
	margin-top:36px;
	margin-left:35px;
	width:290px;
	height:30px;
	background:transparent url('title-da.jpg') no-repeat top left;
	cursor:pointer;
	}
	
.headerinfo h1 {
	color: #f8fedf;
	display:none;
	font-weight:normal;
	}
.header .logo {
	position:absolute;
	width:170px;
	height:30px;
	margin-left:35px;
	background:transparent url('logo-da.jpg') no-repeat top left;
	cursor:pointer;
}
.headermenu {
	width:100%;
	height:20px;
	background-image:url('bg_header2.gif');
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom: 2px solid #000b88;
	text-align:center;
	padding-top:70px;
	}
.headermenu a {
	color: #000b88;
	font-size:12px;
	padding-bottom:5px;
	
	}

.headermenu ul, .headermenu li {
	list-style-type:none;
	}
	
.headermenu li {
	padding:0 1em;
	margin:0 1em;
	display:inline;
	}
	
.headermenu a.on {
	background:transparent url('hover-da.gif') no-repeat bottom center;

	}
.headermenu a:hover {
	background:transparent url('hover-da.gif') no-repeat bottom center;
 	}




.footer {
	border-top: 2px solid #000b88;
	width:100%;
	height:79px;
	background-image: url('bg_footer1.jpg');
	background-position: bottom left;
	background-repeat:repeat-x;
	}


.footer-top {
width:100%;
height:79px;

}

.footer-middle {
width:100%;
height:235px;

}



#footer a { color: #81a2c3; border-bottom-color: #81a2c3; }

#footer a:hover, #footer a:active { color: #9ebb33; border-bottom-color: #9ebb33; }

#meta {

}

#meta div
{ 
	
	
	padding: 0;
	width: 300px;
	float: left;
	margin: 10px 50px;
}

#meta h3 
{
	background:transparent url('vertical-dot.gif') repeat-y top right;
	font-size: 14px;
	margin-left: 25px;
	color: #000;
	//letter-spacing: 0.1em;
	//text-transform: uppercase;
	font-weight:normal;
}

#meta li
{
	list-style-image: url(pushpin.gif);
}

#meta li a
{
	display: block;
	padding: 3px 8px;
	border-bottom-color: #585855;
}

#meta li a:hover, #meta li a:active
{
	background-color: #474744;
	border-bottom-color: #585855;
}

#copyright 
{ 
	color: #000b88; 
	padding: 10px; 
	clear: both;
} 

