﻿@CHARSET "UTF-8";

/* tout affichage */
body {
	background-image: url(../images/background.jpg);
	font-family: Arial, Verdana, sans-serif;
	
}

/*page general*/
.page {
	width: 80%;
	margin: auto;
}

/*entete*/
.logogauche img {
	float: left;
	width: 15%;
}

.logodroit img {
	float: right;
	width: 10%;
}

.titre img {
	width: 50%;
	padding: 20px;
}

a img {
	border: none;
	width: 12%;
}

/*conteneur general de l'affichage central*/
.contenu {
	position:relative;
	top:-30px;
	clear: both;
	width: 92.5%;
	margin: auto;
	background-color: #cbd1c5;
}

/*procédé pour arrondi*/
b.dtop, b.dbas{
	display:block;
	background:#24303c; 
	font-size:1px;
}

b.dtop b, b.dbas b{
	display:block;
	height: 1px; 
	font-size:1px;
    overflow: hidden; 
    background:#cbd1c5;
}
b.r1{
	margin: 0 5px ; 
	font-size:1px;
}
b.r2{
	margin: 0 3px ; 
	font-size:1px;
}
b.r3{
	margin: 0 2px ; 
	font-size:1px;
}
b.dtop b.r4, b.dbas b.r4{
	margin: 0 1px;
	height: 2px; 
	font-size:1px;
}
/* fin pour arrondi*/
.textcontenu {
	padding: 5%;
}

/* tout page d'accueil*/
.accueil {
	background-image: url(../images/ombreaccueil.png);
	background-repeat: no-repeat;
	min-height: 800px;
}

.signature {
	margin-left: 70%;
	text-align: center;
}

/* tout page dojo*/
.dojo {
	background-image: url(../images/ombredojo.png);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 800px;
}

.kikentai {
	color: #492a15;
	font-weight: bolder;
	font-size: 1.2em;
	margin: 10%;
}

.kikentai img{
	width:40%;
}

.renseignement {
	background-image: url(../images/Fond_rens.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 75%;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 3%;
}

.dojodroite {
	float: right;
	text-align: center;
	width: 50%;
}

.dojogauche {
	text-align: center;
	width: 50%;
}

.horaire {
	font-size: 1em;
	font-variant: small-caps;
}

div.horaire table {
	display: inline;
	margin: 10%;
}

.horaire table tr {
	padding-right: 5%;
}

.horaire table tr td {
	padding-right: 5%;
	width: 20%
}

.offrepromo {
	font-weight: bolder;
	margin-bottom: 50px;
	font-stretch: expanded;
}

/* tout page equipe*/
.equipe {
	background-image: url(../images/ombreequipe.png);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:800px;
	}


.presentBruno {
	position: relative;
	left: 30%;
	width: 65%;
	padding:5%;
}

.presentSami {
	float:right;
	margin-right:5%;
	width:40%;
}

.presentHerve {
	position: relative;
	left:5%;
	top: -20%;
	width: 40%;
}

.textpresent {
	position: relative;
	bottom: 150px;
	left: 130px;
	width:75%;
}

.photo img {
	border: ridge 2px black;
}

/* tout page liens*/
.liens {
	background-image: url(../images/ombreliens.png);
	background-repeat: no-repeat;
	background-position: center center;
	min-height:800px;
}

.layer {
	width: 30%;
}

.entetelien {
	text-align: center;
	font-size: 1.5em;
}

/* tout page ninjutsu*/

.ninjutsu{
	min-height:800px;
	}

.menuNgauche {
	float: left;
	width: 20%;
}

.item {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 3px black;
	border-left: solid 3px black;
	padding: 5px;
}

.itemselected{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 3px black;
	border-left: solid 3px black;
	padding: 5px;
	background-color:black;
	color:white;
}

.item:hover{
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: solid 3px black;
	border-left: solid 3px black;
	padding: 5px;
	background-color:grey;
	color:white;
}

.textninjutsu{
	
}

.definition{
	background-image: url(../images/ombreliens.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 20%;
	border-left:solid 3px black;
	padding:2%;
	}

.bujinkan{
	background-image: url(../images/fondbujinkan.png);
	background-repeat: no-repeat;
	background-position:center center;
	margin-left: 20%;
	border-left:solid 3px black;
	padding:2%;
	}

.hatsumi{
	background-image: url(../images/fondhatsumi.png);
	background-repeat: no-repeat;
	background-position:center center;
	margin-left: 20%;
	border-left:solid 3px black;
	padding:2%;
	}
.takamatsu{
	background-image: url(../images/fondtakamatsu.png);
	background-repeat: no-repeat;
	background-position:center center;
	margin-left: 20%;
	border-left:solid 3px black;
	padding:2%;
	}
	
.defninjutsu{
	width:100%;
	margin-bottom:10%;
	border:ridge 3px black;
	}
	
.bujin{
	display:block;
	width:35%;
	margin:auto;
	
}
	
.photohatsumi1{
	float:right;
	width:20%;
	margin:5%;
	}
	
.photohatsumi2{
	width:20%;
	margin:5%;
	}
	
.phototakamatsu1{
	display:block;
	width:30%;
	margin:2%;
	}
	
.phototakamatsu2{
	float:right;
	width:30%;
	margin:2%;
	}

/* tout page aboutus */
.aboutus {
	text-align: center;
}

.photoaboutus img {
	margin-top: 5%;
	width: 40%;
	border: ridge 5px black;
}

.textaboutus {
	width: 80%;
	text-align: left;
	margin: auto;
	padding: 5%;
}

/* affichages particuliers génériques*/
.italic {
	font-style: italic;
}

.gras {
	font-weight: bold;
}

a {
	text-decoration:none;
	color:red;
}