/* CSS Document */
/* Yoga Harmonie */

p,ul,li,div,td,textarea {
	font-size: 8pt;
}

#bloc_cadre {
	position:relative;
	margin: 10px auto;
	width:900px;	  
	padding:0px;
	/*height: 840px;*/
	background-image: url(../images/fond_yoga.gif);
	background-repeat: no-repeat;/**/
	background-color : #ffffff;
	overflow: hidden;
	
	border-radius: 17px;			/*	pour FF4+, Safari5+, Chrome10+, Opera10+, IE9+ et les navigateurs qui intĂ¨grent CSS3	*/
			
	-moz-border-radius: 17px;			 /*	Firefox <4	*/
	
	-webkit-border-top-left-radius: 17px;			/*	pour Safari <5	& Chrome <10	*/
	-webkit-border-bottom-right-radius: 17px;		/*	pour Safari <5	& Chrome <10	*/
}

.bloc_page {
	float:left;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	width:680px;
	/*height: 640px;*/
	overflow: auto;
	text-align: justify;
}
.bloc_page ul {
	list-style-image: url(../images/puce-lotus-21.jpg);
}
h2 {
	color: #03adf8;/*fb3804 03adf8 bleu clair */
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	text-decoration: underline;
}
h4 {
	font-size: 1.2em;
}
th {
	border: 1px solid #999999;
}
a {
	color: #1f91c4; /*699AF6 bleu pâle */
}
.horaires td{
	border: 1px solid #999999;	
}
/**************************************************/
/* Mise en forme de la page Plan d'accčs pour FF  */
/**************************************************/



/**************************************************/
/* Mise en forme des pages Contact et Inscription */
/**************************************************/
.form_message_alerte {
	color: red;
	font-weight:normal;
}
h4,span,form {
	padding: 0px;
	margin: 0px;
}
.coord {
	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px;
}
.contact table,td {
	border-style: none;
}
.inscription table,td {
	border-style: none;
}
label{
	font-weight: bold;
}

/*********************************/
/* Mise en forme du pied de page */
/*********************************/
.footer {
	position: relative;
	margin: 10px auto;
	bottom: 0px;
	width: 900px;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
	border-top: 1px solid #999999;
	font-size: 8pt;
}
html>body .footer {
	border-top: none;
}
.calame {
	color: #f8c103; /* f8c103 */
	font-weight: bold;
}
