/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    project:    Brest
    created:    2009-04-2009
    author:     djohad
                chrand
                sanjus
                yanlep

    summary:    RESET
                GENERIC
                HEADER
                TITLES
                MENU
                PAGES
                LINKS
                LISTS
                BOX
                FOOTER
                BUTTONS
                TABS
                ACCORDEON
                
                METEO ET MAREES
                
----------------------------------------------------------------------------- */


/*  =RESET
----------------------------------------------------------------------------- */
* {
    margin:0;
    padding:0;
    vertical-align:baseline;
}
body {
    font-family:Arial, Verdana, sans-serif;
    font-size:69%; /* :INFO:1em = 11px */
    text-align:center;
    margin:0;
    height:100%;
    color:#000;
    background:#a7bed7;
}
input {
    height:auto;
}
a img, fieldset, form {
    border:0;
}
ins, abbr, acronym {
    text-decoration:none;
    border:0;
    font-style:normal;
}
a:hover ins, a:hover abbr, a:hover acronym {
    text-decoration:underline;
}
address {
    font-style:normal;
}
ul {
    list-style:none;
}
q:before, q:after {
    content:'';
}
small {
    font-size:0.9em;
}
textarea {
    overflow:auto;
}
hr, #access-keys {
    position:absolute;
    left:-9999em;
}
button {
    width:auto;
    overflow:visible;
    border:0;
    background:none;
    cursor:pointer;
}
input.submit {
    width:auto !important;
    height:auto !important;
    cursor:pointer !important;
    border:0 !important;
    overflow:visible;
}
.clearfix:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}
.msie6 .clearfix, .msie7 .clearfix {
    height:1%;
}
/*  =GENERIC
----------------------------------------------------------------------------- */

.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
#content {
    margin:0 auto;
    width:975px;
    text-align:left;
    position:relative;
    background:#fff;
    background:url(../img/skin/bg-page.png) left top repeat-y;
    z-index:0;
    display:inline-block;
}
a {
    color:#666;
    cursor:pointer;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: underline;
}
.login {
    text-align:right;
    padding:5px 0 5px 0;
    clear:both;
}
#logo {
    float:left;
}
#logo h1 {
    padding:48px 0 0 0;
}
.status {
    float:right;
}
.language {
    float:left;
}
ul.indentity-list {
    display:inline;
}
.indentity-list li a {
    padding:0 5px 0 5px;
}
.indentity-list li.last a {
    padding-right:0px!important;
}
/*  =HEADER
----------------------------------------------------------------------------- */

#header {
    overflow:hidden;
}
/*  =TITLES
----------------------------------------------------------------------------- */

.news-box h3 {
    color:#a90533;
    font-size:1.3em;
    font-weight:bold;
}
.news-box h3.big {
    font-size:1.65em;
}
.headTitle {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 3px 0;
    border-bottom: 1px solid #d1d1d1;
}
.headTitle .bigger {
    float: left;
}
.headTitle a, a.topOfThePage {
    float: right;
    font-size: 0.91em;
    background: url(../img/skin/bullet-gray.png) no-repeat 0 9px;
    padding: 5px 0 0 8px;
    text-decoration: none!important;
}
.headTitle .rss a {
	background: none;
}

.headTitle a:hover, .headTitle a:focus, a.topOfThePage:hover, a.topOfThePage:focus {
    text-decoration: underline!important;
}
.bigger {
    font-size: 1.5em;
    color: #393939;
}
.biggestMasta {
    font-size: 2.27em;
    margin: 10px 0 5px;
    clear:both;
}
.biggest {
    font-size: 1.63em;
    line-height: 1em;
    color: #a20531;
}
.infosSupp h4 {
    color: #a20531;
    font-size: 1em;
}
.headTitle3 {
    background: url(../img/skin/pic-document.png) no-repeat 0 0;
    padding-left: 30px;
    margin-bottom: 20px;
}
.headTitle3 h3, .headTitle3 p {
    border-left: 1px dotted #9d9fa2;
    padding-left: 10px;
}
/*  =MENU
----------------------------------------------------------------------------- */

#menu {
    float:left;
    overflow: hidden;
    width: 762px;
}
#menu ul {
    background:url(../img/skin/bg-menu.png) left top repeat-x;
    width:762px;
    height:86px;
    overflow:hidden;
}
#menu ul li {
    float:left;
    background:url(../img/skin/bg-separator-menu.png) right top repeat-y;
    height:86px;
}
#menu ul li.last {
    background:none;/*	padding-right:0px!important;*/
}
#menu ul li a {
    display:block;
    width:74px;
    padding:41px 14px 0 14px;
    color:#fff;
    font-weight:bold;
    font-size:1.1em;
    text-decoration:none;
}
#menu ul li a:hover {
    text-decoration:underline;
}
#menu ul li.small a {
    width:48px;
}
#menu ul li.big a {
    width:86px;
}
#menu ul li a.on {
    height: 36px;
    background: #fff url(../img/skin/bg-menu-on.png) no-repeat center bottom;
    /*	border-right: 1px solid #700322;*/
    border-bottom: 9px solid #cadb2a;
    color: #a90533;
}
/*   =PAGES
----------------------------------------------------------------------------- */

#page {
    clear:both;
}
#col-1 {
    background:#444;
    width:213px;
    min-width:213px;
    float:left;
    position:relative;
    z-index:1;
}
#col-1 #logo h1 {
    padding:48px 0 25px 0;
}
#col-2 {
    float:left;
    width:762px;
}
#primary {
    background:#fff;
    float:left;
    width:548px;
    overflow:hidden;
}
#secondary {
    background:#ebeae8;
    width:214px;
    float:left;
    padding-bottom: 20px;
}
/*   =LINKS
----------------------------------------------------------------------------- */

#printLink {
    display: none;
}
.js #printLink {
    display: block;
}
#links-1 {
    background:#FFF;
    padding:2px 15px 0 15px;
    float:left;
    width:732px;
}
#links-1 li {
    display:inline;
}
#links-1 a {
    color:#000;
    text-decoration:none;
}
#links-1 a:hover {
    text-decoration:underline;
}
#links-2 {
    color:#fff;
    background:#252627;
    text-align:center;
    padding:6px 21px 6px 21px;
    clear:both;
    postion:relative;
    width:auto;
    height:27px;
}
#links-2 ul {
    float:left;
    width:816px;
    font-size:0.9em;
    padding:5px 0 0 0;
}
#links-2 li {
    display:inline;
    color:#fff;
}
#links-2 a {
    text-decoration:none;
    color:#FFF;
}
#links-2 a:hover {
    text-decoration:underline;
}
#links-2 .logo-1 {
    float:left
}
#links-2 .logo-2 {
    float:left;
}
#links-3 {
    background:#5f5f5f;
    padding:15px 17px 20px 17px;
    color:#fff;
    clear:both;
    overflow:hidden;
}
#links-3 a {
    color:#fff;
    text-decoration:none;
}
#links-3 a:hover {
    text-decoration:underline;
}
#links-3 ul li {
    border-bottom:1px dotted white;
    padding:5px 0 5px 0;
}
#links-3 li span {
    display:block;
    float:left;
    padding:0 20px 0 0;
    text-align:right;
    width:180px;
}
#links-3 li ul {
    padding-left:200px;
}
#links-3 li li {
    border-bottom:none;
    display:inline;
    float:left;
    padding:0!important;
}
#news .news-box h3 a {
    color:#a90533;
    text-decoration:none;
}
#news .news-box h3 a:hover {
    text-decoration:underline;
}
/* arrow */

.arrow a {
    background: transparent no-repeat 0 4px;
    padding: 0 0 0 8px;
    text-decoration: none;
    display: block;
    position: relative;
}
.arrow a:hover, .arrow a:focus {
    text-decoration: underline;
}
.box-type-1 .arrow {
    margin: 0 0 20px 25px;
}
.box-type-1 .arrow a {
    background-image:url(../img/skin/bullet-white-2.png);
    color: #fff;
}
.box-type-2 .arrow a, .infosSupp .arrow a {
    background-image:url(../img/skin/bullet-gray.png);
}

#news .arrow {
    margin-top: 10px;
}
#news .arrow a {
    background-image:url(../img/skin/bullet-gray.png);
} /* pour l'index */
/* cartridge */

.cartridgeLink {
    color: #fff!important;
    font-weight: bold;
    background: #00678F url(../img/skin/bullet-white.png) no-repeat 7px 7px;
    text-decoration: none!important;
    padding: 2px 5px 2px 17px;
    font-size:0.9em!important;
}
.cartridgeLink:hover, .cartridgeLink:focus {
    text-decoration: underline!important;
}
input.cartridgeLink {
    overflow: visible!important;
    padding-left: 13px!important;
    background-position: 7px 8px!important;
}
.cartridgeLink:hover, .cartridgeLink:focus {
    text-decoration: underline!important;
}
/* bubble */

.bubble li {
    background: url(../img/skin/pic-bullet.png) no-repeat 0 2px;
    padding-left: 12px;
    font-size: 0.9em;
}
.bubble li a {
    text-decoration: none;
}
.bubble li a:hover, .bubble li a:focus {
    text-decoration: underline;
}
.thumbs li {
    line-height: 1.2em;
    font-size: 0.9em;
    width: 100%;
    overflow: hidden;
}
.thumbs li a {
    text-decoration: none;
}
.thumbs li a:hover, .thumbs li a:focus {
    text-decoration: underline;
}
.thumbs li img {
    float: left;
    margin: 0 5px 5px 5px;
}
/*   =LISTS
----------------------------------------------------------------------------- */

#mainNav {
    margin-top: 10px;
}
#mainNav li {
    position: relative;
    display: block;
    border-bottom: 1px solid #740222;
    background: transparent url(../img/skin/bullet-white-2.png) no-repeat 0 10px;
    font-size: 1.09em;
}
#mainNav li a {
    display: block;
    padding: 5px 0 5px 6px;
}
#mainNav li.first {
    border-top: 1px solid #740222;
}
#mainNav li.on {
    background: #740222;
}
#mainNav li.on a {
    font-weight: bold;
}
#mainNav li.on ul {
    padding-bottom: 5px;
    background: #a90533;
}
#mainNav li.on ul li {
    background: #a90533;
    border: none;
}
#mainNav li.on ul li a {
    color:#EBEAE8;
    font-weight: normal;
    padding: 2px 0 2px 6px;
}
#mainNav li.on ul li.on a {
    font-weight: bold;
}
.pagination {
    clear: both;
    padding: 10px 0;
    text-align: center;
}
.pagination li {
    display: inline;
    font-size: 1.09em;
    background: url(../img/skin/bg_pagination.png) no-repeat left;
    padding: 0 5px;
    line-height: 0.5em
}
.pagination li.noBorder {
    background: none;
}
.pagination li.noBorder a {
    text-decoration: none;
}
.pagination li a {
    color: #000;
    text-decoration: underline;
}
.pagination li a:hover, .pagination li a:focus {
    text-decoration: none;
}
/*   =BOX
----------------------------------------------------------------------------- */

.box-type-1 {
    margin:0 0 17px 0;
    position:relative;
    top:0px;
    left:-10px;
    z-index:10;
    background:url(../img/skin/bg-box-1.png) left top repeat-y;
    color:#fff;
    width:209px;
}
.box-type-1 .content {
    color:#fff;
    padding:8px 13px 18px 28px;
}
.box-type-1 .content a {
    color:#fff;
    text-decoration:none;
}
.box-type-1 .content a:hover {
    color:#fff;
    text-decoration:underline;
}
.box-type-1 .content h2 {
    padding:0;
    margin:0;
}
.box-type-1 .content h3 {
    text-transform:uppercase;
    font-size:1.1em;
    padding:5px 0 5px 0;
}
.box-type-1 .top {
    background:url(../img/skin/bg-top-box-1.png) left top repeat-y;
    height:5px;
    width:209px;
    overflow:hidden;
}
.box-type-1 .bottom {
    background:url(../img/skin/bg-bottom-box-1.png) left top repeat-y;
    height:5px;
    width:209px;
    overflow:hidden;
}
.box-type-1 .hr {
    border-top:1px dotted #faa2bb;
    width:157px;
    height:1px;
    margin:9px 0 9px 0;
    overflow:hidden;
}
.box-type-2 {
    margin:0 0 17px 0;
    position:relative;
    top:0px;
    left:-10px;
    z-index:10;
    background:url(../img/skin/bg-box-2.png) left top repeat-y;
    color:#fff;
    width:209px;
    color:#494949;
}
.box-type-2 .content {
    padding:8px 13px 18px 28px;
}
.box-type-2 .top {
    background:url(../img/skin/bg-top-box-2.png) left top repeat-y;
    height:5px;
    width:209px;
    overflow:hidden;
}
.box-type-2 .bottom {
    background:url(../img/skin/bg-bottom-box-2.png) left top repeat-y;
    height:5px;
    width:209px;
    overflow:hidden;
}
.box-type-2 .content h2 {
    font-size: 1.09em;
    color: #2e2d2d;
    margin-bottom: 10px;
}
#secondary #search-box {
    background:#444444;
    padding:12px 15px 12px 15px;
}
#secondary #search-box input {
    font-size:1em;
    color:#3c2e1e;
    width:150px;
    border:1px solid #9d9fa2;
    height:14px;
    vertical-align:middle;
    padding:0 2px 0 2px;
}
#secondary #search-box input.submit {
    margin:0 0 0 5px;
}
*html #secondary #search-box input.submit {
    margin:0 0 0 3px;
}
#secondary #search-box label {
    display:none;
}
#secondary #search-box a {
    color:#fff;
    text-decoration:none;
    background:url(../img/skin/bullet-white-2.png) left 5px no-repeat;
    padding:0 0 0 6px;
}
#secondary #search-box a:hover {
    color:#fff;
    text-decoration:underline;
}
#news {
    padding:19px 18px 40px 18px;
}
.news-box {
    border-bottom:1px dotted #9d9fa2;
    font-size:1em;
    padding:15px 0 10px 0;
}
#news .last {
    border:0!important;
}
#news .news-box .details {
    font-size:1.1em;
    color:#939393;
}
#news .title-line {
    overflow:hidden;
    border-bottom:1px solid #cdcdcd;
    clear:both;
    width:100%;
}
#news .title-line h2 {
    float:left;
    padding:0 9px 5px 0;
}
#news .title-line .rss {
    float:right;
    overflow:hidden;
}
#secondary #map {
    width:164px;
    background:#fff;
    padding:7px 7px 6px 7px;
    margin:14px 18px 0 18px;
    overflow:hidden;
}
#secondary #map h3 {
    width:100px;
    padding:5px;
}
/*#agenda {
    margin-bottom:121px!important;
}*/

#secondary #agenda {
    margin:17px 11px 0 11px;
    background:url(../img/skin/bg-agenda.png) left top no-repeat;
    width:185px;
    padding:12px 0 0 0;
    position:relative;
}
#secondary #agenda h3 {
    border-bottom:1px solid #cdcdcd;
    margin:0 23px 10px 18px;
}
#secondary #agenda a {
    color:#a90533;
    font-size:1.1em;
    text-decoration:none;
}
#secondary #agenda a:hover {
    text-decoration:underline;
}
#secondary #agenda ul {
    background:url(../img/skin/bg-agenda-bottom.png) left bottom no-repeat;
    padding:0 23px 33px 18px;
    min-height:120px;
    height:auto !important;
    height:120px;
}
#secondary #agenda li {
    border-bottom:1px dotted #9D9FA2;
    padding:7px 0 7px 0;
}
#secondary #agenda li.last {
    border-bottom:none;
    padding:5px 0 27px 0;
}
#agendaWide {
    background: url(../img/skin/bg-agenda-wide.png) no-repeat left top;
    margin: 20px 0 0 -9px;
    width: 521px;
    height: 182px;
    padding-top: 20px;
}
#agendaCal {
    float: left;
    display: inline;
    background: url(../img/skin/bg_calendar.png) no-repeat left top;
    width: 144px;
    height: 136px;
    margin: 0 20px 0 30px;
    padding-right: 20px;
    border-right: 1px dotted #9D9FA2;
    overflow: hidden;
}
#agendaCal div {
    background: url(../img/skin/bg_calendar.png) no-repeat left top;
    width: 144px;
    height: 136px;
}
#agendaCal table {
    margin: 3px auto;
    text-align: center;
}
#agendaCal table th {
    color: #fff;
}
#agendaCal table th, #agendaCal table td {
    padding: 0 2px;
}
#agendaCal table td.inactive {
    color: #ddd;
}
#agendaCal table td a {
    color: #000;
    text-decoration: underline;
}
#agendaCal table td.current, #agendaCal table td.current a {
    background: #bf0639;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#agendaCal table td.today, #agendaCal table td.today a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#agendaCal table td a:hover, #agendaCal table td a:focus {
    text-decoration: none;
}
#agendaWide fieldset select, #agendaWide fieldset input {
    font-size: 1em;
    display: block;
}
#agendaWide fieldset select {
    width: 280px;
    border: 1px solid #c2c2c2;
    margin-bottom: 5px;
}
#agendaWide fieldset input {
    border: none;
    cursor: pointer;
}
/*   =FOOTER
----------------------------------------------------------------------------- */

#footer {
    width:976px;
    /*float:left;*/
}
/*  =BUTTONS
----------------------------------------------------------------------------- */
#secondary .btn {
    background:#00678f;
    display:block;
}
#secondary .btn a {
    padding:0 0 0 6px;
    background:url(../img/skin/bullet-white.png) left 5px no-repeat;
}
#secondary .btn a {
    color:#fff;
    text-decoration:none;
    display:block;
}
#secondary .btn a:hover, #secondary .btn a:focus {
    text-decoration: underline;
}
#secondary #map .btn {
    background:#00678f;
    display:block;
    float:left;
    padding:1px 8px 1px 6px;
    margin:0 4px 0 0;
    width:81px;
}
#secondary #map .last {
    margin:0;
    width:51px;
}
#secondary #weather-box .btn {
    background:#00678f;
    display:block;
    padding:1px 6px 1px 6px;
    width:75px;
    margin:0 0 5px 0;
}
#secondary #weather-box #onglet_1-2 .btn {
    width:100px;
}
#secondary #agenda .btn {
    position:absolute;
    left:6px;
    bottom:0;
    display:block;
    padding:8px 6px 8px 6px;
    border-left:2px solid white;
    border-right:2px solid white;
    border-bottom:2px solid white;
    width:164px;
}
#secondary #agenda .btn a {
    color:#fff;
}
#secondary #agenda .btn a:hover, #secondary #agenda .btn a:focus {
    text-decoration: underline!important;
}
#secondary #agenda .btn a:hover {
    text-decoration:none;
}
.login a {
    display:inline-block;
    background:url(../img/skin/bullet-black.png) left 5px no-repeat;
    padding:0 0 0 10px;
}
.searchResultsTitle .bt-diapo {
    display:block;
    float:right;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    background:#00678F url(../img/skin/bullet-white.png) no-repeat 6px 7px;
    padding:1px 8px 1px 12px;
}
/*  =TABS
----------------------------------------------------------------------------- */
.generic-tabs {
    /*border-bottom: 1px solid #cdcdcd;*/
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 25px;
    margin-top: 25px;
}
.generic-tabs li {
    float: left;
    overflow: hidden;
    position: relative;
    margin-left: -10px;
    overflow: hidden;
}
.generic-tabs li a {
    text-decoration: none;
    float: left;
}
.generic-tabs li span {
    height: 25px;
    float: left;
    background: url(../img/skin/bg_tabs.png) no-repeat;
}
.generic-tabs li span.left {
    background-position: 0 -50px;
    width: 7px;
}
.generic-tabs li span.right {
    background-position: -7px -50px;
    width: 18px;
}
.generic-tabs li span.middle {
    background-repeat: repeat-x;
    background-position: 0 -75px;
    padding-top: 5px;
    height: 20px;
    font-size: 1.09em;
    font-weight: bold;
    color: #000;
}
.generic-tabs li span.extra {
    padding-right:16px;
}
.generic-tabs li span.middle img {
    vertical-align: middle;
}
.generic-tabs li.on span.left, .generic-tabs li a:hover span.left, .generic-tabs li a:focus span.left {
    background-position: 0 0;
}
.generic-tabs li.on span.middle, .generic-tabs li a:hover span.middle, .generic-tabs li a:focus span.middle {
    background-position: 0 -25px;
    color: #a90533;
}
.generic-tabs li.on span.right, .generic-tabs li a:hover span.right, .generic-tabs li a:focus span.right {
    background-position: -7px 0;
}
.generic-tabs li .rssLink {
    margin-left:-31px;
    margin-top:7px;
}
.generic-tab1 {
    z-index: 10;
    margin-left: 0!important;
}
.generic-tab2 {
    z-index: 9;
}
.generic-tab3 {
    z-index: 8;
}
.generic-tab4 {
    z-index: 7;
}
.generic-tab5 {
    z-index: 6;
}
.generic-tab6 {
    z-index: 5;
}
.generic-tab7 {
    z-index: 4;
}
.generic-tab8 {
    z-index: 3;
}
.generic-tab9 {
    z-index: 2;
}
.generic-tab10 {
    z-index: 1;
}
.generic-tabs li.on {
    z-index: 2000;
}
.msie6 .generic-tabs ul {
    margin-right: 10px;
}
#secondary .generic-tabs {
    width: 165px;
    margin: 5px 0 0 5px;
}
/*--------------------*/

#tabs1, #tabs2 {
    padding: 5px;
    position: relative!important;
    background: #fff;
	zoom:1;
}
.js #weather-box #tabs1 {
    height: 60px;
}
.js #tabs2Container #tabs2 {
    height: 110px;
}
.tabs1:focus, .tabs2:focus {
    outline: none;
}
.tabs2 {
	zoom:1;
	position:relative;
}

.disabled {
    position: absolute;
    top: -9000em;
}
#weather-box {
    margin: 0 18px;
}
#weather-box p {
    margin: 4px 2px;
}
/* =CAROUSEL
--------------------------------------------------------------------------- */

#carousel-box1 {
    padding:0 0 0 18px;
    width:175px;
}
#carousel-box1 a {
    color:#FFF;
    text-decoration:none;
}
#carousel-box1 h2 {
    padding:0 0 5px 0;
    margin:0;
}
#carousel-box1 .link {
    padding:5px 0 0 0;
}
#carousel-box1 .link a {
    background:url(../img/skin/bullet-white-2.png) left 5px no-repeat;
    padding:0 0 0 6px;
    text-decoration:none;
}
#carousel-box1 .link a:hover {
    text-decoration:underline;
}
#carousel-box1 li {
    width:175px;
}
#carousel-box1 .jac {
    height:176px; /* default height */
    position:relative;
    margin:0;
    border:1px solid black;
    background:url(../img/skin/bg-buttons-carousel.png) left bottom repeat-x;
    width:175px;
}
#carousel-box1 .jac .carousel {
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    list-style-type:none;
}
#carousel-box1 .jac .arrow-next a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 13px;
    cursor: pointer;
    background:url(../img/skin/btn-carousel.png) -20px top no-repeat;
}
#carousel-box1 .jac .arrow-next-disabled a {
    cursor: default;
    background-position:-20px top;
}
#carousel-box1 .jac .arrow-previous a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 13px;
    cursor: pointer;
    background:url(../img/skin/btn-carousel.png) left top no-repeat;
}
#carousel-box1 .jac .arrow-previous-disabled a {
    cursor: default;
    background-position:left top;
}
#carousel-box1 .jac .carousel .jac-content {
    float:left;
}
/*--------------------------*/

#carousel-box2 {
    margin: 5px 0 0 15px;
    padding:0 0 0 18px;
    width:96px;
}
#carousel-box2 a {
    color:#FFF;
    text-decoration:none;
    text-align:center;
    display:block;
    background-color:#000;
}
#carousel-box2 h2 {
    padding:0 0 5px 0;
    margin:0;
}
#carousel-box2 .link {
    padding:5px 0 0 0;
}
#carousel-box2 li {
    width:96px;
}
.legendary {
    text-align: center;
    font-size: 0.9em;
    color: #666;
}
#carousel-box2 .jac {
    height:58px;
    position:relative;
    margin:0;
    border:1px solid black;
    background:url(../img/skin/bg-buttons-carousel.png) left bottom repeat-x;
    width:96px;
}
#carousel-box2 .jac .carousel {
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:0;
    list-style-type:none;
}
#carousel-box2 .jac .arrow-next a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 17px;
    height: 13px;
    cursor: pointer;
    background:url(../img/skin/btn-carousel.png) -20px top no-repeat;
}
#carousel-box2 .jac .arrow-next-disabled a {
    cursor: default;
    background-position:-20px top;
}
#carousel-box2 .jac .arrow-previous a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 17px;
    height: 13px;
    cursor: pointer;
    background:url(../img/skin/btn-carousel.png) left top no-repeat;
}
#carousel-box2 .jac .arrow-previous-disabled a {
    cursor: default;
    background-position:left top;
}
#carousel-box2 .jac .carousel .jac-content {
    float:left;
}
/*  =ACCORDEON
----------------------------------------------------------------------------- */

#secondary #submenu h3 {
    width:70px;
    padding:5px;
}
#secondary #submenu {
    width:174px;
    background:#fff;
    padding:7px 2px 0px 2px;
    margin:14px 18px 0 18px;
}
#secondary .link-media {
    width:178px;
    margin:8px 18px 0 18px;
}
.toggleSubMenu a {
    position: relative;
}
#navigation li a span {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/skin/bullet-black-2.png) no-repeat 0 0;
    width: 4px;
    height: 4px;
    z-index: 2;
}
/*  =HEAD CARTRIDGE
----------------------------------------------------------------------------- */

#headCartridge {
    overflow: hidden;
    width: 100%;
}
#breadcrumb {
    font-size: 0.91em;
    color: #393939;
    float: left;
}
#breadcrumb a {
    color: #393939;
    text-decoration: underline;
}
#breadcrumb a:hover, #breadcrumb a:focus {
    text-decoration: none;
}
#tools {
    float: right;
}
#tools li {
    float: left;
    margin: 0 5px;
}
#printLink {
    cursor: pointer;
}
.profil {
    background: #ebeae8;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.profil img {
    float: left;
    margin-right: 10px;
}
.profil p {
    padding: 5px;
}

li.addthis_brest {
  height: 25px;
}
li.addthis_brest div {
  margin-top: 7px;
}
/*  =STANDARDCONTENT
----------------------------------------------------------------------------- */

.overflowPhage {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
#standardContent {
    padding: 19px 18px 40px;
}
.standard-box {
    padding: 20px 0 10px;
}
.standard-box h3.big {
    color: #a90533;
    font-size:1.63em;
    font-weight: normal;
    margin-bottom: 10px;
}
.standard-box img.floatLeft {
    float: left;
    margin: 0 15px 5px 0;
}
.standard-box .pushiPush {
    margin-top: 25px;
    border: 1px solid #e0e0e0;
    padding: 8px;
    width: 236px;
}
.standard-box .pushiPush h4 {
    font-size: 1em;
    color: #393939;
    margin-bottom: 5px;
}
.standard-box .pushiPush p {
    margin-bottom: 10px;
}
.standard-box dl dt {
    color: #a90533;
    font-size: 1.27em;
    font-weight: bold;
}
.standard-box dl dt a {
    color: #a90533;
}
.standard-box dl img {
    float: left;
    margin-right: 8px;
}
.standard-box dl {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.standard-box .mediaResults dl {
    width:auto;
}

.agenda-box dl {
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    padding-bottom: 10px;
    border-bottom: 1px dotted #9d9fa2;
}
.infosSupp {
    font-size: 1.09em;
    border-top: 1px dotted #a6a6a6;
    margin-top: 20px;
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}
.infosSupp .floatLeft {
    border-right: 1px dotted #a6a6a6;
    width: 240px;
    padding-right: 15px;
}
.infosSupp div.floatRight {
    width: 240px;
}
.infosSupp .cartridgeLink {
    font-size: .9em;
}
.infosSupp .arrow a {
    color: #000;
}
.mediaSearch {
    margin-top: 0px;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    padding: 15px;
    font-size: 1.09em;
}
.mediaSearch label {
    float: left;
    margin-right: 10px;
    margin-left: 2px;
    padding-top: 1px;
    width: 190px;
}
.mediaSearch label.docSearch {
    background: url(../img/skin/pic-document.png) no-repeat 0 0;
    padding: 5px 0 5px 30px;
    width: 160px;
}
.mediaSearch label.photoSearch {
    background: url(../img/skin/pic-photos.png) no-repeat 0 0;
    padding: 5px 0 5px 40px;
    width: 150px;
}
.mediaSearch label.videoSearch {
    background: url(../img/skin/pic-video.png) no-repeat 0 0;
    padding: 5px 0 5px 40px;
    width: 150px;
}
.mediaSearch label.mainSearch {
    width: 80px;
}
#searchField {
    border: 1px solid #c5c5c5;
    width: 205px;
    font-size: 0.9em;
    padding: 2px;
}
#mainSearchField {
    border: 1px solid #c5c5c5;
    width: 270px;
    font-size: 0.9em;
    padding: 2px;
}
.mediaSearch select {
    border: 1px solid #c5c5c5;
    width: 211px;
    font-size: 0.9em;
    padding: 2px;
}
.mediaSearch p {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
}
.mediaSearch input, .mediaSearch select {
    float: left;
}
.mediaSearch .cartridgeLink {
    font-size: 0.9em;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    overflow: visible;
}
.msie6 .mediaSearch .cartridgeLink, .msie7 .mediaSearch .cartridgeLink {
    padding: 2px 5px 1px 17px;
}
.mediaSearch p.checkboxes {
    width: 250px;
    padding: 5px 0 20px 205px;
}
.mediaSearch .selects select {
    margin-right: 5px;
}
.mediaSearch .selects label {
    display: none;
}
.mediaSearch .selects #groupes {
    width: 200px;
}
.mediaSearch .selects #delegation {
    width: 100px;
}
.mediaSearch .selects #fonctions {
    width: 160px;
}
.mediaSearch .selects #district {
    width: 197px;
	float:right;
	margin-right:81px;
}
.mediaSearch .selects #activity {
    width: 160px;
}
.mediaSearch .selects #town {
    width: 197px;
}
.mediaSearch .selects #equipment {
    width: 160px;
}
.mediaSearch p.checkboxes label {
    width: auto;
}
.advancedSearch {
    background: #ebeae8;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-top: 15px;
    overflow: hidden;
    zoom:1;
}
.advancedSearch h3 {
    display: inline;
    padding-right: 10px;
    font-size: 1em;
    background: url(../img/skin/bullet-black.png) no-repeat right center;
}
.advancedSearch h3.on {
    background-image: url(../img/skin/bullet-black-down.png);
}
.js .advancedSearch h3 {
    cursor: pointer;
}
.js .advancedSearch h3:hover, .js .advancedSearch h3:focus {
    text-decoration: underline;
}
.advancedSearch div {
    margin: 10px 0 0 0;
}
.advancedSearch p {
    width: 140px;
    float: left;
    margin-left: 10px;
}
.advancedSearch p.first {
    margin-left: 0;
}
.advancedSearch p select, .advancedSearch p label {
    width: 140px;
    margin-top: 5px;
}
.photoBlock {
    background: #f5f5f5 url(../img/skin/pic-photos.png) no-repeat 10px 10px;
}
.photoBlock h3, .photoBlock .information {
    margin-left: 35px;
    width: auto;
}
.mediaResults {
    overflow: hidden;
    width: 100%;
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    border-bottom: 1px dotted #9D9FA2;
    padding: 15px 0 20px 0;
}
.mediaSearchResults {
    background:none;
    border:none;
    padding:0;
}
.mediaResults div {
    background: url(../img/skin/bg-dotted.png) repeat-y 45px 0;
    float: left;
    width: 50%;
}
.mediaSearchResults div {
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    border-bottom: 1px dotted #9D9FA2;
    padding:5px 0;
    float:none;
    width:100%;
}
.mediaResults dl {
    min-height: 24px;
    padding-left: 45px;
    border-top: 10px solid #fff;
}
.mediaSearchResults dl {
    min-height:0;
    border:none;
}
.mediaResults dl dt a {
    font-weight: bold;
    color: #a90533;
    font-size: 1.27em;
    /*border-left: 1px dotted #939393;*/
    /*padding-left: 10px;*/
}
.mediaSearchResults dl dt {
    border-left: 1px dotted #939393;
}
.mediaResults dl dd {
    color: #939393;
    /*border-left: 1px dotted #939393;*/
    padding-left: 10px;
}
.mediaSearchResults dl dd {
    border-left: 1px dotted #939393;
}
.mediaResults dl.document {
    background: url(../img/skin/pic-pdf.png) no-repeat 12px 0;
} 

.mediaResults dl.photo {
    background: url(../img/skin/pic-photo.png) no-repeat 4px 0;
}
.mediaResults dl.video {
    background: url(../img/skin/pic-video.png) no-repeat 8px 0;
}
.searchResultsTitle {
    font-size: 1.1em;
    color: #939393;
    margin: 10px 0 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px dotted #9D9FA2;
}
.searchResultsTitle strong {
    color: #b40536;
}
.searchResultsTitle a {
    font-weight: normal;
    background:transparent url(../img/skin/bullet-gray.png) no-repeat 0 9px;
    float:right;
    font-size:0.8em;
    padding:5px 0 0 8px;
    text-decoration:none!important;
}
.searchResultsTitle a:hover, .searchResultsTitle a:focus {
    text-decoration:underline!important;
}
.eluResults, #diapo {
    border-bottom: 1px dotted #9d9fa2;
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
}
#diapo {
    padding-bottom:15px;
    padding-top:5px;
}
.maps-box {
    background:#FFFFFF url(../img/skin/bg-bloc-gmaps.png) repeat-x left bottom;
    border:1px solid #EBEBEB;
    margin-top:10px;
}
.maps-box .infosSupp {
    border:none;
    margin-top:0;
    padding:0 10px 10px 10px;
}
.maps-box .infosSupp .floatLeft {
    width:170px;
}
.maps-box .infosSupp .floatMiddle {
    float:left;
    width:120px;
    border-right:1px dotted #A6A6A6;
    padding:0 15px;
    min-height:150px;
    height:auto !important;
    height:150px;
}
.maps-box .infosSupp .floatRight {
    width:150px;
}
.msie6 .eluResults, .msie7 .eluResults {
    padding: 20px 0;
}
.eluResults div {
    width: 550px;
    overflow: hidden;
}
.eluResults dl {
    float: left;
    width: 234px;
    height: 81px;
    padding: 5px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    color: #939393;
}
.eluResults dl img {
    float: left;
    margin-right: 10px;
}
.eluResults dl a {
    color: #00678f;
    font-weight: bold;
}
.photoResults dl {
    width: 86px;
    height: 105px;
    margin-right: 39px;
}
.photoResults dd {
    text-align:center;
}
.photoResults dt {
    clear:both;
}
.photoResults dl img {
    float:none;
    margin:0;
    border-bottom: 1px dotted #9d9fa2;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.photoResults dl a {
    color: #939393;
    font-weight: normal;
    text-align: center;
    display: block;
}
.documentResults {
    margin: 20px 0;
}
.documentResults dl {
    margin: 10px 0;
    background: url(../img/skin/bg-dotted.png) repeat-y 30px 0;
    width: 100%;
    overflow: hidden;
}
.documentResults dl dt, .documentResults dl dd {
    padding-left: 10px;
    float: right;
    width: 470px;
}
.documentResults dl dd.docPic {
    float: left;
    padding: 0;
    background: url(../img/skin/pic-document.png) no-repeat left top;
    height: 24px;
    width: 19px;
}
.documentResults dl dd.imgPic {
    float: left;
    padding: 0;
    background: url(../img/skin/pic-photo.png) no-repeat left top;
    height: 23px;
    width: 30px;
}
.documentResults dl dd.pdf {
    float: left;
    padding: 0;
    background: url(../img/skin/pdf.gif) no-repeat left top;
    height: 23px;
    width: 30px;
}
.documentResults dl dd.doc{
    float: left;
    padding: 0;
    background: url(../img/skin/doc.gif) no-repeat left top;
    height: 23px;
    width: 30px;
}
.documentResults dl dd.rtf {
    float: left;
    padding: 0;
    background: url(../img/skin/rtf.gif) no-repeat left top;
    height: 23px;
    width: 30px;
}
.documentResults dl dt, .documentResults dl dt a {
    color: #00678f;
    font-size: 1em;
    font-weight: bold;
}
.documentResults dl dd em {
    color: #9d9fa2;
}
.docDownload, .ficheVideo {
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
}
.ficheVideo {
    margin-top: 20px;
}
.docDownload div {
    background:url(../img/skin/pic-document-big.png) no-repeat left top;
    padding: 0 0 10px 110px;
}
.ficheVideo div {
    background: url(../img/skin/pic-video.png) no-repeat left top;
    padding: 0 0 10px 0;
}
.docDownload div p, .ficheVideo div p {
    font-size: 1.09em;
    margin-bottom: 10px;
}
.docDownload div p em, .ficheVideo div p em {
    font-style: normal;
    color: #9d9fa2;
}
.ficheVideo div .biggest, .ficheVideo div .intertitre, .ficheVideo div .information {
    padding-left: 30px;
}
.ficheVideo .flash-content {
    background: none;
    text-align: center;
}
.photo-box {
    width: 100%;
    overflow: hidden;
}
.photo-box div {
    width: 525px;
    overflow:hidden;
}
.photo-box dl {
    float: left;
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    border-bottom: 1px dotted #9d9fa2;
    width: 252px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-right: 5px;
    height:67px;
}
.photo-box dl dt {
    font-size: 1em;
}
.photo-box dl dt a {
    color: #00678f;
}
.photo-box dl dd {
    color: #939393;
}
#photo {
    border: 1px solid #ebebeb;
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    padding: 12px;
}
#photo img {
    display: block;
}
#photo h3 {
    border-top: 1px dotted #9d9fa2;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 1.09em;
}
.photoNav {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}
.photoNav .prev {
    float: left;
}
.photoNav .prev a {
    color: #000;
    background: url(../img/skin/bullet-black-3.png) no-repeat left center;
    padding-left: 10px;
}
.photoNav .next {
    float: right;
}
.photoNav .next a {
    color: #000;
    background: url(../img/skin/bullet-black.png) no-repeat right center;
    padding-right: 10px;
}
.assoResults {
    font-size:1.1em;
}
.assoResults a {
    color:#a90533;
    font-size:1.15em;
    font-weight:bold;
}
.assoResults span {
    color:#939393;
}
.assoResults dl {
    overflow: hidden;
    width: 100%;
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    border-bottom: 1px dotted #9D9FA2;
    padding: 15px 0 20px 0;
}
.assoResults dt {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
.equipmentResults {
    font-size:1.1em;
}
.equipmentResults dl {
    overflow: hidden;
    width: 100%;
    background: url(../img/skin/bg-list.png) repeat-x left bottom;
    border-bottom: 1px dotted #9D9FA2;
    padding: 15px 0 20px 0;
}
.equipmentResults dt {
    margin:0 0 10px 0;
}
.equipmentResults dt a {
    color:#a90533;
    font-size:1.15em;
    font-weight:bold;
}
.equipmentResults dd {
    float:left;
    width:200px;
    margin:0 15px 0 0;
}
.equipmentResults dd a {
    font-size:0.9em;
    display:-moz-inline-box;
    display:inline-block;
    margin:12px 0 0 0;
}
/* redactionnel */

.standard-box .redac {
    font-size: 1.09em;
}
.standard-box .redac .align-center {
    text-align:center;
}
.standard-box .redac .align-left {
    text-align:left;
}
.standard-box .redac .align-right {
    text-align:right;
}
.standard-box .redac .align-justify {
    text-align:justify;
}
.withBorder {
    border-bottom: 1px dotted #9d9fa2;
}
.noBorder {
    margin-top: -20px;
}
.standard-box .redac p {
    margin-bottom: 10px;
}
.standard-box .redac a {
    color: #000;
    text-decoration: underline;
}
.standard-box .redac a:hover, .standard-box .redac a:focus {
    text-decoration: none;
}
.standard-box .redac .intertitre, .intertitre {
    margin-bottom: 0!important;
    font-weight: bold;
}
.standard-box .redac .biggest {
    font-size: 1.5em;
}
.standard-box .redac .information, p.information {
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 0.92em;
    color: #939393;
}
.standard-box .redac .introTxt {
    color: #000;
    font-weight: bold;
    border-top: 1px dotted #d1d1d1;
    border-bottom: 1px dotted #d1d1d1;
    padding: 10px 0;
    margin-bottom: 10px;
}
.standard-box .redac .faq a {
    text-decoration: none;
    color: #00678F;
}
.standard-box .redac .faq a:focus, .standard-box .redac .faq a:hover {
    text-decoration: underline;
}
.standard-box .redac h4, .form-title {
    font-size: 1em;
    color: #a90533;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}
.form-title {
    font-size: 1.09em;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.standard-box .redac p strong {
    color: #00678f;
}
.standard-box .redac ul {
    margin-bottom: 10px;
}
.standard-box .redac ul li {
    background: url(../img/skin/pic-bullet-2.png) no-repeat 0 5px;
    margin-left: 10px;
    padding-left: 15px;
}
.standard-box .redac .foot {
    padding: 10px 0;
    border-top: 1px dotted #d1d1d1;
}
.standard-box .redac table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}
.standard-box .redac table td, .standard-box .redac table th {
    border: 1px solid #c5c2c2;
    padding: 5px;
}
.standard-box .redac table thead td, .standard-box .redac table thead th {
    background: #c5c2c2;
}
.standard-box .redac table tfoot td, .standard-box .redac table tfoot th {
    background: #e2e2e2;
    border-color: #e2e2e2;
}
.standard-box .redac .cartridgeLink {
    font-size: 0.9em;
}
.standard-box .redac .externalLink {
    background: url(../img/skin/bullet-black.png) no-repeat 0 5px;
    padding-left: 12px;
}
.standard-box img.floatRight {
    margin: 0 5px 0 5px;
}
.standard-box .redac .col1, .standard-box .redac .col2 {
    margin: 10px 0 20px;
    width: 250px;
}
.standard-box .redac .col1 {
    float: left;
}
.standard-box .redac .col2 {
    float: right;
}

.standard-box .redac hr {
    position:relative;
    left:0;
    border-bottom:1px solid #D1D1D1;
    height:1px;
    margin:9px 0 9px 0;
}

.standard-form p {
    /*width: 100%;*/
    overflow: hidden;
    margin-bottom: 20px;
}
.standard-form label, .standard-form .labelLike {
    float: left;
    width: 155px;
    padding: 2px;
    font-size: 1.09em;
    line-height: 1em;
}
.standard-form label small {
    font-size: 0.8em;
}
.standard-form input, .standard-form select, .standard-form textarea {
    font-size: 1.09em;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #c4c4c4;
    padding: 2px;
    width: 255px;
}
.standard-form input.tiny {
    width: 100px;
}
.standard-form select {
    width: 260px;
}
.standard-form textarea {
    height: 15em;
    width: 325px;
}
.standard-form .checkCollection {
    float: left;
}
.standard-form .checkCollection input {
    width: 14px;
    height: 14px;
    border: none;
    float: none;
}
.standard-form .checkCollection label {
    float: none;
}
.standard-submit input {
    font-size: 1em;
    border: none;
    margin-left: 155px;
    cursor: pointer;
    width:inherit;
    _width:70px;
}
.standard-submit small {
    float: right;
}
.standard-legend {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #edecec;
    font-size: 0.8em;
}
.standard-footLinks p {
    margin-top: 10px;
}
.error label, .error input, .error textarea, .error select, .error {
    color: red;
    border-color: red;
}
#responseArea {
    display: none;
    margin: 10px 0;
    color: #000;
    border: 1px solid #a90533;
    background: #ffffd3;
    margin-bottom: 20px;
    padding: 10px;
}
#responseArea.shown {
    display: block
}
.bordered-form {
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}
.rssBlock {
    background: url(../img/skin/pic-rss-big.jpg) no-repeat left top;
    padding-left: 160px;
}
.rssBlock ul li {
    background: none!important;
    padding-left: 0!important;
    margin-left: 0!important;
    margin-bottom: 5px;
}
.rssBlock ul li a {
    display: block;
    background: url(../img/skin/pic-rss2.png) no-repeat 0 0;
    padding-left: 45px;
    color: #000;
    font-weight: bold;
    text-decoration: none!important;
}
.rssBlock ul li a:hover, .rssBlock ul li a:focus {
    text-decoration: underline!important;
}
#siteMap {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px dotted #9c9c9c;
}
#siteMap ul li {
    background: none;
    padding-left: 0;
    margin-left: 0;
}
#siteMap ul li li {
    width: 215px;
    background: #cc063e url(../img/skin/bg_sitemap.png) repeat-x left bottom;
    border-bottom: 9px solid #740222;
    margin: 0 0 10px 0;
    padding-left: 15px;
}
#siteMap ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
}
#siteMap ul li a:hover, #siteMap ul li a:focus {
    text-decoration: underline;
}
#siteMap ul li li li {
    float: none;
    margin-left: 0;
    padding-left: 0;
    background: none;
    border-bottom: none;
    margin-bottom: 3px;
    overflow: hidden;
    width: 100%;
}
.msie6 #siteMap ul li li li, .msie7 #siteMap ul li li li {
    margin-bottom:0;
}
#siteMap ul li li li a {
    font-weight: normal;
    background: url(../img/skin/bullet-white.png) no-repeat 0 5px;
    padding: 0 0 0 8px;
}
#siteMap li li li a {
    float: left;
    width: 175px;
    overflow:hidden;
}
#siteMap input {
    float: right;
    margin-right: 10px;
}
.msie6 #siteMap input, .msie7 #siteMap input {
    margin-top: -3px;
}
.siteMap-form label {
    float: none!important;
    width: auto!important;
}
.siteMap-form .cartridgeLink {
    width: auto;
    border: none;
    cursor: pointer;
}
/*  =SIDEBAR
----------------------------------------------------------------------------- */

.generic-box {
    background: #fff;
    margin: 14px 18px 0;
    padding: 7px;
    width: 164px;
}
.generic-box h3 {
    margin-bottom: 5px;
}
.generic-box img.floatLeft {
    margin: 0 5px 5px 0;
}
.generic-box p, .generic-box ul li {
    line-height: 1.2em;
    font-size: 0.9em;
}
#secondary .arrow a {
    color: #000;
    background-image:url(../img/skin/bullet-black-2.png);
    font-size: 0.9em;
    margin-left: 7px;
}
#secondary .arrow a span {
    display: block;
    color: #7d7c7c;
}
#submenu .cartridgeLink {
    float: left;
    margin: 5px 0 10px 5px;
}
.transparent-box {
    margin: 19px 18px 0 21px;
    padding: 7px;
    width: 164px;
}
.transparent-box h3 {
    color: #514e4e;
    font-size: 1em;
    margin-bottom: 5px;
}
.sideBlock {
    margin: 20px 0 0 17px;
}
.sideBlock .top, .sideBlock .mid, .sideBlock .btm {
    width: 182px;
    overflow: hidden;
    background: url(../img/skin/bg_sideblock.png);
}
.sideBlock .top {
    height: 4px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.sideBlock .btm {
    height: 6px;
    background-position: 0 -4px;
    background-repeat: no-repeat;
}
.sideBlock .mid {
    background-position: -182px 0;
    background-repeat: repeat-y;
    padding: 15px;
    width: 152px;
}
.sideBlock .mid address {
    font-size: 0.9em;
}
.sideBlock .mid img {
    display: block;
    border-top: 1px solid #dadada;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
}
.sideBlock .mid img.first {
    margin-top: 0;
    padding: 0;
}
/* =POPUP
------------------------------------------------------------------------------*/
    #cache {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    color:inherit;
    display:none;
}
#popin {
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-400px;
    margin-top:-225px;
    width:800px;
    height:450px;
    background-color:#FFF;
    color:inherit;
    overflow:auto;
    display:none;
    border: 1px solid #cfcfcf;
    border-left: 10px solid #969292;
}
#popin:focus {
    outline:none;
}
#close {
    position:absolute;
    top:0;
    right:0;
    margin:5px;
    padding:5px;
    color:inherit;
}
#close li a {
    display: block;
    background: url(../img/skin/btn_close.png) no-repeat right center;
    padding-right: 20px;
}
#close li {
    list-style-type:none;
}
#popin #load-indicator {
    position:absolute;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
#pop_content {
    padding: 15px;
    text-align: left;
}
#pop_content p {
    font-size: 1.09em;
    margin: 5px 0 10px 0;
}
#pop_content p label {
    width: 164px;
}
#pop_content p textarea {
    width: 255px;
    height: 75px;
}
#pop_content p textarea#destinataires {
    height: 33px;
}
#pop_content .standard-submit input {
    margin-left: 168px;
    font-size: .9em;
}
/* =PITECH
------------------------------------------------------------------------------*/
.standard-box .mediaResults dl dt a {
    font-size: 0.9em;
    font-weight: none;
}
.headTitle .generic-tabs {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    margin-top:5px;
    margin-bottom: -3px;
}
.headTitle .generic-tabs a {
    /*float: right;*/
    font-size: 1.0em;
    background: none;
    padding: 0px;
    text-decoration: none!important;
}
#dirMeteo td.date {
    color:#00678F;
    font-size:1em;
    font-weight:bold;
}
#dirMeteo td.sstitre {
    color:#00678F;
    font-size:1em;
    font-weight:bold;
}
.redac p.elus-single {
    margin-bottom: 0px;
}
/* INSCRIPTION / CONNECTION */
.register {
    margin-top: 0px;
    padding:15px 15px 25px 15px;
    border-bottom: 1px solid #e7e6e6;
    font-size: 1.09em;
}
.connect {
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
}
.register fieldset {
    padding:1em 0 0.5em 0;
}
.register fieldset p {
    margin:1em 0;
}
.register label {
    float: left;
    margin-right: 10px;
    margin-left: 2px;
    padding-top: 1px;
    padding-right:5px;
    width: 135px;
}
.register input.inputText {
    border: 1px solid #c5c5c5;
    width: 256px;
    font-size: 0.9em;
    padding: 2px;
}
.register .notaBene {
    padding-top:1em;
}
.register .cartridgeLink {
    font-size: 0.9em;
    border: none;
    cursor: pointer;
    margin-left: 152px;
    overflow: visible;
}
.register .passForget {
    margin-left:152px;
    font-size:0.92em;
}
.register .passForget a {
    color:#000000;
    text-decoration:underline;
}
.register .passForget a:hover {
    text-decoration:none;
}
h3 img {
    padding-bottom: 3px;
}
.equipmentResults dd p.link a {
    margin: 0px;
    font-size:1.1em;
    color:#000000;
}
.assoResults dd p.link a {
    margin: 0px;
    font-size:1.1em;
    color:#000000;
    font-weight: normal;
}
.assoResults .title {
    color:#A90533;
    font-size:1.15em;
    font-weight:bold;
}
.equipmentResults .title {
    color:#A90533;
    font-size:1.15em;
    font-weight:bold;
}
#responseArea2 {
    display: none;
    margin: 10px 0;
    color: #000;
    border: 1px solid #a90533;
    background: #ffffd3;
    margin-bottom: 20px;
    padding: 10px;
}
#responseArea2.shown {
    display: block
}
/* METEO ET MAREES */
#dirMeteo .textStyle table, #dirMeteo .textStyle table td {
    border:none !important;
}
#dirMeteo .textStyle {
    margin:20px 20px 0 20px;
    border:solid 1px #c6c9dd !important;
}
#dirMeteo .textStyle td {
    padding:5px 0 5px 20px;
    vertical-align:top;
}
#dirMeteo .textStyle .date {
    padding:3px;
    background:#f1f1fb;
    font-weight:bold;
}
#dirMeteo .textStyle table td {
    padding:5px;
    border:none;
}
#dirMeteo .textStyle .max {
    color:#f27c1c;
    font-weight:bold;
}
#dirMeteo .textStyle .min {
    color:#058199;
    font-weight:bold;
}
#dirMeteo .textStyle .humidite {
    font-weight:bold;
}
.tideTable {
    width:100%;
    background:white none repeat scroll 0 0;
    border-collapse:collapse;
    margin-top:1em;
}
.tideTable tr td, .tideTable tr th {
    border:1px solid #C8C0BD;
    padding:4px;
    text-align:center;
    vertical-align:middle;
}
.tideTable tr td.col1 {
    text-align:left;
}
input.captcha {
  width: 40px;
  margin-left: 10px;
}






/* FORUM */
.tx-chcforum-pi1-Table thead tr th, .tx-chcforum-pi1-Table tbody tr th, .tx-chcforum-pi1-Table tbody tr td {
    font-size:1em;
}
.tx-chcforum-pi1-Table .standard-box dl dt {
    font-size:1em;
}
.tx_chcforum-pi1-toolBar {
    background:none;
    border:none;
}
.tx-chcforum-pi1-postTableWrap, .tx-chcforum-pi1-preTableWrap {
    border:none;
}
.tx-chcforum-pi1-Table {
    margin-top:15px;
    border:1px solid #d95a08;
    border:none;
    background:#e9e9e9; /*width:100% !important;*/
}
.tx-chcforum-pi1-Table select {
    margin:5px 0;
    width:380px !important;
    border:1px solid #a0a0a0 !important;
}
.tx-chcforum-pi1-Table thead tr th {
    background:#3B8BD4;
    color:#fff;
}
.tx-chcforum-pi1-Table tbody tr td {
    background:#fdfdfd;
}
.tx-chcforum-pi1-singlePost {
    border:none;
    border-bottom:1px solid #e9e9e9;
    text-align:left;
}
.tx-chcforum-pi1-singlePost .text {
    border:none;
    background:#e9e9e9;
}
.tx-chcforum-pi1-singlePost .author {
    height:auto;
    background:#f7f7f7;
}
.tx-chcforum-pi1-singlePost .scroller {
    width:auto;
}
.tx-chcforum-pi1-postForm {
    background:none;
    border:1px solid #a0a0a0;
}
.tx-chcforum-pi1-postForm #formWhere {
    background:#f8f8f8;
    border:none;
    color:#6d6d6d;
}
.tx-chcforum-pi1-postForm fieldset {
    background:none;
}
.tx-chcforum-pi1-postForm textarea {
    width:99%;
    text-align:left;
}
.tx-chcforum-pi1-postForm fieldset legend {
    background:none !important;
    border:none !important;
}
.tx-chcforum-pi1-helpBox {
    margin:5px 0;
    padding:2px;
    width:99% !important;
}
.tx_chcforum-pi1-profile_hdr {
    margin:0 0 5px 0;
    background:#f8f8f8;
}
* {
    line-height:125%;
    margin:0px;
    padding:0px;
    border:0px;
    font-family:Arial, Helvetica, sans-serif;
}
dt {
    font-weight:bold;
    background:transparent no-repeat scroll left 5px;
    padding:0 0 6px 11px;
}
.tx-chcforum-pi1-catConferenceCell dd {
    font-size:9px;
    margin-left:5px;
}
p {
common.css font-size:11px;
    text-align:left;
}
.register a {
    color:#3B8BD4;
    font-weight:bold;
}
.tx-newloginbox-pi3-listrow th {
    background:#CCCCCC none repeat scroll 0%;
    padding:0pt 0.5em;
    white-space:nowrap;
}
.tx-newloginbox-pi3-listrow td {
    background:#EEEEEE none repeat scroll 0%;
    padding:0pt 0.5em;
}
.tx-newloginbox-pi3-singleView th {
    background:#CCCCCC none repeat scroll 0%;
    padding:0pt 0.5em;
    text-align:right;
    white-space:nowrap;
}
.tx-newloginbox-pi3-singleView td {
    background:#EEEEEE none repeat scroll 0%;
    padding:0pt 0.5em;
}
.tx-dropdownsitemap-pi1 a {
    font-weight:bold;
}
.tx-dropdownsitemap-pi1 li.open ol {
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.tx-dropdownsitemap-pi1 li.closed ol {
    display:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.tx-dropdownsitemap-pi1 li.open ul {
    color:black;
    display:block;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.tx-dropdownsitemap-pi1 li.closed ul {
    color:black;
    display:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}
.tx-dropdownsitemap-pi1 div {
    color:black;
    font-size:11px;
    margin-bottom:5px;
    padding:2px 5px 2px 30px;
}
.tx-dropdownsitemap-pi1 div.level_1 {
    color:black;
}
.tx-dropdownsitemap-pi1 div.level_1 a {
    color:black;
    font-weight:normal;
}
.tx-dropdownsitemap-pi1 div.level_2 {
    color:black;
}
.tx-dropdownsitemap-pi1 div.level_2 a {
    color:black;
    font-weight:normal;
}
.tx-dropdownsitemap-pi1 div.level_3 {
    color:black;
}
.tx-dropdownsitemap-pi1 div.level_4 {
    color:black;
}
.tx-dropdownsitemap-pi1 div.level_5 {
    color:black;
}
.tx-dropdownsitemap-pi1 div.expAll {
    color:black;
    text-align:right;
}
.tx-dropdownsitemap-pi1 div.expAll a {
    color:orange;
    text-align:right;
}
#tx_chcforum-pi1 {
    font-family:verdana, sans-serif;
    font-size:11px;
    width:600px;
    margin-left:15px;
}
#tx_chcforum-pi1 caption {
    display:none;
}
#tx_chcforum-pi1 a {
    color:#000000;
    text-decoration:underline;
}
#tx_chcforum-pi1 a:hover {
    color:#000000;
    text-decoration:none !important;
}
#tx_chcforum-pi1 a:visited {
    color:#000000;
    text-decoration:none !important;
}
#tx_chcforum-pi1 form {
    margin-bottom:5px;
    margin-top:5px;
}
.tx-chcforum-pi1-noWrap {
    display:inline;
    white-space:nowrap;
}
.tx-chcforum-pi1-preTableWrap {
    border:1px solid black;
    margin-bottom:2px;
}
.tx-chcforum-pi1-postTableWrap {
    border:1px solid black;
    margin-bottom:2px;
}
.tx-chcforum-pi1-Table {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid black;
    margin-bottom:2px;
    width:100%;
}
.tx-chcforum-pi1-Table thead tr th {
    background:#EF3E2E;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    white-space:nowrap;
    border-bottom:1px solid black;
    color:#FFFFFF;
}
.tx-chcforum-pi1-Table tbody tr th {
    background:#f7f7f7 none repeat scroll 0%;
    font-size:12px;
    font-weight:bold;
    padding:5px;
    text-align:left;
}
.tx-chcforum-pi1-Table tbody tr td {
    background:#FDFDFD none repeat scroll 0% 50%;
    font-size:11px;
    padding:5px;
}
.tx-chcforum-pi1-Table tbody tr td dl dt{
    font-size:12px;
}

.tx-chcforum-pi1-catConferenceCell {
}
.tx-chcforum-pi1-catConferenceCell dl {
    margin:0pt;
}
.tx-chcforum-pi1-catConferenceCell dd {
    font-size:9px;
    margin-left:5px;
}
.tx-chcforum-pi1-catConferenceCell dd.new {
    color:#FF0000;
}
.tx-chcforum-pi1-catThreadCell {
    text-align:center;
}
.tx-chcforum-pi1-catPostCell {
    text-align:center;
}
.tx-chcforum-pi1-catLastCell {
    font-size:10px !important;
    vertical-align:top;
}
.tx-chcforum-pi1-confThreadImage {
    text-align:center;
}
.tx-chcforum-pi1-confThreadSubjCell {
}
.tx-chcforum-pi1-confThreadNew {
    color:#FF0000;
    font-size:10px;
    padding-left:5px;
}
.tx-chcforum-pi1-confThreadBtns img {
    padding-top:5px;
}
.tx-chcforum-pi1-confThreadBtns {
    padding-left:5px;
}
.tx-chcforum-pi1-confThreadRepliesCell {
    text-align:center;
}
.tx-chcforum-pi1-confThreadAuthorCell {
    text-align:center;
}
.tx-chcforum-pi1-confThreadLastCell {
    font-size:10px !important;
}
.tx-chcforum-pi1-navPath a {
    color:#6F6E70;
}
.tx-chcforum-pi1-navPath {
    background:#E9E9E9 none repeat scroll 0% 50%;
    border-bottom:1px solid #DEDEDE;
    color:#6F6E70;
    font-size:10px;
    line-height:15px;
    margin-bottom:15px;
    padding:3px;
}
.tx-chcforum-pi1-pageLinksTop, .tx-chcforum-pi1-pageLinksBtm {
    background: none repeat scroll 0%;
    border-bottom:1px solid #DEDEDE;
    clear:both;
    color:#6F6E70;
    font-size:10px;
    line-height:15px;
    padding:3px 5px 3px 3px;
    text-align:right;
}
.tx-chcforum-pi1-pageLinksBtm {
    margin-bottom:1px;
}
.tx-chcforum-pi1-postForm {
    background: none repeat scroll 0%;
    border:1px solid black;
    margin-bottom:3px;
    padding:5px;
}
.tx-chcforum-pi1-postForm fieldset {
    float:none;
}
.tx-chcforum-pi1-postForm #formWhere {
    background: none repeat scroll 0%;
    border:1px solid black;
    font-size:12px;
    font-weight:bold;
    margin-bottom:7px;
    padding:5px;
    text-align:center;
    white-space:nowrap;
}
.tx-chcforum-pi1-postForm fieldset label {
    display:block;
    float:left;
    padding-right:20px;
    padding-top:3px;
    text-align:right;
    width:60px;
}
.tx-chcforum-pi1-postForm fieldset {
}
.tx-chcforum-pi1-postForm fieldset#formTop {
    margin-bottom:8px;
}
.tx-chcforum-pi1-postForm fieldset#formTop legend {
    border-bottom:1px solid #999999;
    font-weight:bold;
    margin-bottom:3px;
    padding:2px;
}
.tx-chcforum-pi1-postForm fieldset#formBottom legend {
    border-bottom:1px solid #999999;
    font-weight:bold;
    margin-bottom:5px;
    padding:2px;
}
.tx-chcforum-pi1-postForm fieldset#formTop input {
    border:1px solid #DEDEDE;
    display:block;
    float:left;
    margin-bottom:2px;
    padding:2px;
    width:150px;
}
.tx-chcforum-pi1-postForm textarea {
    border:1px solid #DEDEDE;
    height:150px;
    margin:3px 0pt;
    width:100%;
}
.tx-chcforum-pi1-postForm fieldset#formTop br {
    clear:left;
}
.tx-chcforum-pi1-formBtn {
    text-align:center;
}
.tx-chcforum-pi1-formBtn input {
    cursor: pointer;
    background:#00678F url(../img/skin/bullet-white.png) no-repeat scroll 7px 7px;
    color:#FFFFFF !important;
    font-weight:bold;
    padding:2px 5px 2px 17px;
    float: left;
    overflow: visible;
    width: auto;
    border: none;
}
.tx-chcforum-pi1-formBtnHov {
    background-color:#FFFFFF;
    border:1px solid #666666;
    color:#CC0000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    margin:2px;
}
.tx-chcforum-pi1-formBtnStyle {
    background-color:#FFFFFF;
    border:1px solid black;
    margin:3px;
    padding:3px;
}
.tx-chcforum-pi1-formBtnStyleHov {
    background-color:#FFFFFF;
    border:1px solid #CC0000;
    color:#CC0000;
    margin:3px;
    padding:3px;
}
.tx-chcforum-pi1-singlePost {
    border:1px solid #bbbbbb;
    margin:3px 0pt;
}
.tx-chcforum-pi1-singlePost .author {
    background:9 none repeat scroll 0%;
    height:78px;
    padding:3px;
    vertical-align:top;
}
.tx-chcforum-pi1-formEmicoStyle {
    margin:3px;
}
.tx-chcforum-pi1-singlePost .im {
    margin-top:3px;
    vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .im a {
    margin-right:10px;
}
.tx-chcforum-pi1-singlePost .im img {
    border:0px none;
    margin-bottom:2px;
    padding-right:2px;
    vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .userPic {
    border:1px solid black;
    float:right;
}
.tx-chcforum-pi1-singlePost #userPic {
    border:1px solid black;
    float:right;
}
.tx-chcforum-pi1-singlePost .text {
    background: none repeat scroll 0%;
    border-bottom:1px solid black;
    border-top:1px solid black;
}
.tx-chcforum-pi1-singlePost .scroller {
    background:#FFFFFF none repeat scroll 0%;
    min-height:125px;
    overflow:auto;
    padding:3px;
    text-indent:0px;
    width:95%;
}
.tx-chcforum-pi1-singlePost .edit {
    background:#f7f7f7 none repeat scroll 0%;
    height:19px;
    margin-top:3px;
    padding:3px;
    vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .edit a {
    margin-right:30px;
}
.tx-chcforum-pi1-singlePost .edit img {
    border:0px none;
    vertical-align:middle;
}
.tx-chcforum-pi1-singlePost .attachment {
    background:#e6e6e6 none repeat scroll 0%;
    padding:3px;
}
.tx-chcforum-pi1-singlePost .attachment div {
    vertical-align:top;
}
.tx-chcforum-pi1-singlePost .attachment img {
    float:left;
    margin-right:5px;
}
.tx-chcforum-pi1-singlePost .rate {
    background:#e6e6e6 none repeat scroll 0%;
    border-top:3px solid #FFFFFF;
    padding:3px;
}
.tx-chcforum-pi1-singlePost .rate input {
    background-color:#FFFFFF;
    border:1px solid black;
    font-size:9px;
}
.tx-chcforum-pi1-singlePost .rate select {
    border:1px solid black;
    font-size:10px;
}
.tx-chcforum-pi1-singlePost .rate select option {
    height:1.5em;
}
.tx-chcforum-pi1-singlePost .rate form {
    display:inline;
    margin:0pt;
    padding:0pt;
}
.tx-chcforum-pi1-singlePost .rate .rateStars {
    float:left;
    height:1.85em;
    text-align:left;
}
.tx-chcforum-pi1-singlePost .rate .rateMenu {
    height:1.85em;
    text-align:right;
    width:100%;
}
.tx-chcforum-pi1-singlePost .offset {
    margin-left:15px;
    margin-right:15px;
}
.tx-chcforum-pi1-singlePost .codeCell {
    background-color:#FAFAFA;
    border:1px solid #D1D7DC;
    color:#006600;
    font-family:Courier, 'Courier New', sans-serif;
    font-size:11px;
    padding:5px;
}
.tx-chcforum-pi1-singlePost .quoteCell {
    background-color:#FAFAFA;
    border:1px solid #D1D7DC;
    font-size:10px;
    padding:5px;
}
.tx-chcforum-pi1-singlePost .quoteCellAuthor {
    border:0px none;
    font-weight:bold;
    padding:3px 0pt;
}
.tx-chcforum-pi1-singlePost .quoteTable {
    border:0px none;
    margin:15px 0pt;
}
.tx-chcforum-pi1-singlePost .text img {
    max-height:350px;
    max-width:350px;
}
.tx-chcforum-pi1-singlePostQuoteText {
    background-color:#FAFAFA;
    border:1px solid black;
    font-size:10px;
    padding:5px;
}
.tx-chcforum-pi1-footerBox {
    background:black none repeat scroll 0%;
    border:1px solid black;
    font-size:10px;
    padding:3px;
}
.tx-chcforum-pi1-footerBox div {
    font-size:10px;
    padding-left:5px;
    padding-top:5px;
}
.header_center {
    height:34px;
    text-align:center;
}
.header_text {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:24px;
    font-variant:small-caps;
    font-weight:bold;
    line-height:34px;
}
.header_small {
    border:1px solid black;
    margin-bottom:3px;
}
.tx_chcforum-pi1-toolBar {
    background: none repeat scroll 0%;
    border:1px solid black;
    margin-bottom:2px;
    padding-bottom:3px;
    padding-right:5px;
    padding-top:3px;
}
.tx_chcforum-pi1-toolBar img {
    margin-left:16px;
    vertical-align:middle;
}
.tx_chcforum-pi1-toolBar div {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:bold;
    line-height:30px;
    text-align:right;
}
.tx_chcforum-pi1-subToolBar {
    background:#e6e6e6 none repeat scroll 0%;
    margin-bottom:1px;
    padding-right:5px;
}
.tx_chcforum-pi1-subToolBar img {
    margin-left:16px;
    vertical-align:middle;
}
.tx_chcforum-pi1-subToolBar div {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:bold;
    line-height:15px;
    margin:0px;
    padding:3px 0px;
    text-align:right;
}
.tx-chcforum-pi1-profileBorder {
    border:1px solid #999999;
    padding:3px;
}
.tx-chcforum-pi1-profileBorder table tbody tr th {
    font-size:11px;
}
.tx-chcforum-pi1-profileBorder table tbody tr td {
    font-size:11px;
}
.tx-chcforum-pi1-profileBorder input {
    font-size:10px;
    border: 1px solid #999999; 
    padding: 2px;
    margin-bottom: 2px;
}
.tx-chcforum-pi1-profileBorder {
    border:1px solid #999999;
    padding:3px;
}
.tx-chcforum-pi1-profileBorder {
    border:1px solid #999999;
    padding:3px;
}
.tx-chcforum-pi1-profileBorder #userPic {
    border:1px solid black;
    float:right;
}
.tx-chcforum-pi1-profileBorder hr {
    clear:left;
    display:block;
    visibility:hidden;
}
.tx_chcforum-pi1-profileHdrBig {
    background:#e6e6e6 none repeat scroll 0%;
    border:1px solid #999999;
    font-size:11px;
    font-weight:bold;
    margin-bottom:3px;
    padding:5px;
}
.tx_chcforum-pi1-profile_hdr {
    background: none repeat scroll 0%;
    font-size:11px;
    font-weight:bold;
    padding:2px 2px 2px 6px;
}
.tx-chcforum-pi1-errorBoxCell {
    background: none repeat scroll 0%;
    font-weight:bold;
    text-align:left;
}
.tx-chcforum-pi1-messageBoxErrorNoBorder {
    background:#FFD6EF none repeat scroll 0%;
    font-weight:bold;
    margin-bottom:3px;
    padding:3px;
    text-align:left;
}
.tx-chcforum-pi1-messageBox, .tx-chcforum-pi1-messageBoxError {
    background:#FFCCCC none repeat scroll 0%;
    border:1px solid #CF1127;
    color:#CF1127;
    font-weight:bold;
    margin-bottom:3px;
    padding:3px 3px 3px 5px;
}
.tx-chcforum-pi1-forumTextBig {
    font-size:14px;
    font-weight:bold;
}
.tx-chcforum-pi1-helpBox {
background-color: !important;
    border-style:none;
}
.tx-chcforum-pi1-linkUp {
    background:#e6e6e6 none repeat scroll 0%;
    border-bottom:1px solid #DEDEDE;
    font-size:10px;
    line-height:15px;
    padding:3px 5px 3px 3px;
    text-align:right;
}
.tx-chcforum-pi1-previewBoxCell {
    background:black none repeat scroll 0%;
    text-align:center;
}
#tx_chcforum-pi1 .tx-cwtcommunity-pi1 .userlistLetters {
    font-weight:bold;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 form {
    font-family:arial, sans-serif;
    margin:0px;
    padding:0px;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 td {
    font-family:arial, sans-serif;
    padding:2px;
}
#tx_chcforum-pi1 .tx-chcforum-pi1-Table .tx-cwtcommunity-pi1 th {
    background: none repeat scroll 0%;
    font-family:arial, sans-serif;
    font-size:11px;
    letter-spacing:0px;
    padding:2px;
    text-align:left;
}
.tx-chcforum-pi1-Table thead tr th {
    background:#EF3E2E none repeat scroll 0%;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    white-space:nowrap;
    border:0px none;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
}
.tx_chcforum-pi1-toolBar {
    background:transparent none repeat scroll 0%;
    border:medium none;
    margin-bottom:2px;
    padding-bottom:3px;
    padding-right:5px;
    padding-top:3px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
    padding:0px;
    font-size:11px;
    text-align:left;
    border-bottom: 10px solid #fff;
}
.tx_chcforum-pi1-toolBar div {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    font-weight:bold;
    line-height:30px;
    text-align:right;
    margin:0px;
    padding:0px;
}
#tx_chcforum-pi1 {
    font-family:verdana, sans-serif;
    font-size:11px;
    line-height:125%;
    margin:0px;
    padding:0px;
    border:0px none;
    text-align:left;
}
.tx-chcforum-pi1-postTableWrap, .tx-chcforum-pi1-preTableWrap {
    border:medium none;
    margin-bottom:2px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
    padding:0px;
    font-size:11px;
    text-align:left;
}
.tx-chcforum-pi1-Table tbody tr th {
    background:#F3F5F8 none repeat scroll 0%;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    text-align:left;
    border:0px none;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
}
#tx_chcforum-pi1 {
    border:0px none;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
    padding:0px;
    font-size:11px;
    text-align:left;
    width: 510px;
}
.tx-chcforum-pi1-Table {
    background:#E9E9E9 none repeat scroll 0%;
    border:medium none;
    margin-top:15px;
    margin-bottom:2px;
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
    padding:0px;
    font-size:11px;
    text-align:left;
    border-collapse:separate;
}
.tx-chcforum-pi1-Table thead tr th {
    background:#A90533;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    padding:5px;
    text-align:center;
    white-space:nowrap;
    border:0px none;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
}
tx-chcforum-pi1-navPath {
    background:#E9E9E9 none repeat scroll 0%;
    border-bottom:1px solid #DEDEDE;
    color:#6F6E70;
    font-size:10px;
    line-height:15px;
    margin-bottom:1px;
    padding:3px;
    border:0px none;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
}
.tx-chcforum-pi1-Table {
    background:#E9E9E9 none repeat scroll 0%;
    border:medium none;
    margin-top:15px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:125%;
    margin:0px;
    padding:0px;
    font-size:11px;
    text-align:left;
}
.tx-chcforum-pi1-Table tbody tr td {
    font-family:Arial, Helvetica, sans-serif;
}
.tx-newloginbox-pi1 form p.round {
    float:none;
}
.tx-chcforum-pi1-Table input{ 
    border: 1px solid #999999;
    margin-top: 2px;
}

.tx-skpagecomments-pi1 form p.userinfos{
    text-align: left;
    margin-left: 10px;
}
.tx-skpagecomments-pi1 div.smileytext{
    clear: both;
    width: 100%;
    margin-left: 10px;
}

.tx-skpagecomments-pi1 form textarea{
    width: 480px;
    border: 1px solid #999999;
    padding: 5px;
    background: #fff;
}

.tx-skpagecomments-pi1 form{
    width: 515px;
}

.tx-skpagecomments-pi1 form input#skcommentssubmit{
    background:#00678F url(../img/skin/bullet-white.png) no-repeat scroll 7px 10px;
    color:#FFFFFF !important;
    font-weight:bold;
    padding:2px 5px 2px 17px;
    cursor: pointer;
    overflow: visible;
    width: auto;
}

.tx-skpagecomments-pi1 form legend { 
    margin-left: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.tx-skpagecomments-pi1 form label{
    margin-left: 20px;
    border-bottom: 5px solid #fff;
}

.tx-skpagecomments-pi1 form input#skcommentssubmit {
    margin:8px 10px;
}

.sk-pagecomments-headline{
    padding: 6px;
}

p.author{ 
    color: #999999;
    margin-bottom: 15px;
}
k
.sk-pagecomments-namedate, .tx-skpagecomments-pi1 span.sk-pagecomments-number{ padding-top: 3px; }

#frmPbSurvey h3{ margin: 15px 0 5px; }
#frmPbSurvey .questionSubtext{ margin: 5px 0; }
#frmPbSurvey select{ border: 1px solid #000; }

#frmPbSurvey .button{
    margin-top: 10px;
    background:#00678F url(../img/skin/bullet-white.png) no-repeat scroll 7px 10px;
    color:#FFFFFF !important;
    font-weight:bold;
    padding:2px 5px 2px 17px;
    float: left;
    overflow: visible;
    width: auto;
}
#frmPbSurvey .button span{ 
    color: #fff!important;
    font-weight: bold;
}

#frmPbSurvey input[type=checkbox]{
    margin-right: 5px;
}

.tx-chcforum-pi1-Table tbody tr th{
    letter-spacing: 0;
}

.tx-chcforum-pi1-FooterBox{
    border-top: 20px solid #fff;
}

.assoResults dd {
    float:left;
    margin:0 15px 0 0;
    width:230px;
}


/* redactionnel frame*/

.standard-box .csc-frame-frame1 {
    font-size: 1.09em;
}
.standard-box .csc-frame-frame1 .align-center {
    text-align:center;
}
.standard-box .csc-frame-frame1 .align-left {
    text-align:left;
}
.standard-box .csc-frame-frame1 .align-right {
    text-align:right;
}
.standard-box .csc-frame-frame1 .align-justify {
    text-align:justify;
}

.standard-box .csc-frame-frame1 p {
    margin-bottom: 10px;
}
.standard-box .csc-frame-frame1 a {
    color: #000;
    text-decoration: underline;
}
.standard-box .csc-frame-frame1 a:hover, .standard-box .csc-frame-frame1 a:focus {
    text-decoration: none;
}
.standard-box .csc-frame-frame1 .intertitre  {
    margin-bottom: 0!important;
    font-weight: bold;
}
.standard-box .csc-frame-frame1 .biggest {
    font-size: 1.5em;
}
.standard-box .csc-frame-frame1 .information {
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 0.92em;
    color: #939393;
}
.standard-box .csc-frame-frame1 .introTxt {
    color: #000;
    font-weight: bold;
    border-top: 1px dotted #d1d1d1;
    border-bottom: 1px dotted #d1d1d1;
    padding: 10px 0;
    margin-bottom: 10px;
}

.standard-box .csc-frame-frame1 h4 {
    font-size: 1em;
    color: #a90533;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}

.standard-box .csc-frame-frame1 p strong {
    color: #00678f;
}
.standard-box .csc-frame-frame1 ul {
    margin-bottom: 10px;
}
.standard-box .csc-frame-frame1 ul li {
    background: url(../img/skin/pic-bullet-2.png) no-repeat 0 5px;
    margin-left: 10px;
    padding-left: 15px;
}

.standard-box .csc-frame-frame1 ul.pagination li {
    background: none;
    margin-left: 0px;
    padding-left: 0px;
}
.standard-box .csc-frame-frame1 .foot {
    padding: 10px 0;
    border-top: 1px dotted #d1d1d1;
}
.standard-box .csc-frame-frame1 table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 10px;
}
.standard-box .csc-frame-frame1 table td, .standard-box .csc-frame-frame1 table th {
    border: 1px solid #c5c2c2;
    padding: 5px;
}
.standard-box .csc-frame-frame1 table thead td, .standard-box .csc-frame-frame1 table thead th {
    background: #c5c2c2;
}
.standard-box .csc-frame-frame1 table tfoot td, .standard-box .csc-frame-frame1 table tfoot th {
    background: #e2e2e2;
    border-color: #e2e2e2;
}
.standard-box .csc-frame-frame1 .cartridgeLink {
    font-size: 0.9em;
}
.standard-box .csc-frame-frame1 .externalLink {
    background: url(../img/skin/bullet-black.png) no-repeat 0 5px;
    padding-left: 12px;
}

.standard-box .csc-frame-frame1 .col1, .standard-box .csc-frame-frame1 .col2 {
    margin: 10px 0 20px;
    width: 250px;
}
.standard-box .csc-frame-frame1 .col1 {
    float: left;
}
.standard-box .csc-frame-frame1 .col2 {
    float: right;
}



