/* 1er css inclus dans page, pour tous les médias */

body {
    background: #fff;
    color: #000;
    font-family: /*arial, helvetica, */sans-serif;
    font-size: 100.1%;
    text-align: center;
    padding: 0;
}

/* dans component.php */
body.contentpane, #jcemediabox-popup-ajax {
    font-size: .8em;
    width: auto;
    line-height: 1.4em;
    text-align: left;
    margin: 10px;
}

.tool-tip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    max-width: 200px;
    text-align: left;
    padding: 5px;
}

.tool-title {
    font-size: 100%;
    font-weight: 700;
    background: url(../../system/images/selector-arrow.png) no-repeat;
    margin: -15px 0 0;
    padding: 15px 0 5px;
}

.tool-text {
    font-size: 100%;
    margin: 0;
}

img {
    border: none;
}

.imprimer {
    display: block;
}

.figure {
    position: absolute;
}

.cadre0 {
    position: relative;
    width: 100%;
    height: 480px;
    z-index: 0;
}

.cadre {
    position: relative;
    height: 480px;
    z-index: 0;
}

.bulle {
    position: static;
    z-index: 1000;
}

.bulle p {
    margin: .4em 0;
}

.item-page {
    position: relative;
}

table {
    border: none;
    border-collapse: collapse;
    margin: 0;
}

table td {
    padding: 0;
}

h2 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 1em 0 .2em;
	font-weight: normal;
	/* letter-spacing: -0.02em; */
}

h2 a {
    text-decoration: none;
}

h3 {
    font-size: 1.1em;
    font-weight: 700;
    margin: 20px 0 10px;
	color: #333;
}

h4 {
    border: solid 0;
    color: #333;
    font-size: 1.1em;
    margin: 20px 0 10px;
}

#intro h3 {
    color: #726262;
}

.bulle h3 {
    color: #333;
    margin: 1.4em 0 0;
}

.mini {
    font-size: .86em;
}

.clear {
    clear: both;
}

#print_footer {
    margin-top: 4em;
    clear: both;
}

sub,
sup {
    line-height: 0;
    font-size: .8em;
}

#main ul.liste_dense li {
    margin-top: 8px;
    margin-bottom: 8px;
}

#aretourner {
    width: 45%;
    position: relative;
    margin: 20px 0 20px 40%;
}

table.contenttoc,
.liensutiles_im {
    float: right;
}

.pas_imprimer,
p.suivre,
p.suivre_ext,
p.instruction,
.puce {
    display: none;
}

