@CHARSET "UTF-8";

html {
    margin: 0px;
    width: 100%;
}

@font-face {
    font-family: 'Matisse';
    src: url('../font/Matisse-ITC-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/Matisse-ITC-Regular.eot?#iefix') format('embedded-opentype'),
         url('../font/Matisse-ITC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.container {
    width: 1000px;
}

.navbar {
    width: 100%;
    min-width: 480px;
    z-index: 10;
}

.navbar-inner {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    
}

/**
 * HEADER
 */
.banner {
    background-image: url('../img/banniere.png');
    width: 1000px;
    height: 260px;
}

/**
 * BODY
 */
body {
    background-image: url('../img/background.png');
    background-color: #7aa2fd;
    background-repeat: repeat-x;
    background-attachment: fixed;
}

.row {
	margin-left: 0px;
}

#menu {
    
}
.breadcrumb {
        -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
}
#content {
    background-color: #E1E1E1;
    min-height: 400px;
    padding: 10px;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    zoom: 1;
}

/**
 * FOOTER
 */
.footer {
    position:relative;
    width: 1000px;
    height:50px;
    clear: both;
  
    text-align: center;
    font-size: 11px;
    color: #555;
    margin-top: 50px;
}
.footer a {
    color: #555;
}


/**
 * Eléments communs à l'application -- Partie Administration
 **/

table.table caption {
    font-size: 18px;
    margin-bottom: 5px;
}


/**
 * Style général
 **/

h1, h2, h3 {
    
    border-left: 5px solid #444;
}

h1 {
    padding: 8px;
    background-color: #134a8c;
    color: white;
    font-weight: normal;
    font-family: 'Segoe UI', 'Arial', 'sans-serif';
}

h2 {
    padding: 4px;
    margin-left: 20px;
    font-weight: normal;
    background-color: burlywood;
    color: #444;
    font-family: 'Segoe UI', 'Arial', 'sans-serif';
}

h3 {
    padding: 2px;
    margin-left: 40px;
    font-weight: normal;
    background-color: #69b10b;
    color: #E1E1E1;
    font-family: 'Segoe UI', 'Arial', 'sans-serif';
}

p {
    font-family: 'Segoe UI', "Arial", "sans-serif";
    color: #444;
    font-size: 15px;
    padding: 5px;
}

div.page-title {
    margin-top: 2px;
    margin-bottom: 30px;
    background-color: #69b10b;
    padding: 5px 20px;
    -moz-box-shadow: 2px 2px 6px #555 inset;
    -webkit-box-shadow: 2px 2px 6px #555 inset;
    box-shadow: 2px 2px 6px #555 inset;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=6);
}

div.page-title > h1 {
    border-left: none;
    padding: 0px;
    background-color: transparent;
    color: white;
    font-family: 'Matisse', 'Helvetica', 'Arial', 'sans-serif';
}

