﻿body
{
				width: 760px;
				margin: auto;
				margin-top: 20px;
				margin-bottom: 20px;
}

/* L'en-tête */

#en_tete
{
   width: 730px;
   margin-left: 10px;
   height: 100px;
}


/* Le menu */

#menu
{
   float: left;
   height: 600px; 
   width: 214px;
   background-color: #FFFFFF;
   background-image: url('images/bandeau_gauche.gif');
   background-repeat: no-repeat;
   margin-top: 10px;
}
.style1 {
				font-family: Calibri;
				color: #9C9B9B;
}
.style2 {
				font-size: 11pt;
				color: #FFFFFF;
}
.style3 {
				color: #FF9901;
				margin-left: 10px;
				margin-top: 0px;
}
.style4 {
				color: #9C9B9B;
				font-size: 12pt;
				font-weight: normal;
				margin-top: 40px
}
.style5 {
				font-family: Calibri;
				color: #9C9B9B;
				font-weight: bold;
				font-size: 16pt;
				margin-top: 15px;
				margin-left: -20px
}
.style6 {
				font-family: Calibri;
				color: #9C9B9B;
				margin-left: -20px;
}
.style7 {
				font-family: Calibri;
				font-weight: bold;
				text-decoration: underline;
				color: #666666;
}

.element_menu
{
   margin-bottom: 20px;
   }


/* Quelques effets sur les menus */


.element_menu h3
{    
   font-family: calibri;
   text-align: center;
   margin-top: 15px;
}

.element_menu ol
{
   font-size: 11pt;
   font-family: Calibri;
   color: #000000;
   padding: 0px;
   padding-left: 30px;
   margin: 10px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}

/* Le corps de la page */

#onglet
{
   padding: 0px;
   width: 450px;
   margin-left: 325px;
   margin-top: -20px
}
#video
{
   padding: 0px;
   margin-left: 30px;
   margin-top: 30px;
}
#corps1
{
   margin-left: 214px;
   margin-top: 31px;
   height: 100px;
   padding: 5px;
   background-image: url('images/baniere.gif');
   background-repeat: no-repeat;
}
#corps2
{
   height: auto;
   width: 519px;
   padding: 10px;
   font-family: Calibri;
   font-size: 9pt;
   text-align: justify;
   color: #000000;
   background-color: #FFFFFF;
   margin-left: 214px;
}

#corps h2
{
   height: 30px;
   font-size: 12pt;
   color: #FF9901;
   padding-left: 30px;
   text-align: left;
}

#pied_de_page
{
   padding: 2px;
   clear: both;
   text-align: right;
   font-family: Calibri;
   font-size: 9pt;
   color: #000000;
   background-color: #FFFFFF;
}


