/*********************************************************************/
/*
/* Feuille de style screen */
/* Powered by Patrick Joly - Contact : patrickjoly@free.fr */
/*
/*********************************************************************/
body {
	color: #224455;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	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
}

/*********************************************************************/
/* ligne et couleurs de fond */
/*********************************************************************/
.ligne {
	margin: 0 auto;
	max-width: 1000px;
	min-width: 768px;
	overflow: hidden;
	padding: 0;
}

.fond-couleur {
	background: #224455;
	color: #ffffff;	
	margin: 0 0 20px 0;
}

.fond-couleur a {
	color: #ffffff;
}

/*********************************************************************/
/* 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 {
	margin: 0 0 10px 0;
	padding: 0;
}

header a {
	text-decoration: none;
}

/*********************************************************************/
/* footer */
/*********************************************************************/
#footer {
	margin: 10px 0 0 0;
	min-height: 100px;
	padding: 30px;
	text-align: center;
}

#footer ul li {
	color: #ffffff;
	list-style: square;
}

#footer a {
	color: #ffffff;	
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*********************************************************************/
/* titres */
/*********************************************************************/
h1 {
	font-size: 4em;
	margin: 10px 0 0 0;
	padding: 0;
}

h2 {
	font-size: 2em;
	font-style: italic;	
	margin: 20px 0 20px 0;
	padding: 0;
}

h3 {
	font-size: 2em;
	margin: 20px 0 20px 0;
	padding: 0;
}

h4 {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	margin: 10px 0 0 0;
	padding: 5px;
}
/*********************************************************************/
/* liens */
/*********************************************************************/
a {
	color: #224455;
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

/*********************************************************************/
/* divers */
/*********************************************************************/
p {
	margin: 20px 0 20px 0;
	padding: 0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.ital {
	font-style: italic;
}

.cercle a {
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 100px;
	color: #224455;	
	display: inline-block;
	font-size: 2em;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	width: 150px;	
}

.cercle a:hover {
	background: #224455;
	color: #ffffff;
}

.cercle-couleur a {
	background: #224455;
	border: 2px solid #224455;
	border-radius: 100px;
	color: #ffffff;	
	display: inline-block;
	font-size: 2em;
	height: 150px;
	line-height: 150px;
	margin: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	width: 150px;	
}

.cercle-couleur a:hover {
	background: #ffffff;
	color: #224455;
}

.cadre-blanc {
	border: 1px solid #ffffff;
	margin: 20px 0 20px 0;
	padding: 20px;
}

.cadre-couleur {
	border: 1px solid #224455;
	margin: 20px 0 20px 0;
	padding: 20px;
}

/*********************************************************************/
/*
/* 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;
}

header {
	margin: 0;
}

/*********************************************************************/
/* navigation */
/*********************************************************************/
nav li {
	display: block;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav a {
	border: 1px solid #ffffff;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	-ms-border-radius: 5px;	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

nav a:hover {
	border: 1px solid #ffffff;	
	background: #ffffff;
	color: #224455;
}
	
/*********************************************************************/
/* 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%;
}

/*********************************************************************/
/* titres */
/*********************************************************************/
h1 {
	font-size: 2em;
	padding: 10px 0 0 0;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}
}