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

header { height: 120px; background: url(../images/desprenoi_s.jpg) no-repeat right 0px; background-size: 500px 120px; }

header a.logo { width: 124px; height: 23px; top: 116px; left: 5px; background-image: url(../images/logo_s.svg); background-size: 124px 23px; }

article { padding: 20px 20px 10px 20px; }


nav {
	position: static;
	padding: 10px 0px 10px 0px;
	background-color: #660000;
}

nav a {
	color: #ffcc99;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #ffcc99;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
nav a:hover { color: #fff; background-color: rgba(255,255,255,.15) }

.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
}
.promo_container .promo .content { padding: 0px 20px 5px 90px; }

footer { border-top: 1px solid #ffcc99; }

body { background-image: none; }
.asideimg {
	float: left;
	height: 25px;
	width: 275px;
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx),
{
	header { background-image: url(../images/desprenoi_s_2x.jpg); }
	header a.logo { background-image: url(../images/logo_s_2x.svg); }
}