body
{
   /*fond*/
	background-color: rgb(153, 153, 255);
   
    /*texte*/
	color : white;
    font-family: Stretch, "font-stretch: ultra-expanded ", sans-serif;
	text-align: center;
   
	/*images sur le fond d'écran*/
    background-image:url(../medias/logiciel/enfant_logiciel.png), 
	url(../medias/logiciel/logo_logiciel.png);/* l'image de fond de votre site, à modifier */
    background-size : 10%, 10%;
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: 5%, 95%;

}


h1
{
	margin-top : 150px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


p
{
 background-color: BurlyWood ;
 color : white; /* couleur de la bordure du cadre*/
 border: 5px solid white;
 padding: 3%; /* modifiez cette valeur et la suivante pour trouver ce que c'est*/
 margin-left: 23%;
 width: 50%; /* modifiez cette valeur et obervez*/
 text-shadow: black 0.3em 0.3em 0.2em, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
 text-align: center;
 font-size: 1.7em;
}

.styled {
    border: 0;
    line-height: center;
    padding: 0 20px;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: none);
    background-image: none;
    box-shadow: none;
}

.styled:hover {
    background-color: none;
}

.styled:active {
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0),
                inset 0px 0px 0px rgba(0, 0, 0, 0);
}
ul{
	background-color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: fixed;
    top: 0;
	left: 18%;
    width: 85%;

}

.logo{
	background-color: white;
	position: fixed;
	top : 0;
	left : 0;
	width:18%;
	height:100px;
}

ul li{
	list-style: none;
	display: inline-block;
	float: center;
	line-height: 100px;
}

ul li a{
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-family: arial;
	color: #1e1e1e;
	padding: 0 20px;
}

ul li a:hover{
	color:#0ef4dc;
}

