/* Reset */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 reset */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}

mark, rp, rt, ruby, summary, time {
    display: inline
}

body {
    font-family: Open + Sans, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

a {
    outline: none;
    color: #666;
}

a:link, a:visited {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none;
    color: #999;
    outline: 0
}

a img {
    border: 0;
}

a:active {
    outline: 0;
}

p {
    padding: 0;
    margin: 2px 0;
    text-align: justify
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h2, h3 {
    line-height: 30px
}

hr {
    margin: 10px 0
}

/* MENU |------------------------------------------------------
--------------------------------------------------------------*/

.navbar {
    margin-bottom: 10px
}

#nav-content .navbar-inner {
    border-radius: 0;
}

#nav-content .navbar .nav > .active > a,
#nav-content  .navbar .nav > .active > a:hover,
#nav-content  .navbar .nav > .active > a:focus {
    background-color: #333;
    color: #fff;
}

#nav-content .navbar .divider-vertical {
    margin: 0;
}

#nav-content .navbar .nav > li > a {
    text-shadow: none;
    text-transform: uppercase
}

#nav-content .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#nav-content .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#nav-content .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}

/* BLOCK |------------------------------------------------------
--------------------------------------------------------------*/
#conteneurGlobal {
    width: 1000px;
    margin: 10px auto 0 auto;
}

#header {
    height: 100px;
}

#wrap {
}

#sidebar {
    background-color: #eee;
}

#content {
    padding: 0 20px 20px 20px;
}

#content h1 {
    font-size: 28px;
    font-weight: normal;
}

#content h2 {
    font-size: 16px;
    font-weight: normal;
}

#content .breadcrumb {
    padding: 4px 0 4px 10px
}

#content dd {
    text-align: justify;
}

#footer {
    text-align: center;
}

#form ul li {
    color: red
}

.detailInfo,
.detailInfo a {
    color: #c3c3c3;
}

.well2 {
    background: #ececec;
    padding: 4px 0 4px 10px;
    margin: 10px 0;
    border-left: #ccc solid 4px;
}

.well2 a {
    font-weight: bold;
}

.form-search {
    margin-top: 5px;
}

.navbar .divider-vertical {
    margin: 0;
}