@CHARSET "UTF-8";

#more_left {
	display: block;
	width: 600px;
	float: left;
}

#more_right {
	display: block;
	width: 280px;
	float: right;
}

#more_bottom {
	display: block;
	clear: both;
}



#more_left_pourquoi {
	width: 600px;
	margin: 0 0 20px 0;
	background-image: url(../images/site/more/pourquoi_back.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#more_left_pourquoi p, #more_left_comment p, #more_left_evolutif p {
	text-align: justify;
	margin: 0 18px 0 18px;
}

#more_left_comment {
	width: 600px;
	margin: 0 0 20px 0;
	background-image: url(../images/site/more/comment_back.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#more_left_evolutif {
	width: 600px;
	margin: 0 0 20px 0;
	background-image: url(../images/site/more/evolutif_back.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}


.more_right_elm {
	width: 280px;
	margin: 0 0 30px 0;
	padding: 10px 0 10px 0;
	background-image: url(../images/site/more/right_back.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#more_right p {
	text-align: center;
	margin: 0 10px 0 10px;
	color: #303880;
}

.more_right_retour {
	width: 280px;
	padding: 10px 0 10px 0;
	color: #d35e00;
}

p.accent {
	color: #d35e00;
	font-size: 14px;
}

