/*********************************************************************/
/*
/* Feuille de style screen */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/
body {
	background: #dddddd;
	color: #000000;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
	margin: 0 auto;
	overflow: scroll;
	padding: 0;
}

*,*:after, *:before{
	box-sizing:border-box
}

/*********************************************************************/
/* ligne et couleurs de fond */
/*********************************************************************/
.ligne {
	margin: 0 auto;
	max-width: 900px;
	min-width: 768px;
	overflow: hidden;
	padding: 0;
}

.fond-logo {
	background: url('img.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	z-index: -1;	
}

.fond-blanc {
	background: #ffffff;
	margin: 0;
}

.fond-blanc a {
	color: #000000;
	text-decoration: underline;
}

/*********************************************************************/
/* 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%}

/*********************************************************************/
/* navigation */
/*********************************************************************/
nav {
	margin: 40px 0 40px 0;
	padding: 0;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;	
}

.item {
	display: inline-block;
}

nav a {
	background: #5f5f5f;
	border: 1px solid #ffffff;
    border-radius: 5px;	
	color: #ffffff; 
	display: block; 
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

nav a:hover {
	background: transparent;
	border: 1px solid #ffffff;	
	color: #ffffff;
	text-decoration: none;
}

article {
	border: 1px solid #000000;
	margin: 20px 0 10px 0;
	padding: 0;
}

article ul {
	margin: 0;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;	
    width: 100%;
}


/*********************************************************************/
/* footer */
/*********************************************************************/
#footer {
	margin: 20px 0 20px 0;
	padding: 0;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*********************************************************************/
/* titres */
/*********************************************************************/
h1 {
	color: #ffffff;
	font-size: 3em;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}

h2 {
	color: #ffffff;
	font-size: 1.6em;
	letter-spacing: 5px;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: center;
}

h3 {
	border-bottom: 1px solid #000000;
	font-size: 1.25em;
	margin: 20px 0 5px 0;
	padding: 0;
}

h4 {
	border-bottom: 1px solid #000000;	
	color: #000000;
	font-size: 1em;	
	margin: 0 10px 0 10px;
}

/*********************************************************************/
/* liens */
/*********************************************************************/
a {
	color: #000000;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

/*********************************************************************/
/* divers */
/*********************************************************************/
/* alignement */
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

/* font */
.bold {
	font-weight: bold;
}

.blanc {
	color: #ffffff;
	border-bottom: 5px solid #ffffff;	
}

/*********************************************************************/
/*
/* Feuille de style responsive */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/
@media (max-width:768px) {
body {
	font-size: 1em;
	overflow: scroll;
	text-align: justify;
}


	
/*********************************************************************/
/* ligne */
/*********************************************************************/
.ligne {
	min-width: 0;
	width: 100%;
}

/*********************************************************************/
/* colonnes */
/*********************************************************************/
.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%;
}

img {
	margin: 0;
	max-height: auto;
	padding: 0;	
    width: 100%;
}

/*********************************************************************/
/* titres */
/*********************************************************************/
h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em:
}

h3 {
	font-size: 1.5em;
}

/*********************************************************************/
/* nav */
/*********************************************************************/
nav {
	background: transparent;
	margin: 20px 0 20px 0;
	padding: 0;
}	

nav ul, li {
	width: auto!important;
}

.item {
	display: block;
	margin: 0;
	padding: 0;	
}

nav a {
	margin: 5px;
}
}