/*+++++++++++++    Mise en page générale  ++++++++++++++++++++++*/
body {
	background-color:black;
	margin:0 auto;
	padding:0px;
	text-align:left;
	font-family:Arial,Verdana,Sans-Serif;
	color:white;
	font-size:0.7em;
}

h1{
	margin:0px;
	text-align:center;
	font-weight:normal;
}

div, img, td, a, form{
	border:0px solid red;
	margin:0px;
	padding:0px;
	vertical-align:top;
}

a, a:visited{color:#7e7d79;}
	

#body{
	width:961px;
	margin:50px auto;
}

#barre{
	height:3px;
	background-image:url("images/barre.gif");
	background-position:left top;
	background-repeat:repeat-x;
}

#contenu{
	height:440px;
	line-height:150%;
}
#contenu td{padding-top:50px;}

#actu{
	overflow: auto;
	width:830px;
	height:400px;
	margin:25px auto;
}

div.article{width:800px;}
div.article img{border:5px solid black;}
div.titre{
	background-image: url("images/bande-actu.gif");
	background-position:20px top;
	background-repeat:repeat-y;
	height:20px;
	padding:6px 50px 0px;
	margin:10px 0;
}
div.titre span{
	margin-left:10px;
	font-size:1.1em;
	font-weight:bold;
}

#contact{height:450px;width:940px;}
#contact a{color:white}
#mini_deux img, #mini_trois img{
	padding-left:40px;
	padding-bottom:10px;
}
#list{
	width:500px;
	text-align:left;
	padding-left:45px;
}
#list td{height:20px;}
#part a{color:white;}