@charset "utf-8";
/* CSS Document */
body {
	background-color: #4B6DB3;
	margin:0;
	padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
#main {
	width:892px;
	background-color:#FFF;
	margin:auto;
	margin-top:20px;
	padding:30px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	box-shadow:0px 0px 4px #444;
}
img#bg {
  width:100%;
  height:auto;
  margin-bottom:-50px;
}
img#fleche {
	margin-left:-35px;
	margin-bottom:-20px;	
}
.sloguan {
	color:#004990;
	font-size:18px;
	font-weight:100;
}
#mission {
	margin-top:20px;
	width:850px;
}
h2 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#logo_ecolotop {
	width:290px;
	height:110px;
	float:left;
}
#logo_vacamo {
	width:290px;
	height:110px;
	float:left;
}
#logo_imaginer {
	width:290px;
	height:110px;
	float:left;
}
a img {
	border:none;
}
a:link {
	color: #4B6DB3;
}
a:visited {
	color: #4B6DB3;
}
a:hover {
	color: #4B6DB3;
}
a:active {
	color: #4B6DB3;
}
#coord {
	float:right;
	width:190px;
	color:#FFF;
	line-height:20px;
	margin-top:-52px;
	margin-right:-70px;
	padding:20px;
	padding-top:35px;
	background-image:url(../images/transp_blu.png);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
}
#coord a{
	color:#FFF;
	text-decoration:none;
}
#cont_copy {
	position:relative;
	width:922px;
	margin:auto;
	bottom:10px;
}
#copy {
	width:630px;
	height:12px;
	padding:8px;
	float:left;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
	font-size:11px;
	color:#333;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	box-shadow:3px 3px 2px #333;
}