div.topmenu {
	position:absolute;
	top:53px;
	right:-328px;
	margin-right:50%;		
	width:638px;
	height:30px;
	z-index:39;
	text-align:center;
}

div.logo {
	position:absolute;
	top:0px;
	right:-155px;
	margin-right:50%;		
	width:300px;
	height:50px;
	z-index:40;
}

html {
	width:100%;
	font-family:Arial;
	font-size:12px;
	height:100%;
	text-align:justify;
	background-image:url(background.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#000000;	
}

body {
	text-align:justify;
	margin:0px;
	width:100%;
	font-family:Arial;
	font-size:12px;
	height:100%;
	background-image:url(background.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#000000;
}	

div.backgroundimage {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;	
	height:1200px;	
	z-index:10;
	background-image:url(top_background.jpg);	
	background-repeat:no-repeat;
	background-position:center top;	
}

div.centralcontainer {
	position:absolute;
	top:252px;
	right:-450px;
	margin-right:50%;		
	width:900px;
	z-index:30;
}

div.breadcrumb {
	position:absolute;
	top:200px;
	right:-415px;
	margin-right:50%;		
	width:830px;
	height:30px;
	z-index:40;
}

div.langues {
	position:absolute;
	top:10px;
	right:-320px;
	margin-right:50%;		
	width:100px;
	height:20px;
	z-index:40;
}

p {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:5px;
	padding-bottom:0px;
	text-align:justify;
}

li {
	margin: 0px;
}

td {
	vertical-align:top;
	font-size:12px;
}

/*style de la sitemap*/
dt {
	font-variant:small-caps;
	font-size:14px;
	margin-top:10px;
}

/*config tt_news*/
.news-latest-container {
 	border:4px solid #6b6f5f;
 	background-color:#bec0b8;
}

.news-latest-item {
	padding:3px;	
	margin:3px;
	border:0px solid #666;
	background-color:#ecede6;
}

h3 {
 margin-top:1px;
 margin-bottom:2px;
}

/*virer les pointilles et style de lien*/
a, a:focus, a:hover, a:active { 
	outline:none;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

dd {
	margin-left:2px;
}


