/* CSS Document */
* {
	margin: 0px;
	margin-left:0px;
	padding: 0px;
}

/*body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}*/

/* footer */
html {
  height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 85%;
	/* footer */	
	height:100%
}

#header {
	height: 75px;
	background-color: #fff; /*#99CCCC;*/
	/*padding:10px;*/
}

#conteneur {
	/*position: absolute;
	width: 100%;*/
	background-color: #fff; /*#CCCCFF;*/
	
	text-align: justify;
	width: 90%;
	margin: 7px auto 7px auto;
	position: relative;
	/*background: #fff;*/
	border: 0px solid #000000;
	/*padding: 20px;*/
	/* footer */
	min-height:100%;
}

#centre {
	background-color: #fff; /*#9999CC;*/
	margin-left: 160px;
	margin-right: 150px;
	min-height: 400px;
	padding:10px;
	text-indent:1.5em;
}

/* footer */
div#conteneur #header {
	margin-top: 0;
}
div#conteneur #centre {
	margin-bottom: 0;
}

div#conteneur #centre {
	padding-bottom: 3em;
}
/* end footer */

#gauche {
	position: absolute;
	left: 0;
	width: 160px;
}

#droite {
	position: absolute;
	right: 0;
	width: 150px;
}

#pied {
	height: 20px;
	margin-bottom:1em;
	background-color: #dcdcdc; /*#99CC99;*/
	color:gray;
	text-align:center;
	/* footer */
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	/* end footer */
}

.menugauche {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menugauche li {
	margin-bottom: 5px;
}
.menugauche a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menugauche a:hover {
	text-decoration: none;
}
.menudroit {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menudroit li {
	margin-bottom: 5px;
}
.menudroit a {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
.menudroit a:hover {
	text-decoration: none;
}
p {
	margin: 2.2em;
}

div.center {
  text-align:center;
}











ul#menu, .mn li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
ul#menu {
position: absolute;	/* positionnement pour IE5 et IE5.5 */
top: 0px;
left: 0%;
background: transparent url(../pictures/menu-shaolin.png) top left no-repeat;	/* arrière-plan général du menu */
width: 160px;
height:248px;
padding-top: 57px;
text-align: center;
}
.mn li {display: inline;}	/* correction pour IE5 et IE5.5 */

.mn a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
height: 30px;
width: 160px;
color: #660000;
font-size: 17px;
font-family: georgia, serif;
text-decoration: none;
line-height: 25px;	/* hauteur de ligne pour éviter les paddings */
}
.mn a:hover {
color: #fff;
background: transparent url(../pictures/menu-shaolin.png) top left no-repeat;
}
a#lnkHome:hover {	/* décalage de l'arrière-plan pour chaque bouton */
background-position: 0% -363px;
font-weight: bold;
}
a#lnkHistory:hover {
background-position: 0% -393px;
}
a#lnkShaolin:hover {
background-position: 0% -423px;
}
a#lnkTechnic:hover {
background-position: 0% -453px;
}
a#lnkPhoto:hover {
background-position: 0% -483px;
}
a#lnkVideo:hover {
background-position: 0% -513px;
}
a#lnkPractice:hover {
background-position: 0% -543px;
}
a#lnkLink:hover {
background-position: 0% -573px;
}




























h1, h2, h3 {
	margin-top: 0;
}

h1 {
padding: 0;
font-size: 3.5em;
color: black;
text-align: center;
border-width: 2px 6px 6px 2px;
border-style: solid;
border-color: red;
background-color: orange;
}

h2 {
	border-width: 1px 1px 3px 8px;
	border-style: solid;
	border-color: #33CC00;
	margin: 1em;
	padding: 0 0.5em;
	background: #CCFF66;
	font-style: italic;
}

h3 {
  font: 1.1em Arial, Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #FF9900;
	margin: 2.2em;
	padding: 0 0.5em;
	background: #FFCC00;
	font-style: italic;
}

.icenter
{
  margin-right:50px;
  margin-left:50px;
}

.counter {
margin-top: 5px;
}

/*




<!--[if lte IE 6]>
<style type="text/css">
div#page {
	height: 100%;
}	
</style>
<![endif]-->
*/
