body {
text-align: center;
font-size: 14px;
margin: 0;
}

#main
{
width: 797px;
height:590px;
margin: 0 auto;
font-family: Times, Serif;
font-style : italic;
text-align: justify;
}

#left
{
float:left;
background-image:url('images/left.jpg');/*On affiche l'image*/
background-repeat: no-repeat;
width: 195px;;
height: 449px;
}


#header
{
position:relative;
float:left;
background-image:url('images/top.jpg');/*On affiche l'image*/
background-repeat: no-repeat;
height:95px;/*Hauteur de l'image*/
width:797px;/*Largeur de l'image*/
}

#corps #corps-fixe
{
width:563px;
height:449px;
}

#corps
{
background-image:url('images/corps.jpg');/*On affiche l'image*/
background-repeat: no-repeat;
float:left;
}

#corps-fixe
{
overflow:auto;
}


#bottom
{
clear:both;
float:left;
background-image:url('images/bottom.jpg');/*On affiche l'image*/
background-repeat: no-repeat;
height:19px;/*Hauteur de l'image*/
width:797px;/*Largeur de l'image*/
}

#right
{
float:right;
background-image:url('images/right.jpg');/*On affiche l'image*/
background-repeat: no-repeat;
width: 39px;;
height: 449px;
}



#navcontainer
{
background-image:url('images/menu.jpg');/*On affiche l'image*/
background-repeat: no-repeat;
float:left;
width: 797px;
height: 27px;
font-size: 16px;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -11px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

.left {
    float: left;
    width: 200px;
    padding-left:40px;
    padding-right:20px;
}

.right {
    float: right;
    width: 243px;
    margin-right:20px;
}

.center {
    float: left;
    width: 450px;
    margin-right:20px;
	margin-left:40px;
}

.left-center {
    float: left;
    width: 200px;
    padding-left:40px;
    text-align: center;
}

.right-center {
    float: right;
    width: 263px;
    text-align: center;
}

p /*Les balise p (= paragraphe)*/
{
padding-left:40px;
padding-bottom:10px;
}

em
{
font-weight :bold;
}

h1
{
text-align: center;
font-variant: small-caps;
font-size: 20px;
font-weight:bold;
padding-top: 30px;
padding-left:40px;

}

h2
{
padding-left:40px;
padding-top:10px;
font-size: 18px;
font-weight:bold;
}

ul {
list-style-type: square;
}


.gauche{
padding-left: 40px;
width: 300px;
text-align: left;
}

.droite {
padding-right: 10px;
width: 100px;
text-align: right;
}

.separation {
clear: both;
}
