/* Thème BobBlack crée par Bigou pour Le bar chez Bob */

/* Style général */
body {
margin: 0;
padding: 0;
color : #FFFFFF;
font-size: small;
font-family: Verdana, Helvetica, sans-serif;
background-color: #3E3E3E;
}
h1 {
text-align: left;
font-size: xx-large;
}
h2 {
text-align: center;
font-size: large;
color: #FFFFFF;
background-color: #0E0E0E;
background-image: url("../background/bob/cellpic.png");
}
h3 {
text-align: center;
font-size: medium;
font-weight: lighter;
color: #FFFFFF;
background-color: #0E0E0E;
background-image: url("../background/bob/cellpic.png");
}
p {
margin: 0 0 10px 20px;
}
.b {
font-weight: bold;
}
.i {
font-style: italic;
}
.nob {
font-weight: lighter;
}
.center {
text-align: center;
}
.carre {
list-style-type: square;
}
.point {
list-style-type: disc;
}
.rond {
list-style-type: circle;
}
.nopoint {
list-style-type: none;
}
a {
color: #8BC7FF;
}
a:visited {
color: #BCBCBC;
}
img {
border: 0;
}
acronym {
cursor: help;
border-bottom: #000000 1px dotted;
}
#note_glob{
font-size: x-large;
}

/* Haut de page */
#header {
height: 108px;
margin: 15px;
}
#style {
position: absolute;
top: 50px;
right: 2em;
}

/* Contenus */
#conteneur {
width: 100%;
position: absolute;
}
.contenu {
padding: 1px 0;
color: #000000;
margin: 15px 190px 15px 15px;
border-top: solid #000000 2px;
border-left: solid #000000 2px;
border-right: solid #000000 2px;
border-bottom: solid #000000 2px;
background-color: #C2C2C2;
}
.contenu a {
color: #0B67A0;
text-decoration: underline;
}
.contenu a:visited {
color: #084263;
}
.contenu a:hover {
text-decoration: none;
}

/* Menu rapide */
#haut {
height: 15px;
color: #000000;
font-size: x-small;
background-color: #0E0E0E;
border-top: solid #000000 2px;
border-bottom: solid #000000 2px;
}
#haut a:visited {
color: #FFFFFF;
}
#bas {
height: 15px;
background-color: #0E0E0E;
border-top: solid #000000 2px;
border-bottom: solid #000000 2px;
}
.menu_rapide {
list-style-type: none;
text-align: center;
margin: 0;
padding: 0;
}
.menu_rapide li {
display: inline;
margin-left: 5px;
margin-right: 5px;
}
.menu_rapide a {
margin: 0 2px;
font-weight: bolder;
text-decoration: none;
}
.menu_rapide a:hover {
text-decoration: underline;
}

/* Menu complet */
#menu_cote {
float: right;
width: 160px;
padding: 1px 0;
margin: 15px 15px 15px 0;
border-top: solid #000000 2px;
border-left: solid #000000 2px;
border-right: solid #000000 2px;
border-bottom: solid #000000 2px;
background-color: #C2C2C2;
}
#menu_cote a {
margin: 0 2px;
text-decoration: none;
}
#menu_cote a:hover {
font-weight: bold;
}
#menu_cote a:visited {
color: #FFFFFF;
}
.menu_cote {
margin: 0;
padding: 0;
}
.menu_cote li {
margin-left: 15px;
margin-bottom: 5px;
list-style-type: none;
background-color: #3E3E3E;
}

/* Recherche via Exalead */
h3#search {
margin: 10 0 0 0;
}
.exalead_search {
color: #000000;
font-size: x-small;
text-align: center;
background-color: #C2C2C2;
border-bottom: solid #C2C2C2 4px;
}
#q {
width: 95px;
background: #FFFFFF url("../background/logo-exalead.png") no-repeat 16px 2px;
}
#q:hover {
width: 95px;
background: #FFFFFF url("../background/blank.png");
}
#btn {
width: 36px;
}


/* Pied de page */
#pied {
clear: both;
text-align: center;
}

/* Copyright */
.copyright {
font-size: x-small;
color: #DDDDDD;
letter-spacing: -1px;
}
a.copyright {
color: #8BC7FF;
text-decoration: none;
}
a.copyright:hover {
color : #FFFFFF;
text-decoration: underline;
}
