﻿/* Concerne le site entier*/
* {
	margin:0;
	padding:0;
}

html,body {
	height:100%
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#481e01;
	background-color:#ffd179;
	background-image:url('img/fond.jpg');
	background-repeat:repeat-x;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

p {
	text-align:justify;
}

a {
	text-decoration:none;
	color:#481e01;
}

a:hover 
{
	text-decoration:underline;
}
	
img {
	border:0px;
}

img a {
	border:0px;
}

/* IDs */
#conteneur {
	position:relative;
	margin:0 auto;
	padding:0 auto;
	width:800px;
	height:auto;
	min-height:100%;
}
/* ceci est le div du bloc central où se trouvent le menu flash, le header flash, la partie centrale et le footer*/
#contenu {
	margin:0 auto;
	width:800px;
	position:relative;
	float:left;
	background-image:url('img/fond_central2.jpg');
	background-repeat:repeat-y;
}
/* menu de navigation en flash*/
#flashcontent {
	float:left;
	width:200px;
	background-image:url('./img/img_altern.gif');
	height:1071px;
}
#sous-menu_gauche {
	float:left;
	background-color:#fff2da;
	width:199px;
	height:1550px;
	border-right-color:black;
	border-right-width:1px;
	border-right-style:solid;
}	

#menu_gauche h1 {
	
	margin:220px 5px 0 5px;
	text-align:left;
}

#menu_gauche p {
	
	margin:20px 5px 0 5px;
	text-align:left;
}

/* partie centrale du site divisée en header, milieu et footer*/
#partie_centrale {
	float:left;
	width:600px;
}
/* l'edito et son titre en h1 qui ne doit pas apparaître, également les marges d'espacement*/
#edito h1 {
	display:none;
}

#edito p{
	padding:2px 30px 2px 10px;
}
/* la frise avec les photos */
.frise {
	padding:10px 30px 20px 10px;
}
/* ce div fait une largeur de 560 (à cause des marges précédentes), il contient 2 colonnes*/
#rubriques {
	width:560px;
	float:left;
	padding:2px 30px 2px 10px;
}

#col_1 {
	width:250px;
	float:left;
	
}

#col_1 img {
	padding:0 0 5px 0;
}

#col_1 p {
	padding:0 0 10px 0;
}

#col_1 h1 {
	display:none;
}
#col_2 {
	padding:0 0 0 36px;
	width:270px;
	float:left;
}

#col_2 img {
	padding:0 0 5px 0;
}

#col_2 p {
	padding:0 0 10px 0;
}
#col_2 h1 {
	display:none;
}
#col_2 h2 {
	visibility:hidden;
}

/* Page federation */
#federation {
	margin:10px 25px 10px 10px ;
	min-height:812px;
}
#federation h1 {
	display:none;
}

/* Page Yoga: Art de vie */

.artvie {
	margin:10px 25px 10px 10px ;
	min-height:812px;

}

.artvie p {
	margin:5px 0px;
	font-size:13px;
}

.artvie h1{
	display:none;
}

.artvie h3{
	color:#f66503;
	margin-top:10px;
	text-transform:uppercase;
	font-size:14px;
}

.artvie h2{
	color:#481e01;
	margin-top:10px;
	text-transform:uppercase;
	font-size:16px;
}

.artvie li {
	margin:10px 15px;
	text-align:justify;
}

.fautretenir {
	margin:10px 25px 10px 10px ;
	padding:5px 8px;
	border:1px #f66503 dashed;
	font-weight:bolder;
}

.fautretenir h3{
	color:#f66503;
	text-transform:uppercase;
	font-size:14px;
}

.nochip {
	list-style-type: none;
	display: inline;
	letter-spacing: 1px;
	font-weight: bolder;
	background-color: #FFFFFF;
	border:1px #ffce92 dotted;
	background-image: url('img/fondclair.gif');
	background-repeat: repeat-x;
}
.nochip a {
	text-decoration:none;
	font-style: italic;
	color:#481e01;
}


/* Page trouver un professeur */
#professeur {
	margin:10px 25px 10px 10px ;
	min-height:812px;
}

#professeur h1 {
	display:none;
}

#professeur p {
	margin:5px 0px;
}

/* Page Namaskar */
#namaskar {
	margin:10px 25px 10px 10px ;
	min-height:812px;
}

#namaskar p {
	margin:5px 0px;
}

#namaskar a {
	font-size:14px;
	text-decoration:none;
	color:#f66503;
}

/* Page formation */
.formation {
	margin:10px 25px 10px 10px ;
	min-height:812px;
}

.formation h1 {
	display:none;
}

.formation h2 {
	padding:10px 0px 5px 0px;
	text-transform:uppercase;
}
.formation table {
	border-top: 1px #f66503 dotted;
	width: 564px;
}
.formation td {
	margin:0px;
	border:0px;
	padding:5px 0px;
	border-bottom:1px #f66503 dotted;
}
.formation-tab-title {
	color:#f66503;
	font-weight:bolder;
}
.formation-tab-adresse {
	text-align:left;
}

.formation-tab-tel {
	text-align:right;
}
.text-orange-ital {
	color:#f66503;
	font-style:italic;
	font-weight:normal;	
}

.formation td a {
	color:#481e01;
	font-style:italic;
	font-weight:normal;	
}


/* Page Culture indienne */

#culture {
	margin:10px 25px 10px 10px ;
	min-height:812px;
	text-align:center;
}

#culture a {
	font-size:14px;
	text-decoration:none;
	color:#f66503;
}

#culture p {
	margin:5px 0px;

}


/* Page liens */
#liens {
	margin:10px 25px 10px 10px ;
	min-height:812px;
	text-align:center;
}

#liens h1 {
	display:none;
}

#liens p {
	margin:5px 0px;

}

#liens a {
	font-size:14px;
	text-decoration:none;
	color:#f66503;
}

/* Page faq */
#faq {
	margin:10px 25px 10px 10px ;
	min-height:812px;
}

#faq h1 {
	display:none;
}

#faq h3 {
	color:#f66503;
	font-size:14px;
	text-transform:uppercase;
	margin:5px 0px;
}

#faq p {
	margin:5px 0px;
}

/* Page contact */
#contact {
	margin:10px 25px 10px 10px ;
	min-height:812px;
}

#contact h1 {
	display:none;
}

/* Page newsletter */
#newsletter {
	margin:10px 25px 10px 10px ;
	min-height:812px;
}

#newsletter h1 {
	display:none;
}

#newsletter p {
	margin:5px 0px;	
}

.image {
	text-align:center;
}

/* le footer est de 600, il contient une liste organisée "en ligne" */
#footer {
	float:left;
	bottom:0;
	clear:both;
	width:600px;
	text-align:center;
	border-top:1px #481e01 dotted;
	margin-top:20px;
}

#footer ul {
	margin:2px 30px 2px 5px;	
}

#footer li {
	font-size:10px;
	font-style:italic;
	display:inline;
	padding:0 2px 0 1px;
}

#footer li a {
	font-size:10px;
	font-style:italic;
	color: #481e01;
	display: inline;
	padding:0 2px 0 1px;
	text-decoration:none;

}

#footer li a:hover {
	font-size:10px;
	font-style:italic;
	color: #481e01;
	display: inline;
	padding:0 2px 0 1px;
	text-decoration:underline;
	}

/* STYLES*/

/* bouton pour lire la suite de la rubrique sur la home*/
.btn_liresuite {
	color:#f66503;
	font-size:10px;
	font-style:italic;

}
.btn_liresuite a {
	color:#f66503;
	font-size:10px;
	font-style:italic;
	text-decoration:underline;
}

.btn_liresuite a:hover {
	text-decoration:none;
}

/* concerne le texte de la rubrique Asana */
.titre_asana {
	color:#f66503;
	font-size:14px;
	font-weight:bolder;
	text-transform:uppercase;

}
.texte_asana {
	font-style:oblique;
	font-size:11px;
}
.14gras {
	font-weight: bolder;
	font-size: 14px;
}

