body {
	/*background: url(../images/fond-degrade.jpg);*/
	background-color: #114466;
	overflow-y: scroll;
	font-family: "Lucida grande",'trebuchet MS', times, helvetica, georgia, verdana, arial, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight: normal;
	text-align: center;
	padding: 0;
}


/* Div global : div d'ID global car #global */
.global {
	width: 760px; /* La largeur du bloc fait 760px */
	height: 900px;
	 background-color: #bbbbff;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}


/* Div global : div d'ID global car #global */
.contenu {
	width: 700px; /* La largeur du bloc fait 760px */ 
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top:15px;
	border: none;
	background-color: #bbbbff;
}

/* Div global : div d'ID global car #global */
.contenuItem {
	width: 700px; /* La largeur du bloc fait 760px */ 
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top:5px;
	border: none;
	text-align: left;
	clear: both; /* pour l'affichage des photos, retour a la ligne (annuler le float left de la class thumbnail */
}

.contenuItemTitle {
text-decoration: underline;
}

.contenuItem ul {
	list-style-type: square;
	text-align: justify;
}

/* table menu du haut */
table.StyleMenu {
	border: none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
    background-color:#e3be85;
	 border-bottom: 1px solid black;
	 border-collapse:collapse;

}


/* tr menu du haut  */
table.StyleMenu tr {
	 height: 50px;
	 text-align: center;
	 vertical-align: middle;
}


/* td menu du haut : lorsque le menu n'est pas la page courante et est survolée */
td.StyleMenuOver {
	 background-color: #bbbbff;
	}

/* td menu du haut : lorsque le menu est la page courante */
td.StyleMenuCurrent {
    background-color:#e3be85;
	font-family: "Lucida grande",'trebuchet MS', times, helvetica, georgia, verdana, arial, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight: bold;
}


/* unvisited, visited and active link du menu */
table.StyleMenu a:link, table.StyleMenu a:visited, table.StyleMenu a:active,
 td.StyleMenuOver a:link, td.StyleMenuOver a:visited, td.StyleMenuOver a:active { color: black;
			text-decoration:underline;
			cursor:pointer;
	font-family: "Lucida grande",'trebuchet MS', times, helvetica, georgia, verdana, arial, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight:normal;
 }      


			
/* Table content (page accueil) */
table.StyleContent {
	border: none;
	border-spacing: 0px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}

/* cellule de la table accueil */
table.StyleContent td {
	 text-align: left;
	 vertical-align: top;
	 padding: 5px;
}

td.tdBold {
	font-weight: bold;
}
			

/* Table horaire */
table.StyleHoraire {
	width: 700px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;

}

/* Table horaire */
table.StyleTarif {
	width: 550px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;

}

/* cellule table horaire  */
table.StyleHoraire td  {
	border: 1px solid black;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	font-family: "Lucida grande",'trebuchet MS', times, helvetica, georgia, verdana, arial, sans-serif;
	font-size: 13px;
	font-style:normal;
}

/* cellule table tarif  */
table.StyleTarif td {
	border: 1px solid black;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Lucida grande",'trebuchet MS', times, helvetica, georgia, verdana, arial, sans-serif;
	font-size: 13px;
	font-style:normal;
}

td.StyleTarifPeriode  {
	text-align: left;
}

td.StyleTarifPrix  {
	text-align: center;
}

td.StylePetit  {
	font-size: 13px;
	background-color: #e1d7f4;
}

td.tdBold {
	font-weight: bold;
}
			
td.tdN1, .N1 {
	color: #ea7500;
}
			
td.tdN2, .N2 {
	color:#225522;
}

td.tdMysore, .Mysore {
	color: #6c0000;
}			

td.tdAutoPratique, .AutoPratique {
	color: navy;
}			

td.tdStudio {
	background-color: #8888aa;
}			

.classStudio {
	background-color: #8888aa;
	width: auto;
	text-align: left;
}			

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #114466;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	


