/*********************************************************************/
/*
/* Feuille de style screen */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/
body {
	background: #6ba8bd;
	color: #ffffff;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0 auto;
	overflow: scroll;
	padding: 0;
}

*,*:after, *:before{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

/*********************************************************************/
/* ligne et couleurs de fond */
/*********************************************************************/
.ligne {
	margin: 0 auto;
	max-width: 1000px;
	min-width: 768px;
	overflow: hidden;
	padding: 0;
}

.fond-contraste {
	background: #ffffff;
	color: #6ba8bd;
	margin: 0;
}

.fond-contraste a {
	color: #6ba8bd;
}

/*********************************************************************/
/* colonnes : width sur une base de division par 12 */
/*********************************************************************/
.col {
	float: left;
	padding: 0 10px 0 10px;
}

.une {width: 8.33%}
.deux {width: 16.66%}
.trois {width: 25%}
.quatre {width: 33.33%}
.cinq {width: 41.67%}
.six {width: 50%}
.sept {width: 58.33%}
.huit {width: 66.67%}
.neuf {width: 75%}
.dix {width: 83.33%}
.onze {width: 91.67%}
.douze {width: 100%}

/*********************************************************************/
/* header */
/*********************************************************************/
header {
	color: #ffffff;
	margin: 20px 0 20px 0;
	padding: 0;
}

header a {
	text-decoration: none;
}

/*********************************************************************/
/* navigation */
/*********************************************************************/
nav {
	font-size: 1em;
	margin: 0;
	padding: 40px 0 20px 0;
	text-align: right;
}

nav ul {
	margin: 0;
	padding: 0;	
}

nav li {
	display: inline-block;
}

nav a {
	color: #ffffff;
	border-bottom: 2px solid transparent;
	display: block; 
	padding: 5px;
	text-decoration: none;
}

nav a:hover {
	border-bottom: 2px solid #ffffff;	
}

/*********************************************************************/
/* image */
/*********************************************************************/
.img1 {
	background: url(img1.jpg);
	min-height: 500px;
	margin: 0;
	padding: 0;	
    width: 100%;	
}

.img2 {
	background: url(img2.jpg);
	min-height: 500px;
	margin: 0;
	padding: 0;	
    width: 100%;	
}

.img3 {
	background: url(img3.jpg);
	min-height: 500px;
	margin: 0;
	padding: 0;	
    width: 100%;	
}


/*********************************************************************/
/* footer */
/*********************************************************************/
#footer {
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style: square;
}

/*********************************************************************/
/* titres */
/*********************************************************************/
h1 {
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 2em;
	margin: 20px 0 20px 0;
	padding: 10px;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0 20px 0;
	padding: 0;
}

h3 {
	border: 1px solid #ffffff;
	font-size: 1.25em;
	margin: 20px 0 20px 0;
	padding: 10px;
}

h4 {
	border: 1px solid #6ba8bd;
	color: #6ba8bd;
	margin: 10px 0 10px 0;
	padding: 10px;
	
}

/*********************************************************************/
/* liens */
/*********************************************************************/
a {
	color: #ffffff;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

/*********************************************************************/
/*
/* Feuille de style responsive */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/
@media (max-width:768px) {
body {
	font-size: 1em !important;
	overflow: scroll;
}

.ligne {
	min-width: 0;
	width: 100%;
}

.col {
	display: block !important;
	float: none;
	width: auto !important;	
}

.une,
.deux,
.trois,
.quatre,
.cinq,
.six,
.sept,
.huit,
.neuf,
.dix,
.onze,
.douze {
	display: block !important;
	padding: 0 10px 0 10px;
	width: 100%;
}

nav {
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
}

nav a {
	border-bottom: 2px solid #ffffff;
	padding: 10px;
}

nav a:hover {
	border-bottom: 2px solid transparent;	
}

h1 {
	font-size: 2em !important;
	text-align: center;
}

h2 {
	font-size: 1.5em !important;
}
}