body
{
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #FFFFFF;
}



div#xiti {
	float: right;
	
	}
	
div#css {
	float: right;
	}

div#contenu
{
	width: 600px;
	margin: auto;
	padding-bottom: 2em;
	padding-top: 2em;
	padding-right: 20px;
	padding-left: 9.5em;
	margin-top: 10px;
	margin-bottom: 1em;
	border: 1px solid black;
	background: url(/image/tkd.png) no-repeat 15px 15px ;

}

div#rdv
{
	margin: auto;
	width: 600px;
	background: url(/image/back.gif) ;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}



/*Présentation vidéos*/
div#a0
{
	width: 500px;
	border-style: dashed;
	border-width: thick medium medium thick ; 
	border-color: #D7D7D7;
	margin: auto;
	padding-top: 10px;
	padding-bottom:12px;
	padding-right:12px;
	padding-left:10px;
	text-align: right;
	margin-bottom: 15px;

}

#a0 img { 
	float: left;
	margin-bottom: 2px;
	margin-right: 10px;
  
}


div#a1
{
	width: 500px;
	border-style: dashed;
	border-width: thick thick medium medium; 
	border-color: #D7D7D7;
	text-align: left;
	margin: auto;
	padding-top: 10px;
	padding-bottom:12px;
	padding-right:10px;
	padding-left:12px;
	margin-bottom: 15px;
}

#a1 img {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px
}

#pr {
	color: #C60000;
	text-align: center;
	font-style: italic;
	font-size: 140%;
	border-bottom: 4px dashed gray ;
}


/*MENU*/
#menuconteneur {
	border-bottom: 1px solid #ddd;
	
}	

ul#menu {
	margin: 0;
	padding: 0;
	font: bold 1em georgia, times, serif;
	list-style-type: none;
	text-align: right;
	
}

#menu li {
	display: inline;
	margin: 0 5px;
	
}

#menu a {
	color: #808080;
	text-decoration: none;
	line-height: 25px;
}

#menu, a#current {
	color: #fc6;
}

#menu a:hover {
	font-size: 1em;
}

#menu a:hover, #current {
	color: #333;
	font-size: 1.5em;
}

/*STYLE TEXTE*/
div#contenu a {
	font-weight: bold;
	color:#C60000;
}

div#contenu a:hover {
	font-weight: bold;
	color: #FF5959;
}

div#contenu p { 
	text-align: justify;
}

div#contenu h2 {	
	line-height: 25px ;
	padding-left: 40px;
	border-bottom: 1px solid #333;
	background: url(/images/minikick.gif) no-repeat left bottom ;
	color: #FC6;
	font-size: 1.5em;
}

div#contenu h3 {
	margin-top: 2em;
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 2px solid #FC6;
	border-left: 3px solid #FC6;
}	




/*tableau*/
table
{
	background-color: transparent
}

td
{
	padding: 0 4px;
}

th
{
	padding: 0px 5px 0px 5px;
	background-image: url("/image/table2.gif");
	background-repeat: repeat-x;
	text-align: left;
	
}

tr
{
	background-image: url("/image/table.gif");
	background-repeat: repeat-x; 
	width: 25%; 



}

