body {
    padding-bottom: 40px;
    background: #DCDCDC url("../images/structure/background.png") repeat;;
}

.head {
    background: url("../images/structure/head.png") repeat;        
    height: 150px;
    max-height: 150px; 
    border-bottom: 2px solid #000
}

.logo {
    margin: auto;
    width: 700px;
    max-width: 700px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 700px;
}
.container-narrow > hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 60px 0;
    text-align: center;
}
.jumbotron h1 {
    font-size: 48px;
    line-height: 1;
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}
.marketing p + h4 {
    margin-top: 28px;
}

.menu {
    background: url("../images/structure/menu.png") repeat;    
    margin-bottom: 20px;
    height: 50px;
    max-height: 50px;
    border-bottom: 2px solid #000
}

.masthead {
    margin: auto;
    padding: 8px;
    width: 700px;
    max-width: 700px;
}

.navbar-presentation {
    padding-left: 20px;
}

.px10 {
    font-size: 10px;
}

/* Code PHP, erreur, ... */
.code-php, .code-java, .code-error {border: 3px solid navy; border-left: 9px solid navy; background-color: antiquewhite; padding: 5px; margin: 10px; width: 650px; max-width: 650px;}

/* ROUNDED CORNERS */
.rounded{ border-radius: 8px; khtml-border-radius: 8px; moz-border-radius: 8px; position: relative; webkit-border-radius: 8px; }

/* POPUP */
.info-box, .success-box, .warning-box, .error-box, .help-box{ background-position: 10px center; background-repeat: no-repeat; border: 1px solid; font: normal 100% Helvetica, Arial, sans-serif; margin: 10px; padding: 15px 5px 15px 50px; -moz-box-shadow: 0px 0px 10px #000; -webkit-box-shadow: 0px 0px 10px #000; box-shadow: 0px 0px 10px #000;}
.info-box{ background: #BDE5F8 url('../images/boxes/info.png') top left no-repeat; background-position: 5px 5px; color: #00529B; }
.success-box{ background: #DFF2BF url('../images/boxes/success.png') top left no-repeat; background-position: 5px 5px; color: #4F8A10; }
.warning-box{ background: #FEEFB3 url('../images/boxes/warning.png') top left no-repeat; background-position: 5px 5px; color: #9F6000; }
.error-box{ background: #FFBABA url('../images/boxes/error.png') top left no-repeat; background-position: 5px 5px; color: #D8000C; }
.help-box{ background: #C7ABDA url('../images/boxes/help.png') top left no-repeat; background-position: 5px 5px; color: #4C1274; }
.comment-box{ background: #d0d0d0; border: 1px solid navy; margin: 5%; margin-bottom: -3%; padding: 15px; text-align: left; }
