@charset "windows-1252"; 
/* ==============================================CORPS DU DOCUMENT==========================================================*/
body
{
   width: 950px;
   margin-top: 0px; 
   margin-bottom: 0px;    
   margin-left: auto;
   margin-right: auto;
   background-image: url("../images/stars.PNG"); 
   background-attachment: fixed; 
   background-color: #010101; 
   color: #000000 ;
}
/* ==============================================TITRE ET EN-TETE==========================================================*/ 	
#en_tete
{
   width: 100%;
   height: 164px;
   margin-bottom: 10px;
   margin-top: 0px;
   Padding: 10px;
   border-bottom:inset;
   background-image: url("../images/bann-T.PNG");
   background-repeat: repeat-x;
   background-position:bottom;
   text-align: center;
}
#en_tete img
{
 vertical-align:middle;
 text-align: center;
}
/* ==============================================MENU DE GAUCHE==========================================================*/ 
#menu
{
   float: left; 
   width: 180px; 
}
/* ==============================================ELEMENTS DU MENU==========================================================*/
.element_menu
{
   background-color: #626262;
   background-image: url("../images/menu degrad.png");
   background-repeat: repeat-y;
   border: 2px solid #2cd22c;
   margin-left:20px;
   margin-bottom: 3px; 
   padding-left: 5px;
}
.element_menu ul 
{
   list-style-image: url("../Images/puce-n.png"); 
   padding: 8px; 
   padding-left: 20px; 
   margin: 0px; 
   margin-bottom: 5px; 
}
.element_menu a 
{
   color: #b90000;
   background-color:  #35a0e0;
   border:1px solid #000000;  
}
.element_menu a:hover 
{
   background-color: #70bbe9;
   color: #ff0000;
   border:3px solid #565656;  								  
}
/* ==============================================CORPS NORMAL==========================================================*/
#corps
{
   margin-left: 190px;
   margin-bottom: 200px; 
   margin-right:20px;
   padding: 5px; 
   color: #111111;
   background-color: #999999; 
   border: 3px double #00ff00; 
}
#centre 
{
 text-align: center;
}
#justifi
{
 text-align: justify ;
}
#box
{
 width:100px;
 height:40px;
 border: none;
 background:#909090;
 overflow:scroll;
} 	 
/* ==============================================CORPS KAPLA==========================================================*/
#corpsk
{
   margin-left: 190px;
   margin-bottom: 200px; 
   margin-right:20px;
   padding: 5px; 
   color: #FFFFFF;
   background-color: #14007a;
   border: 3px double #00ff00; 
} 
/* ==============================================TITRE NORMAUX==========================================================*/
h3
{
 text-align:center;
 text-decoration:underline overline;
}
h4
{
 color:#752fa5;
 text-indent:10px;
}
#corps h1 
{
   color: #020202;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
}
#corps h2 
{
   height:45px;
   background-image: url("../Images/titleBG.png"); 
   background-repeat: repeat-y; 
   background-color: #800000;
   padding-left: 30px;
   color: #ffffff;
   text-align: left;   
}
/*#clasic 
{
   text-align: left ;
   text-indent: 50 px ;
   color: #0079e2 ;
}*/
/* ==============================================TITRE KAPLA==========================================================*/
#corpsk h1 /* Tous les titres h1 du corps */
{
   color: #ffd700;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corpsk h2 /* Tous les titres h2 du corps */
{
   background-color: #0000cd;
   padding-left: 30px;
   color: #ffd700;
   text-align: left;   
}
#corpsk h3
{
 text-align:center;
 text-decoration:underline overline;
 color:#ff0000
}
#corpsk h4
{
 color:#752fa5;
 text-indent:10px;
}
/* ==============================================LIENS KAPLA==========================================================*/
a
{
 color:#0081c3;
} 
a:hover
{
 color:#00cbd0;
}
/* ==============================================PIED DE LA PAGE==========================================================*/
#pied_de_page
{  
   height: 45px;
   padding-top:15px;
   text-align: center ;	
   vertical-align: middle;
   color: #B3B3B3;
   background-color: #626262;
   background-image: url("../Images/bann-T.PNG");
   background-repeat: repeat-x;
   border: 2px solid black;  
}		 
/* ==============================================DIVERS==========================================================*/ 
#attention
{
   border: 6px double #ff0000; 
   text-align: center; 
}
.news
{
 color: #020202;
 margin:10px;
 border-bottom:dotted;
 border-left:dashed;
}
#remonter
{
 text-align: left ;
}
a:hover #remonter
{
 text-align: left ;
 text-decoration: overline;
}
.warning
{
 color:#ff0000;
 text-align:center;
} 
#livreor
{
 text-align:center;
} 
.code
{
	font-family:system;
	margin-left:20px;
	border:1px;
}
/*==============================================tableau ==============================================*/
table 
{
margin:auto;   
text-align:center;   
border-collapse: collapse;
}
table.avatar 
{
border-collapse: separate
}
td 
{
border: 1px solid black;
}

