

/* styles de bases */

body {

	padding:0;
	background:	url(../imgs/index/background.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;	
	height:100%;

}

img {
	border:0;
	vertical-align: bottom;
}


#page {
	margin: 0px auto;
	position:relative;
	width:1024px;
	height:768px;	
}

#langues {
	margin: -260px auto 0 95px;
	position:relative;
	width:210px;	
}

#navigation li {
	background-image:none;
	display:inline;
	list-style-image:none;
	text-align:left;	
}

#signature {
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:-150px;
	position:relative;
	text-align:center;
	width:1024px;	
}

#signature p,#signature a:link{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#signature a:hover {
	color:#000;
	text-decoration:underline;
}

.clear {
	clear: both;
	visibility: hidden;
}

.blue a,p,li,span {
        color: #112d53;	
	font-weight: bold;
	text-decoration: none;
}
