

/************  CONTENEURS ***********/
body {
	background-color:black;
	font-family:Lucida Handwriting;
}

#conteneur
{

	width:960px;	
	margin:auto;
	background-color:#fae596;
}

/***********  HEADER *************/
#header
{
	width:960px;
	height:120px;
	margin:auto;
	margin-bottom:10px;
	background-image:url("./images/header.jpg");
	text-align:center;
	
}


.centre
{
	font-family:Lucida Handwriting;
	padding-top:40px;
}
.imgdef
{
	width:25%;

}

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:510px; 
	margin:10px auto 10px; 
	background:#333333 ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 15px 0px; 
	font-size:11px; 
	width:128px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#333333; padding:2px; }
#SlideItMoo_items a img{ border:none; }

/*********** MENUS ************/
#menu h3{
	text-align:center;
}

#menu{
	background-color:#fae596;
	float:left;
	width:210px;
	font-size:0.9em;
	min-height:1150px; /* a changer si le corps devient plus grand*/
}
#menu a 
{
   color: black;
}

#menu li a
{
	color:#000;
	text-decoration:none;
	font-size:1em;
	display:block;
	padding:8px 20px;
	background:inherit;
}

#menu li a:hover
{
	background:#f49e14;
	color:white;
}
#menu li
{
  padding: 0.1ex 0;
}

#menu ul
{
	color:#333;
	list-style:none;
	padding:0;
	margin:0;
	background:inherit;
}
#menu h4
{
	padding-left:10px;
}

/*************** CORPS DE LA PAGE*******************/

#corps
{
	background-color:#fae596;
	float:right;
	font-family:Comic Sans MS;	
	font-size:0.9em;
	width:749px;
	min-height:1150px; /* a changer si le menu devient plus grand*/
	border-left: 1px solid black ;
}

table {
    border-collapse: collapse;
    margin:auto;
    margin-top:20px;
    margin-bottom:20px;
 }
 
table td, th{
    border:black solid 1px;
     padding:5px;
}
table tr{
    text-align:center;
   
}
 
h2,h3
{
	padding-top:20px;
	margin-left:20px;
}
p
{
	margin-left:60px;
	margin-right:60px;
	padding:20px;	
	text-align:justify;
}
.image
{

	margin-left:195px;
	padding:5px;
	width:300px;
	height:300px
}
/************************ PIED DE PAGE *******************/
#footer{
    font-family:lucida sans;
	font-size:0.8em;
	text-align:right;
	width:940px;
	margin:auto;
	clear:both;
	border-top:1px solid black;
	background-color:#fae596;
	height:1.8em;
	line-height:1.8em;
	padding-right:10px;
	padding-left:10px;
}
#footer,a {
	text-decoration:none;
	color:black;
}
.left
{float:left;}

/************************ DIVERS *******************/
.partenaires {
	margin:auto;
	margin-top:5px;
	color:#9d9d9d;
	font-family:serif;
	font-size:0.8em;
	text-align:center;
	width:400px;
}
.partenaires a {
	color:#9d9d9d;
	font-family:serif;

}
form {
margin-left:100px;;

}

