﻿body, html {
	margin: 0;
	padding: 0;
	margin:0;
	padding:0;
	background-color: #d0d0d0;
	background-image: url(../img/vertical.jpg);
	background-repeat: repeat-x;
}

a,visited, before, after, link, active, focus, lang{
	color: #FFFFFF;
	text-decoration: none;
}
a#contenu:hover{
	text-decoration:underline;
	color: #B9E900;
}
a:hover{
	text-decoration:underline;
}

#global {
	background-color: #9B9B9B;
	position:absolute;
	left:50%;
	top:50%;
	width: 450px;
	height: 230px;
	margin-top: -115px;
	margin-left: -225px;
	border: 1px solid;
	border-left-color: #D6D6D6;
	border-top-color: #D6D6D6;
	border-right-color: #515151;
	border-bottom-color: #515151;
	list-style-type:none;
	list-style-image : url(/img/etoile.png);
}

li#mini{
	list-style-type:none;
	list-style-image : url(/img/etoile_small.png);
}
#footer{
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	left:50%;
	margin-left: -475px;
	position:absolute;
	font-family: Verdana;
	font-size: 13px;
	font-weight: lighter;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	width: 950px;
}
#texte{
	font-family: Verdana;
	font-size: 15px;
	position:relative;
	top:5px;
}

#title{
	background-color: #9EC600;
	margin-left:0px;
	text-indent:15px;
	position:relative;
	width: 100%;
	font-family: Verdana;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
}