/*CSS pour le site http//:esbkarate.free.fr*/


/*-----------------------------------------*/
/*Mettre les choses au point dès le départ*/
/*---------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 10px;
}

a {
	color: #587004;
}
img {
	border:0;
}
a:hover {
	font-weight: bold;
	color: #587004;
	font-size: 12px;
}
hr {
	margin-top :20px;
}
h1 {
	text-align:center;
	font-size: 14px;
	font-variant: small-caps;
	text-decoration: underline;
	color: #006600;
	margin-bottom: 20px;
	margin-top: 10px;
}

h2 {
	font-size:9px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 10px;
}
form {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
table {
	width: 600px;
	padding-right:20px;
	margin-bottom:15px;
}
td {
	width: 200px;
	text-align: center;
}
/*-----------------------------------------------*/
/*Pour eviter que certaines choses nous echapent*/
/*---------------------------------------------*/
#globale {
	padding-bottom: 50px;
	position: relative;
	width: 770px;
	margin: auto;
}

/*--------------------------------------------------------------*/
/*Placer les liens en haut dans le code mais en bas sur la page*/
/*------------------------------------------------------------*/
#bas {
	width: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	height: 30px;
	color: gray;
}

#bas a {
	color: gray;
}

/*-------------------*/
/*ELEMENTS DES PAGES*/
/*-----------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(imgs/fond2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu {
	width: 770px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
#menu img {
	border: none;
}

.mail {
	text-align: center;
	color: green;
	margin-top: 15px;
}
.deco{
	margin-left: 60px;
	margin-right: 60px;
}
.feuille {
	padding-bottom: 20px;
}
.feuille_droite {
	padding-bottom: 20px;
	text-align: right;
}
/*-------------------*/
/*CONTENU DES PAGES*/
/*----------------*/
#contenu_contact {
	margin-left: 150px;
	margin-top: 35px;
	background-image: url(imgs/deco/lampions.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 5px;
}
.contenu {
	margin-left: 150px;
	margin-top: 5px;
	padding: 5px;
	width: 620px;
}
.contenu_large {
	margin-left: 5px;
	padding: 5px;
	width: 770px;
}
/*--------------------------------------------------------------------------*/
/*QUELQUES CLASSES UTILES SUR PLUSIEURS PAGES POUR POSITIONNER DES ELEMENTS*/
/*------------------------------------------------------------------------*/
.coll_gauche {
	width: 300px;
	float: left;
}
.coll_droite {
	width: 300px;
	float: right;
}
.image_droite {
	text-align:center;
}
.image_gauche {
	text-align:center;
	margin-left:20px;
	float: left;
	width: 290px;
}
.aligne_droite {
	float: right;
}
.aligne_gauche {
	float:left;
}
.centrer {
	text-align:center;
}
.gras {
	font-weight: bold;
	color: #006600;
}
.textadroite {
	text-align: right;
}
/*-------------------------------------------------*/
/*QUELQUES ID POUR LES POSITIONNEMENTS SPECIFIQUES*/
/*-----------------------------------------------*/
#texte_inscrip {
	width: 400px;
	float:left;
}
#body_prof {
	background-image: url(imgs/fondfred.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.p_prof {
	margin-left:140px;
}
/*------------------------------------------------*/
/*ANNULER L EFFET DE FLOAT POUR REPRENDRE LE FLUX*/
/*----------------------------------------------*/
div.anti_float {clear:both;height:1px;overflow:hidden;}
