/**
 * Copyright (C) 2012 choosit.com
 * http://choosit.com
 * Template		: Polytech
 * Joomla		: 2.5
 * @license 	: 
 * @ version	: 1.0
**/

/*
KNACSS.com V1.2 @author : Raphael Goetter, Alsacreations
Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*/


/* General settings */
@font-face {
	font-family: 'HelveticaNeueLTStd55Roman';
	src: url('../fonts/helveticaneueltstd-roman-webfont.eot');
	src: url('../fonts/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
	url('../fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneueltstd-roman-webfont.svg#HelveticaNeueLTStd55Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd75Bold';
	src: url('../fonts/helveticaneueltstd-bd-webfont.eot');
	src: url('../fonts/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneueltstd-bd-webfont.woff') format('woff'),
	url('../fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneueltstd-bd-webfont.svg#HelveticaNeueLTStd75Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd65Medium';
	src: url('../fonts/helveticaneueltstd-md-webfont.eot');
	src: url('../fonts/helveticaneueltstd-md-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneueltstd-md-webfont.woff') format('woff'),
	url('../fonts/helveticaneueltstd-md-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneueltstd-md-webfont.svg#HelveticaNeueLTStd65Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTStd45Light';
	src: url('../fonts/helveticaneueltstd-lt-webfont.eot');
	src: url('../fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
	url('../fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
	url('../fonts/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ----------------------------- */
/* summary */
/* ----------------------------- */
/*
1- colors
2- reset
3- layout and modules
4- header
5- sidebar
6- footer
7- forms
8- main
9- iefix
10- print
11- mobile
*/

/* ----------------------------- */
/* ==colors */
/* ----------------------------- */
.bleu { color:#004878; }
.bleu_clair { color:#009ee0; }
.gris_clair { color:#f5f3f1; }
.gris { color:#999999; }
.vert { color:#a9b800; }
/* ----------------------------- */
/* ==reset */
/* ----------------------------- */

/* base font-size corresponds to 10px */
html {font-size: 62.5%;}
body {
    background-color: #f5f3f1;
    color: #000;
    font:12px/19px 'HelveticaNeueLTStd55Roman', Helvetica, Arial, sans-serif;
}

/* HTML5 tags */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}

/* soft reset */
html, body, blockquote, ul, ol, form {margin: 0; padding: 0;}
ul, ol {padding-left: 2em; list-style: none;}
.mreset {margin: 0;}
.preset {padding: 0;}

/* font-sizing for content */
li, td, th, textarea, caption, pre {font-size: 12px;}
li li, li p, td p, th p, li h1, li h2, li h3, li h4, li h5, li h6, button, input, select {font-size: 100%;}
h1, .h1-like {font-size: 2.4em; } /* 24 pixels */
h2, .h2-like {font-size: 18px; } /* 20 pixels */
h3, .h3-like {font-size: 1.4em; } /* 18 pixels */
h4, .h4-like {font-size: 1.1em; } /* 16 pixels */
h5, .h5-like {font-size: 1em; } /* 14 pixels */

/* alternate font-sizing */
.smallest {font-size: .7em;}
.smaller {font-size: .8em;}
.small {font-size: .9em;}
.big {font-size: 1.07em;} /* 15 pixels */
.bigger {font-size: 1.14em;} /* 16 pixels */
.biggest {font-size: 1.28em;} /* 18 pixels */

/* avoid collapsing margins */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
    margin-top: 0;
}

/* avoid last paragraph bottom margin */
p:last-child {margin-bottom: 0;}

/* styling headings */
h1, .h1-like,h1 a { color:#009ee0; line-height:28px; text-decoration: none; font-weight:normal; margin:0; padding:0; padding-bottom:0.5em; }
h2, .h2-like,h2 a { color:#004878; line-height:24px; text-decoration: none; font-weight:normal; margin:0; padding:0; padding-bottom:0.4em;}
h3, .h3-like { color:#383838; line-height:18px; text-decoration: none; font-weight:normal; margin:0; padding:0; padding-bottom:0.3em;}
h4, .h4-like {color:#999999; line-height:16px; text-decoration: none; font-weight:normal; text-transform: uppercase; margin:0; padding:0; padding-bottom:0.2em;}
h5, .h5-like {}
h6, .h6-like {}

/* max values */
img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
    max-width: 100%; height: auto;
}
hr { color:#e5e4e2; height:1px; opacity:0.5; }
/* you shall not pass */
textarea, table, td, th, code, pre, samp, div, p {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}
code, pre, samp {
    white-space: pre-wrap;
}

/* links */
a, a:visited { color:#004877; }
a:hover { color:#009ee0; }
a img {border: 0;}

/* gradients */
/* http://www.colorzilla.com/gradient-editor/ */


/* ----------------------------- */
/* ==layout and modules */
/* ----------------------------- */

/* switching box model for all elements */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

/* float layout */
/* ----------- */

/* block that can contains several .mod , can contains floats */
.line {}

/* module, contains floats */
.mod {padding: 2em}
.moduletable { width:auto;  }
/* generaly inside .mod, can contains .item */
.items {}

/* fluid, contains floats, can be placed next to a float */
.item {overflow: hidden;}

/* table layout */
/* ------------------ */
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.row > *, .col {
    display: table-cell;
    padding: 1em;
}

/* blocks that needs to be placed under floats */
.clear, .line, .row {clear: both}

/* blocks that can contains floats */
.clearfix:before, .clearfix:after,
.line:before, .line:after,
.mod:before, .mod:after {
    content: ""; display: table;
}
.clearfix:after, .line:after, .mod:after {
    clear: both;
}

/* alignments (blocks and inline) */
/* ----------------------------- */

/* left elements */
.left {float: left; margin-right: 2em}
.mod.left, .col.left {margin-right: 0}

/* right elements */
.right {float: right; margin-left: 0}
.mod.right, .col.right {margin-left: 0}

.center {margin: auto}
.txtleft {text-align: left}
.txtright {text-align: right}
.txtcenter {text-align: center}

/* 1em gutter between elements if parent is .gut */
.row.gut > * + * {
    border-left: 1em solid #fff; /* must be color of parent background */
}
.line.gut > .left {margin-right: 2em}
.line.gut > .right {margin-left: 1em}

/* "multicolumns" with % gutter */
.line.gut2 > * {width: 49%}
.line.gut2 > * + * {margin-left: 2%}
.line.gut3 > * {width: 32.333%}
.line.gut3 > * + * {margin-left: 1.5%}
.line.gut4 > * {width: 24%}
.line.gut4 > * + * {margin-left: 1.333%}

/* juste inline-block */
.inbl {display: inline-block;}

/* blocks widths (percentage and pixels) */
.w10 {width: 10%}
.w20 {width: 20%}
.w25 {width: 25%}
.w30 {width: 30%}
.w33 {width: 33.333%}
.w40 {width: 40%}
.w50 {width: 50%}
.w60 {width: 60%}
.w66 {width: 66.666%}
.w70 {width: 70%}
.w75 {width: 75%}
.w80 {width: 80%}
.w90 {width: 90%}
.w100 {width: 100%}

.w50p {width: 50px}
.w100p {width: 100px}
.w150p {width: 150px}
.w200p {width: 200px}
.w300p {width: 300px}
.w400p {width: 400px}
.w500p {width: 500px}
.w600p {width: 600px}
.w700p {width: 700px}
.w800p {width: 800px}
.w960p {width: 960px}
.mw960p {max-width: 960px}

/* margins */
.mt1 {margin-top: 1em}
.mt2 {margin-top: 2em}
.mr1 {margin-right: 1em}
.mr2 {margin-right: 2em}
.mb1 {margin-bottom: 1em}
.mb2 {margin-bottom: 2em}
.ml1 {margin-left: 1em}
.ml2 {margin-left: 2em}

/* paddings */
.pt1 {padding-top: 1em}
.pt2 {padding-top: 2em}
.pr1 {padding-right: 1em}
.pr2 {padding-right: 2em}
.pb1 {padding-bottom: 1em}
.pb2 {padding-bottom: 2em}
.pl1 {padding-left: 1em}
.pl2 {padding-left: 2em}
/* hiding content */
.visually-hidden { /* always hidden for screens */
    position: absolute; left:-7000px; text-indent:-7000px; overflow: hidden
}
.desktop-hidden {display: none} /* hidden on desktop */
.mobile-hidden {} /* hidden on mobile */
.tablet-hidden {} /* hidden on tablets */
.phone-hidden {} /* hidden on smartphones */


/* ----------------------------- */
/* ==header */
/* ----------------------------- */
#subheader { height:140px; text-align:center; background-color: #eae6df; width:100%; }
#header { height:140px; padding:0; overflow: hidden; position:relative;  }
#sous_header { position:relative; margin:0; text-align:center; width:100%; height:45px; background: #004878 url(../images/menu_horizontal_fd.png) 0 0 repeat-x;  }
#submenu { position:absolute; left:0; top:0; width:100%; height:35px; z-index: 199; }
#submenu2 { position:relative; left:0; top:0; width:960px; margin:0 auto; height:35px; }

/*#submenu2 { position:absolute; left:0; top:0; z-index:104; }*/
.moduletable { float:left;  }
.moduletable h3 { font-weight:normal;  }
#logo{ 
        width:198px;
        height:148px;
        margin:0; 
        background:url(../images/logo.png) 0px 45px no-repeat; 
        float:left;      
        cursor: pointer;
}  
#illustration{ 
        width:674px;
        height:148px;
        margin:0; 
        background:url(../images/header_illustration.png) left top no-repeat; 
        float:right;
} 
#sup_content { height:43px; background:url(../images/pixels_sous_menu.png) 115px 1px no-repeat;  }

#search { 
        position:absolute;
        top:0;
        right:0;
        width:413px; 
        height:36px; 
        margin:0; 
        padding:0; 
        color:#FFF; 
        background:url(../images/search_fd.png) left top no-repeat; 
}

/* Langues */

.mod-languages_langues { padding-left:10px; float:left; }
.mod-languages_langues ul { margin:0; padding:0; float:left; list-style: none; }
.mod-languages_langues ul li { margin:0; padding:0; float:left; list-style: none; }
.mod-languages_langues ul li a { display:block; float:left; padding:5px; padding-top:11px; }

/* Facebook / Rss / */
#search a.contact { display:block; float:left; background:url(../images/email.png) 0 12px no-repeat; padding:5px; padding-left:19px; padding-top:8px; padding-bottom:15px; text-transform: uppercase; color:#FFF; font-size:11px; text-decoration: none; margin-left:5px; font-family:'HelveticaNeueLTStd75Bold', Helvetica, Arial,sans-serif; }
#search .separator {  height:36px; width:7px; background:url(../images/search_separator.png) left top no-repeat; float:left; padding-right:2px; }
#search .rss { display:block; float:left; padding:5px; padding-top:10px;  }
#search .facebook { display:block; float:left; padding:5px; padding-top:10px; }
/* Rechercher Module */
.search_recherche { display:block; float:left; padding:5px; padding-top:7px; }
.search_recherche input { color:#a0a0a0; float:left; height:23px; width:133px; border:0; background-color: #FFF; padding-left:5px; font-family:arial, sans-serif; font-size:10px; text-transform: uppercase; }
.search_recherche input[type="image"]{ float:left; height:23px; width:27px; padding:0; }



/* ----------------------------- */
/* ==buttons */
/* ----------------------------- */


a.button {
    /* Sliding right image */
    background: transparent url('../images/btn-right.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 1em;
    padding-right: 7px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    
    /* FONT PROPERTIES */
    text-decoration: none;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    text-transform: uppercase;
}
a.button span {
    /* Background left image */ 
    background: transparent url('../images/btn-left.png') no-repeat; 
    display: block;
    line-height: 25px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 7px 5px 5px 18px;
    min-width:127px;
    }     
a.icon span { padding-left:35px; }

/* ----------------------------- */
/* ==sidebar */
/* ----------------------------- */

/* MENU VERTICAL GAUCHE */
.moduletable_page { width:100%; float:left; margin:0; padding:0; }
.moduletable_page h3 { padding:0; margin:0; line-height:30px; font-size:12px; background: url(../images/menu_page_entete.png) bottom left repeat-x; color:#a7a29c; padding-left:10px; margin-top:0; margin-bottom:0;  padding-top:11px; padding-bottom:9px; text-transform: uppercase; box-shadow:1px 1px 1px 1px #edebe9; font-weight:normal; }
.moduletable_page ul { margin:0; padding:0; width:100%; border-right: 1px solid #e1e0df; }
.moduletable_page ul li { margin:0; padding:0; list-style-image: none; width:100%;  border-bottom: 1px solid #e1e0df; background: #faf9f8 url(../images/puce_off.png) 169px 10px  no-repeat; padding-left:10px; padding-right:21px; padding-top:10px; padding-bottom:10px;  }
.moduletable_page ul li a { font-family:'HelveticaNeueLTStd55Roman', Helvetica, Arial,sans-serif; line-height:15px; font-weight:bold; text-decoration: none;  color:#004878;  font-size:12px; }
.moduletable_page ul li a:hover,.moduletable_page ul li.active a { color:#009ee0; }
.moduletable_page ul li.active,.moduletable_page ul li:hover { background: #FFF url(../images/puce_on.png) 169px 10px no-repeat; }

/* .moduletable_page ul li.parent { background: #FFF url(../images/puce_close.png) 169px 10px no-repeat; }*/
/*.moduletable_page ul li.parent:hover { background: #FFF url(../images/puce_open.png) 169px 10px no-repeat; }
.moduletable_page ul li.open { background: #FFF url(../images/puce_open.png) 169px 10px no-repeat; }*/


ul.menu_page li ul { display:none; }
ul.menu_page li.active ul { display:block; border:none; padding-top:2px; }
ul.menu_page li.active ul li {  background-color: #fff; border:none; background: #FFF url(../images/next_bleu_clair.png) 0px 10px no-repeat; padding:4px 0 4px 15px;  }
ul.menu_page li.active ul li a { color:#004878;line-height: 18px; font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial,sans-serif; font-weight:400;  }
ul.menu_page li.active ul li.active a { color:#009ee0; }
ul.menu_page li.active ul li a:hover,ul.menu_page li.active ul li.active a { color:#009ee0; }



/* Module Peip*/
.moduletable_peip { padding:0; margin:0; margin-bottom:20px; float:right; }
.custom_peip { padding:0; margin:0; }
.custom_peip a { display:block; width:303px; height:54px; background:url(../images/moduletable_peip.png) 0px 0px no-repeat;  font-size:25px; color:#009ee0; margin-top:5px; padding-left:0.8em; line-height:54px; font-weight:normal; text-decoration:none; font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial, sans-serif; }
.custom_peip a span { color:#FFF; }
.custom_peip a:hover { background-position:0 -54px; }

/* 10 Specialites */
.moduletable_specialites { float:right; }
.moduletable_specialites h3 { width:303px; height:90px; font-size:25px; color:#009ee0; padding-left:15px; padding-top:20px;  line-height:28px; font-weight:normal; background:url(../images/10-specialites-top.png) 0px 0px no-repeat; margin-top:0px; font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial, sans-serif; }
.moduletable_specialites h3 span { color:#FFF; }
ul.menu_specialites { list-style-image: none; margin:0; padding:0; width:303px; }

/* LI */
ul.menu_specialites li { background-color:#003f69; list-style-image: none; margin:0; padding:0; width:303px; border-bottom:#1a5b86 solid 1px; }
ul.menu_specialites li.odd { list-style-image: none; background-color: #004878; }

ul.menu_specialites li a { 
            display:block; position: relative;
            padding-left:20px; padding-top:5px; padding-bottom:5px; padding-right:40px;  
            font-size:12px; font-weight:normal; color:#FFF; text-decoration:none; 
            font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial, sans-serif;
            background-color:transparent;
}
.moduletable_specialites ul li a.evidence {  }
.moduletable_specialites ul li a div.arrow { display:block; position: absolute; width:17px; height:18px; top:5px; right:10px; background:url(../images/menu_specialites_puce.png) 0px 0px no-repeat; }
.moduletable_specialites ul li.last_child a { 
        border-color: #FFF; border-bottom-right-radius:4px; border-bottom-left-radius:4px;
}
.moduletable_specialites ul li.last_child a:hover,.moduletable_specialites ul li.odd.last_child a:hover { border-color: #FFF; background-color:#a9b800; }
.moduletable_specialites ul li.last_child { border-color: #FFF; border-bottom-right-radius:4px; border-bottom-left-radius:4px; }
.specialite_shadow { display:block; width:303px; height:24px; background:url(../images/10-specialites-shadow.png) 0px 0px no-repeat;
}


/* Bloc Boutons Accueil */
.btn_couleurs {margin:0; padding:0;  float:left; width:188px; height:279px; padding-left:0.1em; margin-top:-2px; }
.btn_couleur { width:188px; height:83px; margin-bottom:0.5em; padding-left:3.1em; padding-top:1.4em; padding-bottom:1.8em;  }
.btn_couleur a { color:#FFF; font-weight:normal; display:block; float:left; text-decoration: none; font-size:13px; text-shadow: 1px 1px 1px #242626; font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial, sans-serif; }
.btn_couleur a.first {  line-height:1.2em; font-weight:normal; padding-bottom:0; }
.btn_couleur a.second { line-height:1.5em; font-weight:normal; padding-top:0.4em; padding-bottom:0; font-weight:normal;  }
.btn_couleur a.seul { line-height:1.4em; font-weight:normal;  padding-top:0; padding-bottom:1em;  }


.integrer_ecole { background:transparent url('../images/btn_integrer_ecole.png') 0 0 no-repeat;  }
.cycle_preparatoire { background:transparent url('../images/btn_cycle_preparatoire.png') 0 0 no-repeat; }
.stage { background:transparent url('../images/btn_stage.png') 0 0 no-repeat; }

/* ----------------------------- */
/* ==footer */
/* ----------------------------- */
#subfooter { width:100%;  background-color: #FFF; }
#footer { }
ul.menu_pied_page { list-style:none; margin:0; padding:0; width:650px; float:left; display:block;  }
ul.menu_pied_page li { list-style:none; margin:0; padding:0; float:left; width:149px; line-height:14px;  margin:10px 0px 10px 10px; }
ul.menu_pied_page li.long { width:173px; }
ul.menu_pied_page li.first { margin-left:0; }
ul.menu_pied_page li.last_child { margin-right:0; }
ul.menu_pied_page a { text-decoration: none; color:#404040; }
ul.menu_pied_page li a {  font-size:12px; font-weight:normal; font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial,sans-serif; }
ul.menu_pied_page li ul { list-style:none; margin:0; padding:0; margin-top:1em; min-height:80px; }
ul.menu_pied_page ul li { line-height:14px; margin:0; width:100%; }
ul.menu_pied_page ul li a { font-size:11px; font-weight:normal; font-family:'HelveticaNeueLTStd55Roman', Helvetica, Arial,sans-serif; }
ul.menu_pied_page ul li a:hover { font-size:11px; color:#181818; }

/* Menu boutons */
ul.menu_boutons { margin:0; padding:0; float:right; width:300px; height:80px; margin-left:0px; margin-top:20px; list-style-image: none; }
ul.menu_boutons li { margin:0; padding:0; float:left; width:140px; height:40px; position: relative; list-style-image: none; }
ul.menu_boutons li.long { width:160px; }
ul.menu_boutons li.long a.button span { min-width:153px; }
ul.menu_boutons div.icone { position:absolute; left:8px; top:7px; z-index:110; width:20px; height:20px; background: url(../images/menu_boutons_pictos.png) top left no-repeat; }
ul.menu_boutons li a.annuaire div { background-position: top left; }
ul.menu_boutons li a.connect div { background-position: top right; }
ul.menu_boutons li a.poly div { background-position: bottom left; }
ul.menu_boutons li a.intranet div { background-position: bottom right; }

/* Menu Outils */
.moduletable_outils {float:right; }
.menu_outils { float:right; width:300px; height:104px; background-color:#eceae7; padding:1em; margin-top:2em; margin-left:0px; margin-right:0; list-style-image: none; border-radius:2px;  }
.menu_outils li { width:100%; width:250px; background-color:#eceae7; padding-left:2em; list-style-image: none; background:transparent url('../images/menu_outils_puce.png') 1em 0.5em no-repeat;  }
.menu_outils li a { text-decoration: none; color:#666666; font-weight:normal; font-size:12px; display: inline; }
.menu_outils li a:hover { color:#403f3f; }

/* Logos */

ul.logos { margin:0; padding:0; width:960px; list-style-image: none; }
ul.logos li { margin:0; padding:0; float:left; width:160px; text-align: center;  list-style-image: none;}
.logo_bas { margin:0 auto; line-height:150px; position: relative; }
.logo_bas img { display:none; position:absolute; left:0; top:0; }
.um2 { margin-left:0; margin-right:auto;  width: 72px; height:40px; background: transparent url('../images/logo_um2_nb.png') 50% 50% no-repeat; }
.polytech { margin-top:3px; margin-left:30px; width:47px; height:30px; background: transparent url('../images/logo_polytech_nb.png') 50% 50% no-repeat; }
.etat { width:46px; height:40px; background: transparent url('../images/logo_etat_nb.png') 50% 50% no-repeat; }
.cti { width:47px; margin-top:3px;  height:32px; background: transparent url('../images/logo_cti_nb.png') 50% 50% no-repeat; }
.cge { width:99px; margin-top:3px; height:31px; background: transparent url('../images/logo_cge_nb.png') 50% 50% no-repeat; }
.cdefi { margin-right:0; margin-left:auto; width:107px;  height:44px; background: transparent url('../images/logo_cdefi_nb.png') 50% 50% no-repeat; }



/* ----------------------------- */
/* ==forms */
/* ----------------------------- */

form, fieldset {border: none}
input, button, select {
  vertical-align: middle; /* @bugfix alignment */
}

/* ----------------------------- */
/* ==main */
/* ----------------------------- */

.content { background-color:#FFF; margin-top:5px; margin-bottom:4em; box-shadow:1px 1px 1px 1px #edebe9; }
.relative { position:relative; }
.pixels { 
        position:absolute;
        bottom:1.4em;
        right:2em;
        width:88px;
        height:42px;
        background: transparent url('../images/interne_pixels.png') 0 0 no-repeat;
}
.moduletable_breadcrumbs { width:100%; }
.breadcrumbs_breadcrumbs { width:100%; line-height:45px; font-size:11px; text-transform:uppercase; font-weight:600;  color:#999999; border-bottom:1px solid #e1e0df; margin-bottom:2em; }
a.pathway { line-height:45px; color:#999999; text-decoration: none; font-weight:normal; font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial,sans-serif; }
.breadcrumbs_breadcrumbs span { color:#004877; font-weight:normal; font-family:'HelveticaNeueLTStd65Medium', Helvetica, Arial,sans-serif; }

ul.pagenav { list-style: none; margin:0; padding:0; }
ul.pagenav li { float:left; padding:0.5em; }
ul.pagenav li:first-child { padding-left:0; }
.pagenav a { color:#004877; text-decoration: none; }
.pagenav a:hover { color:#009ee0; }

/* page Actualites */
.moduletable h3 { color:#009ee0; font-size:12px; font-weight:normal; text-transform: uppercase; margin:0; padding:0; font-family:'HelveticaNeueLTStd75Bold', Helvetica, Arial,sans-serif;}
.category-jump { }
a.see_more { font-size:1.2em; line-height:1.4em; color:#009ee0; font-weight:600; text-decoration:none; padding-bottom:0; }
a.see_more:hover { color:#004878; }
table.category { width:100%; border:0;  }
table.category td.list-title,table.category tr.odd td.list-title { border-bottom:1px solid #e1e0df; padding-bottom:2em; padding-top:1em; padding-left:0; }
table.category tr.odd { background-color:#FFF; }
table.category td.list-title h4 { paddin-bottom:1em; }
table.category td.list-title h2 { paddin-top:0; }
table.category tr:nth-child(odd) { background-color:#FFF; }

/* Rechercher Composant */
#searchForm .searchintro { padding-left:1em; }
#searchForm fieldset { margin:0; padding:0; padding:1em; }
#searchForm legend { float:left; margin:0; padding:0; font-weight:bold; }
#searchForm label { font-weight:bold; line-height:2em;  }
#searchForm .phrases-box { float:left; line-height:2em; }
#searchForm .ordering-box { clear:both; padding-top:10px;  }
#searchForm .form-limit { margin:0; padding:1em; padding-top:0; clear:both; }
#searchForm .counter {  margin:0; padding:0; padding-left:0.9em; font-size:12px;}
dl.search-results { padding-left:0.9em; font-size:12px; }
.result-title {  }
.result-title a { font-weight:bold; font-size:13px; text-decoration: none; padding-top:1em; }
.result-title a:first-child { padding-top:0; }


/* Lire un article */

.img-fulltext-left { float:left; padding:0; padding-right:2em; max-width:300px; max-height:300px;}
.img-fulltext-right { float:right; padding:0; padding-left:2em; }

.img_caption img { float:left; padding:0; margin:0; }
.img_caption { float:left; padding:0; }

.img-fulltext-none {  }

.img-fulltext-float-right {
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}


/* Caption fixes */
.img_caption .left {        float: left;        margin-right: 1em;}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: left;
}

.img_caption .right p {
        clear: right;
        text-align: left;
}

.img_caption  {
	text-align: left!important;
        font-style: italic;
        color:#666666;
        font-family: Georgia, "Times New Roman", Times, serif;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}

/* SIGE Galerie Photo */
.sige{clear:both;display:table-cell;margin:16px 4px;padding:0;list-style-type: none !important;}
.sige_single{text-align: center !important;list-style-type: none !important;}
.sige .sige_clr{clear:both;}
.sige_single .sige_clr{}
.sige_thumb{ background:url(../images/shadowAlpha.png) no-repeat bottom right !important;margin:10px;padding:0;}
.sige_thumb img{display:block;position:relative;background:#FFF !important;border:1px solid #ccc;margin:-5px 5px 5px -5px !important;padding:4px !important;}
.sige_caption{margin-left: auto;margin-right: auto;text-align: center;display: block;font-weight:bold;clear: both; color:#3f3f3f; }
.sige_small{color:#666666;font-size:92%;text-align:center;}
.sige li{margin: 0 !important; overflow: hidden !important; background-image: none !important; padding: 0 !important;}

.sige_css_image{position: relative;z-index: 0;}
.sige_css_image:hover{background-color: transparent;z-index: 50;direction: ltr;}
.sige_css_image span{ /*CSS for enlarged image*/ position: absolute;background-color: #FFF;padding: 5px;left: -1000px;border: 1px solid #ccc;visibility: hidden;color: black;text-decoration: none;}
.sige_css_image span img{ /*CSS for enlarged image*/ border-width: 0;padding: 2px;margin: 0px;}
.sige_css_image:hover span{ /*CSS for enlarged image on hover*/ visibility: visible;top: 30px;left: 30px; /*position where enlarged image should offset horizontally */}

.sige_subcontent {width:100%; margin:0 auto; position:relative; padding-left:40px; padding-right:40px; margin-top:20px;clear:both;}
.sige_content {width:100%; margin:0 auto; padding:0; position:relative; text-align: center; height:180px; }
.sige { display:block; overflow:hidden; }
.sige_next { position:absolute; z-index:105; right:5px; top:55px; width:27px; height: 27px; background: transparent url('../images/sige_next.png') top left no-repeat; }
.sige_prev { position:absolute; z-index:105; left:5px; top:55px; width:27px; height: 27px; background: transparent url('../images/sige_prev.png') top left no-repeat; }
.sige_next:hover { background-position: bottom left; }
.sige_prev:hover { background-position: bottom left; }
.sige li { width:180px; text-align: center; margin:0 10px !important; margin:0 10px; }
/* ++++++++++++++  pagination  ++++++++++++++ */

.pagination
{
	float:right;
	text-align:center;
	padding:10px 10px 0px 0px;
	width: 100%;
	clear:both;
}

.pagination ul
{
	float:right;
	text-align:center;
        list-style: none;
}

.pagination li
{
	float:left;
	text-align:left;
        margin:5px;
        background-color:#009ee0; 
        list-style: none;
}

.pagination li.pagination-start span,
.pagination li.pagination-start a
{
padding:4px 0;
}
.pagination-start,.pagination-end { display:none; }
.pagenav { display:block; padding:0; margin:0; width:30px; height:30px; text-align: center; line-height:30px; color:#FFF; font-size:15px; font-weight:600; }
a.pagenav { background-color:#f5f3f1; color:#999999; padding:0; margin:0; width:30px; height:30px; font-size:15px; text-align: center; font-weight:600; line-height:30px; text-decoration: none; }
a.pagenav:hover { color:#FFF; background-color:#009ee0;  }
li.pagination-prev .pagenav { font-size:18px; background-color:#f5f3f1; color:#999999;   }
li.pagination-next .pagenav { font-size:18px; background-color:#f5f3f1; color:#999999;   }
li.pagination-prev a.pagenav:hover { background-color:#009ee0; color:#FFF;  }
li.pagination-next a.pagenav:hover { background-color:#009ee0; color:#FFF; }



/* ----------------------------- */
/* ==iefix */
/* ----------------------------- */

/* haslayout for IE6/IE7 */
.ie7 .clearfix,.ie7 .line, .ie7 .mod, .ie7 .row, .ie7 .col {
    zoom: 1;
}

/* inline-block and table-cell for IE6/IE7 */
/* warning : .col needs width on IE6/IE7 */
.ie7 .btn, .ie7 .col, .ie7 .inbl {
    display: inline;
    zoom: 1;
}
.ie8 img {width: auto} /* @bugfix for IE8 */ 

/* box-sizing for IE6/IE7 */
/* https://github.com/Schepp/box-sizing-polyfill
.ie7 * {
behavior: url(/js/boxsizing.htc);
}
*/

/* ----------------------------- */
/* ==print */
/* ----------------------------- */

/* quick print reset */
@media print {
    p, blockquote {orphans: 2; widows: 2;}
    blockquote, ul, ol {page-break-inside: avoid;}
    h1, h2, h3, caption { page-break-after: avoid;}
}

/* ----------------------------- */
/* ==mobile */
/* ----------------------------- */

/* quick tablet reset */
@media (max-width: 768px) {
    .tablet-hidden {display: none}
    [class*="mw"], [class*="w9"], [class*="w8"],
    [class*="w7"], [class*="w6"] {
        width: auto;
    }
}

/* quick smartphone reset */
@media (max-width: 640px) {
    .phone-hidden {display: none}
    .mod, .col, label, fieldset {
     display: block !important;
     margin: 0 !important;
     border: 0 !important;
     float: none !important;
     width: auto !important;
    }
    [class*="w5"], [class*="w4"], [class*="w3"] {
        width: auto;
    }
    .row {width: 100% !important}
}

/* corrects retina iOS orientation zoom */
@media (max-device-width:768px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) {
    html {-webkit-text-size-adjust:66%}
}