/* CSS Document */
#entete{
	height: 140px;
	margin-left: 80px;

}
#contenu {
	clear:both;
	width: 700px;
	display: block;
	margin-left: 80px;
	padding: 0px;
	margin-top: 0px;
}

.columns{
	float:left;
	width:300px;
	display: block;
	margin: 20px 5px 5px;
	padding: 5px;
	border-right: 1px dotted #7D9FC4;
	border-left: 1px dotted #7D9FC4;

}
.multicolumns {
	width: 30%;
	float: left;
	border-right: 1px dotted #7D9FC4;
	border-left: 1px dotted #7D9FC4;
	margin-top: 16px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#pied {
	clear:both;
	text-align:left;
	margin-top: 30px;
}
#logo_50 {
	position:absolute;
	left:723px;
	top:108px;
	width:203px;
	height:192px;
	z-index:1;
}

