@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	background: #000;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	color:#C9D0CF;
}

.contain {
	margin: 40px auto;
	width: 960px;
}

.imgmilieu {
    width: 960px;
	height: 600px;
	background-image: url(images/fond001.jpg);

}

.part2 {
margin:20px;
}

.info {
	width: 450px;
	margin:auto;
	padding:20px;
	border: 2px solid #C9D0CF;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
}

a {
	color:#C7D400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 1.5em;
}

a:hover {
	font-size: 2em;
}
