
	body{
		position: relative;
		width: 100%;
	}
	.categories_arts{ 
		color: rgb(0, 64, 128); 
		font-weight: bold;
		font-size: 25px;
		text-align: center;
		border-radius: 2px;
		margin: 30px 0px -5px 0px;
	}
	#annonces{
		color: rgb(0, 64, 128);
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		border: 1px solid rgb(0, 64, 128);
		border-radius: 5px;
		margin: 350px 0px 0px 5px;
	}

	#installBtn{
		display: none;
		position: fixed;
		top: 85px;
		left: 5px;
		background-color: rgb(255, 166, 0);
		color: rgb(0, 64, 128);
		width: 180px;
		text-align: center;
		border: 1px solid rgba(0, 64, 128, 0.2);
		border-radius: 2px;
	}

	#navigation_vertical > ul{
		margin-left: -12%;
		margin-top: -5px;
	}
	#navigation_vertical li{
		list-style-type: none;
		border-radius: 20px;
		padding: 3px;
		margin-top: 10px;
		text-align: center;
	}
	.categories a{
		width: 100%;
		color: rgb(0, 64, 128);
		text-decoration: none;

	}
	.categories:hover a{
		font-weight: bold;
	}
	.categories:hover .sub_categorie{
		display: block;
	}
	.categories:hover .sub_categorie a{
		font-weight: normal;
	}
	.sub_categorie{
		background-color: rgba(000, 000, 000, 0.5);
		margin-left: 10%;
	}
	.sub_categorie li{
		border-bottom: 1px solid white;
		border-radius: 2px;
		margin-left: -40px;
		padding-left: 5px;
	}
	.sub_categorie li:hover sub_categorie > li > a{
		font-weight: bold;
	}
	.sub_categorie a{
		color: white;
	}

	.categories_img{
		width: 25px;
		height: 25px;
		border-radius: 2px;
	}
	.sub_categorie{
		display: none;
	}
	.fleche_droite{
		float: right;
		font-weight: bold;
	}












	@media screen and (max-width:500px){
        #tuto-overlay {
            padding: 0px;
          }
        .tuto-step {
            width: 90%;
            padding: 10px;
            border-radius: 5px;
            margin-top: 0px;
            margin-bottom: 0px;
            margin-left: 0px;
            margin-right: 0px;
          }

		#connexion2{
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
		}
		#navigation_vertical > ul{
			margin-left: -10%;
		}
		.categories_arts{ 
			margin-top: 80px;
			font-size: 22px;
		}
		#navigation_vertical li{
			width: 97%;
			height: 15px;
			padding-bottom: 3px;
			font-size: 15px;
		}
		.categories_img{
			width: 30px;
			height: 30px;
		}
		.sub_categorie li{
			border-bottom: 2px solid white;
		}
		#annonces{
		display: none;
		border: none;
		color: rgb(0, 64, 128);
		font-size: 22px;
		text-align: center;
		border-radius: 2px;
		margin: 250px 0px -5px 0px;
		}
		.annonces{
			display: none;
		}
		#installBtn{
			top: 120px;
			left: 3%;
			width: 94%;
		}


	}
	