/* ------
TITRES
---------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    line-height: normal;
}

h1 {
    margin: 0 0 10px 0;
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

#contentsInner h1 {
}

/* ------------
LIENS
--------------*/

a:link {
}

a:visited {
}

a:hover,
a:active {
}

/* IE n'interprète pas les pseudo-éléments :after, ceci ne sera donc pas affiché pour IE */

/* #contents a.LinkOut:after{
	color:#bbb;
	content: " ["attr(hreflang)"]";
	font-weight:normal;
}*/

.btn.btnBack span:before {
    content: "D ";
    font-family: 'agencei';
}

/*********************************
wrappImg
********************************/

.wrapImg {
    float: left;
    position: relative;
    width: 100%;
}

.legendeImg {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 88%;
    margin: 0 6%;
    padding: 3px 0;
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}

/* ------------
CONTENU WYSIWYG 
--------------*/

p {
    margin: 5px 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

em strong,
strong em {
    font-style: italic;
    font-weight: bold;
}

u {
    text-decoration: underline;
}

strike {
    text-decoration: line-through;
}

pre {
    width: 80%;
    margin: 20px auto;
    padding: 5%;
    border: 1px solid #007AAA;
    overflow: auto;
    font-family: Courier,MS Courier New,Prestige,Everson Mono;
    font-size: 1.1em;
    background: #ccc;
}

code {
    padding: 2px;
    font-family: Courier,MS Courier New,Prestige,Everson Mono;
    font-size: 1.1em;
    color: #ffffff;
    background: #007AAA;
}

blockquote {
}

blockquote:before,
q:before {
    content: "* ";
    font-family: 'agencei';
    font-size: 2.2em;
    font-style: normal;
}

blockquote:after,
q:after {
    content: " (";
    font-family: 'agencei';
    font-size: 2.2em;
    font-style: normal;
}

blockquote p {
    display: inline;
    margin: 0;
    padding-right: 24px;
}

cite {
    padding: 0 3px 0 3px;
    font-family: Arial,sans-serif;
    font-size: 1.1em;
    color: #000000;
}

acronym {
    border-bottom: 1px dashed #007AAA;
    cursor: help;
}

q {
    padding: 20px;
    font-size: 0.9em;
}

/*q:after{
		content: " ' Source: "attr(cite)" ";
		font-size:1em;
	}*/

ul {
    margin: 0;
    list-style: none;
}

ul li {
    padding: 10px 0 0 18px;
}

ol {
    margin: 5px 0 5px 0;
    list-style: inside decimal-leading-zero;
}

hr {
    border: 0;
}

.separator {
    visibility: hidden;
    clear: both;
}

dl {
    margin: 10px 5px;
}

dt {
    margin: 10px 0;
    font-size: 1.4em;
}

dd {
    margin: 0;
    padding: 0;
    text-indent: 10px;
    font-style: normal;
}

table {
    width: 100%;
    margin: 0 auto 15px;
    border-collapse: collapse;
    border-spacing: 0;
}

table caption {
    margin: 5px 0;
    text-align: left;
    font-size: 1.2em;
}

th {
    padding: 5px;
    font-size: 1.2em;
}

td {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: center;
}

td a {
    text-decoration: underline;
}

td img {
    padding: 3px;
}

/* ------------
BLOCS DES MEDIAS
--------------*/

.medias {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.medias .flash {
}

.medias .audio,
.medias .video,
.medias .center {
    text-align: center;
}

.medias .right {
    text-align: right;
}

.medias .left {
    text-align: left;
}

.medias img {
    margin: 5px;
}

.medias .right .diaporama {
    margin: 0 0 0 auto;
    text-align: right;
}

.medias .left .diaporama {
    margin: 0 auto 0 0;
    text-align: left;
}

.medias .center .diaporama {
    margin: 0 auto;
    text-align: left;
}

.medias a,
.medias a:hover,
.medias a:visited {
    text-decoration: none;
    background: none;
}

.medias .description {
    display: none;
}

.back {
    display: block;
    clear: both;
    margin-bottom: 10px;
    text-align: center;
}

#wrapper .pager a {
    float: none;
}

#wrapper .pager a.first,
#wrapper .pager a.last {
    letter-spacing: -5px;
}

.border {
    float: left;
    width: 100%;
    height: 1px;
    margin: 30px 0;
}

/* ------------------------------------------
ELEMENTS DE MISE EN PAGE DANS ZONE DE CONTENU
--------------------------------------------*/

.une_colonne,
.deux_colonnes {
    display: inline;
    clear: both;
}

.colleft {
    float: left;
    width: 47%;
    margin: 0 2% 0 0;
    padding: 0;
}

.colright {
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
}

.intext_left {
    float: left !important;
    padding: 5px !important;
}

.intext_right {
    float: right !important;
    padding: 5px !important;
}

.above_left {
    text-align: left;
}

.above_right {
    text-align: right;
}

.above_center {
    text-align: center;
}

.below_center {
    text-align: center;
}

.below_right {
    text-align: right;
}

.below_left {
    text-align: left;
}

.above_center img,
.above_right img,
.above_left img,
.below_center img,
.below_right img,
.below_left img {
    float: none !important;
}

.center {
    width: 100%;
    text-align: center;
}

.left {
    width: 100%;
    text-align: left;
}

.right {
    width: 100%;
    text-align: right;
}

.colonne {
    float: left;
    width: 27%;
    margin: 15px 10px;
    font-size: 1.2em;
    color: #666666;
}

.colonne strong {
    color: #000000;
}

.colonne .title {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.date {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.date:before {
    content: "L ";
    font-family: 'agencei';
    font-style: normal;
}

.colonne a {
    display: block;
}

/* ----------
GOOGLEMAP
-------------*/

.googleMapBulle {
    width: 250px;
    height: 150px;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.labelMarker {
    font-weight: bold;
    color: #000000;
}

/* ------------------------
SECURISATION DU MOT DE PASSE
--------------------------*/

.strength_password {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.strength_password span {
    display: block;
    position: absolute;
    right: 0;
    bottom: 30px;
    padding: 10px 20px;
    white-space: nowrap;
}

.shortPass span:before {
    content: "s ";
    font-family: 'agencei';
}

.badPass span:before {
    content: "s ";
    font-family: 'agencei';
}

.goodPass span:before {
    content: "r ";
    font-family: 'agencei';
}

.strongPass span:before {
    content: "r ";
    font-family: 'agencei';
}

#mustEnableJavascript,
#mustAcceptCookies {
    font-weight: bold;
    color: #ff0000;
}

/*
 * Champ de type insertion de ressource côté public, avec mini-centre de ressources
 * */

.pubRContener .pubRModif,
.pubRContener .pubRDelete {
    display: block;
    width: 20px;
    height: 20px;
}

.pubRContener .pubRModif span,
.pubRContener .pubRDelete span {
    display: none;
}

.pubRContener .add {
    background: transparent url(/common_images/skin001/add_small.png) no-repeat scroll right top;
}

.pubRContener .modif {
    background: transparent url(/common_images/skin001/edit_small.png) no-repeat scroll right top;
}

.pubRContener .pubRDelete {
    background: transparent url(/common_images/skin001/delete_small.png) no-repeat scroll right top;
}

.pubRContener .actions {
    float: left;
}

.pubRContener .add,
.pubRContener .addLabel {
    float: left;
}

.pubRContener .pubRLabel {
    margin-bottom: 5px;
    font-style: italic;
}

.pubRContener p {
    margin: 0;
}