﻿body {
    background-color: #F6F6F6;
    margin: 0;
}

/*  DEBUT BLOC PAGE PRINCIPALE ----------------------------------------------*/
#mainContainer{
    width: 1000px;
    margin-left:auto;
    margin-right:auto;    
}
    
#top{
    height: 120px;
    /*border: solid 1px black;*/
    overflow: hidden;
}

#mainMenu{
    background-image:url('../img/menu/bgMainMenu.png');
    width:1000px;
    height:110px;
    margin-top: 10px;
}

#MainTop{
    background-image:url('../img/main/bgTop.png');
    background-repeat:no-repeat;
    width:1000px;
    height:80px;
    margin-top:0;
    overflow:hidden;
}

#MainMiddle{
    background-image:url('../img/main/bgMiddle.png');
    background-repeat:repeat-y;
    width:1000px;
    min-height:340px;
    margin:0;
}
#MainMiddle p
{
    padding:0;
    padding-left: 20px;
    padding-right: 20px;
}

#MainBottom{
    background-image:url('../img/main/bgBottom.png');
    width:1000px;
    height:20px;
}
#bas
{
    margin:0;
    padding:0;
    margin-top: 10px;
    overflow:hidden;
}
#bas1{
    background-image:url('../img/bgBas.png');
    width: 240px;
    height: 200px;
    float: left;
}
#bas1 p 
{
    margin: 5px;
}
#bas2{
    position: relative;
    background-image:url('../img/bgBas.png');
    width: 240px;
    height: 200px;
    margin-left:13px;
    float: left;
}
#bas h2
{
    padding-top: 5px;
}
#bas2 p 
{
    margin: 5px;
}
#bas3{
    background-image:url('../img/bgBas.png');
    width: 240px;
    height: 200px;
    margin-left:13px;
    float: left;
}
#bas3 p 
{
    margin: 5px;
}
#bas4{
    background-image:url('../img/bgBas.png');
    width: 240px;
    height: 200px;
    margin-left:14px;
    float: left;
}

#MainFooter{
    background-image:url('../img/main/bgFooterGrey.png');
    background-repeat:no-repeat;
    height:100px;
    width: 1000px;
    margin-top:10px;
}

.citation
{
    font-style: italic;
}
/*  FIN BLOC PAGE PRINCIPALE ------------------------------------------------*/

/*  DEBUT CLASSE ------------------------------------------------------------*/
.orange{
    color: #F0A000;
    }
.rouge {
    color: #FF0000;
    }
.vert {
    color: #c7f000;
}
/* FIN Classe ---------------------------------------------------------------*/

/*  DEBUT TYPE STANDARD -----------------------------------------------------*/
h1{
    font-family: Arial;
    font-size: 0.9em;
    font-weight: bold;
    color: Black;
    text-transform:uppercase;
}
h2{
    font-family: Arial;
    font-size: 0.8em;
    font-weight: bold;
    color: Black;
    text-transform:uppercase;
    margin: 0;
    margin-left: 5px;
    padding: 0;
}
h3{
    font-family: Arial;
    font-size: 0.7em;
    font-weight: bold;
    color: Black;
    text-transform:uppercase;
    margin: 0;
    margin-left: 5px;
    padding: 0;
}

p
{
    font-family: Arial;
    font-size: 0.7em;    
    text-align:justify
}

a 
{
    color: #F0A000;
    text-decoration: underline;
}
a.hover 
{
    color: #c7f000;
}

ul 
{
    padding: 0;
    margin:0;
    margin-left: 20px;
    font-family: Arial;
    font-size: 0.8em;    
    text-align:justify
}
/*  FIN TYPE STANDARD -------------------------------------------------------*/

/* DEBUT LOGO ---------------------------------------------------------------*/
.logo{
    padding-top: 10px;
    padding-left: 10px;
}
/* FIN LOGO -----------------------------------------------------------------*/

.barre_liens
{
	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
	text-align: left
}
