/* Definition of the body */
body {
width: 100%;
height: 1500px;
font-size: 14px;
font-family: Century, sans-serif, arial;
border: 0px;
margin: 0px;
}

/* Definition of the left section */
#left {
float: left;
width: 18%;
height: 100%;
background-color: #d884e2;
margin: 0px;
border: 0px;
}

/* Definition of the right section */
#right {
float: right;
width: 18%;
height: 100%;
background-color: #fdc481;
margin: 0px;
border: 0px;
}

/* Definition of the center section */
#center {
width: 100%;
height: 100%;
background-image: url(fond.png);
background-repeat: no-repeat;
background-position: center;
}

/* Definition for the images on top */
.image_top {
vertical-align: top;
text-align: center;
border: 0px;
margin: 0px;
}

/* Definition for the main menu */
.menu {
background-color: #d6ba1a;
width: 100%;
margin: 2px;
}

/* Definition for the sub-menu */
.sub-menu {
width: 90%;
background-color: white;
color: black;
text-decoration: underline;
margin-top: 100px;
margin-left: 5px;
font-size: 16px;
line-height: 24px;
}

/* Definition for the XHTML 1.1 logo */
.logo-html {
width: 100%;
position: fixed;
bottom: 2px;
float: none;
}

/* Definition for the news section */
.news {
width: 95%;
background-color: white;
color: red;
text-decoration: underline;
margin-top: 100px;
margin-left: 5px;
line-height: 18px;
}

/* Definition for the legal section */
.legal {
position: fixed;
float: none;
bottom: 2px;
width: 100%;
background-color: white;
color: black;
font-size: 11px;
}

/* Definition for the main page */
.main {
width: 100%;
font-size: 20px;
line-height: 30px;
color: black;
text-align: center;
margin-top: 10px;
}

/* Definition for the first try text */
.essai {
width: 100%;
font-size: 28px;
line-height: 46px;
color: red;
font-weight: bold;
background-color: yellow;
margin: 10px;
text-align: center;
}

/* Definition for the announcement text */
.annonce {
width: 100%;
font-size: 14px;
line-height: 30px;
color: blue;
font-weight: bold;
background-color: yellow;
margin: 10px;
text-align: center;
}

/* ------------------------------------------------------------- */
/* Definition for the text on the main page */

.modern-jazz {
color: blue;
text-align: left;
text-indent: 5%;
font-size: 20px;
}

.funk {
color: red;
text-align: left;
text-indent: 45%;
font-size: 30px;
line-height: 35px;
}

.hip-hop {
color: green;
text-align: left;
text-indent: 18%;
font-size: 20px;
line-height: 25px;
}

.break {
color: orange;
text-align: left;
text-indent: 48%;
font-size: 30px;
line-height: 25px;
}

.classic {
color: #804000;
text-align: left;
text-indent: 10%;
font-size: 20px;
line-height: 25px;
}

.Techtonik {
color: black;
text-align: left;
text-indent: 38%;
font-size: 20px;
line-height: 35px;
}

.autres {
color: black;
text-align: left;
text-indent: 30%;
font-size: 20px;
line-height: 35px;
}

/* ------------------------------------------------------------- */
/* General usefull definitions                                   */

.underline {
text-decoration: underline;
}

.center {
text-align: center;
}

.titre {
text-decoration: underline;
text-align: center;
}

.tenpix {
font-size: 10px;
}

.midtext {
width: 600px;
margin-left: auto;
margin-right: auto;
}


/* ------------------------------------------------------------- */
/* Definitions for the page with prices                          */

#prix {
border-spacing: 1px;
border: 1px solid black;
font-size: 12px;
text-align: center;
table-layout: fixed;
width: 620px;
empty-cells: show;
}

.prix_gris {
background-color: #d9d9d9;
border: 1px solid black;
width: 25%;
}

.prix_rose {
background-color: #f66cff;
border: 1px solid black;
width: 22%;
}

.prix_orange {
background-color: #ffc300;
border: 1px solid black;
width: 22%;
}

.prix_blanc {
background-color: white;
border: 1px solid black;
width: 22%;
}

/* ------------------------------------------------------------- */
/* Definitions for the pages with hours                          */

.horaire {
border-spacing: 1px;
border: 1px solid black;
font-size: 12px;
text-align: justify;
padding-top: 0px;
padding-bottom: 0px;
}

.horaire_gris {
background-color: #d9d9d9;
border: 1px solid black;
text-align: center;
}

.horaire_rose {
background-color: #f66cff;
border: 1px solid black;
width: 180px;
text-align: center;
}

.horaire_rose_petit {
background-color: #f66cff;
border: 1px solid black;
width: 30px;
text-align: center;
}

.horaire_orange {
background-color: #ffc300;
border: 1px solid black;
width: 180px;
text-align: center;
}

.horaire_blanc {
background-color: white;
border: 1px solid black;
width: 50px;
text-align: center;
}

.horaire_blanc_2 {
background-color: white;
border: 1px solid black;
text-align: center;
}

/* ------------------------------------------------------------- */
/* Definitions for the page of anniversary                       */

.annif_rouge {
color: red;
font-weight: bold;
}

.annif_bleue {
color: blue;
font-weight: bold;
}

/* ------------------------------------------------------------- */
/* Definitions for the page of stages                            */

.stage {
font-size: 16px;
}

.stage_title {
font-size: 18px;
text-decoration: underline;
}

/* --------------------------------------------------------------*/
/* Definitions for the page with video title                     */

.video {
empty-cells: show;
border: 0px;
font-size: 10px
}

.video_column {
width: 200px;
}

.video_row {
height: 16px;
}

.photo {
empty-cells: show;
border: 0px;
}

.photo_preview {
height: 80px;
}

/* --------------------------------------------------------------*/
/* Definitions for the page with the video                       */

#clip {
text-align: center;
}

/* --------------------------------------------------------------*/
/* Definitions for the form for the inscription                  */

legend
{
 position: relative;
 top: -1em;
 width: 300px;
 height: 30px;
 padding-left:0.5em;
 font-size: 20px;
 font-weight: bold;
 letter-pacing: -1px;
 white-space: pre;
 color: #fff;
 background: transparent url("legend_bg.png") no-repeat;
}

fieldset
{
 width: 800px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 background-color: #81d0fb;
 border: solid 0 #fff;
}

fieldset .aligne
{

 width: 50px;
 padding: 0.2em;
 margin: 0;
 margin-top: 0.3em;
 text-align: right;
 color: #666;
}

.nodisplay
{
 display: none;
}

fieldset .hidefield
{
 border: solid 0 #fff;
}

fieldset .textfield
{
 width: 250px;
 height: 20px;
 margin: 3px;
 padding: 2px 8px;
 background: transparent url("textfield_bg.png") no-repeat;
}


fieldset .fulltextfield
{
 width: 600px;
 height: 20px;
 margin: 3px;
 padding: 2px 8px;
 background: transparent url("textfield_bg_600.png") no-repeat;
}

.submit
{
 width: 80px;
 height: 20px;
 margin: 3px;
 padding-bottom: 3px;
 background: transparent url("submit.png") no-repeat;
}