body
{
	color: black;
	background-color: white;
	background-image: url('../img/LNG_INDEP/top_index/background4.png');
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-family: Arial;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#light
{
	margin-top: 0px;
	margin-left: 50px;
	width: 800px;
	height: 180px;
	background-image: url('../img/LNG_INDEP/top_index/backgroundLight.png');
	background-repeat: no-repeat;
}

/* LES LIENS */
a img { border: none; }
a { text-decoration: none; color: #0040ff; }
a:hover{text-decoration: underline; }

/* LES TITRES */
h2{}
h3 { font-size: 28px; margin-bottom: 10px; font-weight: normal; }

#header
{
	height: 60px;
	width: 800px;
	margin-left: 30px;
	margin-bottom: 5px;
	padding-top: 30px;
}

#header #infoBox
{
	position: relative;
	margin-left: 350px;
	//padding-left: 0px;
	margin-top: -90px;
	*margin-left: 450px;
	*margin-top: -100px;
	text-align: center;
}

#login
{
	background-color: #f4f4f4;
	background-image: url('../img/LNG_INDEP/index/loginExtensible.jpg');
	background-repeat: repeat-x;
	padding-bottom: 10px; 
	padding-top: 10px;
}

#content
{
	
}

#footer
{
	margin-bottom: 30px;
	height: 20px;
	width: 100%;
	text-align: center;	
	margin-top: 30px;
	clear: both;
}

#footer ul
{
	padding: 0px;
}

#footer li
{
	display: inline;
	border-right: solid 1px gray;
	padding-right: 7px;
	padding-left: 5px;
	font-size: 13px;
}

#footer li.last
{
	border: none;
}

#footer li a
{
	text-decoration: none;
	color: gray;
}

#footer li a:hover
{
	text-decoration: underline;
}