

@font-face {
	font-family: 'Conv_RotisSanSer';
	src: url('../font/RotisSanSer.eot');
	src: local('☺'), url('../font/RotisSanSer.woff') format('woff'), url('../font/RotisSanSer.ttf') format('truetype'), url('../font/RotisSanSer.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family:'Conv_RotisSanSer',Sans-Serif;
}

#franja {
	position:absolute;
	z-index:10;
	top:50%;
	margin-top:-140px;
	height:269px;
	width:100%;
	background:#FFF;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


#logo {
	width:425px;
	margin:50px auto 0 auto;
}

#logo p {
	margin-left:102px;
	margin-top:13px;
	color:#57575A;
	font-family:'Conv_RotisSanSer',Sans-Serif;
	line-height:1.3;
}

#logo p a {
	color:#57575A;
	text-decoration:none;
}

#logo p a:hover {
	color:#ffb523;
}

#cercle {
	font-family:'Conv_RotisSanSer',Sans-Serif;
	width:186px;
	height:185px;
	position:absolute;
	top:50%;
	right:10%;
	margin-top:-233px;
	background-image:url(../img/cercle.png);
	background-repeat:no-repeat;
	z-index:100;
	color:#FFF;
	font-size:16px;
  padding-left:37px;
  padding-top:36px;
  line-height:1.2;
}


@media all and (max-width: 1040px) {
	#cercle {
		margin-top:-290px;
	}
}