body{
width:75%;
margin:auto;
font-family: "Times New Roman", serif;
background-color: rgb(255,196,0);
}
#slogan{
margin-top:50px;
float:right;
width:75%;
font-size: 3em;
color:grey;
}
#logo{
float:left;
}
#menu{
float:left;
margin-top:25px;
width:25%;
text-align:center;
}
h2{
width:100%;
margin-left:auto;
margin-right:auto;
}
#texte{
float:right;
width:70%;
text-align:justify;
}
li{
list-style-type:none;
}
h1{
text-align:center;
}
table,td,th {
margin:auto;
text-align:center;
border: solid 2px;
border-collapse:collapse;
}
a:hover{
background-color:black;
color:white;
}
a:visited{
color:grey;
text-decoration:none;
}
a{
text-decoration:none;
color:red;
}
.sg{
text-transform:uppercase;
text-align:center;
}