body{
    background-color:rgb(173, 165, 165);
    align-items: center;
}
/*
.copyright{

    text-align: center;
    padding: top 30px;
    color: black;
    font-weight: bold;
}
.wrapper
{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}*/
 .menu
{
    list-style-type: none;
    position: relative;
    background-color: magenta;
    float: left;
    border-bottom: 40px;
}

.seg

		{
			display: block;
			background-color: white(160, 40%, 44%, 0.514);
		}
.seg .corp
		{
			display: block;
			justify-content: space-around;
			
		}

 .seg .corp .bloc .division
{
			width: 40%;
			height: 0.5%;
			background-color: black;
			color:rgb(255, 255, 255);
			font-size: 20px;
			font-family: comic sans ms;
			border-radius: 22px;
            display: block;


}
 .text 
{
    display: block;
    width: 60%;
    background-color: rgba(10, 13, 201, 0.699);
    font-family: arial black;
    margin: 30px;
}
.coleur
{
background-color: magenta;
}