@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Templates base styles */
/* ghooghe 201009 */
@font-face {
	font-family: "MolengoRegular";
	src: url("../fonts/Molengo-Regular-webfont.eot");
	src: local("☺"), url("../fonts/Molengo-Regular-webfont.woff") format("woff"), url("../fonts/Molengo-Regular-webfont.ttf") format("truetype"), url("../fonts/Molengo-Regular-webfont.svg#webfontI1mXyLY2") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #ffffff;
	color: #444444;
	font-family: MolengoRegular, Arial, Sans-Serif;
	font-size: 14px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #666666;
}

address {
	font-style: normal;
}

.clear {
	border: 0 none transparent;
	clear: both;
	height: 0;
	visibility: hidden;
}

h1, h2, h3 {
	line-height: 1.3em;
	margin: 0;
}

h1 {
	font-size: 150%;
	padding: 40px 0 20px 0;
}
h2 {
	font-size: 130%;
	padding-bottom: 20px;
}

h3 { 
	font-size: 110%;
	padding-bottom: 0.5em;
}

.hidden, .date {
	display: none;
}

p, li, address {
	line-height: 1.4em;
}

p {
	margin-bottom: 1.2em;
}

ul {
	padding-bottom: 1.2em;
}

ul li {
	padding-left: 14px;
}

#container {
	margin: 0 auto;
	max-width: 1148px;
	width: 90%;
}

/* CONTENT */
#content {
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1em;
	padding: 0.2em 0.8em;
}

/* FOOTER */
#footer {
	clear: both;
	font-size: 90%;
	padding: 30px 0 10px 0;
	text-align: right;
}

.imageGallery a {
	background: transparent url("../img/loading.gif") no-repeat center center;
	float: left;
	height: 160px;
	margin: 0 0 4px 4px;
	overflow: hidden;
	width: 160px;
}

#ieva-and-romain .imageGallery a,
#michelle .imageGallery a {
	position: relative;
	padding-bottom: 1.2em;
	margin-bottom: 1em;
}
#ieva-and-romain .imageGallery a:after,
#michelle .imageGallery a:after {
	content: attr(data-item);
	display: block;
	position: absolute;
	bottom: 0;
	height: 1.2em;
	width: 100%;
	background-color: #fff;
}

#petanque-tapas-et-musique-live h1 {
	padding-bottom: 0;
}

