/* Rubriques */
@import "rubs.css";


/*----------------------------------
         Boites principales
  ----------------------------------*/

body {
     font-family:        tahoma, arial, sans-serif;
     font-size:          62.5%;
     background:         #CCCCCC;
     height:	  	     auto;
     text-align:         center; /* Pour IE 5 et 5.5 */
}

#box_application {
     height:             auto;
     margin:             auto;
     background:         rgb(55, 51, 226);
     width:              850px;
     text-align:         left;
     overflow:           hidden;
}




/*----------------------------------
                Entête
  ----------------------------------*/

#box_entete {
    background-image:   url(../medias/images/header/bandeau.png);
	background-repeat:  no-repeat;
    height:             135px;
    padding:0;
    margin:0;
    background-color: #CCCCCC;
}


/*----------------------------------
            Zone centrale
  ----------------------------------*/

#box_centrale {
    text-align:         left;
    margin:             0 15 0 15;
    padding:            2 10 10 10;
    background:         white;
    height:             auto;
    border:             2px solid black;
}

#central_contents {
	width: 800px;
	display:table-cell;
	height:480px;
}


#box_navigation {
	position: relative;
	right: 8px;
	padding-left: 5px;
	height: 15px;
	font-weight: bold;
	background-color: #C8D9EE;
	font-size: 1.2em;
	color: #2222AA;
	width: 800px;
}

#box_navigation a {
	color: blue;
	text-decoration: none;
}

p.comment {
	padding:3px;
	padding-left: 10px;
	border: 1px dashed red;
}

div.welcome {
  margin-top: 15px;
  /*background-image: url(../medias/images/tmp_welcome_font.jpg);*/
  background-repeat: no-repeat;
  height: 100%;
}

div.welcome h1 {
  font-family: Georgia;
  color: #990000;
}

/*----------------------------------
             Pied de page
  ----------------------------------*/
  
#box_piedpage {
    height:             15px;
}
