
/*Meyer reset file*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

p {
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END - Meyer reset file*/

body {
	color: #222222;
	font-family: sans-serif;
	font-size: 1em;
	background: #008688;
}
.wrap {
	margin: 0 auto;
	width: 1050px;
	/*background: white;*/
	padding: 10px;
}

.prefooter {
	min-height: 150px;
	background: url(../images/fleurs2.png) bottom right no-repeat;
	border-bottom: 1px solid black;

}

footer {
	min-height: 200px;
}

h1 {
	font-size: 2em;
	margin: 10px;
	text-align: center;
	color: white;
	 font-family: 'Roboto Condensed', sans-serif;
}

img {
	border: 1px solid #BEBEBE;
	padding: 8px;
	background-color: #F7F7F7;
	float: left;
	margin: 8px;
}

.clearall {
	clear: both;
}

.patron {
	background: white;
	padding: 10px;
	
}

.patron p, .patron img {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

.patron h2 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0;
	line-height: 1em;
}

.shawl1 {
	width: 80%;
	
}

@media only screen and (max-width: 1000px) {

.wrap {
	width: 95%;
}

.myvideo {
	width: 95%;
	/*height: auto;*/
}


}

@media only screen and (max-width: 421px) {
img {
	width: 90%;
	margin: 5px 0;
}
}
