/*page css*/

body {
  font-family: Arial, Helvetica, sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

#Iphone {
  background-color: grey;
  color: rgb(0, 0, 0);
  padding: 30px;
  text-align: left;
} 
body {
  background-image: src("images/logo_image.jpg");
 
}
center {
  text-align: center;
}

table, th, td {
  border: 1px solid black;
  padding: 5px;
}

table {
  border-spacing: 15px;
}

p.round2 {
  border: 2px solid grey;
  border-radius: 8px;
}

article {
  float: left;
  padding: 20px;
  width: 80%;
  background-color: white;

}

aside {
  width: 20%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;

}

section {
  width: 50%;
  padding-left: 350px;
  padding-right: 100px;

}
/*tableau*/
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left;
}

caption {
  text-align: center 100px;
}

#outline {
  padding-top: 50px;
  text-align: left;
}

#section2 {
  width: 30%;
  padding-left: 0px;
  padding-right: 100px;
}

table, td, th {  
  border: 5px solid #ddd;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px;
}
aside {
  width: 30%;
  padding-left: 20px;
  margin-left: 20px;
  float: right;
  font-style: italic;
  background-color: white;
}

.actu {
  background-color: grey;
  color: black;
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}
