header {
   height: 100px;
}
section {
   height: 650px;
}
footer {
   height: 50px;
}

.bloc {
   height: 300px;
   margin: 10px 10px 10px 10px;/* haut - droite - bas - gauche */
   width: 220px;
   
   
}
/* Les styles suivants sont juste pour faire apparaître la mise en page */
.span12 {
   background-color:#FFFFFF;
   
   margin :0 0 0 0;
}
.span6 {
   background-color:#FFFFFF;
  margin: 10px 10px 10px 10px;
  
  
}




[class="span3 bloc"] {
   background-color:#FFFFFF;
   background-attachment:fixed;
   padding-left:-30px;
}
[class="span3 bloc"]:first-child {
   background-color:#FFFFFF;
    background-attachment:fixed;
}

.btn{
	width : 98px;
	
}

.btn-group{
	
	box-shadow: 10px 10px 5px #888;
	border-radius: 20px;

}

#logo_Karate{
	float :right;
	padding: 10px 10px 10px 10px;
}

#logo_NTJ{
	float :right;
	padding: 10px 10px 10px 10px;
}

#en-tete{
	float : left;
	padding: 10px 10px 10px 10px;


}

#corps{

	box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	border-radius: 20px;
	z-index: 100;
	
	
	
	
	
}

#corpsPart{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	border-radius: 20px;
	z-index: 100;
	height:825px;
}

#corpskarate{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	border-radius: 20px;
	z-index: 100;
	height:7100px;
}

#corpsNTJ{
	box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	border-radius: 20px;
	z-index: 100;
	height:850px;
}

#ejs_photo_box{

border-radius : 20px;

}

#row{
	position:fixed;
}

/* -------------------------------------------------------- Test CSS Diapo --------------------------------------------------------------------*/

body {font:12px Verdana,Arial; color:#555; }

#wrapper{

	margin: 0 -13px ;/* haut - droite - bas - gauche */

}

.sliderbutton {float:left; }
.sliderbutton img {cursor:pointer}
.sliderbutton img:hover {background:#666}
#slider {float:left; position:relative; width:220px; height:300px;}
#slider ul {position:absolute; list-style:none;}
#slider li {float:left; width:220px; height:300px; }

.pagination {float:left; list-style:none; height:25px; }
.pagination li {float:left; cursor:pointer;  background:#666; border:1px solid #999; text-align:center; color:#222}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#888}

li#content {width:464px; height:270px;}
#content h1 {font:22px Georgia,Verdana; color:#036}