/*
Design Blue_Island
By Angelone
[CSS correspondant à la partie "Serveurs"]
*/

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/background_blue_is.bmp");
   background-repeat: no-repeat;
}

/* [Les menus] */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: #F1F3F8;
   background-image: url("images/menu_blue_is.png");
   background-repeat: no-repeat;
   
   border: 1px solid white;
   
   margin-bottom: 20px;
}


/* [Effets des menus] */


.element_menu h4
{    
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("not available");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* [Corps de la page] */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #B3B3B3;
   background-color: #F1F3F8;
   background-image: url("images/serveurs_blue_is.png");
   background-repeat: repeat-x;
   
   border: 2px solid white;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("not available");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}


/* [Footer] */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #F1F3F8;

      border: 2px solid white;
}


/* [Header] */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/ban_blue_is.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
