	html, body
{
	margin: 0px;
	padding: 0px;
	font-family: 'Dosis', sans-serif;
	font-size:19px;
}
	header
{
	background-color: #4e9627;
	color: white;
	width: 100%;
}
	.tumblr
{
	display:inline-block;
	height:10000px;	
	width: 100%;
	position: alternative;
	text-align:center;
}
	.intro
{
	margin-top:100px;
	text-align:center;
	background-image: url("../images/banniere_presentation.png");
	background-position: center;
	background-repeat: no-repeat;
	opacity:1.0;
	height:170px;
	max-height:170px;
}
	.intro_image
{
	display: inline;
	position: alternative;
	float:left;
	color:black;
	margin:0px auto;
	padding:0px;
	max-height:170px;
}
	.intro:hover
{
	background-image: url("../images/banniere_intro_on.png");
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	height:170px;
}
/*Blog*/
	.blog
{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top:160px;
	margin-bottom:auto;
	overflow: hidden;
	vertical-align: top;
}
	.blog-post
{
	text-align:justify;
	cursor:pointer;
	color: black;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:30px;
	margin-bottom:70px;
	overflow: hidden;
	vertical-align: top;
	border-bottom:1px grey solid;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
	.feedwind
{
	margin-top:-70px;
	margin-bottom:-50px;
	background-color:white;
}
	.separateur-titre
{
	vertical-align:top;
	display:inline-block;
	margin:auto;
	max-width:800px;
}
	.fbvid
{
	border:none;
	height:315px;
	width:560px;
	overflow:hidden;
}
/*Fin blog*/
/*Configuration du pied de page (footer)*/
	footer
{
	position: fixed;
	overflow:hidden;
	bottom: 0px;
	width:100%;
	background-color: #766636;
	color: #c0ec11;
	height: 20px;
	border-top: 2px solid black;
	vertical-align:top;
	margin: auto 0;
	text-align:center;
	z-index:10;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
	@media screen and (max-width: 620px) 
{
		footer {
    			overflow:auto;
		}
}
	footer:hover, footer.hovered
{
	height: 260px;
}
	.footer_section
{
	display: inline-block;
	position: alternative;
	overflow: auto;
	vertical-align: top;
	text-align:center;
	margin-top:2px;
	font-size:15px;
}
	.footer_titre
{
	display: inline-block;
	font-size: 15px;
	text-align: center;
	position: alternative;
	overflow: auto;
	vertical-align: top;
	top:0px;
}
	.footer_text
{
	display: inline-block;
	position: alternative;
	background-color:;
	margin-bottom:15px;
	color:white;
	width: 300px;
	overflow: auto;
	padding-left:5px;
	padding-right:5px;
	vertical-align: top;
	text-align:justify;
}
	.footer_image
{
	display: inline-block;
	position: alternative;
	background-color:;
	min-width: 70px;
	max-width: 300px;
	overflow: hide;
	vertical-align: top;
}
	@media screen and (max-width: 830px) 
{
		.footer_image {
    			display:none;
		}
}
/*Fin de configuration du pied de page*/
	.social
{
	height:310px;
	width: 60px;
	display: inline-block;
	position: fixed;
	left: 10px;
	top: 280px;
	z-index:10;
}
	.social-mini
{
	height:auto;
	width: auto;
	position: fixed;
	vertical-align:top;
	top: 10px;
	left:100px;
	z-index:8;
	margin:auto 0;
}
	@media screen and (max-width: 500px) 
{
		.social-mini {
    			left:0;
		}
}
	.langues
{
	position:relative;
	top:0px;
	border:1px white solid;
	cursor:pointer;
}
	.top
{
	height:auto;
	width:auto;
	position: fixed;
	vertical-align:top;
	right: 15px;
	top: 25px;
	z-index:10;
	margin:auto 0;
}
	.logo
{
	height:auto;
	width:auto;
	position: fixed;
	vertical-align:top;
	left: 15px;
	top: 32px;
	z-index:10;
	margin:auto 0;
}
	@media screen and (max-width: 850px) 
{
		.logo {
    			top:50px;
		}
}
	.tutos_flottant
{
	height:auto;
	width: 300px;
	background-color: ;
	overflow: hidden;
	display: inline-block;
	position: fixed;
	right: 10px;
	top: 200px;
}
	@media screen and (max-width: 1500px) 
{
		.tutos_flottant {
    			display:none;
		}
}

	.rubrique_flottant
{
	display: inline-block;
	color:white;
	font-size:20px;
	text-align:center;
	position: alternative;
	overflow: hidden;
	background-image:-moz-linear-gradient(-45deg, black, #7fc7e5);
	background-image:-webkit-linear-gradient(-45deg, black, #7fc7e5);
	background-image:-o-linear-gradient(-45deg, black, #7fc7e5);
	background-image:linear-gradient(-45deg, black, #7fc7e5);
	vertical-align: top;
	margin:10px;
	width:200px;
	height:100px;
	padding-top:70px;
	line-height:;
	text-decoration:none;
	border-radius:10px;
	border: 2px solid white;
	box-shadow:0px 0px 20px #888888;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
	.rubrique_flottant:hover
{
	background-image:none;
	background-color:white;
	color:#7fc7e5;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	height:130px;
	padding-top:40px;
	font-style:italic;
	font-size:38px;
	border: 2px dashed #7fc7e5;
	box-shadow:none;
}

	.timelinetwitter
{
	height:auto;
	width: 300px;
	margin-bottom:70px;
	/*margin-bottom:70px; si retour blog*/
	background-color: ;
	overflow: hidden;
	display: inline-block;
	position: fixed;
	left: 40px;
	top: 160px;
	z-index:2;
}
	@media screen and (max-width: 1500px)
{
		.timelinetwitter {
    			display:none;
		}
}	
	.twitter-timeline
{
	font-family: ;
	display: inline-block;
	text-align: justify;
	position: alternative;
	max-width: 300px;
	margin-bottom:-200px;
	overflow: auto;
	vertical-align: top;
	border:1px grey dotted;
}
	.disqus
{
	max-width: 700px;
	margin: auto;
	margin-bottom:30px;
	background-color: none;
	border-top:1px grey solid;
	padding-top:20px;
}
 /* Navigation */
	.menu
{
	display: inline-block;
	position: fixed;
	z-index:8;
	text-align:center;
	background-color: black;
	text-align:center;
	padding-top:10px;
	max-height:200px;
	top:0px;
	min-height: 90px;
	width: 100%;
	border-bottom: 5px solid #766636;
	margin: auto 0;
}
	.menu a:link {color:#FFFFFF; text-decoration:;}
	.menu a:visited {color: #FFFFFF;}
	.menu a:hover {color: #FFFFFF; text-decoration:none;}
	.menu a:active {color: #FFFFFF;}	

	nav
{
	background-color: none;
	display: inline-block;
	vertical-align:top;
}
 	@media screen and (max-width: 850px) 
{
		nav {
    			display:none;
		}
}
	nav ul
{
	list-style-type: none;
}
 
	nav li
{
	margin-right: 20px;
	display: inline-block;
}
	@media screen and (max-width: 600px) 
{
	nav li {
    			margin:auto;
		}
}
	nav a
{
	border-right: 2px solid #766636;
	border-left: 2px solid #766636;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:35px;
	margin: auto 0;
	color: white;
	text-decoration: none;
	-o-transition:.3s; 
	-ms-transition:.3s; 
	-moz-transition:.3s; 
	-webkit-transition:.3s;
	transition:.3s;
}
	@media screen and (max-width: 850px) 
{
		nav a {
    			padding-top:5px;
			padding-bottom:5px;
			padding-left:5px;
			padding-right:5px;
		}
}
	nav a:hover
{
	color: white;
	background-color: #766636;
	text-decoration: none;
	-o-transition:.3s; 
	-ms-transition:.3s; 
	-moz-transition:.3s; 
	-webkit-transition:.3s;
	transition:.3s;
}
/*NAV 2*/
	nav2
{
	display:none;
	vertical-align:top;
	top:0px;
	z-index:10;
}
	@media screen and (max-width: 850px) 
{
		nav2 {
    			display:inline-block;
		}
}
	ul ul 
{
	display: none;
	position: absolute;
	color:white; 
	margin:0px;
	width:200px;
	font-size:30px;
	padding: 0px;
	left:-65px;
	text-decoration:none;
}
	li.nav2 
{
	list-style-type: none;
	position: relative; 
	text-align:left;
	width: auto; 
	background-color: black; 
	color:white;
	left:-5px;
	padding:5px;
	padding:auto; 
	margin: 0px;
	text-align:center;
	text-decoration:none;
}
	li.nav2:hover 
{
	text-decoration: none;
	color:white;
	-o-transition:.3s; 
	-ms-transition:.3s; 
	-moz-transition:.3s; 
	-webkit-transition:.3s;
	transition:.3s;
}
	li.nav2:hover 
	ul.niveau2
{
	display: block; 
	color:white; 
	text-decoration:none;
}
	li.nav2 
	li.nav2:hover 
{
	display: block;
	color:white; 
	text-decoration:none;
	background-color: #766636;
}
/*Fin NAV2*/
/*Infobulle lien*/
	a.info_rup
{
	position: relative;
	color:#57b8bc;
	font-weight: none;
	text-decoration: none;
	border-bottom: 1px gray dotted; /* On souligne le texte. */
}
	a.info_rup span 
{
	display: none; /* On masque l'infobulle. */
}
	a.info_rup:hover 
{
	background: none; /* Correction d'un bug d'Internet Explorer. */
	z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
	color: #766636;
	cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}
	a.info_rup:hover span 
{
	display: inline-block; /* On affiche l'infobulle. */
	position: absolute;
	overflow:auto;
	bottom: 30px; /* On positionne notre infobulle. */
	left:0px;
	width:300px;
	text-align:left;
	font-size:19px;
	background: #575644;
	display:inline-block;
	color: white;
	font-weight: normal;
	padding: 3px;
	border: 2px solid black;
}
	a.info_rdown
{
	position: relative;
	color:#57b8bc;
	font-style:none;
	font-weight: none;
	text-decoration: none;
	border-bottom: 1px gray dotted; /* On souligne le texte. */
}
	a.info_rdown span 
{
	display: none; /* On masque l'infobulle. */
}
	a.info_rdown:hover 
{
	background: none; /* Correction d'un bug d'Internet Explorer. */
	z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
	color: #766636;
	cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}
	a.info_rdown:hover span 
{
	display: inline-block; /* On affiche l'infobulle. */
	position: absolute;
	overflow:auto;
	top: 30px; /* On positionne notre infobulle. */
	left:0px;
	width:300px;
	text-align:left;
	font-size:19px;
	background: #575644;
	display:inline-block;
	color: white;
	font-weight: normal;
	padding: 3px;
	border: 2px solid black;
}
	a.info_lup
{
	position: relative;
	color:#57b8bc;
	font-weight: none;
	text-decoration: none;
	border-bottom: 1px gray dotted; /* On souligne le texte. */
}
	a.info_lup span 
{
	display: none; /* On masque l'infobulle. */
}
	a.info_lup:hover 
{
	background: none; /* Correction d'un bug d'Internet Explorer. */
	z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
	color: #766636;
	cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}
	a.info_lup:hover span 
{
	display: inline-block; /* On affiche l'infobulle. */
	position: absolute;
	overflow:auto;
	bottom: 30px; /* On positionne notre infobulle. */
	right:0px;
	width:300px;
	text-align:left;
	font-size:19px;
	background: #575644;
	display:inline-block;
	color: white;
	font-weight: normal;
	padding: 3px;
	border: 2px solid black;
}
	a.info_ldown
{
	position: relative;
	color:#57b8bc;
	font-weight: none;
	text-decoration: none;
	border-bottom: 1px gray dotted; /* On souligne le texte. */
}
	a.info_ldown span 
{
	display: none; /* On masque l'infobulle. */
}
	a.info_ldown:hover 
{
	background: none; /* Correction d'un bug d'Internet Explorer. */
	z-index: 500; /* On définit une valeur pour l'ordre d'affichage. */
	color: #766636;
	cursor: help; /* On change le curseur par défaut par un curseur d'aide. */
}
	a.info_ldown:hover span 
{
	display: inline-block; /* On affiche l'infobulle. */
	position: absolute;
	overflow:auto;
	top: 30px; /* On positionne notre infobulle. */
	right:0px;
	width:300px;
	text-align:left;
	font-size:19px;
	background: #575644;
	display:inline-block;
	color: white;
	font-weight: normal;
	padding: 3px;
	border: 2px solid black;
}
/* Début des sections */
	.video
{
	display: inline-block;
	position: alternative;
	width: 100%;
	height: 100%;
	border-top: none;
	padding-top: 50px;
	float: left;
	overflow: auto;
	margin-top: 72px;
	margin-bottom: 72px;
}
	.tuto
{
	background-image: url("../images/logo_background.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	position: alternative;
	margin-top: 120px;
	margin-bottom: 100px;
	width: 100%;
	height: 100%;
	text-align:center;
}
@media screen and (max-width: 850px) 
{
		.tuto {
    			margin-top: 160px;
		}
}
	.tuto_titre
{
	font-family: ;
	text-align: center;
	background-color: #333333;
	color: #0e9319;
	font-size:75px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	border:1px grey solid;
	border-radius: 20px;
	padding: 15px;
	overflow: auto;
	vertical-align: top;
}
	.tuto_intro
{
	display:inline-block;
	text-align: justify;
	color: black;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	border:1px grey solid;
	padding: 15px;
	overflow: auto;
	vertical-align: top;
}
	.tuto_rubriques
{
	font-family: ;
	text-align: center;
	opacity:1.0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	color: black;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	vertical-align: top;
}
	.rubriquetech
{
	display: inline-block;
	color:white;
	font-size:20px;
	text-align:center;
	position: alternative;
	overflow: hidden;
	background-image:-moz-linear-gradient(-45deg, black, #7fc7e5);
	background-image:-webkit-linear-gradient(-45deg, black, #7fc7e5);
	background-image:-o-linear-gradient(-45deg, black, #7fc7e5);
	background-image:linear-gradient(-45deg, black, #7fc7e5);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin:20px;
	width:250px;
	height:70px;
	padding-top:40px;
	line-height:;
	text-decoration:none;
	border-radius:20px;
	border: 2px solid white;
	box-shadow:0px 0px 20px #888888;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
	.rubriquetech:hover
{
	background-image:none;
	background-color:white;
	text-decoration:none;
	color:#7fc7e5;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	height:100px;
	padding-top:10px;
	font-style:italic;
	font-size:38px;
	border: 2px dashed #7fc7e5;
	box-shadow:none;
}

	.rubriquevin
{
	display: inline-block;
	color:white;
	font-size:20px;
	text-align:center;
	position: alternative;
	overflow: hidden;
	background-image:-moz-linear-gradient(-45deg, black, #e969a8);
	background-image:-webkit-linear-gradient(-45deg, black, #e969a8);
	background-image:-o-linear-gradient(-45deg, black, #e969a8);
	background-image:linear-gradient(-45deg, black, #e969a8);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin:20px;
	width:250px;
	height:70px;
	padding-top:40px;
	line-height:;
	text-decoration:none;
	border-radius:20px;
	border: 2px solid white;
	box-shadow:0px 0px 20px #888888;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
	.rubriquevin:hover
{
	background-image:none;
	background-color:white;
	color:#e969a8;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	height:100px;
	padding-top:10px;
	font-style:italic;
	font-size:38px;
	border: 2px dashed #e969a8;
	box-shadow:none;
}
	.rubriquevigne
{
	display: inline-block;
	color:white;
	font-size:20px;
	text-align:center;
	position: alternative;
	overflow: hidden;
	background-image:-moz-linear-gradient(-45deg, black, #4fbe37);
	background-image:-webkit-linear-gradient(-45deg, black, #4fbe37);
	background-image:-o-linear-gradient(-45deg, black, #4fbe37);
	background-image:linear-gradient(-45deg, black, #4fbe37);
	vertical-align: top;
	margin:20px;
	width:250px;
	height:70px;
	padding-top:40px;
	line-height:;
	text-decoration:none;
	border-radius:20px;
	border: 2px solid white;
	box-shadow:0px 0px 20px #888888;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
	.rubriquevigne:hover
{
	background-image:none;
	background-color:white;
	color:#4fbe37;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
	height:100px;
	padding-top:10px;
	font-style:italic;
	font-size:38px;
	border: 2px dashed #4fbe37;
	box-shadow:none;
}
	.tuto_texte_gauche
{
	font-family: ;
	display: inline-block;
	position: alternative;
	text-align: justify;
	max-width: 700px;
	overflow: auto;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding-bottom:50px;
	border-bottom:1px grey solid;
}
	.tuto_texte_droite
{
	font-family: ;
	display: inline-block;
	position: alternative;
	text-align: justify;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding-bottom:50px;
	overflow: auto;
	vertical-align: top;
	border-bottom:1px grey solid;
}
	@media screen and (min-width: 1470px) {
		.tuto_texte_gauche {
    			border-right:1px grey solid;
			border-bottom:none;
			margin-right: 14px;
			padding-right: 17px;
			padding-bottom:15px;
			
  }
		.tuto_texte_droite {
    			border-left:1px grey solid;
			border-bottom:none;
			margin-left: 14px;
			padding-left: 17px;
			padding-bottom:15px;
  }
}
	.tuto_texte_libre
{
	font-family: ;
	display: inline-block;
	text-align: justify;
	position: alternative;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding-bottom:15px;
	overflow: auto;
	vertical-align: top;
}
	.tuto_image
{
	font-family: ;
	display: inline-block;
	position: alternative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding-bottom:15px;
	vertical-align: top;
	width:700px;
	text-align:center;
}
	@media screen and (max-width: 700px) {
		img {
			max-width:300px;
			height:auto;
  }
		.tuto_image {
			width:320px;
  }
		.tuto_tableau {
			max-width:700px;
			width:auto;
			height:auto;
  }
}
	.tuto_tableau
{
	font-family: ;
	display: inline-block;
	text-align:justify;
	position: alternative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:15px;
	padding-bottom:15px;
	vertical-align: top;
	width: 700px;
  	border-collapse: collapse; 
}

@media screen and (max-width: 1470px) {
		.tuto_tableau {
			padding-bottom:50px;
			border-bottom:1px grey solid;
  }
		.tuto_texte_libre {
			padding-bottom:50px;
			border-bottom:1px grey solid;
			margin-left: auto;
			margin-right: auto;
  }
}
	table
{
	width:100%;
	height:100%;
	border-collapse: collapse;
	border-radius:20px;	
}
	table a:link {color:#FFFFFF; text-decoration:;}
	table a:visited {color: #FFFFFF;}
	table a:hover {color: #FFFFFF; text-decoration:none;}
	table a:active {color: #FFFFFF;}

	fieldset
{
	border-radius:5px;
}
	th
{
	background-color:#f5f5f5;
	text-align:center;
	padding:5px;
	font-weight:inherit;
	font-size:inherit;
	border:1px solid white;
}
	td
{
	text-align:center;
	background-color:#575644;
	color:white;
	padding: 5px;
	font-weight:inherit;
	font-size:inherit;
	border:1px solid white;
}
	.tuto_sources
{
	background-color: none;
	text-align: justify;
	font-size:15px;
	color: black;
	max-width: 600px;
	margin: 0 auto;
	margin-top:20px;
	border:1px grey solid;
	padding: 15px;
	overflow: auto;
	vertical-align: top;
}
	.tuto_articles_connexes
{
	background-color:none;
	text-align: center;
	font-size:15px;
	color: black;
	max-width: 600px;
	margin: 0 auto;
	margin-top:70px;
	border:1px grey solid;
	padding: 15px;
	overflow: auto;
	vertical-align: top;
}
/* Wallpics */
	.pics
{
	background-image: url("../images/logo_background.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	position: alternative;
	margin-top: 100px;
	width: 100%;
	height: 100%;
	text-align:center;
}
	.pics_image
{
	font-family: ;
	display: inline-block;
	position: alternative;
	overflow: hidden;
	margin:30px;
	vertical-align: top;
	max-width:300px;
	max-height:450px;
	text-align:center;
}
/* Présentation */
	.presentation
{
	text-align:center;
	height:100%;
	width:100%;
	position:alternativ;
}
	.banniere_presentation
{
	margin-top:100px;
	text-align:center;
	background-color:white;
	background-image: url("../images/banniere_presentation.png");
	background-position: center;
	background-repeat: no-repeat;
	opacity:1.0;
	height:170px;
	max-height:170px;
}
	@media screen and (max-width: 850px) {
		.banniere_presentation {
				margin-top:130px;			
  }
}
	.presentation_intro
{
	background-color:white;
	text-align: center;
	color: black;
	width: 100%;
	margin:auto;
	overflow: auto;
	vertical-align: top;
}
	.presentation_intro_para
{
	display:inline-block;
	text-align: justify;
	color: black;
	max-width: 700px;
	height:auto;
	margin:auto;
	overflow: auto;
	vertical-align: top;
	padding-top:25px;
	padding-bottom:25px;
}
	.presentation_intro_espace
{
	display:inline-block;
	text-align: justify;
	color: black;
	margin:10px;
	overflow: auto;
	vertical-align: top;
}
	@media screen and (max-width: 900px) 
{
		.presentation_intro_espace {
    			margin-top:10px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom:auto;
			width: 400px;
			border-top:1px grey solid;
		}
}
	.presentation_paragraphe
{
	display: inline-block;
	color:black;
	text-align:center;
	position: alternative;
	overflow:hidden;
	margin:30px;
	padding:20px;
	vertical-align: top;
	width:200px;
	height:auto;
	text-decoration:none;
	border-radius:20px;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
	.presentation_paragraphe a
{
	color:black;
	text-shadow: 0 0 5px white;
}
	.presentation_paragraphe a:hover
{
	color:black;
	text-shadow: none;
}
	.presentation_paragraphe:hover
{
	opacity:0.6;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	transition:.5s;
}
/*Fin de la partie section */
	h1
{
	font-style: ;
	font-weight: ;
	color: #797e82;
	text-align: left;
	font-size: 45px;
	margin:auto;
	margin-left:0px;
	vertical-align:top;
	display:inline-block;
}
	h2
{
	text-decoration:none;
	text-align: justify;
	font-style: italic;
	color: #797e82;
	font-weight: ;
	margin: auto;
}

	h3
{
	text-decoration:none;
	text-align: justify;
	font-style: italic;
	color: #797e82;
	font-weight: small;
	margin: auto;
}

	h4
{
	color:#0e971a;
	text-align: center;
	font-weight: small;
	font-size: 25px;
	margin: auto;
	text-shadow: none;
}
	center
{
	display:block;
	text-align:center;
}
	left
{
	display:block;
	text-align:left;
}
	right
{
	display:block;
	text-align:right;
}
	justify
{
	display:block;
	text-align:justify;
}
	strong
{	
	color:black;
	font-weight: bold;
	text-align: left;
}
	legend
{	
	color:#57b5c3;
	font-weight: bold;
	text-align: left;
}
	white
{	
	color:white;
	font-weight: bold;
	text-align: left;
}
	bleu
{	
	color:#57b5c3;
	font-weight: bold;
	text-align: left;
}
	vert
{	
	color:#4fbe37;
	font-weight: bold;
	text-align: left;
}
	vertflash
{	
	color: #c0ec11;
	font-weight: bold;
	text-align: left;
}
	bleu
{	
	color:#7fc7e5;
	font-weight: bold;
	text-align: left;
}
	warning
{	
	color:#fe7e02;
	font-weight: bold;
	text-align: left;
}
	rose
{	
	color: #e969a8;
	font-weight: bold;
	text-align: left;
}
	marron
{	
	color: #766636;
	font-weight: bold;
	text-align: left;
}
/* Liens */
	a:link {color:#766636; text-decoration:;}
	a:visited {color: #766636;}
	a:hover {color: #766636; text-decoration:underline;}
	a:active {color: #766636;}

	.style_input
{
	cursor:pointer; 
	padding:4px 1px;
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: white; 
	width: 80px;
	text-align: center;
}
	.style_output
{
	cursor:pointer; 
	padding:4px 1px;
	color: #c0ec11;
	font-weight: bold; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px;
	width: 80px;
	text-align: center;
}

	.style_input_contact
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: white; 
	max-width: 300px;
	text-align: left;
}
	.style_radio
{
	cursor:pointer; 
	padding:; 
	background-color:#766636; 
	border:solid 2px white;  
	text-align: center;
}
	.style_output_texte
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: #c0ec11;
	font-weight: bold; 
	width: 40px;
	text-align: center;
}
	.style_output_texte_long
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: #c0ec11;
	font-weight: bold; 
	width: auto;
	min-height: 100px;
	resize: none;
	text-align: justify;
}
	@media screen and (max-width: 700px) 
{
		.style_output_texte_long {
    			width:300px;
			height:120px;
		}
}

	.style_output_tableau
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: #c0ec11;
	font-weight: bold; 
	max-width: 150px;
	text-align: center;
}
	.style_input_tableau_sols
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: #c0ec11;
	font-weight: bold; 
	width: 120px;
	text-align: center;
}
	.style_output_tableau_element
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: #c0ec11;
	font-weight: bold; 
	max-width: 500px;
	min-width: 500px;
	max-height: 85px;
	min-height: 85px;
	text-align: left;
}
	@media screen and (max-width: 700px) 
{
		.style_output_tableau_choix {
    			max-width:300px;
			min-width:300px;
			max-height:120px;
			min-height:120px;
		}
}
	.style_input_tableau_choix
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: #c0ec11;
	font-weight: bold; 
	max-width: 300px;
	min-width: 300px;
	max-height:30px;
	min-height:30px;
	text-align: center;
}
	.style_output_tableau_choix
{
	cursor:pointer; 
	padding:4px 1px; 
	background-color:#575644; 
	border:solid 2px #575644; 
	border-radius:5px; 
	color: #c0ec11;
	font-weight: bold; 
	max-width: 690px;
	min-width: 690px;
	max-height:60px;
	min-height:60px;
	text-align: center;
}
	@media screen and (max-width: 700px) 
{
		.style_output_tableau_choix {
    			max-width:300px;
			min-width:300px;
			max-height:120px;
			min-height:120px;
		}
}
	form
{
	margin-bottom:5px;
	margin-top:5px;
}
	li
{
	margin-top:3px;
	margin-left:20px;
}

	.bouton 
{
	-moz-box-shadow: 0px 0px 0px 1px #616369;
	-webkit-box-shadow: 0px 0px 0px 1px #616369;
	box-shadow: 0px 0px 0px 1px #616369;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #6b6767));
	background:-moz-linear-gradient(top, #333333 5%, #6b6767 100%);
	background:-webkit-linear-gradient(top, #333333 5%, #6b6767 100%);
	background:-o-linear-gradient(top, #333333 5%, #6b6767 100%);
	background:-ms-linear-gradient(top, #333333 5%, #6b6767 100%);
	background:linear-gradient(to bottom, #333333 5%, #6b6767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#6b6767',GradientType=0);
	background-color:#333333;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:2px solid #d1d6e3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:inherit;
	font-weight:inherit;
	padding:0px 12px;
	margin:1px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}

	.bouton:hover 
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6b6767), color-stop(1, #333333));
	background:-moz-linear-gradient(top, #6b6767 5%, #333333 100%);
	background:-webkit-linear-gradient(top, #6b6767 5%, #333333 100%);
	background:-o-linear-gradient(top, #6b6767 5%, #333333 100%);
	background:-ms-linear-gradient(top, #6b6767 5%, #333333 100%);
	background:linear-gradient(to bottom, #6b6767 5%, #333333 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6767', endColorstr='#333333',GradientType=0);
	background-color:#6b6767;
}

	.bouton:active
{
	position:relative;
	top:1px;
}
	sup
{
	line-height:80%;
}
