/*
CSS Document - PB-Web Concept
media = screen 
*/
html{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	text-align: left;
	color: #363636;
	background-color: #fff;
	line-height: 120%;
}

#page {
	padding: 0;
	margin: auto;
	line-height: 120%;
}


#page-end {
	padding: 0;
	margin: 0;
}

header {
	background: url(../images-pre/slideshow.jpg) #96bc64 top no-repeat;
	height: 500px;
	width: 100%;
}

#logo {
	position: absolute;
	top: 40px;
	left: 40px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	margin: -180px 0 40px 0;
	text-align: center;
	font-style:italic;
	color: #fff;
	line-height: 140%;
	text-shadow: 0px 0px 5px #333;
    letter-spacing: 2px;
}

h2 {
	font-family: helvetica, verdana, geneva;
	clear:left;
	font-size: 24px;
	margin: 30px auto;
	text-align: center;
	color: #333;
}

p {
	font-size: 28px;
	margin: 10px 10px 10px 10px;
	text-align: center;
}

a {
	color: #363636;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

#suiveznous {
	margin: 15px auto;
	text-align: center;
	width: 300px;
}

#suiveznous .texte {
	float: left;
	color: #3b5998;
	padding-top: 5px;
}
#suiveznous .logo {
	color: #3b5998;
}


/*  General definitions
    ----------------------------------------------------------------------------------------
*/

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

/*  Classes Definitions
    ----------------------------------------------------------------------------------------
*/

.clear-both {
	clear: both;
}

@media (max-width: 767px) {
	section {
		margin: 0 20px 0 20px;
	}
	
	h1 {
		font-size: 28px;
		margin: -180px 0 40px 0;
	}
	
	p {
		font-size: 20px;
	}
}