/* default css */

body
{
   text-align: center;
   margin: 0;
   background-color: #E1F4FF;
   color: #000000;
   scrollbar-face-color: #F0F0F0;
   scrollbar-arrow-color: #000000;
   scrollbar-3dlight-color: #F0F0F0;
   scrollbar-darkshadow-color: #696969;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #A0A0A0;
   scrollbar-track-color: #C8C8C8;
}

.SlideMenu2_folder
{
   font-family: Arial;
   font-size: 13px;
   background-color: #0A5E8C;
   padding-left: 5px;
   width: 100%;
}

.SlideMenu2_item
{
   font-family: Arial;
   font-size: 13px;
   background-color: #12ABD5;
   padding-left: 5px;
   width: 100%;
}

.SlideMenu2_folder_a
{
   color: #FEEA00;
   font-weight: bold;
   text-decoration: none;
}

.SlideMenu2_folder_a:hover
{
   color: #FEEA00;
   font-weight: bold;
   text-decoration: none;
}

.SlideMenu2_item_a
{
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
}

.SlideMenu2_item_a:hover
{
   color: #FEEA00;
   font-weight: normal;
   text-decoration: none;
}

.boutonarticle
{
	box-shadow:0px 0px 20px #01B0F0;
}


div#container
{
   width: 965px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background-color: #D7E7F6;
}

div#liste
{
   background-color: #D7E7F6;
}

div#liste2
{
   background-color: #D7E7F6;
}

#box 
{
  display: none;
  position:fixed;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  max-height:400px;
  padding: 0;
  margin:0;
  border: 1px solid black;
  background-color: white;
  z-index:11;
  overflow: auto;
}










