/* CSS */
/******************************
/* GENERAL
/******************************/
body {
	margin:0;
	padding:0;
	font-size:12px;
	background-color:#EE9C3C;
	font-family:arial,helvetica;
	text-align:center;
	overflow-y:scroll;
}

figure, figcaption {
	margin:0;
	padding:0;
}

figcaption {
	font-size:12px;
	text-align:left;
	color:#df8209;
	font-style:italic;
	font-weight:bold;
}

p {
	padding:0;
	margin:0;
}

a {
	color:#324144;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

.site {
	background: white;
}

.mt10 { margin-top:30px; }
.ml60 { margin-left:60px;}
.fs10 { font-size:10px; }

/* IE */
h3 {
	margin-bottom:20px;
}

/******************************
/* HEADER
/******************************/
#bandeau{
	background:url(../images/cours-tai-chi-les-5-saisons.jpg) no-repeat top center;
	height:220px;
	width:900px;
}

#BoutonAccueil a {
	line-height:14px;
	background: url(../images/boutonAccueil.png) no-repeat center;
	height: 36px;
	width: 140px;
	display: block;
	color: #4C6882;
	texte-decoration: none;
	padding-top: 8px;
	font-weight: bold;
	font-size:14px;
}

#BoutonAccueilactif a, #BoutonAccueil a:hover {
	background:url(../images/BoutonAccueilActif.png) no-repeat center ;
	line-height:14px;
	height:36px;
	width:116px;
	display:block;
	color:white;
	text-decoration:underline;
	font-weight:bold;
	padding-top:8px;
	font-size:14px;
}

#BoutonTaiChi a {
	background:url(../images/BoutonTaiChi.png) no-repeat center ;
	line-height:14px;
	height:36px;
	width:160px;
	display:block;
	color:#4C6882;
	texte-decoration:none;
	padding-top:8px;
	font-weight:bold;
	font-size:14px;
}

#BoutonTaiChiActif a, #BoutonTaiChi a:hover {
	background:url(../images/BoutonTaiChiActif.png) no-repeat center ;
	line-height:14px;
	height:36px;
	width:160px;
	display:block;
	color:white;
	text-decoration:underline;
	font-weight:bold;
	padding-top:8px;
	font-size:14px;
}

#BoutonGym a {
	background:url(../images/BoutonAccueil.png) no-repeat center ;
	line-height:14px;
	height:36px;
	width:160px;
	display:block;
	color:#4C6882;
	texte-decoration:none;
	padding-top:8px;
	font-weight:bold;
	font-size:14px;
}

#BoutonGymActif a, #BoutonGym a:hover {
	background:url(../images/BoutonAccueilActif.png) no-repeat center ;
	line-height:14px;
	height:36px;
	width:160px;
	display:block;
	color:white;
	text-decoration:underline;
	padding-top:8px;
	font-weight:bold;
	font-size:14px;
}

#BoutonTarif a {
	padding-right:40px;
	font-family:times;
	color:#F09510;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	padding-bottom:6px;
}

#BoutonTarif a:hover {
	padding-right:40px;
	color:#F06F10;
	font-family:Times;
	font-weight:bold;
	font-variant:small-caps;
	font-size:16px;
	text-decoration:none;
	padding-bottom:6px;
}


/******************************
/* CONTENU DES PAGES
/******************************/
.img-perso {
	padding:10px;
}

.textecontenu{
	text-align:justify;
	font-family:tahoma;
	color:#374B5E;
	font-size:16px;
}

.grand-themes {
	list-style-image:url(../images/btn-liste.png); 
}

.sous-themes {
	list-style:none;
}

.sous-themes li {
	margin-top:20px;
}

#photo-herve {
	border:1px solid #7b1e26;
}

/******************************
/* FOOTER
/******************************/
#Signature {
	background:url(../images/FdBasPage.jpg) repeat center ;
	color:#374B5E;
	font-size:16px;
	font-weight:bold;
}

#pied a {
	color:#4C6882;
	font-size:80%;
	text-decoration:underline;
}

#pied {
	font-size:12px;
	font-family:arial,helvetica;
}

#pied a:hover {
	color:white;
	text-decoration:underline;
}

#pied a img {
	border-bottom:1px solid #4C6882;
	color:blue;
}

#pied a:hover img {
	border-bottom:1px solid white;
	color:blue;
}

#lien a {
	color:#F09510;
}