
*
{
	font-family: helvetica,arial ;
	color: #111 ;
}
body
{
	margin: 0 ;
	padding: 0 ;
}
a
{
	color: #004991 ;
}
h2
{
	color: inherit ;
}
a:hover
{
	color: #e2001a !important ;
}
.container 
{
    position: relative;
    width: 100%;
    height: 0;
    max-height: 200px ;
    padding-bottom: 56.25%;
}
.video 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


ul#main
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#main li
{
	margin-top: 0.75rem ;
	padding: 0.5rem ;
	padding-bottom: 0.05rem ;
	cursor: hand ;
}
ul#main li p
{
	padding: 0.5rem ;
	font-size: 1rem ;
	text-align: center ;
}
ul#main li:nth-child(even)
{
	/*background-color: #d3e2f0 ;*/
	background-color: #f4f6f7 ;
}

h1, h2, h3
{
	text-align: center ;
}
a.plus
{
	display: block ;
	text-align: center ;
	font-weight: normal ;
	margin-top: 1rem ;
	text-decoration: none ;
	color: #004991 ;
}
a.plus_on
{
	color: #e2001a ;
}

#avion-accp
{
	display: none ;
}

/* Desktops */
@media (min-width:780px)
{
	ul#main
	{
		max-width: 1400px !important ;
		margin-left: auto ;
		margin-right: auto ;
	}
	ul#main li
	{
		float: left ;
		width: 33.33333% ;	
		height: 250px ;
		margin: 0 ;
		padding: 0 ;
	}		
	a.plus
	{
		margin-bottom: 16px ;
	}
	#avion-accp
	{
		display: inline ;
		margin-top: 20px ;
		width: 120px ;
		position: relative ;
		left: 500px ;
	}
	h2
	{
		color: #333 !important ;
	}
}


#header
{
	text-align: center ;
	background-image: url(../images/fond-provence.jpg) ;
	background-size: 1400px ;
	background-position: top center ;
	background-repeat: no-repeat ;
	height: 600px ;
	margin-bottom: 1px ;
}


.img_ss_titre
{
	display: block ;
	margin-left: auto ;
	margin-right: auto ;
	height: 2.2rem ;
	margin-bottom: 1rem ;
}

#footer
{
	text-align: center ;
}