body
{
width: 1100px;
margin:0 auto;
padding:0;
background:#EDEDEC;
font: 0.9em/1.4 Georgia, Baskerville, "Times new roman", Verdana, Cochin, arial, Serif;
color: #4c4b4b;
}

/* Titre du site */

.titre {
font-family: Georgia, "Times New Roman", Verdana, Cochin, arial;
font-size: 1.6em;
color: white;
float: left;
line-height: 41px;
padding-left: 25px;
padding-right: 97px;
}

#menu .titre a {
color:#ccccc9;
text-decoration: none;
}

#recherche {
float:right;
line-height: 42px;
padding-right: 25px;
padding-left: 25px;
}

/* Menu */

 #menu {
background-image: url(../images/site/menu.png);
margin: auto;
width: 945px;
height: 40px;
margin-top: 20px;
margin-bottom: 50px;
}

#menu ul li {
padding-right: 15px;
padding-left: 15px;	
line-height: 45px;
font-family: Georgia; 
font-size: 1em;
list-style:none;
text-align: center;
float: left;
}

#menu ul a {
color: #ccccc9;
text-decoration: none;
}

#menu,  #menu a:hover  {
color: #ffffff;
}

#menu #en-cours {
color: #ffffff;
font-weight: bold;
}

/* Fin du menu */

.gradient1 h1 {
	font: bold 195%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 50px 0px 40px 70px;
	color: #464646;
}
.gradient1 h1 span {
	background: url(../gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 90%;
	height: 31px;
}

#corps
{
width: 940px;
height:1700px;
margin: auto;
background: #ffffff url(images/site/pagecurl.png) no-repeat scroll right top;
}

.consignes 
{
font-family: Baskerville;
font-size: 14px;
text-align: justify;
margin-left: 40px;
margin-right: 40px;
}

.illustration
{
float:left;
margin: 0px 10px 2px 0px;
border-style: none;
}

/* Pied de page*/

#bas
{
width: 80%;
min-width: 1000px;
height: 0.8em;
margin: auto;
font-size:0.8em;
}

#bas a{
font-size:1em;
}

hr{
margin-top: 40px;
margin-bottom: 10px;
border: 0 none #c7c2c2;
border-top: 1px solid #c7c2c2;
height: 1px;
}

.ligne-bas{
color:"#c7c2c2";
margin-top:30px;
}

.droite {
float: right;
max-width: 340px;
padding-right:2em;
line-height:0.8em;
color: #797777;
text-align: right;
width: 40%;
margin: auto;
}

.gauche {
float: left;
max-width: 380px;
padding-left:2em;
line-height:0.8em;
color: #797777;
text-align: left;
width: 40%;
margin: auto;
}


.date{
margin-top:30px;
margin-bottom:20px;
text-align:center;
color: #797777;
font-size:1em;
}

.copyright{
margin:0px 0px -4px 10px;	
}

/*Fin pied de page*/

p
{
text-align: justify;
padding: 0px 70px 10px 70px;
color: #4c4b4b;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 820px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 1750px;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../../images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 1440px;
    width: 780px;
}

.scrollContainer a {
text-decoration: none;
font-size: 1em;
}

.panel .tableaux {
text-align: center;
margin-top: 50px;
margin-bottom: 40px;		
}


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 550px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
