/*Skin réalisé par Spowny pour http://altairnative.free.fr*/

html, body {
	height: 100%;
	margin: 0;
	font: 0.9em "Trebuchet MS";
	background: url(bg.jpg) left top no-repeat fixed ;
	}

div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin-left: 20px;
	position: relative;
	padding: 0 10px;
	background: center repeat-y;
	}
	
div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: url(img/footer.png) repeat-x;
	color: #000000;
	}
	
div#content {
    float: right;
	width: 530px;
	margin-left: 10px;
	}

div#content p {
	text-indent: 40px;
	text-align: justify;
	}

div#sidebar {
	float: left;
	width: 200px;
	}
	
div#center {
	padding-bottom: 50px;
	overflow: auto;
}

#header h1
{
	height: 141px ;
	margin-left: 220px;
	margin-top: 0;
	margin-bottom: 0;
}

#header h1 a
{
	width: 620px ;
	height: 141px ;
	display: block ;
	background: url(title.png) no-repeat ;
	position: relative ;
	text-indent: -5000px ;
}
	
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: url(img/fond_lien.png) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #7fcf2e;
	color: #390;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;

}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}

div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}

div#content h2 {
	padding-left: 25px;
	line-height: 42px;
	height: 50px;
	background: url(h2.png) left no-repeat;
	color: #3399FF;
	}
div#content h3 {
	color: #0000CC;
	background-color: #999999;
	border: #33CCFF 2px solid;
	font-variant: small-caps;
	padding-left: 30px;
	margin-left: 50px;
	margin-right: 50px;
	}

div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}

a {
	color: #0033FF;
	font-weight: bold;
	}
a:hover {
	color: #99FFFF;
	background-color: #666666;
	text-decoration: none;
	}
	
#ban_zezone {
	font-size: 0.9em;
	margin: 0;
	text-indent: 50px ;
	background: url(bg_ban.png) left top no-repeat ;
	width: 594px;
	height: 20px;
}

#ban_zezone:hover {
	background: url(bg_ban2.png) left top no-repeat ;
}

#ban_zezone a {
	color: #99FFFF;
}

#ban_zezone a:hover {
	color: #00CCFF;
	text-decoration: none;
	background: none;
}

#ban_zezone_back
{
	float: left ;
}

img
{
	border: 0;
}




/*Mise en forme du menu*/


		#navigation {
			margin: 0;
			padding: 0;
			list-style: none;
			background: none;
			color: #000000;
			width: 200px;
			}
		#navigation a, #navigation span {
			display: block;
			padding: 4px 10px;
			color: #000000;
			text-decoration: none;
			background: url(menu-item.png) left bottom no-repeat;
			}
		#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
			background-image: url(menu-item-deroule.png);
			}
		#navigation .open a, #navigation .open span {
			background-image: url(menu-item-enroule.png);
			}
		#navigation a:hover, #navigation a:focus, #navigation a:active {
			text-decoration: underline;
			}
		#navigation .subMenu {
			font-size: .8em;
			background: url(subMenu.png) 0 0 repeat-x;
			font-size: .9em;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #666;
			}
		#navigation ul.subMenu a {
			background: none;
			padding: 3px 20px;
			}

