/* CSS Document */

/*** Les globalites ***/
* {
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
    background-color: #370000;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color:#000000;
}
img {
    border:none;
}

/*** L'ensemble de la page ***/
#global {
    position: relative;
    margin: 0 auto;
    width: 980px;
}
.bas_page{
    position: relative;
    background-image: url(../images/reflet_footer.gif);
    height: 100px;
    width: 980px;
    margin: 0 auto;
    left: -3px;
}

/*** La scene ***/
#bordgauche, #centre, #borddroit {
    float: left;
}
#bordgauche {
    background-image:url(../images/bordgauche.jpg);
    width: 65px;
    height: 765px;
}
#centre{
    height: 765px;
    width: 850px;
}
#borddroit {
    background-image:url(../images/borddroit.jpg);
    width: 65px;
    height: 765px;
}
#header {
    height: 160px;
    width: 850px;
}
.footer {
    background-image: url(../images/planche_bois.gif);
    height: 14px;
    width: 850px;
}

/*** Le contenu central ***/
/* Le menu a gauche */
#menu {
    float: left;
    width: 180px;
    height: 591px;
    background-color:#426C77;
    color: #ffffff;
}
.menucasehaut {
    background-image:url(../images/casebleue.jpg);
    height: 35px;
    width: 180px;
    background-repeat: repeat-x;
}
.menucasehaut_sanslien {
    background-color:#426C77;
    height: 44px;
    width: 180px;
}
.menucasebas {
    display: block;
    background-color:#426C77;
    width: 160px;
    padding: 0px 10px 0px 10px;
    height: 10px;
    background-image:url(../images/dottedline.gif);
    background-repeat: no-repeat;
}
.image_menu {
    margin: 40px 10px 10px 10px;
    text-align:center;
}
.infos_menu{
    padding: 0px 10px 10px 10px;
    width: 155px;
}

/* Le contenu principal */
#content {
    float: left;
    background-image:url(../images/contentback.jpg);
    width: 670px;
    height: 591px;
}
#content_partup {
    background-image:url(../images/contentback.jpg);
    margin-top: 10px;
    height: 65px;
}
#content_partup_spectacle {
    height: 30px;
}
.content_titre_spectacle{
    float: left;
    width: 430px;
    padding-bottom: 1px;
}
#content_central_spectacle {
    float: left; 
}
#content_titre {
    padding: 0px;
    width: 100%;
}
#content_central {
    float: left; 
    width: 350px; 
    text-align: left;
}
.content_mi_central{
    float: left;
    width: 330px;
}
.content_image {
    margin: 9px 9px 0px 9px;
	border: #000000 1px solid;
}
.content_division_line{
    clear: both;
    height: 5px;
    background:url(../images/dottedline1.jpg) no-repeat center;
    width: 670px;
    padding: 5px 0px;
}
.content_division_line_up_spectacle{
    clear: both;
    height: 1px;
    background:url(../images/dottedline1.jpg) no-repeat center;
    width: 670px;
    padding-bottom: 5px;
}

/* Regroupement des boutons */
.boutoncontentprecedant, .boutoncontentsuivant {
    width: 325px;
}
.boutoncontentprecedant {
    padding: 8px 0px 0px 10px;
}
.boutoncontentsuivant {
    padding: 8px 10px 0px 0px;
}

/* Informations particulieres */
.infos_texte {
    width: 210px;
    padding: 10px 20px 10px 0px;
    float: right; 
    overflow: auto;
}
.infos_particulieres {
    padding-left: 10px;
    padding-right: 10px;
}
.titres_repas {
    padding-bottom: 5px;
    border-bottom: #990000 1px dashed;
}
.infos_plats {
    padding-left: 10px;
    float: left;
    width: 500px;
}
.infos_sous_image{
    float: left;
    width: 234px;
    padding-left: 10px
}

/* HR */
.hr_delimit {
    float: left;
    width: 650px;
    height: 1px;
    margin-left: 10px;
    padding-top: 1px;
}

/* Formulaires */
.formultext {
    float: left;
    width: 175px;
    line-height: 150%;
    vertical-align: bottom;
    padding-left: 10px;
}
.formul_object{
    width: 270px;
    margin-left: 10px
}
.formul {
	width:470px;
}                      
.formulaire_image {
    border: #000000 1px solid;
}
.form_object{
    color: #ffffff;
    background-color: #996600;
}

/* Partie Admin */
#content_admin {
    float: left;
    background-image:url(../images/contentback.jpg);
    width: 850px;
    height: 600px;
    overflow: auto;
}
.cadre_admin {
    padding: 5px;
    background-color:#C9A478;
    border: double;
    border-color:#4A715E;
    margin-left: 5px;
    margin-right: 5px;
}
.presentation_photo{
    float: left;
    width: 170px;
    padding: 25px
}
.thumbnail{
    height: 118px;
    width: 170px;
    display: block;
    background-image: url(../images/frames.gif);
    background-repeat: no-repeat;
    margin: 0 auto;
}

