
.logo
{
	margin-top: -200px;
	margin-left: 20px;
	width: 10%; 
	height: 10%;
}
.log
{
	margin-left: -150px;
	margin-top: 200px;
	width: 40%; 
	height: 40%;
}
.text1
{
	margin-left: 0px;
	color: white;
}
.bordpape
{
	border: 5px solid red;
	width: 400px;
	height: 100px;
	margin-left: 900px
}

.boite
{
	box-shadow: 10px 10px 15px yellow;
	border-radius: 20px 0px 20px 0px;
	border: 5px solid red;
	width: 30%;
	height: 80px;
	margin-top: 5%;
	margin-left: 50px;
	background-color:indigo;
	text-align: center;
}
.a
{
	margin-left: 50px;
}

.borda
{
	box-shadow: 20px 20px 25px blue;
	border-radius: 10px;
	border: 5px solid blue;
	background-color: rgb(0 0 160);
	margin-top: 40px;
}
.bordb
{
	box-shadow: 20px 20px 25px blue;
	border-radius: 10px;
	border: 5px solid blue;
	background-color: rgb(0 0 160);
	margin-top: 40px;
}
.bordc
{
	box-shadow: 5px 5px 5px yellow;
	border-radius: 10px 0px 10px 0px;
	border: 5px solid yellow;
	background-color: yellow;
	margin-top: 40px;
}
.bordd
{
	box-shadow: 20px 20px 25px rgb(136 0 21);
	border-radius: 10px;
	border: 5px solid rgb(136 0 21);
	background-color: rgb(136 0 21);
	margin-top: 40px;
}
.text
{	
	margin-left: 500px;
	margin-top: -900px;
}
