
body {
max-width : 760;
margin : auto;
margin-top : 20px;
margin-bottom : 20px;
background-color : #85c1ef;
margin-left : 30px;

}

#en_tete {
width : 680px;
height : 100px;
background-image : url("mes_images/baniere.png");
background-repeat : no-repeat;
margin-bottom : 30px;
margin-left: 190px;
border : 4px outset;
}

#menu {
float : left;
width : 120px;
margin-top: 5px;
}

.element_menu {
background-color : #6094ff;
border : 2px outset;
margin-bottom : 5px;
}

.element_menu h3 {
color : black;
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
text-align : center;
}

.element_menu ul {
padding : 0;
padding-left : 20px;
margin : 0;
margin-bottom : 5px;
}

.element_menu a {
color : black;
}

.element_menu a:hover {
background-color : blue;
color : white;
}

#corps {
margin-left : 160px;
margin-bottom : 20px;
width: 620px;
padding : 60px;
color : black;
background-color : #6094ff;
border : 2px outset;
}

table {
border-collapse : collapse;
}

td, th {
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : large;
border : 3px double black;
}

#pied_de_page {
margin-left : 160px;
margin-bottom : 20px;
width: 740px;
text-align : center;
font-size : x-small;
font-style: oblique;
color : black;
background-color : #6094ff;
border : 2px outset;
}

#retour{
margin-left: 90px
}

q {
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : x-large;
font-style : italic;
font-weight : bold;
}

p {
text-align : center;
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : medium;
font-weight : bold;
margin-left: 10px 30px 30px;
}

h2 {
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : x-large;
font-weight : bold;
text-align : center;
text-decoration : underline;
color : #0000ff;
}

h1 {
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : xx-large;
text-align : center;
font-weight : bold;
color : #0000ff;
}

h3 {
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : large;
text-align : center;
color : #0000ff;
}

h4 {
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : x-small;
font-style : oblique;
text-align : center;
}

h5 {
font-family : Arial, "Arial Black", "Times New Roman", Times, serif;
font-size : xx-large;
text-align : center;
font-weight : bolder;
color : #fa0000;
text-decoration : blink;
}

.pseudo
{
   color: #494FFF;
   font-size: 18px;
}

.message
{
   color: #D3DEFF;
   font-size: 18px;
	font-style : oblique;
}

