body {
 margin:                 0;
 padding:                0;
 background-color:       #FEFFE8;
 text-align:             center; /* pour corriger le bug de centrage IE */
}
div#container {
 /*border:                 1px solid yellow;*/
 width:                  950px;
 position:               relative;
 margin-top:             10px;
 margin-left:            auto;
 margin-right:           auto;
}
div#header {
 /*border:                 1px solid red;*/
 height:                 80px;
 text-align:             center;
 margin-bottom:          10px;
}
#tableTitle {
 margin-left:            auto;
 margin-right:           auto;
}
div#menu {
 /*border:                 1px solid green;*/
 height:                 30px;
 text-align:             left;
 color:                  #54644D;
 font-family:            "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
div#content {
 /*border:                 1px solid blue;*/
 margin-top:             15px;
 text-align:             left;
 color:                  #54644D;
 font-family:            "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
div#footer {
 /*border:                 1px solid red;*/
 height:                 20px;
 text-align:             left;
}
.glasspane {
 background:             black url('../image/load.gif') no-repeat center center;
 opacity:                0.5;
 _filter:                alpha(opacity=50);
 cursor:                 wait;
}
.tableMenu {
 width:                  945px;
 text-align:             center;
 background-color:       #FEFFCC;
}
.tableMenu a {
 text-decoration:        none;
 color:                  #54644D;
 font-family:            "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
.tableMenu a:hover {
 cursor:                 pointer;
 background-color:       #FDF905;
}
.index {
 margin-top:             11px;
}
.noBorder {
 border:                 0px;
}
h1 {
 text-align:             center;
 color:                  #4B5793;
}
.tableContact {
 width:                  950px;
 text-align:             center;
 color:                  #54644D;
}
.imageInText {
 float:                  right;
 margin-left:            10px;
 margin-top:             10px;
 margin-bottom:          10px;
}
.subMenu table {
 width:                  910px;
 height:                 450px;
 text-align:             center;
}
.subMenu a {
 text-decoration:         none;
 font-size:               45px;
 color:                   #4B5793;
 font-family:             "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
.subMenu a:hover {
 cursor:                  pointer;
 background-color:        #FDF905;
}
.gallerie {
 margin-top:              10px;
 margin-left:             100px;
}
.lien {
 text-align:              right;
}
.lien a {
 background-color:        #FEFFCC;
 color:                   #54644D;
 font-family:             "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
.lien a:hover {
 cursor:                  pointer;
 background-color:        #FDF905;
}
.lienLeft {
 float:                   left;
}
.stage {
 margin-left:             20px;
 color:                   #54644D;
}