@charset "utf-8";
table {
	border: solid black 2px;
	width: 100%;
	text-align: center;
}
ol, ul {
    list-style: block;
}

p {
    padding-top: 8px;
	padding-bottom: 8px;
}
img {
    vertical-align: top;
	margin-right:2px;
	margin-top: 2px;
}
td {
	width: auto;
	text-align: center;
	font-family: lato;

	font-size: 21px;
	height:50px;
	padding-top:10px;
	padding-bottom:10px;

	
}
.en_tête {
	border: solid black 2px;
	font-family: BebasNeue;
	font-size: 35px;
	background-color: #244061;
	color: white;
	text-align: center;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
}
h3 {
	border: solid red 2px;
	padding: 20px 0px 20px 0px;
	min-width: 180px;

	color: white;
	background-color: #ffc000;
	font-family: BebasNeue;
	font-size: 35px;
	margin-bottom: 15px;

}
.etapes_tutos {
	
	font-size: 18px;
	font-family: open_sans;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 25px;
	margin-bottom:25px;
}

.titreTutoriel{
	border: solid red 2px;
	padding: 20px 0px 20px 0px;
	min-width: 180px;

	color: white;
	background-color: #ffc000;
	font-family: BebasNeue;
	font-size: 35px;
	margin-bottom: 15px;


}

.contenuTutoriel{
	font-size: 18px;
	font-family: open_sans;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 25px;
	margin-bottom:25px;
}



h2	{
	
	font-family: BebasNeue;
	font-size: 35px;
	text-align:center;
	color:red;
	
	
}


h6 {
	border: solid red 2px;
	padding: 20px 0px 20px 0px;
	min-width: 180px;
	
	color: white;
	background-color: #0181b0;
	font-family: BebasNeue;
	font-size: 35px;
	

}

.img_tutos{


max-width:100%;
max-height:100%;
vertical-align:top;
}

img_tutos_2{

max-width:100%;
max-height:100%;

	
}

.agrandir{
	
	
	font-size: 18px;
	font-family: open_sans;
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 25px;
	margin-bottom:25px;	
	margin-top:0;
}


@media screen and (max-width: 785px)
{
	
	.img_tutos{
margin-left:0;

	}
	
	.etapes_tutos {
		margin-left:3px;
	}
}


@media screen and (max-width: 552px)
{
	
	.img_tutos{
	margin-left:0;
	}
	
	.etapes_tutos {
	margin-left:3px;
	}
}