/*********************************************************************/
/*
/* Feuille de style screen */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/

/* général */
body {
	background: #bbbbbb;
	color: #ffffff;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
	margin: 0 auto;
	overflow: scroll;
	padding: 0;
	text-align: justify;
}

*,*: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;
}

/*********************************************************************/
/********** header */
header {
	background: #505050;
}

/*********************************************************************/
/********** ligne */
.ligne {
	margin: 0 auto;
	max-width: 1000px;
	min-width: 768px;
	overflow: hidden;
	padding: 0;
}

/********** colonnes 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 {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin: 20px 0 20px 0;
	text-align: center;
}

nav ul {
	margin: 0;
	padding: 0;	
}

.item {
	display: inline-block;
}

nav a {
	color: #ffffff;
	display: block; 
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

nav a:hover {
	text-decoration: none;
}


/*********************************************************************/
/********** satistiques */
.stats {
	color: #ffffff;	
	margin: 10px 0 10px 0;
	padding: 0 0 30px 0;
	text-align: center;	
	width: 100%;
}

.barre1{
	background: #202020;
	float: left;
	margin: 0;
}

.barre2{
	background: #505050;
	float: left;
	margin: 0;
}

.barre3{
	background: #808080;
	float: left;
	margin: 0;
}

/*********************************************************************/
/********** footer */
footer {
	background: #505050;
	margin: 20px 0 0 0
}

footer ul {
	margin-left: 0;
	padding-left: 0;
}

footer li {
	list-style-type: none;
	border-bottom: 1px solid #ffffff;
	margin: 5px 0 0 0;
	padding: 0;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {	
	color: #ffffff;
	text-decoration: none;
}

/*********************************************************************/
/********** liens */
a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*********************************************************************/
/********** divers */
.gauche {
	text-align: left;
}

.center {
	text-align: center;
}

.droit {
	text-align: right;
}

/*********************************************************************/
/********** titres */
h1 {
	color: #ffffff;
	font-size: 2.5em;	
	margin: 5px 0 0 0;
	padding: 0;
}

h2 {
	border-bottom: 1px solid #ffffff;
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
}

h3 {
	Border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 1.25em;
	margin: 10px 0 0 0;
	padding: 5px;
}

h4 {
	border-bottom: 1px dotted #ffffff;
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 0;
}

/*********************************************************************/
/*
/* Feuille de style responsive */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/

@media (max-width:767px){
body {
	min-width: 0;
	width: 100%;
}

.ligne {
	min-width: 0;
	width: 100%;
}

.col {
	float: none;
}

.une, .deux, .trois, .quatre, .cinq, .six, .sept, .huit, .neuf, .dix, .onze, .douze {
	padding: 0 10px 0 10px;
	width: auto;
}

h1 {
	text-align: center;
}


nav {
	border: 0;
	margin: 20px 0 20px 0;	
}

nav ul {
	margin: 0;
	padding: 0;	
}

nav li {
	margin-bottom: 5px;
}

.item {
	display: block;
}

nav a {
	background: #bbbbbb;
	color: #ffffff; 
	display: block; 
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
}