/*Styles généraux de la page*/
body
{
width: 90%;
margin-left:auto;
margin-right:auto;
background-color: #003366;
font-family: "Arial","Times New Roman", "Times", "sans serif";
line-height: 120%;
}
/*Style des liens*/
a
{
color : yellow;
text-decoration:none;
}
a:hover
{
text-decoration: underline;
}
a:visited
{
font-style: italic
}
/*Style de l'en-tête*/
#logo0
{
width: 178px;
height: 178px;
position: absolute;
top: 21px;
left: 50px;
background : url("pictures/logorond2.png") no-repeat;
}
#logo1
{
width: 250px;
height: 50px;
position: absolute;
top: 600px;
left: 20px;
color: white
}

#en_tete
{
height: 178px;
border: none;
background: url("pictures/header3.png") no-repeat top right #003366;
}
h1
{
text-indent : -50000px;
}
/*Styles des menus*/
#menu
{width : 22%;
position: absolute;
top: 280px;
left:10px;
}
ul
{
list-style-type:circle;
}
/*Styles du corps*/
#corps
{
margin-left: 22%;
margin-top: 30px;
padding: 15px;
border: none;
color: white;
background-color: #003366;
text-align: justify;
}
#corps h2
{
text-align: center;
font-style: italic;
color: #ff6600;
}
h3
{
text-indent: 150px;
font-style: italic;
font-size:1.5ex;
}
.portrait
{
position: relative;
top : 20px;
left: 20px;
}
.portrait1
{
position: relative;
top : 10px;
left: -10px;
}
.portrait2
{
position: relative;
top : 10px;
left: 40px;
}
.portrait3
{
position: relative;
top: 10px;
left: 200px;
}
.portrait4
{
position: relative;
top: 0px;
left: 50px;
}
.portrait5
{
position: relative;
top: 2px;
left: 2px;
}

/*Style des tables*/
#table,td
{
border:1px solid yellow;
border-collapse: collapse;
padding: 6px;
text-align: center;
}

/*Styles de pied de page*/
#pied_de_page
{
clear: left;
margin-top: 10px;
padding: 5px;
background: url("pictures/zen_logo.png") no-repeat bottom right aqua;
color: black;
text-align: center;
border: 5px outset black;
}
.portrait6
{
position: relative;
bottom: 104px;
left: 0px;
}
#logo2
{
width: 250px;
height: 50px;
position: absolute;
top: 300px;
left: 20px;
color: white
}
.portrait7
{
position: relative;
top: 20px;
left: 80px;
}


