@charset "UTF-8";
/* CSS Document */

 body {
	background-color: #00234c;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #174582;
	padding-top: 15px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-decoration: none;
}
.principal-center {
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	background-image: url(INTERIEUR-WEB-2016.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 720px;
	background-position: 100% 100%;
	border-radius: 16px;
	text-shadow: 6px 6px 6px #00182C;
	font-size: large;
}
.text-intro {
	text-align: center;
	margin-left: 0px;
	margin-right: 150px;
	color: #9DC3F4;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	float: right;
	margin-top: 350px;
}
.text-intro a {
	color: #edb930;
	text-decoration: none;
	
}
.principal-center background-image {
	display: block;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}
