body {
	margin: 0;
	background-color:#EDEEDE;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#000;
	line-height: 130%;
	font-size:11px;
}

a {
	color: #EDEEDE;
	background-color: #000;
	text-decoration: none;
}

a:hover {
	color: #EDEEDE;
	background-color: #888;
}

.titre {
	width: 368px;
	font-size: 16px;
	line-height: 130%;

	display: block;
	float: left;
}

.maj {
	font-size: 9px;

}


#pagewrapper {
	margin-left: auto; 
	margin-right: auto; 
	width: 771px;
}

#logo {
	padding: 15px 10px 15px 10px;
	height: 55px;
	border-bottom: dotted 1px;
}

#presentation {
	float: left;
	clear: both;
	display: block;
	padding: 15px 10px 15px 10px;
	border-bottom: dotted 1px;
}

.portfolio {
	clear: both;
	display: block;
	float: left;
	width: 751px;
	padding: 15px 10px 15px 10px;
	border-bottom: dotted 1px;
}

.portfolio img {
	padding: 5px 0 10px 0;
}

#apropos {
	float: left;
	clear: both;
	display: block;
	padding: 15px 10px 15px 10px;
	border-bottom: dotted 1px;
}

.left {
	width: 368px;
	float: left;
	margin-right: 15px;

}

.right {
	width: 368px;
	float: left;
}

#baseline {
	clear: both;
	padding: 15px 10px 15px 10px;
	border-bottom: dotted 1px;
}

#footer {
	clear: both;
	padding: 15px 10px 15px 10px;
}


