::-moz-selection { /* Code for Firefox */
    visibility: hidden;
color: none;
background: none;
}

::selection { 
visibility: hidden;
color: none;
background: none;
} 
body
{
    background-color: black; /* Le fond de la page sera noir */
    color: white; /* Le texte de la page sera blanc */
}
h1
{
    color: #0011ff;
	font-size: 6em;
    font-family: Arial;
	font-weight: bold;
}
p
{
	font-size: 1.75em;
    font-family: Arial;
	margin-bottom: 0px;
	margin-top: 0px;
}
ul{
	padding: 0;
}
.main
{
	width: 100%; 
}
.les_icones
{
	padding: 3em 8% 0 8%;
	width: 84%;
	text-align: center;
	min-width: 33em;
}
.une_vignette
{
	display: inline-block;
	max-width: 7.5em;
	width: 10.5%;
	margin: 0 0 0 0;
}
.une_vignette a {
	text-decoration: none;
	font-family: arial;
	font-size:0.8em;
}
.une_vignette img {
	width: 90%;
}
.une_vignette img:hover {
	width: 100%;
	margin-top:-10%;
}
.nom
{
	margin-top : -5px;
	color: grey;
	font-size: 0.8em;
	text-align: center;
}
#icon
{
	/*margin-left: 20px;
	margin-right: 20px;*/
	/*text-align: center;
	width: 100%;*//*100px;*/
	/*margin-left: 10px;
	margin-right: 10px;*/
}
.plus a{
	text-decoration: none;
	position: fixed;
	bottom:0.1em;
	right: 0.1em;
	width: auto;
	padding: 0.5em 1em;
	height: 1em;
	background-color: #63C2EB;
	color: white;
	font-size: 1em;
	text-align: center;
    font-family: Arial;
	
}
.plus a:hover {
	font-size: 1.1em;
	/*background-color:#a4ffa4;*/
}

.recherche
{
	display: block;
	margin-top : 5em;
	margin-bottom: 10em;
	width:auto;
	height:auto;
    margin-left: 5%;
    margin-right: 5%;
	min-width: 20em;
}
.titre
{
	text-align: center;
	margin-top : 0;
	margin-bottom:0;
}
.barre
{
	margin-top : 0.3em;
	text-align: center;
	/*margin-bottom: 50px;*/
}
.slogan
{
	color: grey;
	font-size: 1.5em;
	text-align: center;
	margin-top : 0.3em;
}
#search_button_hoepage {
	/*float: left;
	height: 39px;
	width: 43px;*/
	background: url("/images/search_button_white.png") no-repeat
}
.search_button{
	display : none;
	background-color: white;
	height: 39px;
	width: 43px;
	margin: 0 0 3px -50px;
	padding: 0 0 0 0;
}
.param_barre{
overflow:hidden;
margin:0;
padding:0;
width:20em;
height:1.5em;
}
@media screen and (max-width: 40em/*640px*/) {
  .les_icones {
  	padding:0 0 0 0;
  	width:100%;
	min-width: 24em;
  }
  .une_vignette {
    width: 20%;
    margin: 0 2%;
	max-width: 100%;
  }
	.recherche
	{
		display: block;
		margin-top : 1.5em;
		margin-bottom: 5em;
		width:auto;
		height:auto;
		margin-left: 0;
		margin-right: 0;
		min-width: 24em;
	}
	.param_barre{
		width: 100%;
	}
}
@media screen and (max-width: 25em) {
  .les_icones {
  	padding:0 0 0 0;
  	width:100%;
	min-width: 0;
  }
  .une_vignette {
    width: 20%;
    margin: 0 0;
	max-width: 100%;
  }
	.recherche
	{
		display: block;
		margin-top : 0;
		margin-bottom: 5em;
		width:auto;
		height:auto;
		margin-left: 0;
		margin-right: 0;
		min-width: 0;
	}
	.param_barre{
		width: 100%;
	}

	.slogan
{
	font-size: 1em;
}
h1
{
	font-size: 3.2em;
}
}
.l1
{
	color: #97ff8f;
}
.l2
{
	color: #FFA399;
}
.l3
{
	color: #C8DDD8;
}
.l4
{
	color: #ffc782;
}
.l5
{
	color: #63C2EB;
}
.l6
{
	color: #FFDD6A;
}
.l7
{
	color: #F4ABED;
}
.form
{
	padding-top: 4em;
	text-align: center;
	margin: 0 0 0 0;
	font-family: arial;
	font-size: 1.5em;
}
.form ul
{
	margin-bottom: 1em;
}
.form li
{
	list-style-type: none;
	margin-bottom: 0em;
}
.form h1
{
	font-size: 2em;
	color: gray;
}
.form ::-moz-selection
{
	visibility: visible;
	background: black;
	color: white;
}
.form ::selection
{
	visibility: visible;
	background: black;
	color: white;
}

.lien_perso
{
	text-align: center;
	font-family: arial;
	padding-top: 4em;
}

.lien_perso a
{	
	text-decoration: underline;
	color: white;
	font-size: 3em;
}
.lien_perso a:hover
{	
	color: gray;
}
.lien_perso ::-moz-selection
{ /* Code for Firefox */
    visibility: visible;
	color: black;
	background: white;
}
.lien_perso ::selection
{ 
    visibility: visible;
	color: black;
	background: white;
}