/* CSS Document */

body {
margin:0;
padding:0;
font:12px/16px Arial, Helvetica, sans-serif;
color:#999;
background:#000000 url('../images/bg_jourdain.jpg') no-repeat top center;
}

:focus {
	outline: 0;
}

#container {
width:980px;
height:700px;
margin:0 auto 0 auto;
}


h1 {
	font-size:18px;
	color:#cc0000;
	font-weight:bold;
	height:10px;
	}
	
h2 {
	font-size:16px;
	color:#CCC;
	font-weight:bold;
	display:inline;
	}
	
#texte {
	padding:180px 0 0 40px;
	width:350px;
	height:36px;	
}
#texte ul{
	margin:0;
	padding:0;
	overflow:hidden;
	}
#texte li{
	background:none;
	padding:0 0 7px 0;
	}
	
	
a {
	color:#cc0000
	;}
a:hover {
	color:#ff0000;
	text-decoration:none;
	}
