/* CSS Document */

html, body {
margin: 0;
padding: 0;
}

#container{
	width:810px;
	padding:0px;
	margin:auto;
}

#header{
	width:810px;
	height:100px;
	margin:0px;
	padding:0px;
	margin:auto;
}

#contenu_secondaire{
	width:320px;
	margin:0px;
	padding:0px;
	background-color:#666666;
	float:left;
	padding-bottom:20px;
}

.div_news{
	width:320px;
	background-image:url(../images/bg_news.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}


#contenu_primaire{
	width:485px;
	margin-left:5px;
	background-color:#666666;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#footer{
	width:485px;
	margin-top:6px;
	float:right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:right;
}

#clear{
clear:both;
}

#image_portfolio{
	text-align:center;
	margin-top:10px;
	margin-bottom: 10px;

}
