@charset "UTF-8";

/* Layout Small Screens */

body { 	background-image: none; }

.page {
	max-width: 499px;
	padding-left: 20px;
}

h1 { background: url(../images/logo_petitsLascars_petit.png) no-repeat center center; width: 160px; height: 129px; margin: -1em auto 0.2em; }
h2 { display: none; font-weight: normal;}
h3 { font-size: 1.65em; font-family: 'MisoRegular', "MS Trebuchet",
sans-serif; font-weight: normal; margin: 0 0 0.8em 0; color: #5C2846; line-height: 1.2em; }

p { font-size: 0.8em; }
.image {
	width: 499px;
	height: 139px;
	margin-bottom: 10px;
	margin-left: -20px;
	background-image: url(../images/banner_small.jpg);
}

article h3 {
	border-top: solid 2px #c2c0a9;
	border-position: -20px 0;
}

.promo_container {
	display: block;
	margin-left: -20px;
	max-width: 449px;
	padding: 20px 20px 0 20px;
	background-image: none;
	background-color: #c2c0a9;
}

.promo_container p {
	width: auto;
}

.promo_container p.suedois {
	font-style: italic;
}

.clear_fix {
	clear: both;
	line-height: 1px;
}

.mapvideo {
	width: auto;
	margin-bottom: 20px;
}

.mapvideo.youtube {
	padding-left: 0;
}

.facebook {
	position: static;
	display: block;
	height: 18px;
	width: 160px;
	background: url(../images/facebook.gif) no-repeat right -26px;
}

.facebook:hover {
	background-position: right 0;
}






