/*********************************************************************/
/*
/* Feuille de style screen */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/
body {
	background: #cccccc;
	color: #343434;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1em;
	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 */
/*********************************************************************/
.ligne {
	margin: 0 auto;
	max-width: 1000px;
	min-width: 768px;
	overflow: hidden;
	padding: 0;
}

.ligne ul li {
	list-style: square;
	text-align: left;
}

/*********************************************************************/
/* colonnes : width sur une base de division par 12 */
/*********************************************************************/
.col {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 10px 0 10px;
}

.colnospace {
	float: left;
	margin: 0;
	padding: 0;	
}	

.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 {
	line-height: 2em;	
	margin: 0;
	padding: 0;
}

header a {
	text-decoration: none;
}

h1 {
	color: #ff5500;
	font-size: 3em;
	margin: 0;
	padding: 10px 0 20px 0;
}

h2 {
	color: #8c8c8c;	
	font-size: 1.25em;
	letter-spacing: 5px;	
	margin: 0;
	padding: 10px 0 10px 0;
}

/*********************************************************************/
/* contenu */
/*********************************************************************/
p {
	line-height: 1.5em;
	margin: 10px 0 10px 0;
	padding: 0;
}

h3 {
	border: 1px solid #ff5500;
	color: #ff5500;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 5px;	
    margin: 0;
    padding: 5px 5px 5px 10px;
	-ms-border-radius: 5px;              
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

h4 {
	color: #8c8c8c;
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	padding: 0;		
}

h5 {
	border-bottom: 1px solid #343434;	
	color: #343434;
	font-size: 1.1em;
	margin: 10px 0 0 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;	
	border: 1px solid #343434;
    width: 100%;
	-ms-border-radius: 5px;              
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}

.bordure {
	border: 1px solid #343434;
}

.bordure-haute {
	border-top: 1px solid #343434;
}

.bordure-gauche {
	border-left: 1px solid #343434;
}

.bordure-droite {
	border-right: 1px solid #343434;
}

.bordure-basse {
	border-bottom: 1px solid #343434;
}

.bouton {
	margin: 20px 0 40px 0;
}

.bouton a {
	background: #8c8c8c;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	-ms-border-radius: 5px;              
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

a {
	color: #ff5500;
}

a:hover {
	text-decoration: none;
}

/*********************************************************************/
/* footer */
/*********************************************************************/
footer {
	background: #8c8c8c;	
	color: #ffffff;
	margin: 0;
	padding: 0;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

h5 {
	border: 1px solid #ffffff;
	color: #ffffff;
	margin: 0;
	padding: 5px;
	-ms-border-radius: 5px;              
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;		
}

/*********************************************************************/
/*********************************************************************/
/* Feuille de style responsive */
/*********************************************************************/
/*********************************************************************/
@media (max-width:768px) {
body {
	overflow: scroll;
	text-align: justify;
}

header {
	margin: 0;
	padding: 0
}

/*********************************************************************/
/* ligne */
/*********************************************************************/
.ligne {
	min-width: 0;
	width: 100%;
}

.ligne img {
	float: none;
}

/*********************************************************************/
/* 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%;
}

h1, h3, h4, h5 {
	text-align: center;
}

h2 {
	text-align: left;
}
.bordure, .bordure-haute, .bordure-gauche, .bordure-droite , .bordure-basse {
	border: none;
}
}