/* 
-----
css/style.css 
-----
*/


body {
	margin: 0;
	padding: 0;
	background-image: url(../images/mp_back.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/* Enlève la bordure bleu (images). */
img {
	border: none;
}

/* Enlève la bordure bleu (images, liens). */
a img {
	border: none;
}


/* Liens */
a:link {
	color: #999;
	text-decoration: underline;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #141414;
	text-decoration: underline;
}


/* Structure */

.header {
	width: 900px;
	height: 300px;
	margin: 30px auto;
	padding: 0;
}

.container {
	width: 900px;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;

	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 9px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 3px 9px 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 3px 9px 15px;
	
}
	
.content {
	width: 900px;
	height: 400px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.content_text {
	width: 339px;
	height: 410px;
	float: left;
	margin: 30px 0 0 500px;
	padding: 0 30px 30px 30px;
	background-color: #fff;
	border-left: 1px solid #c8c8c8;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #141414;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.footer {
	width: 900px;
	height: 90px;
	margin: 30px auto;
	padding: 0;
	background-color: #1e1e1e;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 9px 15px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 3px 9px 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 3px 9px 15px;
}

.copy {
	width: 200px;
	height: 30px;
	margin: 0;
	padding: 30px 0 0 30px;
	background-color: #1e1e1e;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.uma {
	margin: 0;
	padding: 30px 30px 0 0;
	float: right;
}











