/*
Mise en page pour les grandes images
*/
body
{
background-color:#000000;
width:1024px;
margin: auto;
}
p
{color:yellow;
font-size:18px;
text-align:center;
img border: 1px solid white;
}
.solid
{
   border: 2px solid white;
}
.solid5
{border: 5px solid white;
}

.gauche
{color:yellow;
font-size:18px;
text-align:left;
}
h1,h2,h3,h4,h5,h6
{color:yellow;
}
.jaune16
{
color:yellow;
font-size:16px;
}
.jaune18
{
color:yellow;
font-size:18px;
}
.petit_blanc_gauche
{color:white;
font-size:12px;
text-align:left;
}
.no_cadre
{border: none;
}
table
{width:100%;
text-align:center;
border:0px solid red;
margin:auto;
}

td
{color:yellow;
width: 20%;
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: aqua; 
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}
a img
{border: 1px solid white;
}
img
{border: 3px solid gray;
}









