/**************** body and tag styles ****************/
	body {
	  margin-top: 20px;	  
	  margin-bottom: 30px;
	  }
	  

	#container {
	  width: 1000px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  }
	  
	#container2 {
	  width: 980px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: gold; 
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
		
	a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
	  
	.ds_box {
		background-color: #FFF;
		border: 1px solid #000;
		position: absolute;
		z-index: 32767;
	}

	.ds_tbl {
		background-color: #FFF;
	}

	.ds_head {
		background-color: #333;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
	}

	.ds_subhead {
		background-color: #CCC;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		width: 32px;
	}

	.ds_cell {
		background-color: #EEE;
		color: #000;
		font-size: 13px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		padding: 5px;
		cursor: pointer;
	}

	.ds_cell:hover {
		background-color: #F3F3F3;
	} /* This hover code won't work for IE */


/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  font-size: 9px;
	  text-align: center;
	  display:block;
	  margin-bottom: 40px;
	  }
		
	input {
	  background-color: #FFFFFF;
	  color: blue;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
		
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }
	  F
/**************** header styles ****************/
	 table{
	 width:725px;
	 border-bottom: 1px solid #DDDDDD;
	}

/**************** header styles ****************/
	#header {
	  width: 500px;
	  border: 0px
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 20px;
	  color: #999999;
	  }

/**************** menu styles ****************/

	.menu{
	    position:absolute;
	    display:block;
	    margin:0;
	    padding:0;
	    width:1000px;
		font-size:100%;
		padding-bottom: 1px;
		border-bottom:0px solid #2763A5;
	    line-height:normal;
		margin-left: 20px;
		margin-bottom: 30px;
	    }
	 
	.menu ul{
	    position:absolute;
	    display:block;
	    width:124px;
	    /*margin:0;*/
	    padding:0;
	    }
	   
		  
	.menu li ul{
	    visibility:hidden;
		width:350px;
	    }

	.menu li li ul{
	    position:absolute;
	    margin-left:0px;
	    margin-top:0px;
	    width:350px;
	    }
	    
	.menu li{
	    list-style:none;
	    width:250px;
	    height:auto;
	    display:inline;
	    display/**/:block;
	    float:none;
	    float/**/:left;
	    margin:0;
	    padding:0;
	    }
	    
	.menu li li{
	    display:block;
	    float:none;
		width:350px;
	    }
	    
	/* correct a little IE bug */
	* html .menu li li{
	    display:inline;
	    }

	.menu a{
	    text-align:center;
	    background-color: white;
	    border:0px #666 solid;
	    color:#000;
	    display:block;
	    width:190px;
	    text-decoration:none;
	    padding:2px 0;
	    margin:0px;
	    }
	    
 	
	#menu a span {
	  
      float:center;
      display:block;
      background:url("tabright10.gif") no-repeat right top;
      padding:3px 20px 5px 30px;
      color:#FFF;
	  
      }
	#menu a span {
	  float:none;
	  } 
     #menu a:hover {
      background-position:0% -42px;
      }
    #menu a:hover span {
      background-position:100% -42px;
      } 


/**************** content styles ****************/
	#content {
	  width: 725px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
	  
	#content .item {
	color: black; /*COuleur écriture dans la zone item 2*/
	padding: 10px; /*Espace entre le texte et la bordure de gauche*/
	/* border-bottom: 1px solid #DDDDDD; */
	background: #FFFFFF; /*Couleur de fond de la boîte "item2"*/
	margin-bottom: -35px; /*Espace entre deux boîtes "item2"*/
	}
	
	#content table{
	width:725px;
	border-bottom: 1px solid #DDDDDD;
	}
	
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 0px solid #DDDDDD;
	  }
	  
	.content p.pagination{
	  padding-bottom: 5px;
	  }
	  
		  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 700px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }