/* =====================================BASE STYLES===================================== */article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block}/* taken from HTML5 Boilerplate http://h5bp.com */html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}audio, canvas, video {display: inline-block;*display: inline;*zoom: 1}audio:not([controls]) {display: none}[hidden] {display: none}/* text selection */.content-wrapper ::-moz-selection {background: #f39c2c;background: rgba(243,156,44,0.7);color: #555;text-shadow: none}.content-wrapper ::selection {background: #f39c2c;background: rgba(243,156,44,0.7);color: #555;text-shadow: none}/* Consistent box sizing and appearance */input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;*width: 13px;*height: 13px}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box}input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none}/* Remove inner padding and border in FF3/4 */button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0}/** 1. Remove default vertical scrollbar in IE6/7/8/9* 2. Allow only vertical resizing*/textarea {overflow: auto;vertical-align: top;resize: vertical}ul, ol {margin: 1em 0;padding: 0 0 0 40px}dd {margin: 0 0 0 40px}nav ul, nav ol {list-style: none;list-style-image: none;margin: 0;padding: 0}/* Redeclare monospace font family */pre, code, kbd, samp {font-family: monospace, serif; _font-family: 'courier new', monospace;font-size: 1em }/* Improve readability of pre-formatted text in all browsers */pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word}q {quotes: none}q:before, q:after {content: "";content: none}small {font-size: 85%}/* Hide from both screenreaders and browsers */.hidden {display: none !important;visibility: hidden}/* Hide only visually, but have it available for screenreaders */.visuallyhidden {border: 0;clip: rect(0,0,0,0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto}/* Hide visually and from screenreaders, but maintain layout */.invisible {visibility: hidden}/* correct text resizing */html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}body {margin: 0;font-size: 1em;/* -webkit-font-smoothing: antialiased */}/* =====================================12 COLUMN GRID===================================== *//* ================================Desktop================================ *//* the wraping container */.container {width: 92%;min-width: 980px;max-width: 1260px}/* align the site */.leftaligned {margin: 0 auto 0  0}.rightaligned {margin: 0 0 0 auto}.centered {margin: 0 auto}/* Global Grid layout */.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,/*.grid_8,*/.grid_9,.grid_10,.grid_11,.grid_12 {display:inline;float: left;position: relative;margin-left: .96%;margin-right: .96%}/* alpha and omega classes remove margins, aplha = no margin left, omega = no margin right */.alpha { margin-left: 0 }.omega { margin-right: 0 }/* Grid sizes up to 12 columns */.container .grid_1 { width:6.333% }.container .grid_2 { width:14.667% }.container .grid_3 { width:23.0% }.container .grid_4 { width:25% }.container .grid_5 { width:39.667% }.container .grid_6 { width:48.0% }.container .grid_7 { width:56.333% }.container .grid_8 { width:71% }.container .grid_9 { width:73.0% }.container .grid_10 { width:81.333% }.container .grid_11 { width:89.667% }.container .grid_12 { width:98.0% }/* Prefix to add extra space left */.container .prefix_1 { padding-left:8.333% }.container .prefix_2 { padding-left:16.667% }.container .prefix_3 { padding-left:25.0% }.container .prefix_4 { padding-left:27.333% }.container .prefix_5 { padding-left:41.667% }.container .prefix_6 { padding-left:50.0% }.container .prefix_7 { padding-left:58.333% }.container .prefix_8 { padding-left:66.667% }.container .prefix_9 { padding-left:75.0% }.container .prefix_10 { padding-left:83.333% }.container .prefix_11 { padding-left:91.667% }/* Suffix to add extra space right */.container .suffix_1 { padding-right:8.333% }.container .suffix_2 { padding-right:16.667% }.container .suffix_3 { padding-right:25.0% }.container .suffix_4 { padding-right:33.333% }.container .suffix_5 { padding-right:41.667% }.container .suffix_6 { padding-right:50.0% }.container .suffix_7 { padding-right:58.333% }.container .suffix_8 { padding-right:66.667% }.container .suffix_9 { padding-right:75.0% }.container .suffix_10 { padding-right:83.333% }.container .suffix_11 { padding-right:91.667% }/* Push columns to right */.container .push_1 { left:8.333% }.container .push_2 { left:16.667% }.container .push_3 { left:25.0% }.container .push_4 { left:27% }.container .push_5 { left:41.667% }.container .push_6 { left:50.0% }.container .push_7 { left:58.333% }.container .push_8 { left:66.667% }.container .push_9 { left:75.0% }.container .push_10 { left:83.333% }.container .push_11 { left:91.667% }/* Pull columns to left */.container .pull_1 { left:-8.333% }.container .pull_2 { left:-16.667% }.container .pull_3 { left:-25.0% }.container .pull_4 { left:-33.333% }.container .pull_5 { left:-41.667% }.container .pull_6 { left:-50.0% }.container .pull_7 { left:-58.333% }.container .pull_8 { left:-73.5% }.container .pull_9 { left:-75.0% }.container .pull_10 { left:-83.333% }.container .pull_11 { left:-91.667% }/* =====================================Tablet (Portrait)===================================== */@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {.container {width: 92%;min-width: 768px;max-width: 1024px}}/* =====================================Smartphones (Portait)===================================== */@media only screen and (max-width: 320px) {.container {width: 92%;min-width: 300px;max-width: 320px}.container .grid_1,.container .grid_2,.container .grid_3,.container .grid_4,.container .grid_5,.container .grid_6,.container .grid_7,.container .grid_8,.container .grid_9,.container .grid_10,.container .grid_11,.container .grid_12 {width: 98%;margin: 0 1%;float: none}}/* =====================================Smartphones (Landscape)===================================== */@media only screen and (min-width: 321px) and (max-width: 767px) {.container {width: 92%;min-width: 321px;max-width: 767px}.container .grid_1,.container .grid_2,.container .grid_3,.container .grid_4,.container .grid_5,.container .grid_6,.container .grid_7,.container .grid_8,.container .grid_9,.container .grid_10,.container .grid_11,.container .grid_12 {width: 98%;margin: 0 1%;display: block;float: none}}/* =====================================Smartphones (Portrait & Landscape)===================================== */@media only screen and (min-width: 300px) and (max-width: 767px) {.container .prefix_1,.container .prefix_2,.container .prefix_3,.container .prefix_4,.container .prefix_5,.container .prefix_6,.container .prefix_7,.container .prefix_8,.container .prefix_9,.container .prefix_10,.container .prefix_11,.container .suffix_1,.container .suffix_2,.container .suffix_3,.container .suffix_4,.container .suffix_5,.container .suffix_6,.container .suffix_7,.container .suffix_8,.container .suffix_9,.container .suffix_10,.container .suffix_11 {padding-right: 0;padding-left: 0}.container .push_1,.container .push_2,.container .push_3,.container .push_4,.container .push_5,.container .push_6,.container .push_7,.container .push_8,.container .push_9,.container .push_10,.container .push_11,.container .pull_1,.container .pull_2,.container .pull_3,.container .pull_4,.container .pull_5,.container .pull_6,.container .pull_7,.container .pull_8,.container .pull_9,.container .pull_10,.container .pull_11 {left: auto;right: auto}}/* =====================================iPhone 4, iPad2, Retina stuff ?===================================== */@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {/* if you buy me one i might test and add something here */}/* =====================================CLEARING FLOATS===================================== */.clear {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0}.cf:before,.cf:after,.row:before,.row:after{content: "";display: table}.cf:after,.row:after{clear: both}.cf,.row {*zoom: 1}.menu_profil{list-style-type: none;padding: 0;}.menu_profil li{margin-bottom: 10px;}.menu_profil li a {font-size: 14px;}.CGBlogSummary {width: 45%;height: 420px;float: left;padding-right: 20px;}.CGBlogSummary2 {background: none repeat scroll 0 0 #fff;clear: both;margin: 20px 0;padding: 20px;}.CGBlogSummaryLink {font-size: 20px;}.CGBlogSummaryAuthor {color: #0B0B0B;font-weight: bold;}.cgfeedback_addcomment {border-top: 1px solid grey;margin: 53px 0;padding: 40px ;}.calendar {background: #f0be6d none repeat scroll 0 0;margin: 0 -11px;text-align: center;width: 100%;}.calendar a {color:#fff;}.calendar-month {border: 1px solid #f0be6d;font-size: 15px;font-weight: bold;height: 40px;line-height: 40px;}.calendar-prev {margin-right: 30px;font-size: 20px;}.calendar-prev a {color:#F0BE6D;}.calendar-next a {color:#F0BE6D;}.calendar-next {margin-left: 30px;font-size: 20px;}.calendar tr {font-size: 105%;height: 36px;line-height: 36px;}.list1{list-style: none;padding: 0px;}.newscategory {margin-bottom: 5px;font-size: 15px;}.banner-text a:hover {text-decoration: none;}.calendar-event {border-bottom: 1px dotted rgba(213, 213, 213, 1);padding-bottom: 5px;}/*.userdirectory_oneuser {background: none repeat scroll 0 0 #fff;float: left;height: 160px;margin: 10px 1em;padding: 10px;width: 43%;}*/.userdirectory_oneuser {background: #fefefe none repeat scroll 0 0;box-shadow: 2px 2px 5px 0 #656565;float: left;margin: 10px 1em;min-height: 160px;padding: 15px;width: 40%;}
/* Stylesheet: Simplex: Core Modified On 2015-09-03 08:17:13 */
/* =====================================BASIC STYLES===================================== */body {background: #fff;font-family: sans-serif; /* sans-serif falls back to default OS and Browser font, usually Arial or Helvetica and so on */font-size: 12px;color: #555;line-height: 1.3}/* you can change appearance of the page by adding or removing #boxed id to body tag. */body#boxed {/*   background: #d1d1d1 url(https://athena118.fr/uploads/simplex/images/boxed-bg.gif) repeat;*/background : #fdfdfd;}/* add some space inside the boxed container */#boxed .container {padding: 0 1%}a img {border: none}/* you can use these classes to align images to left or right */.right {float: right}.left {float:left}/* if image needs some space add this class to img tag* so at the end a left floating image would be <img src='some.jpg' class='left spacing' alt='foo' />*/.spacing {margin: 10px}.spacing.left {margin: 10px 10px 10px 0}.spacing.right {margin: 10px 0 10px 10px}/* or add a 2 px border to image or something, change as you need it */.border {border: 2px solid #e9e9e9}/* some styling for code chunks */code, samp, kbd {font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', monospace;color: #555}pre code {line-height: 1.4;font-size: 11px}pre {padding: 10px;margin: 10px 0;overflow: auto;width: 93%;background: #f1f1f1;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;-o-border-radius: 6px}/* target IE7 and IE6 */*:first-child+html pre {padding-bottom: 20px;overflow-y: hidden;overflow: visible;overflow-x: auto}* html pre {padding-bottom: 20px;overflow: visible;overflow-x: auto}/* horizontal ruler */hr {border: solid #e9e9e9;border-width: 1px 0 0 0;clear: both;margin: 10px 0 30px 0;height: 0}/* =====================================COMMON TYPOGRAPHY===================================== *//* link default styles */a {color: #F0BE6D;text-decoration: none;}a:visited {color: #e6870e}a:hover {color: #555;transition: transform 0.6s ease-out;-webkit-transition: color 0.6s ease-out;-moz-transition: color 0.6s ease-out;-o-transition: color 0.6s ease-out;text-decoration: underline}a:focus {outline: thin dotted}a:hover, a:active {outline: 0}/* add icon to links with class external */a.external span {display: inline-block;width: 9px;height: 9px;text-indent: -999em;margin: 0 3px;/* using sprite image, but left as reference to single imagebackground: transparent url(https://athena118.fr/uploads/simplex/images/external-icon.png) no-repeat 0 0*/background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -130px;}a.external:hover span {background-position: -10px -139px}/* default heading styles */h1,h2,h3 {/*  font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/}h1 {color: #F0BE6D;margin: 10px 0;font-size: 28px;/*  text-transform: uppercase;*/}h2 {color: #555;font-size: 22px}h3 {color: #555;font-weight: 300;font-size: 18px}/* blockquotes and cites */blockquote,blockquote p {font-size: 14px;line-height: 1.5;color: #555;font-style: italic;font-family: Georgia, Times New Roman, serif}blockquote {margin: 0 0 20px 0;padding: 9px 10px 10px 19px;border-left: 5px solid #f1f1f1}blockquote cite {display: block;font-size: 12px;color: #555}blockquote cite:before {content: "\2014 \0020";}blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {font-family: Georgia, Times New Roman, serif;}/* =====================================LAYOUT===================================== *//* wrapping the page in a box */#wrapper {margin-top: 10px;border-top: 5px solid #F0BE6D}/* you can switch appearance of the page by adding or removing id #boxed to body tag */#boxed #wrapper {/* background: #fff;*/background : #FBFAF7;box-shadow: 2px 2px 8px #555}/* ------ HEADER SECTION ------ *//* if you need height or something for header part add style here */.header {background-color: #fff;}/* the logo */.logo {height: 60px;margin-top: 20px;position: relative;text-align : left !important;padding: 5px !important;}/* having some fun with palm, rotating with css3, will not work in IE */.logo .palm {position: absolute;top: 5px;left: 45px;/* using sprite image as background, left as reference to single imagebackground: url(https://athena118.fr/uploads/simplex/images/palm-circle.png) no-repeat;*/background: url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -10px;display: block;width: 48px;height: 48px;transition: transform 0.6s ease-out;-webkit-transition: -webkit-transform 0.6s ease-out;-moz-transition: -moz-transform 0.6s ease-out;-o-transition: -o-transform 0.6s ease-out;-webkit-perspective: 1000;-webkit-backface-visibility: hidden;}/* css3 transform rotating palm on hover */.logo a:hover .palm {transform: rotate(360deg);-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg)}.top .header {border-bottom: 1px solid #f1f1f1}.titre_logo {height: 165px;margin-top: 12px;width: 163px;}.bleft {display : block;float : left;}div#feu_pms_summary {float: right;margin: 16px 0 0;}/* ------ NAVIGATION ------ *//* first level */nav.main-navigation {z-index: 990;height: 55px;line-height: 37px;margin-top: 25px;}nav.main-navigation > ul {float:right;padding: 0}nav.main-navigation > ul > li {float: left;padding: 0;margin:0 12px;position: relative}nav.main-navigation > ul > li:first-child,nav.main-navigation > ul > li.first {margin-left: 0}nav.main-navigation > ul > li:last-child,nav.main-navigation > ul > li.last {margin-right: 0}nav.main-navigation > ul > li > a,nav.main-navigation > ul > li.sectionheader span {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color: #555;text-decoration: none;font-size: 14px;font-weight: 600;cursor: pointer;text-transform: uppercase}/* Second Level */nav.main-navigation ul li ul {top: -999em;left: -999em;position: absolute;display: block;height: 0px;width: 200px;padding: 10px;background: #fff;background: rgba(255,255,255,.95);box-shadow: 1px 1px 8px #555;-webkit-box-shadow: 1px 1px 8px #555;-moz-box-shadow: 1px 1px 8px #555;-o-box-shadow: 1px 1px 8px #555;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;-o-border-radius: 6px;border: 1px solid #e9e9e9}nav.main-navigation > ul > li:hover > ul {height: auto;z-index: 9999;top: 37px;right: 0;left: auto;display: block}nav.main-navigation ul ul li {position: relative;line-height: 1;margin: 0;padding: 0;border-bottom: 1px dotted #e9e9e9}/* third level */nav.main-navigation > ul > li > ul > li:hover > ul {height: auto;top: 0;right: auto;left: -210px;z-index: 999;display: block}/* navigation text color */nav.main-navigation ul li li a,nav.main-navigation ul li li.sectionheader span {padding: 6px 12px;font-family: sans-serif;text-transform: none;font-weight: normal;font-size: 12px;text-decoration: none;color: #555;display: block}nav.main-navigation a:hover,nav.main-navigation a.current,nav.main-navigation li.sectionheader span:hover,nav.main-navigation li.sectionheader span.current,nav.main-navigation li.sectionheader span.parent,nav.main-navigation ul ul li a:hover,nav.main-navigation ul ul li a.current {color: #F0BE6D}/* bottom part of header*/.header-bottom {height: 45px;line-height: 45px}/* catchphrase */.phrase span {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;text-transform: uppercase;color: #ddd;font-size: 16px;font-weight: 700}/* search.search {float: right;margin-top: 3px;text-align: right;} *//* webkit browser add icons to input of type search, we dont want it here now */input.search-input::-webkit-search-decoration,input.search-input::-webkit-search-results-button,input.search-input::-webkit-search-results-decoration {-webkit-appearance:none}/* styling the search input field */input.search-input {border: 1px solid #f1f1f1;height: 17px;line-height: 17px;outline: 0;margin: 13px 0 0 0;width: 165px;padding: 5px 0 3px 35px;font-size: 11px;color: #555;transition: all .35s ease-in-out;-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;-o-transition: all .35s ease-in-out;/* using sprite image, left as reference to single imagebackground: #fff url(https://athena118.fr/uploads/simplex/images/search-icon.png) 10px 50% no-repeat*/background: #fff url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) 0px -434px no-repeat}input.search-input:focus {border: 1px solid #F0BE6D;width: 240px;box-shadow: 0 0 3px #F0BE6D;-webkit-box-shadow: 0 0 3px #F0BE6D;-moz-box-shadow: 0 0 3px #F0BE6D;-o-box-shadow: 0 0 3px #F0BE6D;}/* ------ BANNER AREA ------ */.banner {overflow: hidden;background: none}/* left text in orange box */.banner-text {background-color: #fff;float: left;padding: 0 0 0 1%;position: relative;width: 25%;}.banner-text ul {padding: 32px 0;}.banner-text li {list-style: none;display: block;color: #e6870e;text-shadow: 0px 1px 0 #fdbd34, 0 -1px 0 rgba(0,0,0,0.3);font-size: 36px;font-weight: 700;transition: all 2s linear;-webkit-transition: all 1.5s linear;-moz-transition: all 1.5s linear;-o-transition: all 1.5s linear;display: block}/* animating unordered list text in banner */.banner-text li:hover {text-indent: 120px;opacity: 0;transform: scale(2) rotate(35deg);-webkit-transform: scale(2) rotate(35deg);-moz-transform: scale(2) rotate(35deg);-o-transform: scale(2) rotate(35deg)}/* images on the right */.banner-image {float:right;display: block;position: relative;width: 74%;overflow: hidden;background: #e9e9e9}.banner-image div {position: absolute;z-index: 0;width: 100%;min-height: 100px;overflow: hidden;display: block;top: 0;left: 0}.banner-image img {display: block;height: auto;width: 100%;bottom: 0;max-width: 100%;}/* ------ CONTENT AREA ------ */.content-wrapper {padding-top: 20px}.content-top {/*  background: url(https://athena118.fr/uploads/simplex/images/dots.gif) repeat-x 0 50%; */font-family: Georgia, Times New Roman, serif;color: #555;font-style: italic;line-height: 20px}/* breadcrumbs */.breadcrumb {display: inline-block;/*  background: #fff;*/width: auto;padding-right: 6px}.breadcrumb a {color: #555;display: inline-block;width: auto;background: #fff}/* print button */a.printbutton {display: block;padding-left: 6px;width: 16px;height: 16px;float:right;text-indent: -999em;/* using sprite image, left as reference to single imagebackground: #fff url(https://athena118.fr/uploads/simplex/images/print-icon.png) no-repeat 6px -16px;*/background: #fff url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -4px -94px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out}a.printbutton:hover {/* using sprite image, left as reference to single imagebackground: #fff url(https://athena118.fr/uploads/simplex/images/print-icon.png) no-repeat 6px 0;*/background: #fff url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -4px -78px;}/* news module summary -> content */.content .news-summary  span.heading {display: none}.detailarticle{background: none repeat scroll 0 0 #fff;margin: 20px 0;padding: 20px;}.content .news-article {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px dotted #e9e9e9}.content .news-summary ul.category-list {margin: 15px 0}.content .news-summary ul.category-list li a,.news-summary ul.category-list li span {border-radius: 4px}.news-summary ul.category-list li span {opacity: .4}/* news module summary -> sitewide (content + sidebar) *//* article heading */.news-article h2 {margin: 0 0 15px 0}.news-article h2 a {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;text-transform: uppercase;color: #555;font-size: 16px;text-decoration: none;font-weight: 700}/* date circle, well square for IE  */.news-article .date {background: #F0BE6D;color: #fff;display: block;float:left;width: 40px;padding: 6px;height: 40px;border-radius: 26px;text-align: center;font-family: Georgia, Times New Roman, serif}.news-article .day {font-size: 20px;line-height: 1;padding-bottom: 2px;font-style: italic;display: block}.news-article.month {font-size: 11px;display: block}/* author and category */.news-article .author,.news-article .category {font-family: Georgia, Times New Roman, serif;display: block;padding-left: 60px;font-size: 11px;font-style: italic}/* category list on top of summary */.news-summary ul.category-list {margin:15px 0 0 0;padding:0;list-style: none}.news-summary ul.category-list li {float:left;display: block;width: auto;margin-right: 5px}.news-summary ul.category-list li a,.news-summary ul.category-list li span {display: block;color: #555;padding: 4px 8px;background: #f1f1f1;border-radius: 4px 4px 0 0;text-decoration: none;font-size: 11px;text-transform: uppercase}.news-summary ul.category-list li a:hover {color: #F0BE6D}.news-summary .paginate {font: italic 11px/1.2 Georgia, Times New Roman, serif;}.news-summary .paginate a {padding: 0 3px;}.news-meta {background: #f1f1f1;padding: 10px;margin: 10px 0}/* more link */.more,.more a,/* back link */.back,.back a,/* previous, next links */.previous a,.next a,.previous,.next {font:  italic 12px/1.3 Georgia, Times New Roman, serif;color: #555;text-decoration: none}/* hover behavior of more, next, previous links */.more a:hover,.back a:hover,.previous a:hover,.next a:hover {text-decoration: underline}.previous,.next {padding: 6px 0;}/* align next link to right */.previous {float:left;}.next {float: right}/* ------ SIDEBAR AREA ------ *//* news module summary -> sidebar */.sidebar .news-summary  span.heading {background: url(https://athena118.fr/uploads/simplex/images/dots.gif) repeat-x 0 50%;color: #555;font:  normal 16px/20px Georgia, Times New Roman, serif;margin: 0 0 15px 0;display: block}.sidebar .news-summary .heading span {display: inline-block;width: auto;background: #fff;padding-right: 6px}.sidebar .news-article {padding: 15px;position: relative;background: #f1f1f1;margin-bottom: 20px;border-radius: 0 0 6px 0}/* creating a bubble box with css3 */.sidebar .news-article:before {content:'';position: absolute;bottom: -15px;right: 25px;width: 10px;height: 35px;-webkit-transform: rotate(55deg) skewY(55deg);-moz-transform: rotate(55deg) skewY(55deg);-o-transform: rotate(55deg) skewY(55deg);-ms-transform: rotate(55deg) skewY(55deg);transform: rotate(55deg) skewY(55deg);background: #f1f1f1}/* ------ FOOTER AREA ------ *//* footer wrapper */.footer {background: url("http://athena118.fr/uploads/simplex/images/footer-background.png") repeat-x scroll center top #f0be6d;border-bottom: 8px solid #acdbec;margin: 47px 0 12px;padding: 32px 0 0;position: relative;}/* copyright text */.copyright {padding-top: 15px}.copyright p,.copyright a {color: #555;font-size: 11px}/* social icons */.footer ul.social {padding: 0;margin: 0;display : none;}.footer .social li {float:left;margin: 0;padding: 0;list-style: none;margin-right: 6px}.footer .social li a {display: block;width: 24px;height: 24px;transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;text-indent: -999em}.footer .social li.facebook a {/* using sprite image, left as reference to single imagebackground: transparent url(https://athena118.fr/uploads/simplex/images/facebook-icon.png) no-repeat 0 -24px*/background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -260px}.footer .social li.facebook a:hover {/* using sprite image, left as reference to single imagebackground: transparent url(https://athena118.fr/uploads/simplex/images/facebook-icon.png) no-repeat 0 0*/background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -236px}.footer .social li.twitter a {/* background: transparent url(https://athena118.fr/uploads/simplex/images/twitter-icon.png) no-repeat 0 -24px */background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -192px}.footer .social li.twitter a:hover {/* background: transparent url(https://athena118.fr/uploads/simplex/images/twitter-icon.png) no-repeat 0 0 */background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -168px}.footer .social li.linkedin a {/* background: transparent url(https://athena118.fr/uploads/simplex/images/linkedin-icon.png) no-repeat 0 -24px */background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -328px}.footer .social li.linkedin a:hover {/*  background: transparent url(https://athena118.fr/uploads/simplex/images/linkedin-icon.png) no-repeat 0 0 */background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -304px}.footer .social li.youtube a {/* background: transparent url(https://athena118.fr/uploads/simplex/images/youtube-icon.png) no-repeat 0 -24px */background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -396px}.footer .social li.youtube a:hover {/* background: transparent url(https://athena118.fr/uploads/simplex/images/youtube-icon.png) no-repeat 0 0 */background: transparent url(https://athena118.fr/uploads/simplex/images/simplex-sprite.png) no-repeat -10px -372px}/* back to top anchor */.back-top a {display: inline-block;width: auto;padding: 8px;border-left: 5px solid #fff;border-right: 5px solid #fff;font:  normal italic 11px/20px Georgia, Times New Roman, serif;text-decoration: none;color: #555;background: #f1f1f1;color: #555;border-radius: 10px 0 10px 0;-webkit-border-radius: 10px 0 10px 0;-moz-border-radius: 10px 0 10px 0;-o-border-radius: 10px 0 10px 0;position: absolute;top: -14px;left: 48%}/* Footer navigation */.footer-navigation {padding-top: 15px}.footer-navigation > ul > li {float:left;width: 16%}.footer-navigation > ul > li > a,.footer-navigation > ul > li span.sectionheader {font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;text-transform: uppercase;color: #555;text-decoration: none;display: block}/* second level */.footer-navigation > ul ul {margin-top: 10px}.footer-navigation > ul > li li {float: none;width: 100%;display: block}.footer-navigation > ul > li li a,.footer-navigation > ul > li.sectionheader li a,.footer-navigation > ul > li li span.sectionheader  {text-decoration: none;font-family: sans-serif;font-weight: normal;text-transform: none;display: block;padding: 2px 0;color: #555}.footer-navigation > ul > li li a:hover {color: #F0BE6D}#loginform {border: 2px solid #f0e6bd;margin-left: auto;margin-right: auto;width: 400px;}input#feu_username,input#feu_password {background-color: #fff;border: 1px solid #f39c2c;padding: 8px;}.col_right{float: left;width: 68%;border-left: solid 1px rgb(229, 182, 119);padding-left: 10px;}.col_left {float: left;width: 30%;}.NewsSummary{margin-bottom: 11px;border-bottom: dotted 1px rgb(239, 227, 227);}#femessages_headers ul {list-style: none;display: inline-flex;}#femessages_headers ul li {padding-right: 5px;font-size: 14px;border-right: solid 1px;padding-left: 5px;}/* Ajout lmosoft aout 2015 */body {background: #e0e0e0 none repeat scroll 0 0;color: #333;font: 12px/1.5 "segoe ui","lucida sans unicode","lucida grande",lucida,sans-serif;margin: 0;padding: 0;}.cleaner {clear: both;height: 1px;margin: 0;}#main {background: #fffff9 none repeat scroll 0 0;margin: 0 auto;position: relative;top: 172px;width: 950px;-moz-box-shadow: 10px 10px 5px #656565;-webkit-box-shadow: 10px 10px 5px #656565;-o-box-shadow: 10px 10px 5px #656565;box-shadow: 10px 10px 5px #656565;filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);}#topbg {/*   background: #404040 none repeat scroll 0 0;*/height: 143px;left: 0;position: absolute;top: 0;width: 100%;z-index: -1;background: rgba(0, 0, 0, 0) url("/uploads/simplex/images/bnadeau3coul.jpg") repeat-x scroll 0 0;}#header {background: rgba(0, 0, 0, 0) url("http://athena118.fr/uploads/simplex/images/PARALAX-CATEGORIE-ART-MACONNIQUE2.jpg") no-repeat scroll 0 0;height: 204px;position: relative;top: -144px;width: 950px;z-index: 999999;}#hdr-overlay {background: rgba(0, 0, 0, 0) url("header-light.png") no-repeat scroll right top;height: 145px;left: 14px;position: relative;top: -15px;width: 780px;}#header h1 {display: none;}#header .box {background: silver none repeat scroll 0 0;height: 25px;position: absolute;top: 6px;width: 75px;}#hdr-box1 {left: 15px;}#hdr-box2 {left: 100px;}#hdr-box3 {left: 185px;}#hdr-box4 {left: 270px;}#header h2 {color: rgba(255, 255, 255, 0.5);font-size: 15px;font-weight: bold;line-height: 1.33;margin: 0;position: absolute;right: 140px;text-align: right;text-transform: uppercase;top: 65px;width: 8em;}#menu {border-bottom: 1px solid black;height: 26px;list-style-type: none;margin: 0;padding: 1px 0;position: relative;top: -172px;}#menu li {float: left;margin: 0;padding: 0 0 0 1px;width: 16.5%;}#menu a {background: #c33e1b none repeat scroll 0 0;color: white;display: block;font-size: 12px;height: 24px;line-height: 24px;margin: 1px;position: relative;text-align: center;text-decoration: none;text-transform: uppercase;top : 33px;}#menu a span {/*  background: white none repeat scroll 0 0;display: block;height: 8px;left: 8px;position: absolute;top: 5px;width: 8px;*/}#menu a.sel {background: silver none repeat scroll 0 0;color: black;}#menu a:hover {background: #333 none repeat scroll 0 0;color: #ccc;}nav#menu > ul > li:first-child,nav#menu > ul > li.first {margin-left: 0}nav#menu > ul > li:last-child,nav#menu > ul > li.last {margin-right: 0}nav#menu ul li ul,nav#menu ul li ul  li ul {display:none;}/* navigation text color */#content {color: #333;padding: 1px;position: relative;top: -133px;}#content a {background: transparent none repeat scroll 0 0;color: #ae761c;padding: 2px 3px;}#content p {margin: 0.25em 0;}#left {float: left;border-right: 1px dashed #ffd489;margin-top: 22px;padding: 15px 0 24px 13px;width: 24%;}#left h3 {font-size: 18px;font-weight: normal;margin: 0.5em 0 0.3em;}#left dt {float: left;font-weight: bold;}#left dd {margin: 1em 0 1em 6em;}#ico {float: left;padding: 5px;}#left h4 {font-size: 100%;font-weight: bold;margin: 0 0 0 6em;}#left ul {color: #c33e1b;list-style-position: inside;list-style-type: square;margin: 0 0 0 1em;padding: 0;}#left a, #left ul, #left p {font-size : 99%;}#right {float: right;margin: 0 0 0 0;padding: 10px 0;width: 72%;}#right h3 {clear: left;font-size: 12px;margin: 0.5em 0 0.3em;}#right h3 span {border: 1px solid silver;font-weight: bold;height: 9px;margin-right: 1em;vertical-align: middle;width: 9px;}#right .photo {float: left;margin: 0 15px 15px 0;}#right h4 {font-size: 100%;font-weight: bold;margin: 0;}#right .link {text-align: right;}#rbox {float: left;font-size: 10px;line-height: 1.2;margin: 15px 0 20px;padding: 2px 5px 2px 30px;position: relative;width: 180px;}#rbox span {background: white none repeat scroll 0 0;display: block;height: 8px;left: 8px;position: absolute;top: 5px;width: 8px;}#left .button {background: #c33e1b none repeat scroll 0 0;border: 1px solid silver;color: white;display: inline-block;font-size: 14px;margin: -5px 0 5px;padding: 2px 8px;text-align: center;}#right button {background: #c33e1b none repeat scroll 0 0;border: 1px solid silver;color: black;float: right;font-size: 14px;height: 30px;line-height: 25px;margin: 15px 0 20px;text-align: center;width: 150px;}#footer {border-bottom: 1px solid gray;border-top: 1px solid gray;margin: 10px 0;padding: 5px 0;text-align: center;}#footer a {padding: 3px 5px;}h1 {background: #ffe8c2 none repeat scroll 0 0;border-color: #ce9943;color: #ab7723;padding-left : 10px;font-size: 185%;}#menu a.menuactive {background: #ffe8c2 none repeat scroll 0 0;color: #ae761c;font-weight: bold;}#menu a span {background: white none repeat scroll 0 0;display: block;height: 8px;left: 8px;position: absolute;top: 5px;width: 8px;}#feu_pms_summary a {color: #fff;margin-right: 6px;}div#feu_pms_summary {float: right;margin: 0;position: relative;top: 178px;}form#cntnt01moduleform_1 {display: block;margin-top: -15px;}input.search-input {background: #acdbec none repeat scroll 0 0;}.newscategory {font-size : 100% !important;}.NewsSummary {background: #fefefe none repeat scroll 0 0;box-shadow: 2px 2px 5px 0 #656565;float: left;margin: 10px 1em;min-height: 200px;padding: 15px;width: 40%;}#chouettetp {left: 856px;position: relative;top: -102px;z-index: 99999;}#mosaique {left: 480px;position: relative;top: -304px;z-index: 99999;}#glmf {left: 145px;position: relative;top: -93px;z-index: 99999;}#lune {left: 264px;position: relative;top: -173px;z-index: 99999;}#footer {background: #ffe8c2 none repeat scroll 0 0;border-color: #ce9943;color: #ab7723;}#footer {border-bottom: 1px solid gray;border-top: 1px solid gray;height: 76px;margin: 10px 0;padding: 0;text-align: center;}#footer ul li {float: left;margin-right: 15px;position: relative;width: 120px;}#footer ul li ul {display: block;height: 0;margin: 0;padding: 6px 0;position: absolute;text-align: left;width: 130px;}#footer > ul > li li {display: block;float: none;width: 100%;padding-left: 11px;}.separleft {border-top: 5px solid #c33e1b;width:88%;}.grid_8 {width:98%;}#feu_changesettingsform  form input,article .cms_form input {width: 95%;}#feu_changesettingsform .row {margin: 15px 0;}#feu_changesettingsform form, article .cms_form {background: #ffe8c2 none repeat scroll 0 0;border: 1px solid #555;color: black;padding: 5px 10px;}.cms_submit {width : auto !important; margin:15px 5px; padding:7px 40px;}a.calendar-daylist {color:white !important;}.cms_form input[type="checkbox"], .cms_form input[type="radio"] {width:auto !important;}.cms_form textarea {width : 95%;}
/* Stylesheet: Simplex: Layout Modified On 2015-09-06 09:28:30 */
