/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)
    Reset based on normalize.css v2.0.1 ( git.io/normalize ) 

    project:    Ministère des affaires étrangères
    created:    2013-08-28
    author:     www.dhh.me

    summary:    RESET
                GENERIC
                HEADER
                PAGE
                BLOCKS
                LINKS
                FORM
                FOOTER
                FANCYBOX
                MEDIAQUERIES
                PRINT

----------------------------------------------------------------------------- */

/*  =RESET
----------------------------------------------------------------------------- */

* { margin:0; padding:0; vertical-align:baseline; }

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    font-family:Arial, Verdana, Helvetica, sans-serif;
    margin:0;
    height:100%;
    color:#000;
    background:#fff;
    line-height: 1.2; 
    width:100%;
}

html[lang="az"] body *,
html[lang="bs"] body *,
html[lang="cs"] body *,
html[lang="el"] body *,
html[lang="hr"] body *,
html[lang="hu"] body *,
html[lang="km"] body *,
html[lang="lt"] body *,
html[lang="lv"] body *,
html[lang="ro"] body *,
html[lang="sk"] body *,
html[lang="sl"] body *,
html[lang="tm"] body *,
html[lang="tr"] body *,
html[lang="vi"] body *{
    font-family:Arial, Verdana, Helvetica, sans-serif!important;
}

html[lang="az"] h1, html[lang="az"] h2, html[lang="az"] h3,
html[lang="bs"] h1, html[lang="bs"] h2, html[lang="bs"] h3,
html[lang="cs"] h1, html[lang="cs"] h2, html[lang="cs"] h3,
html[lang="el"] h1, html[lang="el"] h2, html[lang="el"] h3,
html[lang="hr"] h1, html[lang="hr"] h2, html[lang="hr"] h3,
html[lang="hu"] h1, html[lang="hu"] h2, html[lang="hu"] h3,
html[lang="km"] h1, html[lang="km"] h2, html[lang="km"] h3,
html[lang="lt"] h1, html[lang="lt"] h2, html[lang="lt"] h3,
html[lang="lv"] h1, html[lang="lv"] h2, html[lang="lv"] h3,
html[lang="ro"] h1, html[lang="ro"] h2, html[lang="ro"] h3,
html[lang="sk"] h1, html[lang="sk"] h2, html[lang="sk"] h3,
html[lang="sl"] h1, html[lang="sl"] h2, html[lang="sl"] h3,
html[lang="tm"] h1, html[lang="tm"] h2, html[lang="tm"] h3,
html[lang="tr"] h1, html[lang="tr"] h2, html[lang="tr"] h3,
html[lang="vi"] h1, html[lang="vi"] h2, html[lang="vi"] h3{
	font-weight:bold !important;
}

html[lang="km"] p,html[lang="km"] li{
	line-height:1.8;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
abbr, eventsource, mark, meter, time, progress, output, bb { display:inline; margin:0; padding:0; }
audio:not([controls]) {  display: none;  height: 0; }
[hidden] { display: none; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
h1 { font-size: 2em; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
legend { border: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%;  margin: 0; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; border-radius:0; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
ins, abbr, acronym { text-decoration:none; border:0; font-style:normal; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
a { cursor:pointer; color:#666; }
hr { position:absolute; left:-9999em; }
q:before, q:after { content:''; }
address { font-style:normal; }
ul { list-style:none; }
a img, fieldset, form, input[type="submit"], fieldset { border:0; }

.msie6 fieldset {
    border:0;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }/*ie7*/
.clearfix { display:block; }
* html .clearfix { height:1%; }

.hidden { display:none; }

/*  =GENERIC
----------------------------------------------------------------------------- */

#content {
    margin:0 auto;
    text-align:left;
    position:relative;
}

a {
    text-decoration:none;
}

img {
    max-width: 100%;
    height: auto;
}

div.spip{
	padding-bottom:6px;
	margin-bottom:0;
}

.spip_doc_titre,.spip_doc_descriptif{
	max-width:100%;
}
.bloc-label-input ::-webkit-input-placeholder { 
    color:#7d7d7d!important;
    opacity:1!important;
}

.bloc-label-input :-moz-placeholder {
    color:#7d7d7d!important;
    opacity:1!important;
}

.bloc-label-input ::-moz-placeholder {
    color:#7d7d7d!important;
    opacity:1!important;
}

.bloc-label-input :-ms-input-placeholder { 
    color:#7d7d7d!important;
    opacity:1!important;
}

#page-inner:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#page-inner { display:inline-block; }/*ie7*/
#page-inner { display:block; }
* html #page-inner { height:1%; }



@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =HEADER
----------------------------------------------------------------------------- */

#header {
    border-top:1px solid #f2f6f7;
    background:#fff;
    border-bottom:2px solid #bdbdbe;
    zoom:1;
    position:relative;
    z-index:5;
}

.msie6 #header {
    z-index:10;
    position:relative;
}

#header .inner {
    margin:0 auto;
    width:955px;
}

#header .title {
    color:#27519b;
    font-size:4em;
    line-height:0.9em;
    padding:0 0 10px 0;
    display:block;
    font-weight:normal;
    font-family:'latobold', Arial, Helvetica, sans-serif;
}

html[lang="my"] #header .title {
    font-size:2.8em;
    line-height:1.3em;
}

html[lang="th"] #header .title {
    line-height:1.2em;
}

html[lang="km"] #header .title {
    line-height:1.4em;
}

#header .title a {
    color:#27519b;
}

#header .sub-title {
    color:#323136;
    font-size:2.6em;
    font-weight:normal;
    font-family:'latobold', Arial, Helvetica, sans-serif;
}

html[lang="my"] #header .sub-title {
    line-height:1.5em;
}

html[lang="tr"] #header .sub-title{
	line-height:1.2em;
}
#header .sub-title a {
    color:#323136;
}

#header .top-links {
    background:#323136;
    padding:8px 0;
    text-align:right;
    zoom:1;
}

#header .top-links ul {
    width:955px;
    margin:0 auto;
    overflow:hidden;
    text-align:right;
}

#header .top-links li {
    padding:0 0 0 10px;
    display:block;
    float:right;
}

#header .top-links a,
#header .top-links .current {
    color:#fff;
    text-align:center;
    height:32px;
    padding:3px 20px 0;
    display:block;
    line-height:1em;
    float:left;
    background:#27519b;
    font-family:'latoregular', Arial, Helvetica, sans-serif;
    font-size:1.4em;
}

#header .top-links .current,
#header .top-links .toggle  {
    padding:0 20px;
    height:35px;
    margin:0 20px 0 0;
    line-height:35px;
    float:right;
    display:none;
}

#header .top-links .toggle {
    background:url(../img/skin/pictos.png) right -3187px no-repeat #27519b;
    padding:0 40px 0 20px;
}

#header .top-links .toggle:hover,
#header .top-links .toggle.active {
    background:url(../img/skin/pictos.png) right -3187px no-repeat #4a9ded!important;
}

#header .top-links .current {
    background:#459bf0;
}

#header .top-links a.active,
#header .top-links a:hover {
    background:#4a9ded;
}

.msie6 #header .top-links a.active,
.msie6 #header .top-links a:hover {
    background:#4a9ded!important;
}

#header .core {
    background:url(../img/skin/bg-header.png) center bottom no-repeat;
    padding:25px 0 25px 0;
    position:relative;
    height:120px;
    margin:0 0 60px 0;
    zoom:1;
}

#header .logo {
    float:left;
    max-width:115px;
    width:115px;
    height:108px;
    background:url(../img/skin/logo-mae.png) left top no-repeat;
    margin:0 25px 0 0;
    overflow:hidden;
    text-indent:-9999px;
}

#header .group-title {
    overflow:hidden;
    width:515px;
    float:left;
}

.msie6 #header .group-title  {
    width:500px;
}

#header .quick-access {
    float:right;
}

#quick-search {
    float:right;
}

.msie6 #header .quick-access  {
    width:300px;
}

#header .quick-access .lang {
    text-align:right;
    padding:0 0 22px 0;
}

#header .quick-access .lang li {
    font-size:1.2em;
    display:inline;
    background:url(../img/skin/pictos.png) left -196px no-repeat;
    font-family:'latoregular', Arial, Helvetica, sans-serif;
    padding:0 0 0 4px;
}

.msie6 #header .quick-access .lang li {
    background:none;
}

#header .quick-access .lang li:first-child {
    background:none;
    margin:0;
    padding:0;
}

#header .quick-access .lang a {
    color:#27519b;
}

#header .quick-access .lang span {
    color:#777a77;
}

#header .quick-access .lang a:hover {
    text-decoration:underline;
}

#header .quick-access .a11y {
    text-align:right;
    padding:0 0 10px 0;
    clear:both;
}

#header .quick-access .a11y li {
    display:inline;
    padding:0 0 0 14px;
}

#header .quick-access .a11y a {
    color:#27519b;
    font-family:'latoregular', Arial, Helvetica, sans-serif;
    font-size:1.2em;
    background:url(../img/skin/pictos.png) left 6px no-repeat;
    padding:0 0 0 10px;
}

.msie6 #header .quick-access .a11y a {
    background:none;
}

#header .quick-access .a11y a:hover {
    text-decoration:underline;
}

#quick-search .bloc-label-input {
    width:294px;
    height:25px;
    background:#fff;
    border:1px solid #dcdcdc;
    position:relative;
    float:right;
}

#quick-search .bloc-label-input label {
    display:none;
}

#quick-search .bloc-label-input input.text {
    height:25px;
    line-height:25px;
    background:none;
    border:0;
    padding:0 0 0 10px;
    color:#7d7d7d;
    font-size:1.2em;
    width:248px;
}

.msie6 #quick-search .bloc-label-input input.text {
    width:188px;
}

#quick-search .bloc-label-input input.submit {
    width:16px;
    height:20px;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    line-height:100em;
    position:absolute;
    right:10px;
    top:3px;
    background:url(../img/skin/pictos.png) left -101px no-repeat;
}

.msie6 #quick-search .bloc-label-input input.submit {
    background:none;
    text-indent:0;
    display:block;
    line-height:1em;
    border:0;
    color: #000;
    width:80px;
}

#quick-search .toggle {
    background:url(../img/skin/pictos.png) 12px -98px no-repeat #fff;
    width:38px;
    height:25px;
    text-indent:-9999px;
    display:block;
    overflow:hidden;
    float:right;
    border:1px solid #dcdcdc;
    outline:none;
}

#header #navigation {
    background:#fff;
    height:60px;
    border-bottom:2px solid #bdbdbe;
    clear:both;
    position:absolute;
    bottom:-62px;
    margin-left:-478px;
    width:955px;
    left:50%;
}

.msie6 #header #navigation {
    zoom:1;
    height:60px;
    padding:0;
}

#retour_haut {
    background: url(../img/skin/fleche_hautdepage.png) no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#retour_haut {
    display: none;
    opacity: .5;
}

#retour_haut:hover{opacity:1}


/* =MENU
----------------------------------------------------------------------------- */

.menu {
    width:955px;
    margin:0 auto;
}

.menu > li {
    height:46px;
    border-top:2px solid #fff;
    float:left;
    padding:6px 0 8px 0;
    position:relative;
    text-align: center;
}

.menu > li.hover {
    border-top:2px solid #c60800;
}

.menu > li.active > a {
    color:#fff;
    background:#4a9ded!important;
    z-index:1;
    margin-right:-1px;
}

.menu > li > a {
    color:#27519b;
    font-size:1.4em;
    position:relative;
    display:block;
    padding:7px 8px 7px 8px;
    background:url(../img/skin/pictos.png) 0 -285px no-repeat;
    font-family:'montserratregular', Arial, Helvetica, sans-serif;
    z-index:0;
    height:32px;
    line-height:32px;
    vertical-align:middle;
}

.menu > li > a > span {
    line-height:1em;
    vertical-align:middle;
    display:inline-block;
    width: 120px;
    word-wrap: break-word;
}
.menu > li.active > a > span {
    margin-top:-5px;
}

.menu > li:first-child  a {
    padding:7px 8px 7px;
    background:none;
}

.menu > li > a:hover {

}

.menu > li .sub {
    display:none;
    border-top:2px solid #c60800;
    width:230px;
    z-index:10;
    top:58px;
    position:absolute;
    left:0;
}

.menu .sub li {
    border-bottom:2px solid #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
    background:rgba(230, 232, 232, 0.95);
}

.msie6 .menu .sub li,
.msie7 .menu .sub li,
.msie8 .menu .sub li {
    background:#e6e8e8;
}

.menu .sub li:first-child {
    border-top:2px solid #fff;
}

.menu .sub li a {
    color:#27519b;
    font-size:1.3em;
    padding:5px 12px;
    display:block;
    font-weight:normal;
    font-family:'open_sanssemibold', Arial, sans-serif;
}

.menu .sub li a:hover {
    background:#4a9ded;
    color:#fff;
}

.menu li.hover .sub {
    display:block;
}

.msie6 .menu {
    padding:15px 0 0 0;
}

.msie6 .menu li {
    height:38px;
    float:left;
    padding:0 0 0 18px;
    position:relative;
} 

.msie6 .menu  li  a {
    color:#27519b;
    font-size:1.4em;
    font-family:'montserratregular', Arial, Helvetica, sans-serif;
}

.msie6 .menu  li  a:hover {
    color:#006296;
}

.msie6 .menu  li .sub {
    display:none;
    background:#4a9ded;
    width:185px;
    z-index:10;
    padding:5px 11px 5px 5px;
    top:38px;
    position:absolute;
    left:0;
    overflow:hidden;
}

.msie6 .menu  li.hover .sub li {
    border-bottom:1px solid #6eb1f1;
    padding:3px 0;
    zoom:1;
    display:block;
    width:185px;
    height:auto;
}

.msie6 .menu  li.hover .sub li:first-child {
    border:0;
}

.msie6 .menu  li.hover .sub li a {
    color:#fff;
    font-size:1.2em;
    padding:0 0 0 12px;
}

.msie6 .menu  li.hover .sub li a:hover {
    text-decoration:underline;
}

.msie6 .menu  li.hover .sub {
    display:block;
    
}


/* =PAGE
----------------------------------------------------------------------------- */

#page {
    background:#ecf0f1;
    position:relative;
    z-index:1;
}

#page-inner {
    width:955px;
    margin:0 auto;
    padding:20px 0 30px 0;
}

#main {
    float:left;
    width:660px;
}

#main.full {
    width:100%;
    float:none;
}

#sidebar {
    float:right;
    width:265px;
}

.page-home #main {
    width:650px;   
}

.page-home #sidebar {
    width:305px;   
}



/* =BLOCKS
----------------------------------------------------------------------------- */

.tools  {
    text-align:right;
    overflow:hidden;
    zoom:1;
    float:right;
}

.page-home .tools {
    padding:0 0 5px 0;
}

.tools li {
    float:right;
    display:block;
    zoom:1;
    overflow:hidden;
}

.tools a {
    background:url(../img/skin/pictos.png) left top no-repeat;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    line-height:100em;
}

.msie7 .tools a {
    zoom:1;
    float:left;
}
.tools a.plus {
    width:21px;
    height:14px;
    background-position:0 -400px;
}

.tools a.minus {
    width:18px;
    height:12px;
    margin:3px 0 0 0;
    background-position:0 -500px;
}

.tools a.rss {
    width:13px;
    height:13px;
    background-position:0 -600px;
    margin:0 0 0 12px;
}

.breadcrumb {
    float:left;
    max-width:890px;
}

.breadcrumb p {
    color:#006296;
    font-size:1.1em;
}

.breadcrumb p a {
    color:#006296;
    text-decoration:none;
}

.breadcrumb p a:hover {
    text-decoration:underline;
}

.breadcrumb p span {
    color:#27519b;
}

.access {
    overflow:hidden;
    padding:0 0 20px 0;
    zoom:1;
}

.page-home .access  {
    padding:0;
}

.block-type-01 {
    width:100%;
    /* max-height:250px; */
    margin:0 0 3.2% 0;
    position:relative;
    overflow:hidden;
}

.msie6 .block-type-01 {
    height:250px;
    overflow:hidden;
}

.block-type-01 .caroufredsel_wrapper {
    height:250px!important;
}

.block-type-01 .slides li {
    float:left;
}

.block-type-01 .pager {
    overflow:hidden;
    position:absolute;
    top:230px;
    left:0;
    width:100%;
    text-align:center;
    width:534px;
}

.block-type-01 .pager a {
    display:inline-block;
    overflow:hidden;
    text-indent:-9999px;
    width:7px;
    height:7px;
    margin:0 5px;
    background:url(../img/skin/pictos.png) left -1000px no-repeat;
}

.block-type-01 .pager a.selected {
    background-position:0 -1100px;
}

.msie6 .block-type-01 .pager,
.msie7 .block-type-01 .pager {
    zoom:1;
    left:170px;
}

.msie6 .block-type-01 .pager a {
    display:block;
    float:left;
    background:#5274af;
}

.msie6 .block-type-01 .pager a.selected {
    background:#fff;
}

.msie7 .block-type-01 .pager a {
    display:block;
    float:left;
}

.block-type-01 .caption {
    background:#27519b;
    color:#fff;
    min-height:250px;
    width:534px;
    float:left;
    position:relative;
}

.block-type-01 .picture {
    float:right;
    overflow:hidden;
    max-height:250px;
}

.msie6 .block-type-01 .caption,
.msie6 .block-type-01 .picture {
    height:250px;
    overflow:hidden;
}

.block-type-01 .picture img {
    display:block;
    margin:0;
}

.block-type-01 .caption .inner {
    padding:15px 30px 40px;
}

.block-type-01 .caption .date {
    font-size:1.1em;
    font-style:italic;
    color:#ccc;
    padding:0 0 5px 0;
}

.block-type-01 .caption .title {
    color:#fff;
    font-size:2.2em;
    margin:0 0 10px 0;
    line-height:1.35em;
    font-weight:normal;
    font-family:'open_sansextrabold', Arial, sans-serif;
    max-height:4em;
    overflow:hidden;
}

.block-type-01 .caption .title a {
    color:#fff;
}

.block-type-01 .caption .title a:hover {
    text-decoration:underline;
}

.block-type-01 .caption p {
    font-size:1.4em;
}

.block-type-01 .caption p a {
    color:#fff;
}

.block-type-01 .caption p a:hover {
    text-decoration:underline;
}

.block-type-01 .control {
    position:absolute;
    right:0;
    top:0;
    background:url(../img/skin/pictos.png) left -1200px no-repeat;
    width:19px;
    height:20px;
    overflow:hidden;
    text-indent:-9999px;
    display:none;
}

.block-type-01 .caroufredsel_wrapper .control {
    display:block;
}

.block-type-01 .control.play {
    background-position:0 -1250px;
}

.block-type-02 {
    border:2px solid #fff;
    background:#f8f7f7;
    margin:0 0 20px 0;
}

.block-type-02 .inner {
    padding:10px;
    overflow:hidden;
}

.block-contact .title {
    color:#27519b;
    font-size:1.8em;
    font-weight:normal;
    padding:0 0 12px 0;
    font-weight:normal;
    font-family:'open_sansextrabold', Arial, sans-serif;
}

.block-contact .title span {
    padding:0 35px 12px 0;
    background:url(../img/skin/pictos.png) right -800px no-repeat;
}

.msie6 .block-type-02 .title span  {
    background:none!important;
}

.block-contact .content{
	font-size:1.4em;
	color:#27519b;
	font-weight:normal;
	font-family:'open_sansregular', Arial, sans-serif;
}
.block-contact p {
    padding:0 0 6px 0;
}

.block-contact p strong {
    font-weight:normal;
    font-family:'open_sansbold', Arial, sans-serif;
}

.block-quick-access .title {
    color:#27519b;
    font-size:1.8em;
    font-weight:normal;
    padding:0 0 12px 0;
}

.block-quick-access .title span {
    display: inline-block;
    height: 23px;
    padding:0 35px 0 0;
    background:url(../img/skin/pictos.png) right -900px no-repeat;
}

.block-quick-access .link-type-01 {
    font-family:'open_sansregular', Arial, sans-serif;
}

.block-type-03 {
    border-top:4px solid #03519b;
    background:#fff;
}

#sidebar .block-type-03,
#sidebar .block-type-04 {
    clear:both;
    margin:0 0 21px 0;
}

#sidebar .block-type-04 .inner {
    padding-bottom:10px;
}

.block-type-03 .head {
    border:1px solid #dcdcdc;
    border-top:0;
    color:#27519b;
    min-height:30px;
}

.block-type-03 .head .title {
    padding:7px 10px 7px;
    font-weight:normal;
    font-size:1.8em;
    font-family:'open_sanssemibold', Arial, sans-serif;
}

.block-type-03 .head .title a,
.block-type-04 .head .title a {
    color:#27519b;
    text-decoration:none;
}

.block-type-03 .head .title a:hover,
.block-type-04 .head .title a:hover {
    text-decoration:underline;
}

.block-type-03 .inner {
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    border-bottom:1px solid #949da2;
    padding:12px 10px 0;
    overflow:hidden;
    zoom:1;
}
.block-type-03 .inner .dsjcycle {
    margin:0 auto 30px;
}

.block-type-03 .inner .b-link {
    float:right;
}

.block-type-03.block-content.frise{margin-bottom:1em;}
.block-type-03.block-content.frise .inner{padding: 5px 0;text-align:center}
.block-type-03.block-content.frise .logofrise{display:inline-block;text-align:center;font-size:1.2em;}
.block-type-03.block-content.frise .logofrise a{color:rgb(37, 102, 173);font-weight:bold;}
.block-type-03.block-content.frise .logofrise img{margin: 0;}

.block-section .inner,
.block-content .picture {
    border-bottom:1px solid #949da2;
    overflow:auto;
}

.block-section .inner li {
    padding:0 0 5px 0;
}

.block-section .inner li a {
    font-family:'open_sansregular', Arial, sans-serif;
}

.block-mini-agenda .inner {
    padding:20px 9px 0 9px;
    border-bottom-color:#499dec;
}

.msie6 .block-agenda .inner ul {
    zoom:1;
}

.block-agenda .inner li {
    overflow:hidden;
    padding:15px 0;
    border-top:1px solid #e4e4e4;
}


/* .block-mini-agenda .inner .caroufredsel_wrapper {
    height:auto!important;
}

.block-mini-agenda .inner .caroufredsel_wrapper > ul {
    position:relative!important;
    height:auto!important;
    left:0!important;
} */

.block-agenda .inner li:first-child {
    border:0;
    padding-top:0;
}

.msie6 .block-agenda .inner li {
    border-top:0;
    border-bottom:1px solid #e4e4e4;
    zoom:1;
}

.block-agenda .inner li .date2 {
    font-size:1.1em;
    font-style:italic;
    color:#575757;
    padding:0 0 5px 0;
}

.block-mini-agenda .inner li .date2 { 
    color:#b3b9bd;
}

.block-agenda .inner li .name {
    font-size:1.4em;
    line-height:1em;
    font-weight:bold;
    padding:0 0 6px 0;
}

.block-agenda .inner li .category {
    color:#4b5d68;
    font-style:italic;
    padding:0 0 6px 0;
    font-size:1.1em;
}

.block-agenda .inner li .name a {
    color:#004b7a;
}

.block-mini-agenda .inner li .name a {
    color:#34495e;
}

.block-agenda .inner li p {
    color:#4b5d68;
    font-size:1.2em;
}

.block-agenda .inner li .date {
    width:60px;
    height:60px;
    display:block;
    color:#fff;
    float:left;
    margin:0 12px 0 0;
    text-align:center;
    background:#e0130b;
    font-family:'latolight', Arial, Helvetica, sans-serif;
}

.block-agenda .inner li .date .day {
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:3em;
}

.block-agenda .inner li .date .day sup {
    font-size:0.5em;
    line-height:1em;
    vertical-align:middle;
}

.block-agenda .inner li .month {
    height:20px;
    color:#fff;
    background:#c60800;
    line-height:20px;
}

.block-agenda .inner li .content {
    float:left;
    width:550px;
}

.block-mini-agenda .inner li .content {
    float:left;
    width:213px;
}

.block .block-mini-agenda .inner li .content {
    width:192px;
}
.page_article .block-mini-agenda .inner li .content { width:173px; }

.block-agenda .inner .b-link {
    margin-right:10px;
}

.block-type-04 {
    position:relative;
}

.block-type-04 .in {
    background:#fff url(../img/skin/bg-block-type-04.png) left 1px repeat-x;
    border:1px solid #dcdcdc;
    position:relative;
    zoom:1;
}

.block-type-04 .head {
    border-bottom:1px solid #d2dce5;
    margin:0 9px 15px 9px;
    padding:13px 0 8px 0;
}

.block-type-04 .head .d {
    display:block;
    background:url(../img/skin/pictos.png) left top no-repeat;
    width:7px;
    height:11px;
    position:absolute;
    top:1px;
}

.msie6 .block-type-04 .head .d  {
    display:none;
}

.block-type-04 .head .l {
    left:-7px;
    background-position:0 -1800px;
}

.block-type-04 .head .r {
    right:-7px;
    background-position:0 -1900px;
}

.block-type-04 .head .title {
    font-weight:normal;
    color:#27519b;
    font-size:1.8em;
    line-height:1em;
    font-weight:normal;
    font-family:'open_sanssemibold', Arial, sans-serif;
}

.block-type-04 .pager {
    float:right;
    width:160px;
}

.block-type-04 .pager p {
    color:#27519b;
    font-size:1.2em;
    text-align:right;
}

.block-type-04 .pager .control,
.block-type-03 .pager .control,
.block-search .control {
    overflow:hidden;
    float:right;
    width:70px;
    margin-left:20px;
}

.block-type-03 .pager .control {
    padding:14px 0 0 0;
}

.block-type-04 .pager .control li,
.block-type-03 .pager .control li,
.block-search .control li {
    float:left;
    padding:0px;
}

.block-type-04 .pager .control li:first-child,
.block-type-03 .pager .control li:first-child  {
    background:url(../img/skin/pictos.png) right -1696px no-repeat;
}

.block-type-03.block-search .control li:first-child {
    background:url(../img/skin/pictos.png) right -1700px no-repeat;
}

.block-type-04 .pager .control .previous,
.block-type-04 .pager .control .next,
.block-type-03 .pager .control .previous,
.block-type-03 .pager .control .next,
.block-search .control .previous,
.block-search .control .next {
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../img/skin/pictos.png) left top no-repeat;
    width:30px;
    height:20px;
}

.block-type-04 .pager .control span.previous,
.block-type-04 .pager .control strong.previous,
.block-type-03 .pager .control span.previous,
.block-type-03 .pager .control strong.previous {
    background-position:0 -1296px;
}

.block-type-04 .pager .control a.previous,
.block-type-03 .pager .control a.previous {
    background-position:0 -1496px;
}

.block-type-04 .pager .control span.next,
.block-type-04 .pager .control strong.next,
.block-type-03 .pager .control a.next {
    background-position:20px -1396px;
}

.block-type-04 .pager .control a.next,
.block-type-03 .pager .control a.next{
    background-position:20px -1596px;
}

.block-type-04 .inner {
    overflow:hidden;
    padding:0 10px;
}

.block-news .inner li {
    overflow:hidden;
    padding:0 0 10px 0
}

.block-news .inner li .content {
    width:100%;
}

.block-news .inner li.has-picture .content {
    width:350px;
    float:left;
    padding:6px 0 0 0;
}

.column1 .block-news .inner li.has-picture .content,
.column2 .block-news .inner li.has-picture .content {
    width:100%;
}
.column1.full-w .block-news .inner li.has-picture .content {
    width:350px !important;
}

.block-news .inner li.has-picture .picture {
    float:left;
    width:225px;
    margin:0 10px 0 0;
}

.block-news .inner li .date {
    color:#b3b9bd;
    font-size:1.1em;
    /*font-style:italic;*/
    padding:0 0 8px 0;
}

.block-news .inner li .title {
    font-size:1.4em;
    font-weight:bold;
    padding:0 0 8px 0;
    line-height:1em;
    font-style: normal;
}

.block-news .inner li .title a {
    color:#34495e;
}

.block-news .inner li .title a:hover,
.block-news .inner li .title a:focus,
.block-news .inner li .title a:active {
    text-decoration:underline;
}

.block-news .inner li  p {
    color:#4b5d68;
    font-size:1.2em;
}

.block-mini-news .inner {
    border-bottom-color:#499dec;
}

.block-mini-news .inner li {
    padding:0 0 15px 0;
    text-align:justify;
}

.block-mini-news .inner li a {
    font-family:'open_sansregular', Arial, sans-serif;
}

.block-mini-news .inner li .date {
    color:#4b5d68;
    font-size:1.1em;
    font-style:italic;
    padding:0 0 8px 0;
}

.block-type-04 .b-link {
    float:right;
}

.block-content .picture {
    border-left:1px solid #dcdcdc;
    border-right:1px solid #dcdcdc;
    padding: 10px;
}

.block-content .spip_documents a{
	background:transparent;
	padding-right:0;
}
.block-content .dsjcycle {
    padding:0;
    border:0;
}

.block .block-content .dsjcycle {
    margin-bottom:0;
    width:100%!important;
}

.block .block-content .dsjcycle > div {
    width:100%!important;
    height:auto!important;
}

.block .block-content .dsjcycle .infobulle {
    height:auto!important;
}

.block-content .picture .spip_documents img {
    display:block;
    /*width:100%;*/
    margin:0 auto;
}

.block-map .inner {
    padding:0;
    border-bottom-color:#499dec;
}

.block-map .inner .map {
    width:100%;
    height:218px;
    margin:0 0 3px 0;
}

.block-map .b-link {
    margin:10px 10px 5px 0px;
}

.block-map #map {
    height:250px;
}

.block-facebook .inner {
    min-height: 410px;
}

.block-media {
    width:100%
}

.block-content p {
    color:#4b5d68;
    font-size:1.2em;
    padding:0 0 12px 0
}

.block-content img {
    margin:0 0 10px 0;
}

.block-content .picture a{
	display:block;
	text-align:center;
}
.block-content .picture img {
    margin:0;
    vertical-align:bottom;
    max-width:100%;
}

.block-content .legende, #sjcycle_sites .legende, .sjcycle_legende {
    color:#4b5d68;
    font-size:1.2em;
}

.block-section p {
    color:#4b5d68;
    font-size:1.2em;
    padding:0 0 12px 0
}

.block-section .inner a {
    color: rgb(37, 102, 173);
    padding: 0px 0px 0px 12px;
    background:url(../img/skin/pictos.png) 0 -693px no-repeat;
    font-family:open_sansregular, Arial, sans-serif;
}

.block-section .inner a:hover {
    text-decoration: underline;
}

.block-content p a {
    color:#006296;
}

.block-content .inner .title,.block-section .inner .title {
    color:#4b5d68;
    font-size:1.4em;
    line-height:1em;
    padding:0 0 10px 0;
}

.block-links .inner  {
    padding-bottom:10px;
}

.block-links .inner .autobr {
    margin:0 0 5px 0;
}

.block-links .inner ul li {
    padding:0 0 5px 0;
}

.block-links .inner ul li a {
    font-family:'open_sansregular', Arial, sans-serif;
}

.page-home #main .block-news {
    margin:0 40px 20px 0;
}

#container {
    position:relative;
}

#container .grid-sizer{
    width:50%;
    background:#000;
}

.page-home #main .block {
    float:left;
    position:relative;
}

.msie7 .page-home #main .block {
    margin:0 40px 20px 0;
}

.page-home #main .column2 .block-type-03,
.page-home #main .column2 .block-type-04{
    float:right;
}

.page-home #main .block .block-type-03 {
    max-width:285px;
    margin:2px 0 20px 0;
    width:285px;
}


.block-twitter .inner{
	padding-bottom:10px;
	min-height:600px;
}

.page-home #main .block .block-type-04 {
    max-width:285px;
    margin:0 0 20px 0;
    width:285px;
}

.page-home #main .full-w {
    width:100%!important;
}

.msie6 .page-home #main .full-w {
    width:610px!important;
}

.page-home #main .block.full-w .block-type-03, .page-home #main .block.full-w .block-type-04 {
    width:100%;
    max-width:610px;
}

.msie6 .page-home #main .column2 .block-type-03,
.msie6 .page-home #main .column2 .block-type-04 {
    float:left;
}

.orange .block-type-04 .in {
    background-image:url(../img/skin/bg-block-type-04-orange.png);
}

.orange .block-type-04 .head .l {
    background-position:0 -2600px;
}

.orange .block-type-04 .head .r {
    background-position:0 -2700px;
}

.orange .block-agenda .inner li .date {
    background:#f0452b;
}

.orange .block-agenda .inner li .date .month {
    background:#e53b21;
}

.orange .menu > li.hover,
.orange .menu > li .sub {
    border-color:#f0452b;
}

.purple .block-type-04 .in {
    background-image:url(../img/skin/bg-block-type-04-purple.png);
}

.purple .block-type-04 .head .l {
    background-position:0 -2800px;
}

.purple .block-type-04 .head .r {
    background-position:0 -2900px;
}

.purple .block-agenda .inner li .date {
    background:#8f319d;
}

.purple .block-agenda .inner li .date .month {
    background:#6d2178;
}

.purple .menu > li.hover,
.purple .menu > li .sub {
    border-color:#8f319d;
}

.block-page {
    border-top-width:4px;
}

.block-page .head .title {
    font-size:2.4em;
}

.block-page .intro p {
    padding:0 0 18px;
    color:#004b7a;
    font-size:1.6em;
    font-weight:bold;
}

.block-sitemap .col {
    float:left;
   padding:10px 10px 20px 10px;
    width:279px;
}

.block-sitemap .col.first {
    clear:left;
}

.block-sitemap .col.last {
    padding-right:0;
}

.block-sitemap .col .title {
    color:#27519b;
    font-weight:normal;
    font-size:1.4em;
    padding:0 0 2px 0;
    margin:0 0 12px 0;
    font-family:'open_sanssemibold', Arial, sans-serif;
    border-bottom:2px solid #27519b;
}
.block-sitemap .col .title a { color:#27519b; }

.block-sitemap .col ul li {
    padding:0 0 8px 0;
}

.block-sitemap .col ul li a {
    color:#27519b;
    font-size:1.2em;
    font-weight:bold;
    background:url(../img/skin/pictos.png) left -3595px no-repeat;
    padding:0 0 0 14px;
}

.block-sitemap .col ul li a:hover {
    text-decoration:underline;
}

.block-sitemap .col ul li ul {
    padding:0 0 0 12px;
}

.block-sitemap .col ul li ul li {
    padding:8px 0 0 0;
}

.block-sitemap .col ul li ul li a {
    color:#004b7a;
    font-weight:normal;
    padding:0 0 0 8px;
    background:url(../img/skin/pictos.png) left -3695px no-repeat;
} 

.block-sitemap .col ul li ul li ul {
    padding:0 0 0 8px;
}

.block-sitemap .col ul li ul li ul li {
    padding:4px 0 0 0;
}

.block-sitemap .col ul li ul li ul li a {
    color:#4b5d68;
    font-weight:normal;
    padding:0 0 0 8px;
    background:url(../img/skin/pictos.png) left -3794px no-repeat;
}

.msie6 .block-facebook {
    display:none;
}

.block-page.block-agenda .inner {
    padding:10px 12px 0;
    border-bottom:1px solid #499dec;
}

.block-agenda .block-month .title {
    color:#004b7a;
    text-transform:uppercase;
    font-size:1.4em;
    font-weight:bold;
    padding:0 0 15px 0;
}

.block-agenda .block-month {
    border-bottom:1px solid #004b7a;
    padding:6px 0 0 2px;
}

.block-agenda .block-month.last {
    border:0;
}

.block-months .inner {
    padding:12px 7px 0;
}

.block-months li {
    float:left;
    padding:0 0 20px 0;
}

.block-months li a,
.block-months li span {
    display:block;
    width:118px;
    height:38px;
    line-height:38px;
    color:#fff;
    background:#27519b;
    font-size:1.5em;
    text-align:center;
    font-family:'latolight', Arial, Helvetica, sans-serif;
}


.block-months li a.active,
.block-months li a:hover {
    background:#4a9ded;
}

.block-months li .inactif {
    background:#a3a3a3;
}

.block-months .col-1 {
    padding:0 12px 20px 0;
}

.block-months p a {
    color: rgb(37, 102, 173);
    font-size: 1.2em;
    padding: 0px 0px 0px 12px;
    background: url(../img/skin/pictos.png) 0% -693px no-repeat;
    font-family: open_sansregular, Arial, sans-serif;
}

.block-months .pager .control {
    padding: 10px 0 0;
    width: 70px;
}

.block-months .pager .control li {
    padding:0;
    height: 20px;
    width: 30px;
}

.block-months .pager .control li:first-child{
    background: url("../img/skin/pictos.png") no-repeat scroll right -1696px rgba(0, 0, 0, 0);
}

.block-months .pager .control li a.previous{
    background-position: 0 -1496px;
    height: 20px;
    width: 30px;
}

.block-months .pager .control li a.next {
    background-position: 20px -1596px;
    height: 20px;
    width: 30px;
}

.block-listing-articles li {
    padding:0 0 20px 0;
    clear: both;
}

.block-listing-articles li .title {
    font-weight:bold;
    color:#004b7a;
    font-size:1.2em;
    padding:0 0 6px 0;
    text-align:left;
}

.block-listing-articles li .title a {
    text-decoration:none;
    color:#004b7a;
}

.block-listing-articles li .title a:hover {
    text-decoration:underline;
}

.block-listing-articles li p {
    color:#4b5d68;
    font-size:1.2em;
}

.block-listing-articles li img {
    display:block;
}

.block-listing-articles li .picture {
    width:115px;
    margin:0 10px 5px 0;
    float:left;
}

.block-listing-articles li.has-picture .title {
    background:none;
    padding:0 0 6px 0;
}

.block-listing-articles li.has-picture {
    overflow:hidden;
}

.block-listing-articles li.has-picture .link-type-01 {
    float:left;
}

.block-listing .intro {
    color:#4b5d68;
    font-size:1.2em;
    padding:0 0 20px 0;
}

.block-listing .folder {
    margin:0 0 20px 0;
    border-left:1px solid #4a9ded;
}

.block-listing .folder .top {
    padding:0 0 0 55px;
    min-height:44px;
    background:url(../img/skin/picto-folder.png) left top no-repeat;
    color:#4b5d68;
    font-size:1.2em;
}

.block-listing .folder .top  p {
    padding:0 0 10px 0;
}

.block-listing .folder .title {
    font-weight:bold;
    font-size:1.17em;
    color:#004b7a;
    padding:0 0 8px 0;
}

.block-listing .folder .title a {
    color:#004b7a;
}

.block-listing .folder .title a:hover {
    text-decoration:underline;
}

.block-listing .folder .categories {
    background:#e0eefc;
    padding:10px 0 0 20px;
    overflow:hidden;
}

.block-listing .folder .categories li {
    background:url(../img/skin/bullet-02.png) left 3px no-repeat;
    padding:0 15px 15px 12px;
    font-size:1.2em;
    color:#4b5d68;
    width:275px;
    float:left;
    font-family:'latobold', Arial, Helvetica, sans-serif;
    font-weight:normal;
}

.block-listing .folder .categories li a {
    text-decoration:none;
    color:#4b5d68;
}

.block-listing .folder .categories li a:hover {
    text-decoration:underline;
}

.block-listing .folder .articles {
    padding:5px 20px 0 20px;
}

.block-listing .folder .articles li {
    margin:8px 0 0 0;
    font-size:1.2em;
    font-family:'latoregular', Arial, Helvetica, sans-serif;
    font-weight:normal;
}

.block-listing .folder .articles li a {
    text-decoration:none;
    color:#4b5d68;
}

.block-listing .folder .articles li a:hover {
    text-decoration:underline;
}

.block-listing .list-articles {
    padding:20px 0 20px 0;
    margin:10px 0 0 0;
    border-top:1px solid #004b7a;
}

.block-listing .list-articles li {
    padding:0 0 8px 0;
    font-size:1.2em;
}

.block-listing .list-articles li a {
    text-decoration:none;
    color:#4b5d68;
}

.block-listing .list-articles li a:hover {
    text-decoration:underline;
}

.block-article h3 {
    color:#4b5d68;
    font-size:1.6em;
    font-weight:bold;
    padding:0 0 18px 10px;
    background:url(../img/skin/pictos.png) left -4494px no-repeat;
}

.block-article h3 .link-top {
    float:right;
    text-decoration:none;
    background:url(../img/skin/pictos.png) right -4792px no-repeat;
    font-weight:normal;
    padding:3px 10px 0 0;
    font-size:0.8em;
    color:#4b5d68;
}

.block-article h3 .link-top:hover {
    text-decoration:underline;
}

.block-article h4 {
    color:#4b5d68;
    font-size:1.4em;
    font-weight:bold;
    padding:0 0 6px 0;
}

.block-article h4.blocs_titre{
	padding:0 0 0 16px;
	margin-bottom:18px;
	background-position:left 0;
	background:transparent url("../img/skin/triangle_bas.gif") no-repeat scroll left center;
}

.block-article h4.blocs_replie{
	background:transparent url("../img/skin/triangle.gif") no-repeat scroll left center;
}
.block-article h4.blocs_titre a{
	color:#006296;
}
.block-article h5 {
    color:#4b5d68;
    font-size:1.2em;
    font-weight:bold;
    padding:0 0 6px 0;
}

.block-article iframe {
    margin:0 0 20px 0;
}

.block-article .tradlang {
    font-size: 12px;
}

.block-article p,
.block-article div.spip,
.block-article div.blocs_resume{
    color:#4b5d68;
    font-size:1.2em;
    padding:0 0 18px 0;
    line-height:1.2em;
}

.block-article div.blocs_resume{
	font-weight:bold;
}
html[lang="my"] .block-article p,
html[lang="my"] .block-article div.spip,
html[lang="my"] .block-article li {
    line-height:1.5em;
}

.block-article p a,
.block-article div.spip a,
.block-article ul li a,
.block-article ol li a {
    color:#006296;
    text-decoration:none;
}

.block-article p a:hover,
.block-article div.spip a:hover,
.block-article ul li a:hover,
.block-article ol li a:hover {
    text-decoration:underline;
}

a.spip_out,
.block-article p a[href^="http"],
.block-article div.spip a[href^="http"],
.block-article ul li a[href^="http"] {
    background:url(../img/skin/pictos.png) right -4599px no-repeat;
    padding:0 12px 0 0;
}

.block-article ul, .block-article ol{
    padding:0 0 14px 0;
}

.block-article ul, .block-article li ul.spip {
    list-style:none;
    margin-bottom:0;
    padding-bottom:18px;
    margin-left:2px;
}

.block-article li ul.spip {
	padding:4px 0 0 0;
}

.block-article ul.spip li:last-child{
	padding-bottom:0;
}
.block-article ul li {
    background:url(../img/skin/bullet-03.png) left 5px no-repeat;
    padding:0 0 4px 12px;
    color:#4b5d68;
    font-size:1.2em;
}

.block-article ul li ul li, .block-article ol li ol li, .block-article ul li ol li, .block-article ol li ul li,.block-article .texteencadre-spip ul li,.block-article .texteencadre-spip ol li{
    font-size:1em;
}

.block-article ol li {
    padding:0 0 4px 12px;
    color:#4b5d68;
    font-size:1.2em;
}

.block-article table {
    border-collapse:collapse;
    border:1px solid #989898;
    width:100%;
    margin:0 0 20px 0;
}

.block-article caption {
    color:#4b5d68;
    font-size:1.2em;
    line-height:30px;
    font-style:italic;
}

.block-article th {
    font-size:1.2em;
    text-align:center;
    padding:10px;
}

.block-article table tr {
    border-bottom:1px solid #2c2c2c;
}

.block-article table td {
    color:#4b5d68;
    font-size:1.2em;
    line-height:1.2em;
    padding: 10px;
    border-left:1px solid #575757;
    background:#EBEBEB;
}

.block-article table td a{
	color:#006296;
}

.block-article table td a:hover{
	text-decoration:underline;
}

.block-article table th {
    line-height:1.2em;
    vertical-align:middle;
    color:#4b5d68;
}


.block-article table tr td:first-child {
    border:0;
}

.block-article table .even td {
    background:#fff;
}

.block-article .quote {
    border:1px solid #989898;
    background:#f5f5f5;
    padding:8px;
    margin:0 0 15px 0;
}

.block-article .quote p {
    padding:0;
}

.block-article div.texteencadre-spip {
    border:1px solid #989898;
    background:#f5f5f5;
    padding:8px;
    margin:0 0 15px 0;
    color: rgb(75, 93, 104);
}

.block-article div.texteencadre-spip *:last-child{
	padding-bottom:0;
}
.block-article div.texteencadre-spip p{
	font-size:1em;
}

.block-article div.texteencadre-spip h3{
	font-size:1.33em;
}
.block-article .texteencadre-spip > .caractencadre2-spip{
	font-size:1.2em;
}
.block-article .nav-sommaire,
 .block-article #tablematiere {
    background:#f5f5f5;
    border:1px solid #ebebeb;
    padding:10px 15px;
    margin:0 0 20px 0;
    font-size:1.2em;
}

.block-article .nav-sommaire ul,
 .block-article #tablematiere ul {
    padding:0;
    margin:0;
    list-style:none;
}

.block-article .nav-sommaire li,
.block-article #tablematiere li {
    background:none;
    font-family:'latobold', Arial, Helvetica, sans-serif;
    color:#4b5d68;
    font-size:1em;
    padding:5px 0 2px 0;
}

.block-article .nav-sommaire li ul,
.block-article #tablematiere li ul {
    padding:0 0 0 15px;
}

.block-article .nav-sommaire li ul li ul,
.block-article #tablematiere li ul li ul{
    padding:0 0 0 20px;
}

.block-article .nav-sommaire li a.spip_ancre,
.block-article #tablematiere li a.spip_ancre {
    color:#4B5D68;
    background:url(../img/skin/pictos.png) left -4496px no-repeat;
    padding:0 0 0 12px;
}

.block-article .nav-sommaire li a:hover,
.block-article #tablematiere li a:hover {
    text-decoration:underline;
}

.block-article .nav-sommaire li ul li a.spip_ancre,
.block-article #tablematiere li ul li a.spip_ancre {
    background-position:0 -7093px;
} 

.block-article .picture {
    position:relative;
    margin:0 auto 15px;
    min-height:190px;
}

.block-article .picture .legend/*, .block-content .picture .legend*/ {
    position:absolute;
    margin:0;
    bottom:0;
    width:96%;
    left:0;
    background:rgba(0, 0, 0, 0.8);
    color:#fff;
    font-size:1.1em;
    padding:7px 2%;
    z-index:200;
}

.msie6 .block-article .picture .legend,
.msie7 .block-article .picture .legend {
    background:#000;
}



.block-article .actions {
    overflow:hidden;
    padding:0 0 10px 0; 
}

.block-article .actions li {
    float:left;
    background:none;
    padding:0 6px 0 0;
}

.block-article .actions li a {
    overflow:hidden;
    text-indent:-9999px;
    width:20px;
    height:20px;
    display:block;
    padding:0!important;
    background:url(../img/skin/pictos.png) 2px -4096px no-repeat;
}

.block-article .actions .print {
    border-right:1px solid #dcdcdc;
    padding:0 6px 0 0;
    margin:0 8px 0 0;
}

.block-article .actions .google a {
    background-position:0 -4200px;
}

.block-article .actions .facebook a {
    background-position:0 -4300px;
}

.block-article .actions .twitter a {
    background-position:0 -4400px;
}

.block-article .actions .weibo a{
	background:url(../img/skin/weibo.png) 0 0 no-repeat;
}
.block-article #form-message {
    margin:0 0 20px 0;
}

.block-article .timestamp {
    font-style:italic;
    color:#575757;
    font-size:1.1em;
    float:left;
    padding:3px 0 0 0;
    clear:both;
}

.block-article .spip_doc_titre, .block-article .spip_doc_descriptif {
    color: rgb(75, 93, 104);
    font-size: 1.2em;
    line-height: 1.2em;
}

.block-article .spip_doc_descriptif {
    padding: 0px 0px 18px;
}

.block-article h4 {
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.4em;
}

.block-article h5 {
    font-size: 1.2em;
    line-height: 1.2em;
}

.block-article .soustitre {
    padding: 0 0 13px 10px; 
}

.block-article .album {
    text-align:center;
}

.block-article .album li {
    background:none;
    display:inline;
    padding:0 5px;
}

.block-article .album li img {
    margin:0 0 10px 0;
}

.block-search .head .sorting {
    float:right;
    margin:20px 10px 0 0;
}

.block-search .head .sorting span {
    font-size:1.2em;
    color:#4b5d68;
    padding:0;
}

.block-search .head .sorting a {
    font-size:1.2em;
    color: #4b5d68;
}

.block-search .head .sorting strong{
	font-size:1.2em;
}
.block-search .head .sorting a:hover {
    text-decoration: underline;
}

.block-search .head .sorting a.active {
    color: #006296;
    font-weight: bold;
}


/*.block-search .head .sorting .selector {
    width:90px;
}

.block-search .head .sorting .selector span {
    font-size:1.2em;
    background:url(../img/skin/pictos.png) right -5396px no-repeat;
    color:#4b5d68;
    padding:0 20px 0 0;
    display:block;
    text-align:right;
}

.block-search .head .sorting .selector select {
    width:90px;
}

.block-search .head .sorting label {
    display:none;
}*/

.block-search .section {
    padding:0 0 18px 0;
}

.block-search .section .title {
    color:#004b7a;
    font-weight:bold;
    font-size:1.4em;  
    padding:0 0 14px 0;  
}

.block-search .section .list li {
    background:url(../img/skin/pictos.png) 5px -3895px no-repeat;
    padding:0 0 10px 17px;
    color:#006296;
}

.block-search .section .list li.folder {
    background-position:0 -4898px;
}

.block-search .section .list li a {
    font-size:1.2em;
    color:#006296;
}

.block-search .section .list li a:hover {
    text-decoration:underline;
}

.block-search .section .list li .date {
    font-size:1.1em;
    color:#4b5d68;
}

.block-search .section .pager {
    overflow:hidden;
    background:url(../img/skin/bg-pager.png) repeat-x;
}

.block-search .section .pager .in {
    background:#fff;
    float:right;
    padding:3px 0 0 8px;
    min-width:100px;
}

.block-search .section .pager  p {
    color:#004b7a;
    text-align:right;
    display:block;
    float:right;
    font-size:1.2em;
    line-height:1em;
}

.block-search .section .control {
    display:block;
    padding:0;
}

.block-search .section .control  span.previous, .block-search .section .control  strong.previous {
    background-position:0 -5000px;
}

.block-search .section .control  a.previous {
    background-position:0 -5200px;
}

.block-search .section .control  span.next, .block-search .section .control  strong.next {
    background-position:20px -5100px;
}

.block-search .section .control  a.next{
    background-position:20px -5300px;
}

.block-big-map .inner h2 {
    color:#004b7a;
    font-size:1.4em;
    font-weight:bold;
    padding:0 0 8px 0;
}

.block-big-map  #map {
    margin:0 0 20px 0;
    border:1px solid #dcdcdc;
    height:498px;
}

.block-big-map  #map iframe {
    display:block;
}

.block-page .aside {
    overflow:hidden;
    padding:0 0 40px 0;
}

.block-page .aside .block-type-03,
.block-page .aside .block-type-02 {
    float:left;
    width:303px;
    margin:0 10px 0 0;
}

.block-page .aside .block-type-03 .head .title {
    font-size:1.8em;
}

.block-page .aside .block-type-03 .inner  {
}

.block-page .aside .block-last {
    margin:0;
}

.block-page .aside .block-type-02 .inner {
    padding:10px;
    border:0;
}

/* =LINKS 
----------------------------------------------------------------------------- */

.link-type-01,
.block-links a {
    color: rgb(37,102,173);
    font-size:1.2em;
    padding:0 0 0 12px;
    background:url(../img/skin/pictos.png) left -695px no-repeat;
    font-family:'open_sansregular', Arial, sans-serif;
    display:block;
}

/*#sidebar a[href^="http"]:after {
    background:url(../img/skin/pictos.png) right -4599px no-repeat;
    display:inline-block;
    content:'';
    width:12px;
    padding:0 0 0 5px;
    height:11px;
}*/

p .link-type-01 {
    font-size:1em;
}

.link-type-01.b-link {
    font-size:1.3em;
    background-position:0 -694px;
    padding:0 0 3px 12px;
}

.link-type-01:hover,
a.link-type-02:hover {
    text-decoration:underline;
}

.link-type-02 {
    color:#fff;
    font-size:1.2em;
    padding:0 0 0 12px;
    background:url(../img/skin/pictos.png) left -1996px no-repeat;
}

.msie6 .link-type-01,
.msie6 .link-type-02 {
    background:none;
    padding-left:0;
}

.link-type-01.link-top {
    background-position:0 -3995px!important;
}

/* =FORM 
----------------------------------------------------------------------------- */

.selector {
    position:relative;
    cursor:pointer!important;
}

.selector select {
    position:absolute;
    left:0;
    top:0;
    opacity:0;
    width:100%;
    cursor:pointer!important;
    filter:alpha(opacity=0);
}

.selector span {
    display:block;
}

#form-newsletter label {
    color:#27519b;
    font-size:1.2em;
    display:block;
    padding:0 0 8px 0;
    text-align:left;
}

#form-newsletter .newsletters {
    padding:0 0 20px 0;
}

#form-newsletter .newsletters label {
    font-size:1.4em;
    font-weight:bold;
}

#form-newsletter .fake-input {
    border:1px solid #dcdcdc;
    width:281px;
    height:23px;
    position:relative;
    margin:0 0 10px 0;
}

#form-newsletter input.text {
    background:#fff;
    border:0;
    width:249px;
    height:17px;
    line-height:17px;
    color:#7d7d7d;
    font-size:1.2em;
    margin:3px 0 0 5px;
    float:left;
}

.msie6 #form-newsletter input.text {
    width:209px;
}

.block #form-newsletter .fake-input {
    width:100%;
}

.block #form-newsletter input.text {
    width:224px;
}

#form-newsletter input.submit {
    position:absolute;
    display:block;
    overflow:hidden;
    text-indent:-9999px;
    width:28px;
    height:23px;
    top:0px;
    right:0;
    background:url(../img/skin/pictos.png) left -7300px no-repeat;
}

.msie6 #form-newsletter input.submit {
    background:none;
    text-indent:0;
    height:15px;
    top:4px;
    width:50px;
    border:0;
}

#form-newsletter .selector {
    border:1px solid #d6d6d6;
    height:23px;
    width:auto!important;
    cursor:pointer;
    background:url(../img/skin/bg-select.png) left top repeat-x;
}

#form-newsletter .selector.focus {
    border-color:#499dec;
}

#form-newsletter .selector span {
    height:23px;
    line-height:23px;
    color:#333;
    padding:0 20px 0 8px;
    font-size:1.1em;
    width:auto!important;
    background:url(../img/skin/pictos.png) right -2493px no-repeat;
}

#form-newsletter .selector select {
    width:100%!important;
    height:23px;
    font-size:1.1em;
    padding:2px 0;
    cursor:pointer;
}

#form-newsletter .selector span{
    overflow: hidden;
}

#form-message legend {
    color:#004b7a;
    font-size:1.6em;
    padding:0 0 5px 0;
    font-weight:bold;
}

#form-message .content {
    border:1px solid #989898;
    background:#f5f5f5;
    overflow:hidden;
    padding:18px 27px 10px 12px;
}

#form-message .content .bloc-label-input {
    float:left;
    padding:0 0 18px 0;
}

#form-message .content .mail {
    padding:0 75px 18px 0
}

#form-message .content .bloc-label-input label {
    color:#4b5d68;
    font-size:1.2em;
    display:block;
    padding:0 0 5px 0;
}

#form-message .content .bloc-label-input input.text {
    border:1px solid #949494;
    background:#fff;
    height:28px;
    line-height:28px;
    width:213px;
    padding:0 5px;
    font-size:1.2em;
}

#form-message .content .object input.text {
    width:284px;
}

#form-message .content .bloc-label-input textarea {
    border:1px solid #949494;
    background:#fff;
    width:584px;
    height:134px;
    padding:5px;
    resize:none;
    font-size:1.2em;
}

#form-message input.submit {
    text-align:center;
    color:#fff;
    background:#4a9ded;
    height:30px;
    line-height:30px;
    padding:0 20px;
    float:right;
    font-size:1.4em;
    font-family:'montserratregular', Arial, Helvetica, sans-serif;
}

/* =FOOTER 
----------------------------------------------------------------------------- */

#footer {
    background:#323136;
    color:#fff;
}

#footer .inner {
    margin:0 auto;
    width:955px;
    overflow:hidden;
    padding:20px 0 40px 0;
}

#footer .inner .block {
    float:left;
    width:250px;
    margin:0 70px 0 0;
    font-family:'open_sanssemibold', Arial, sans-serif;
    font-weight:normal;
}

#footer .inner .block .title {
    border-bottom:1px solid #fff;
    font-size:1.8em;
    padding:0 0 5px 0;
    margin:0 0 12px 0;
    word-wrap:break-word;
}

#footer .inner .block  a,
#footer .inner .block  span {
    font-size:1.2em;
    background-position:0 -1993px;
}

#footer .inner .block-01 {
    width:255px;
}

#footer .inner .block-02 {
    width:255px;
}

#footer .inner .block-03 {
    width:290px;
    margin:0;
}

#footer .inner .block ul li {
    padding:0 0 12px 0;
}

#footer .inner .block-01 li, #footer .inner .block-03 li {
    float:left;
    width:50%;
}

#footer .inner .block-02 .col-1 li:last-child {
    margin-top:2px;
}

#footer .inner .block-02 .col-1 {
    width:200px;
    float:left;
}

#footer .inner .block .tools {
    width:50px;
    float:right;
    position:relative;
    margin:-5px 0 0 0;
}

#footer .inner .block .tools li {
    float:left;
}

#footer .inner .block .tools .plus {
    background-position:0 -2100px;
    width:27px;
    height:21px;
}

#footer .inner .block .tools .minus {
    background-position:0 -2200px;
    width:21px;
    height:14px;
    margin:7px 0 0 0;
}

#footer .inner .block .tools .rss {
    background-position:0 -2300px;
    width:15px;
    height:15px;
    margin:0;
}

#footer .inner .pied_site{
	clear: both;
	font-size: 1.2em;
	text-align: center;
	padding-top: 2em;
}

/* =FANCYBOX 
----------------------------------------------------------------------------- */


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/skin/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/skin/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/skin/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/skin/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/skin/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/skin/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


#cboxTitle {
    bottom:28px;
    padding:4px 0 0 0;
    background:#fff;
}


/* =MEDIAQUERIES 
----------------------------------------------------------------------------- */

@media only screen and (max-width : 1024px)  {
    html, body, #header .inner, #footer .inner, .menu, #header .top-links {
        width:100%;
    }

    #header .quick-access .a11y,
    #footer .block-02,
    .tools  {
        display:none;
    }

    #header {
        border-bottom:0;
    }
    
    #header .top-links {
        overflow:hidden;
        padding:14px 0;
    }

    #header .core {
        padding:18px 2% 0 5%;
        min-height:190px;
        margin:0;
        height:auto;
    }

    #page-inner {
        width:100%;
        padding:0;
    }

    #page-inner .column {
        width:96%;
        float:none;
        padding:0 2%;
        clear:both;
    }

    #page-inner #main {
        padding:0 2% 20px;
    }

    .home #page-inner #main {
        padding:0 2%;
    } 

    .access {
        padding:0 2% 10px 2%;
    }

    .breadcrumb {
        padding:10px 2% 0;
        float:none;
        width:96%;
    }

    .breadcrumb p {
        font-size:1.4em;
        font-weight:bold;
    }

    #sidebar .block-type-02 {
        width:99.5%;
    }

    #sidebar .block-type-02 .inner {
        padding:2% 2% 1%;
        overflow:hidden;
    }

    #sidebar .block-contact .title {
        display:block;
        float:left;
        font-size:2.8em;
        margin:0;
        width:32%;
    }
    
     #sidebar .block-contact .content {
        padding: 0 0 0 10px;
    }

    #sidebar .block-contact p {
        font-size:2em;
        padding: 0 0 14px 0;
    }

    #sidebar .block-contact p strong {
        display:inline;
        font-weight:normal;
    }

    #sidebar .block-type-02 .content {
        float:left;
        width: 66%;
    }
    
    .block-quick-access .title {
        float:left;
        width:32%;
        font-size:2.2em;
    }
    
    .block-quick-access li {
        float:left;
        padding:0 0 10px 0;
        width:50%;
    }

    .block-quick-access li a {
        font-size:1.6em;
        font-family:'open_sansregular', Arial, sans-serif;
        background-position:0 -690px;
    }
    
    #header .quick-access .lang span {
        font-weight:bold;   
    }

    /*#sidebar > div {
        display:none;
    }*/

    #sidebar .block-contact,
    #sidebar .block-quick-access,
    #sidebar .visible {
        display:block;
    }

    #header #navigation {
        border:0;
        background:none;
        padding:0;
        float:left;
        position:relative;
        left:auto;
        bottom:auto;
        width:47.3%;
        margin:0 0 0 140px;
        clear:left;
        height:53px;
    }

    #header #navigation .menu {
        float:left;
        width:100%;
        position:absolute;
        top:45px;
        z-index:10;
        left:0;
    }

    #header #navigation .menu li {
        border-bottom:2px solid #fff;
        border-left:2px solid #fff;
        border-right:2px solid #fff;
        border-top:0;
        background:rgba(230, 232, 232, 0.9);
        float:none;
        height:auto;
        margin:0;
        padding:0;
        width:100%;
        text-align: left;
    }

    .msie7  #navigation .menu li,
    .msie8  #navigation .menu li {
        background:#dce0e4;
    }

    #header #navigation .menu li:first-child {
        border-top:2px solid #fff;
    }

    #header #navigation .menu li a {
        color:#27519b;
        font-size:1.6em;
        padding:5px 12px;
        display:block;
        font-weight:normal;
        font-family:'open_sanssemibold', Arial, sans-serif;
    }

    #header #navigation .menu li a span {
        width: 100%;
    }

     #header #navigation .menu li a br {
        display:none;
     }

    #header #navigation .menu a:hover {
        background:#4a9ded;
        color:#fff;
    }


    #header #navigation .toggle {
        color:#fff;
        background:#244f9d url(../img/skin/pictos.png) 20px -2986px no-repeat;
        border:0;
        float:left;
        /* width:400px; */
        width:85%;
        height:45px;
        line-height:45px;
        font-size:2.2em;
        font-family:'latoregular', Arial, Helvetica, sans-serif;
        padding:0 0 0 15%;
    }

    #header #navigation .toggle span {
        display:block;
        background:url(../img/skin/pictos.png) right -3086px no-repeat;
    }

    #header #navigation .sub {
        display:none;
    }

    #header .top-links .current {
        display:block;
    }

    #header .top-links a.active, #header .top-links a:hover {
        color:#fff;
    }

    #header .top-links ul {
        float:left;
        position:absolute;
        top:50px;
        width:240px;
        z-index:10;
        right:20px;
    }

    #header .top-links ul li {
        border-bottom:2px solid #fff;
        border-left:2px solid #fff;
        border-right:2px solid #fff;
        border-top:0;
        background:rgba(230, 232, 232, 0.9);
        float:none;
        height:auto;
        margin:0;
        padding:0;
    }

    .msie7  .top-links ul li,
    .msie8  .top-links ul li {
        background:#dce0e4;
    }

    #header .top-links ul li:first-child {
        border-top:2px solid #fff;
    }

    #header .top-links ul li a {
        color:#27519b;
        font-size:1.6em;
        padding:5px 12px;
        display:block;
        background:none;
        float:none;
        font-weight:normal;
        font-family:'open_sanssemibold', Arial, sans-serif;
        height:auto;
    }

    #header .top-links ul a:hover {
        background:#4a9ded;
        color:#fff;
    }

    #quick-search {
        width:27.5%;
        clear:both;
    }

    #quick-search .bloc-label-input  {
        width:100%;
        height:43px;
    }

    #quick-search .bloc-label-input input.text {
        height:43px;
        line-height:43px;
        font-family:'latobold', Arial, Helvetica, sans-serif;
        font-size:2.2em;
        font-weight:normal;
        width:80%;
    }

    #quick-search .bloc-label-input input.submit {
        background-position:0 -3300px;
        width:20px;
        height:27px;
        top:8px;

    }

    #header .quick-access .lang {
        padding:0
    }

    #header .group-title {
        /* width:75%; */
        padding:0 0 15px 0;
        height:107px;
        width:auto;
        max-width:565px;

    }

    #header .title {
        /* font-size:5.5em; */
        font-size:3.5em;
        padding:0;
        line-height:1.2em;
    }

    #header .sub-title {
        font-size:2.5em;
        padding:0 0 10px 0;
    }
    
    #retour_haut, #retour_haut a {
        display: block;
        position: fixed;
        z-index: 999999;
        bottom: 10px;
        right: 10px;
        width: 80px;
        height: 80px;
    }

    .block-type-01 {
        width:100%;
    }

    .block-type-01 .caption {
        width:50%;
    }

    .block-type-01 .pager {
        width:50%;
    }

    .block-type-01 .caption .inner {
        padding:5%;
    }

    .block-type-01 .caption .content {
        display:none;
    }

    .block-type-01 .picture {
        width:50%;
        height:250px;
        position:relative;
    }

    .msie7 .block-type-01 .slides li {
        background:#27519B;
    }

    .msie7 .block-type-01 .picture {
        width:49%;
    }

    .block-type-01 .picture img {
        max-width:none;
        position:absolute;
        top:0;
        left:0;
        width:110%;
    }

    .block-type-01 .caption .title {
        font-size:3em;
    }

    .page-home #main .block-news {
        margin-right:0;
    }

    .page-home #main .block-news .content {
        width:100% !important;
    }

    .page-home #main .block-news .picture {
        display:none;
    }

    .page-home #main .block-links {
        width:100%;
    }
    
    .page-home #main .block {
        width:50%;
    }

    .msie7 .page-home #main .block {
        margin:0;
    }

    .page-home #main #container .block .block-type-04,
    .page-home #main #container .block .block-type-03 {
        width:96%;
        max-width:none;
    }

    .page-home #main #container .block.full-w .block-type-04,
    .page-home #main #container .block.full-w .block-type-03 {
        width:100%;
    }

    .page-home #main .block .block-media {
        width:100%;
    }
    
    .block-type-04 .head {
        margin:0 15px;  
    }
    
    .block-type-04 .inner {
        padding:10px 15px;  
    }

    .block-type-04 .pager {
        padding:6px 0 0 0;
    }

    .block-content .inner,
    .block-section .inner,
    .block-mini-agenda .inner li .content,
    .block-mini-news .inner,
    .block-news .inner,
    .block-links .inner,
    .block-map .inner,
    .block-page .inner {
        font-size:1.2em;
    }

    .block-mini-agenda .inner li .link-type-01 {
        display:block;
        font-size:1.2em;
    }

    .block .block-mini-agenda .inner li .content {
        padding:0 10px 0 0;
        width:70%;
    }
    
    .block-mini-agenda .inner li .link-type-01 {
        background-position:0 -691px;
    }

    .block-mini-agenda .inner .b-link {
        font-size:1.6em;
    }

    #footer .inner .block {
        width:42%;
        margin:0 4%;
    }

    #footer .inner .block .title {
        font-size:2em;
    }

    #footer .inner .block  a {
        font-size:1.4em;
        background-position:0 -1992px;
    }

    .block-sitemap .col,
    .block-sitemap .col.last {
        width:28%;
        padding:0 5% 0 0;
    }

    .block-type-04 .head .title,
    .block-type-03 .head .title {
        font-size:2.6em;
    }

    .block-page.block-agenda .inner li .content {
        width:85%;
    }

    .block-months .col-1,
    .block-months .col-2 {
        width:23%;
        padding:0 2% 10px 0;
    }

    .block-months li a,
    .block-months li span {
        width:100%!important;
    }

    .block-article h3 {
        background:none;
        padding-left:0;
    }

    .block-article h3 .link-top {
        display:none;
    }

    .block-article .picture .legend {
        display:none;

    }

   /*  .block-article .picture {
       margin:0 18px 0 0;
   } */

    .block-page .aside .block-type-03, .block-page .aside .block-type-02 {
        width:100%;
        margin:0 0 20px 0;
    }

    #form-message .content {
        padding:18px 4% 10px 2%;
    }

    #form-message .content .bloc-label-input {
        width:100%;
        padding:0 0 18px 0;
    }

    #form-message .content .bloc-label-input input.text {
        width:96%;
        padding:0 2%;
    }

    #form-message .content .bloc-label-input textarea {
        width:96%;
        padding:0 2%;
    }

    .link-type-01,
    .block-section .inner a {
        background-position:0 -693px;
    }

    .link-type-01.b-link {
        background-position:0 -693px;
    }

    #header .quick-access {
        float:none;
    }

    .block-contact .title span {
        background-position:right -796px;
    }

    .block #form-newsletter input.text {
        width:86%;
    }

	.block-type-03 .picture img,.block-type-03.block-content .spip_logos{
    	max-width:100%;
    }
}

@media only screen and (max-width : 767px)  {
    #header .logo {
        width:80px;
        height:75px;
        background:url(../img/skin/logo-mae-mini.png) left top no-repeat;
	}

    #header #navigation .menu {
        top:45px;
    }

    #header .group-title {
        padding:0;
        height:auto;
        max-width:230px;
     }

    #header .group-title .title {
        font-size:2em;
        padding:0 0 5px 0;
    }

    #header .group-title .sub-title {
        font-size:1.4em;
    }

    #header .top-links .current, 
    #header .top-links .toggle {
        font-size:1.3em;
        height:25px;
        line-height:25px;
        padding:0 10px;
    }
    
    #header .top-links .toggle,
    #header .top-links .toggle:hover,
    #header .top-links .toggle.active {
        background-position:right -3389px!important;
        padding:0 25px 0 10px;
    }

    #header .top-links ul {
        top:40px;
    }

    #header .core .logo {
        width:60px;
        height:60px;
        margin:0 10px 0 10px;
    }

    #header .core {
        background-image:url(../img/skin/bg-header.png) !important;
        padding-left:0;
        padding-right:0;
        min-height:auto;
        height:auto;
    }

    #header .quick-access {
        float:none;
        clear:both;
    }

    #header .quick-access .lang {
        padding:0 2% 5px 0;
    }

    #header .quick-access .lang li {
        font-size:1.4em;
        background-position:0 -194px;
    }
    
    #retour_haut { 
        background: url(../img/skin/fleche_hautdepage.png) no-repeat -10px;
    }
    
    #retour_haut, #retour_haut a {
        display: block;
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 60px;
        height: 60px;
    }

    #quick-search {
        width:100%;
        top:auto;
        position:relative;
        right:0;
    }

    #quick-search .bloc-label-input {
    }

    #quick-search .bloc-label-input input.text {
        font-size: 1.8em;
        width: 80%;
    }

    #header #navigation {
        float:none;
        width:100%;
        margin:0;
        height:45px;
        clear:both;
    }

    #header #navigation .toggle {
        font-size:1.8em;
        padding:0 0 0 16%;
        width:84%;
        background-position:15px -2986px;
        font-weight:normal;
        font-family:'open_sanssemibold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    .block-type-01  {
        height:auto;
        max-height:none;
        position:relative;
    }

    .block-type-01 li {
    }

    .block-type-01 .caroufredsel_wrapper {
        height:350px!important;
    }

    .block-type-01 .caption {
        width:100%;
        height:150px;
        min-height:150px
    }

    .block-type-01 .caption .inner {
        padding:3%;
    }

    .block-type-01 .caption .inner .date {
        padding:0 0 8px 0;
    }

    .block-type-01 .caption .title {
        font-size:1.9em;
        line-height:1.2em;
        font-weight:500;
    }

    .block-type-01 .picture {
        width:100%;
        height:185px;
    }

    .msie7 .block-type-01 .picture,
    .msie7 .block-type-01 .caption {
        width:100%;
    }

    .block-type-01 .picture img {
        width:100%;
    }

    .block-type-01 .pager {
        bottom:25px;
        left:0;
        top:auto;
        width:100%;
        height:10px;
    }

    .page-home #main #container .block .block-type-04,
    .page-home #main #container .block .block-type-03 {
        width:100%;
    }

    #footer .inner .block {
        width:96%;
        margin:0 2%;
    }

    #footer .inner .block ul li {
        float:none!important;
        width:auto;
    }

    .page-home #main .block .block-type-04,
    .page-home #main .block .block-type-03 {
        width:100%;
        max-width:none;
    }

    .page-home #main .block {
        width:100%;
    }

    .block-map #map {
        height:150px;
        overflow:hidden;
    }
    
    .block-news .inner li p {
        font-size:1.3em;
    }
    
    .block-news .inner li .title {
        font-size:1.7em;
    }
    
    #sidebar .block-type-02 .content {
        width: 100%;
    }
    
    #sidebar .block-contact .content {
        padding:0;  
        width:100%;
    }

    #sidebar .block-contact .title {
        font-size:2.5em;
        width:100%;
    }

    #sidebar .block-contact p {
        font-size:1.7em;
    }

    .block-quick-access .title {
        font-size:2em;
        width:100%;
        font-weight: lighter;
    }

    .block-quick-access li {
        float:none;
        width:auto;
        padding:0;
    }

    .block-quick-access li a {
        font-size:1.6em;
        line-height:1.6em;
        background-position:0 -691px;
        font-weight:normal;
        font-family:'open_sanssemibold', Arial, "Helvetica Neue", Helvetica, sans-serif;
    }

    #sidebar .block-type-02 .inner,
    .aside .block-type-02 .inner {
        padding:2%;
    } 

    #sidebar .block-type-02,
    .aside .block-type-02 {
        margin:0 0 20px 0;
    }

    .block .block-mini-agenda .inner li .content {
        width:70%;
    }

    .block-sitemap .col,
    .block-sitemap .col.last {
        width:100%;
        padding:0 0 20px 0;
    }

    .block-type-04 .head .title, .block-type-03 .head .title {
        font-size:2em;
    }

    .block-page.block-agenda .inner li .content {
        width:70%;
    }

    .block-months .col-1 {
        width:46%;
        padding:0 4% 20px 0;
    }

    .block-months .col-2 {
        width:46%;
        padding:0 0 20px 4%;
    }

    .block-months li a,
    .block-months li span {
        width:100%!important;
    }

    .link-type-01.b-link {
        background-position:0 -691px;
    }

    .block-article .picture img {
        width:100%;
    }

    .block-big-map #map {
        height:230px;
    }

	.block-type-03.block-content.frise{
    	display:none;
    }
}

@media only screen and (max-width : 420px)  {

    .block-article .picture img {
        display:block;
    }

    .block-article .picture a {
        width:100%;
    }

    .block-article .picture {
       margin:0 0 18px 0;
       width:100%;
       height:auto;
    }

    .block-article .picture ul {
        padding:0;
    }

}


/*  =PRINT
----------------------------------------------------------------------------- */

@media print {
    p, blockquote { orphans: 2; widows: 2; }

    #footer,
    #sidebar,
    .block-article #form-message,
    .block-article .actions,
    .block-article h3 .link-top,
    #header .top-links,
    #header .logo,
    #header .sub-title,
    #header .quick-access,
    #quick-search,
    #header #navigation,
    .link-type-01.link-top,
    .block-article .timestamp {
        display:none;
    }

    #header {
        border:0;
    }

    #header .core {
        min-height:50px;
        padding:0;
        margin:0;
    }

    #header .group-title {
        width:100%;
    }

    .block-type-03 .inner {
        border:0;
    }

    .block-article .nav-sommaire, .block-article #tablematiere {
        border:0;
    }

    #main {
        float:none;
        width:100%;
    }
    
}