/* TABLE DES MATI�RES:
	- �l�ments � cacher
	- �l�ments de base � personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */

#menu,
#menuSec,
#menuBas,
#socialBookmarker,
#bookmarkHoverPopup,
.champCache {
    position: absolute;
    visibility: hidden;
    display: none;
}

/* ELEMENTS DE BASE � PERSONNALISER 
--------------------------------------------------------------------------------------- */

html {
    font-family: Arial, Verdana, Tahoma;
}

/* R�initialisation des �l�ments */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

a:active,
object,
embed {
    outline: none;
}

h1 {
    border-bottom: 1px solid #000;
}

h2 {}

.both {
    clear: both;
}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */

#piedPage {
    color: #999;
    font-size: 11px;
    padding: 0 6px 0 6px;
}

#piedPage a {
    color: #999;
    text-decoration: none;
}

#piedPage a:hover {
    color: #353535;
    text-decoration: none;
}

/* TEXTES
--------------------------------------------------------------------------------------- */

p {
    font-size: 12px;
    line-height: 150%;
    color: #353535;
}

p strong {
    font-size: 13px;
}

p a,
p a:link,
p a:visited,
ul li a,
ul li a:visited,
ol li a,
ol li a:visited {
    color: #A69512;
    text-decoration: none;
}

p a:hover,
p a:visited:hover,
ul li a:hover,
ul li a:visited:hover,
ol li a:hover,
ol li a:visited:hover {
    color: #C0AE2C;
    text-decoration: underline;
}

ul li {
    font-size: 12px;
    line-height: 150%;
    list-style: square;
    margin-left: 16px;
}

ol li {
    font-size: 12px;
    line-height: 150%;
    color: #1F1F1F;
    margin-left: 16px;
}