@import url(http://fonts.googleapis.com/css?family=Julius+Sans+One|Libre+Baskerville:400,400italic);

html 
{
	margin: 0;
	padding: 0;
}

body 
{
	color: #325050;
	background: rgb(224,224,224);
	font-family: 'Libre Baskerville', sans-serif;
	width: 100%;
	margin: auto;
	padding: 0;
}

h1 
{
    margin: 0;
    color: rgb(0,151,169);
    font-family: "Julius Sans One",sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

p 
{ 
	margin-top: 0;
	font-size: 12px; 
	text-align: justify;
}

#header
{
	text-align: center;
	background-image:url(img/poilus.jpg);
	background-position: center; 
	background-repeat: no-repeat;
}

#header img
{
	width: 150px;
	height: auto;
}

#header img.lang
{
	display: none;
}

#partenaires
{
	display: none;
}

#partenaires img
{
	margin: 10px;
	width: 200px;
	height: auto;
}

.imagesProgramme
{
	text-align: center;
}

.imagesProgramme img
{
	width: 34%;
	height: auto;
}
