/* CSS Document */

#container{
	width:776px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-left:solid 2px #767058;
	border-right:solid 2px #767058;
	border-bottom:solid 2px #767058;
	background-image:url(../images/bg_main.gif);
	background-position:left;
	background-repeat:repeat-y;
	
}

#pre-header{
	width:780px;
	height:20px;
	background-image:url(../images/pre_entete.gif);
	margin:auto;
}

#header{
	width:780px;
	height:129px;
}

#main{
	position:relative;
	float:right;
	width:532px;
	padding:10px;
	padding-right:18px;
	display:block;
}

#contenu_secondaire{
	position:relative;
	float:left;
	width:185px;
	margin-top: 14px;
}


#newsletter{
	width:185px;
	height:214px;
	margin-top:10px;
	background-image:url(../images/infolettre.gif);
	background-repeat:no-repeat;
}

#archives{
	width:185px;
	height:320px;
	margin-top:10px;
	background-image:url(../images/archives.gif);
	background-position:top;
	background-repeat:no-repeat;

}


#footer{
	position:relative;
	float:none;
	width:776px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	height:60px;
	border:solid 2px #FFFFFF;
	background-color:#767058;
}



.clear{
	clear:both;
}
