/*hwdkc.css : Cascaded Style Sheet for the Hautrage Wado Ryu Karate Club's web site*/
a:active /* Quand le visiteur clique sur le lien */
{
   text-decoration: none;
   color : rgb(10, 10, 102); 
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none;
   color: rgb(100, 100, 255);
}
a /* Lien normal */
{
   text-decoration: none;
   color : rgb(10, 10, 102); 
}
body { 
   background-color : white; 
   background-image : url("./images/backgroundblue.gif"); 
   background-attachment : fixed; 
   /*              Le fond restera fixe */
   /*             background-attachment: scroll;  Le fond defilera avec le texte */
   text-align : left; 
   font-family : Arial, Impact, "Arial Black", Verdana, serif; 
   color : rgb(10, 10, 102); 
 } 
p { 
 } 
table {
	border-color: rgb(10, 10, 102);
	border-style: solid;
	border-width: 2px;
	list-style: square;
	border-collapse:collapse
} 
td { border: 1px solid rgb(10,10,102); }
ul { 
   list-style-type : square; 
   /*                list-style-image:url("./images/Croche.gif");*/
 } 
h1 { 
 } 
h2 { 
 } 
h3 { 
 } 
img { 
   border : 0px; 
 } 
/*a:active  Quand le visiteur clique sur le lien*/
/*background-color: #FFCC66;}a:hover  Quand le visiteur pointe sur le lien*/
/*text-decoration: underline;   color: green;}a  Lien normal*/
/*text-decoration: none;   color: rgb(10, 10, 102);   font-style: italic;*/
/*font-weight: bold;*/
.contact_name { 
   font-weight : bold; 
 } 
.ddermod { 
   color : rgb(10, 10, 102); 
   font-size : x-small; 
   text-align : Center; 
 } 
.ddermod2 { 
   color : rgb(10, 10, 102); 
   font-size : x-small; 
   text-align : Left; 
 } 
.image_menu { 
   width : 100px; 
   height : 70px; 
   border : 0px; 
 } 
.image_otsuka2 { 
   width : 123px; 
   height : 300px; 
   border : 0px; 
 } 
.bodyright { 
   background-color : rgb(220, 242, 255); 
   background-image : none; 
 } 
.bodyleft { 
   background-color : rgb(220, 242, 255); 
   background-image : none; 
 } 
.bodytop { 
 } 
.bodydown { 
   background-color : rgb(220, 242, 255); 
   background-image : none; 
 } 
.bodycenter { 
   background-color : rgb(200, 230, 255); 
   background-image : none; 
 } 
.unvisibletabletable { 
	 border: 0px none;
   border-color : none; 
   border-style : none; 
   border-width : 0px none; 
   border-bottom-color : none; 
   border-bottom-style : none; 
   border-left-color : none; 
   border-left-style : none; 
   border-right-color : none; 
   border-right-style : none; 
   border-top-color : none; 
   border-top-style : none; 
   border-bottom-width : 0px none; 
   border-left-width : 0px none;
   border-right-width : 0px none; 
   border-top-width : 0px none; 
 } 
.unvisibletd { border: 0px none; }
.header_palmares {
   font-weight : bold;
   text-align : center;
}
.comment_palmares {
   font-weight : normal;
   text-align : right;
}
.img_palmares {
	border: 0px none;
	width: 200px ;
	height: 150px ;
}
.champion {
   font-weight : bold;
   text-align : center;
   color : rgb(255, 20, 20);
}
.classified {
   font-weight : bold;
   font-style: italic;
   text-align : center;
   color : rgb(20, 20, 204);
}
.img_liste_membres {
	border: 0px none;
	width: 50px ;
}

.img_comite {
	border: 0px none;
	height: 100px ;
}

