/*
Theme Name: GNOME BS
Theme URI: http://bs49s.fr
Author: Vinicius Depizzol <vdepizzol@gmail.com>
Description: Inspire du theme original du projet GNOME.

*/

@import url("reset.css");
@import url("text.css");
@import url("960.css");


/* Base information */
/* ========================================================================== */

html {
	background: #fff url(images/bg.png) 0 10px repeat-x;
}
body { margin :0;
}
a {
    color: #c0252a;
}
a:hover {
    color: #CC0C39 ;
}
a:visited {
   color: #6c1518;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hidden {
    display: none;
}
.maxwidth {
    width: 940px;
    margin: 0 auto;
}
.sanewidth {
    width: 780px;
    margin: 0 auto;
}



#page {
	position: relative;
	width: 1000px; margin: 15px auto; border: 1px solid #CCC; background: #FFF;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
}
#mentions { width: 1000px; margin: 0 auto 10px auto; text-align: center;}

/* Liens d'accessibilite */
/* ========================================================================== */



#accessibilite {
    position: absolute;
    left: 0;
    /* Pas visible par defaut? */
    top: -200px;
    margin:0; padding:0;
}





/* en-tete */
/* ========================================================================== */


#en-tete {
	position: relative;
    	margin: 0;
}
#en-tete #baniere {
	height: 300px;
	width: 1000px;
	border-bottom: 1px solid #888;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
	box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#en-tete #baniere h1 { display: none; }

#en-tete #baniere img{
   -webkit-transition: opacity 200ms ease-out;
   -moz-transition: opacity 200ms ease-out;
   transition: opacity 200ms ease-out;
   opacity: 1;
}
#en-tete #baniere img:hover {
   opacity: 1;
}



/* Barre de menu principale */
/* ========================================================================== */



#menu {
    line-height: normal;
    margin-left: 100px;
    opacity: 1;
}
#menu ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;

}
#menu ul li {
    float: left;
    background: #1869b3 url("images/menu-bg.png") top repeat-x;
    margin: 0 5px 0 0; padding: 0;
    border: 1px solid #999;
    border-top: 0;
}
#menu li.actif {
    background: #FFF;
    border-top: 0;
}
#menu a {
    color: #fff;
    text-decoration: none;
    padding: 4px 12px;
	height: 25px; line-height: 25px;
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    transition: background 100ms linear;
}
#menu a:hover {
    background: #FFF;
    background: rgba(100%, 100%, 100%, 0.2);
}
#menu a:focus {
    background: rgba(100%, 100%, 100%, 0.15);
}

#menu li.actif a {
    color: #000;
}
#menu li a span.home {
    background: url("") no-repeat;
    padding-left: 18px;
}



/* Page Title */
/* ========================================================================== */



.page_title {
   margin: 10px 10px 20px;
   border-bottom: 1px solid #d3d7cf;
}
.page_title h1 {
    margin: 0;
    font-size: 37px;
    text-shadow: 0 1px 0 #fff;
    line-height: normal;
    letter-spacing: -0.08em;
}
.page_title h1 a {
    text-decoration: none;
    color: inherit;
}
.page_title h1 a:hover {
    text-decoration: underline;
}
.page_title.with_subpages_list {
    display: table-row;
}
.page_title.with_subpages_list h1 {
    display: table-cell;
    width: 100%;
}

/* -> subpages list */

/*
 * This is not used right now, but allows to put links by the side of
 * the title of the page.
 */
 
.page_title .subpages_list {
   list-style: none;
   clear: left;
   margin: 0;
   padding-bottom: 4px;
   display: table-cell;
   text-align: right;
   white-space: nowrap;
   vertical-align: bottom;
}
.page_title .subpages_list li {
   display: inline;
   padding: 0;
   margin: 0 0 0 0.5em;
}
.page_title .subpages_list li a {
   color: inherit;
   text-decoration: none;
   padding: 3px 6px;
}
.page_title .subpages_list li a:hover {
   outline: 0;
   background: red;
   background: #dde5ef url(images/focus-bg.png) top repeat-x;
   border: 1px solid #bbc5d5;
   padding: 2px 5px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}
.page_title .subpages_list li a:active {
   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.page_title .subpages_list li.current_page_item a {
   font-weight: bold;
}



/* News Title */
/* ========================================================================== */



.news_title h1 {
    margin-top: 0;
    color: #333;
    font-weight: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.04em;
}
.news_title .date {
    margin: 0;
    color: #3465a4;
}





/* Container */
/* ========================================================================== */



#container {
    padding-top: 20px;
    color: #555;
    width: 960px;
    margin: auto;
    min-height: 240px;
}

/*
 * this is basically used to force specific elements not to use
 * grid_* classes
 */
#container .page_title, #container .content, #container .sidebar {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
#container .content, #container .page_title {
    width: 940px;
}
#container.two_columns .content {
    width: 700px;
}
#container.two_columns .content.without_sidebar {
    width: 940px;
}
#container.two_columns .sidebar {
    width: 220px;
}



/* Content specs */
/* ========================================================================== */



/*
 * -> Call to Action boxes
 *
 *
 */

.action_box {
   background: #fffae5 url(images/action_box-bg.png) repeat-x bottom;
   -moz-box-shadow: 0 1px 2px #e5d693, inset 0 1px rgba(100%, 100%, 100%, 0.4);
   -webkit-box-shadow: 0 1px 2px #e5d693, inset 0 1px rgba(100%, 100%, 100%, 0.4);
   box-shadow: 0 1px 2px #e5d693, inset 0 1px rgba(100%, 100%, 100%, 0.4);
   padding: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #e7d172;
}


/*
 * -> Subtle boxes
 *
 * .subtle_box can be used inside grid classes to make simple box delimiters
 * (without grids inside of it) or as a child of container class to allow columns on it
 *
 * Examples:
 *
 * <div class="grid_3">
 *     <div class="subtle_box">Lorem ipsum dolor sit amet</div>
 * </div>
 *
 * <div class="container_12">
 *     <div class="subtle_box">
 *         <div class="grid_3 alpha">(...)</div>
 *         <div class="grid_9 omega">(...)</div>
 *     </div>
 * </div>
 *
 */

.subtle_box {
    margin: 0 0 20px;
    padding: 9px;
    background: #fff;
    border: 1px solid #d3d7cf;
    border-color: rgba(0,0,0,0.15);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.subtle_box h4 {
    margin: 0 0 10px;
}

/*
 * --> Navigation list
 *
 * Navigation lists are used to generate a list of links which are in the same
 * hierarchical level of the current page. Use it preferably in a grid_3 element.
 *
 * Don't forget to highlight with <li class="current_page_item"> the current page.
 *
 */

.navigation_list {
    background: #fff;
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid #d3d7cf;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    list-style: none;
    font-size: small;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 2px #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 2px #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3), inset 0 1px 2px #fff;
}
.navigation_list > li {
    margin: 0;
    background: #f5f5f4;
    border: 1px solid #fff;
    border-bottom-color: #d3d7cf;
}
.navigation_list > li.current_page_item,
.navigation_list > li a.navTreeCurrentItem {
   background: #dde5ef url(images/focus-bg.png) top repeat-x;
}
.navigation_list li:first-child {
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 5px;
   -webkit-border-top-left-radius: 5px;
   -webkit-border-top-right-radius: 5px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
}
.navigation_list li:last-child {
   border-bottom: 0;
}
.navigation_list li:last-child {
   -moz-border-radius-bottomleft: 5px;
   -moz-border-radius-bottomright: 5px;
   -webkit-border-bottom-left-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   border-bottom-left-radius: 5px;
   border-bottom-right-radius: 5px;
}
.navigation_list a {
    padding: 6px 9px;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    display: block;
    text-shadow:  white 0 1px 0;
}
.navigation_list a.without_icon {
   padding-left: 37px;
}
.navigation_list a:hover {
    color: #3465a4;
    background: rgba(100%,100%,100%,0.5);
    /*-webkit-transition: all 200ms linear;*/
}
.navigation_list a:focus {
   background: #dde5ef url(images/focus-bg.png) top repeat-x;
   outline: 0;
   padding: 2px 5px;
   margin: 3px;
   border: 1px solid #bbc5d5;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}
.navigation_list a.without_icon:focus {
   padding-left: 33px;
}
.navigation_list a img {
    vertical-align: middle;
    margin-right: 6px;
}
.navigation_list > li ul {
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation_list > li ul li {
    border-top: 1px solid #ececec;
    margin: 0;
    padding: 0;
}
.navigation_list > li ul li:first-child {
   border-top: 0;
}
.navigation_list > li ul li a {
    font-weight: normal;
    padding: 4px 9px;
    color: #555753;
}
.navigation_list > li ul li.current_page_item a {
    font-weight: bold;
}
.navigation_list > li ul li a:focus {
   padding: 0 5px;
}
.navigation_list > li ul  {
   padding-top: 1px;
}

/* -> Simple List */

.simple_list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.simple_list li {
    border: 1px solid #eeeeec;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin: 0;
}
.simple_list li a {
    padding: 3px 8px;
    text-decoration: none;
    display: block;
    color: #888a85;
}

/* -> Iconified Menu */

ul.iconified_menu {
   list-style: none;
   margin: 0 0 20px;
   font-size: small;
}
ul.iconified_menu li {
   margin: 0 0 5px;
}
ul.iconified_menu li a {
   padding: 5px;
   display: block;
   text-decoration: none;
   border: 1px solid transparent;
   overflow: hidden;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
ul.iconified_menu li a:hover, ul.iconified_menu li a:focus {
   background: #dde5ef url(images/focus-bg.png) top repeat-x;
   outline: 0;
   border: 1px solid #bbc5d5;
}
ul.iconified_menu li a img {
   float: left;
   margin-right: 5px;
}

/* -> Definition Lists */

dl dt {
    font-weight: 700;
}
dl dt a {
    color: inherit;
}
dl dt a:visited {
    color: #ef8e4f;
}

/* -> Definition Lists with icons */

/* Icons are defined as 48x48 pixels by default */

dl.icon_list dt, dl.icon_list dd {
   margin-left: 58px;
}
dl.icon_list dt img {
   float: left;
   width: 48px;
   height: 48px;
   margin: 0 10px 0 -58px;
}


/* -> Action Button */


.action_button {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid #ccc;
    background: #ececec url(images/action_button-bg.png) center repeat-x;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #2e3436;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    line-height: 1.8;
    -webkit-transition: background-position 100ms linear;
    -moz-transition: background-position 100ms linear;
    transition: background-position 100ms linear;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    outline: none;
}
.action_button:hover {
    background-position: top;
    color: #000;
}
.action_button:visited {
    color: inherit;
}
.action_button:active {
    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
    background-position: bottom;
}




/*
 * --> News list
 *
 * This is initially used in the home page for displaying the news
 *
 */

.news_list {

}
.news_list .news {
    margin-bottom: 20px;
}
.news_list .news .date {
    font-family: 'Droid Serif', 'DejaVu Serif', Cambria, Georgia, serif;
    color: #888a85;
}
.news_list .news a {
    color: #555753;
    display: block;
    text-decoration: none;
}
.news_list .news a strong {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}
.news_list .news a:hover strong {
    text-decoration: underline;
}



/* Page Navigation */
/* ========================================================================== */



.page_navigation {
    margin: 30px auto 0;
}
.page_navigation .prev, .page_navigation .next {
    height: 32px;
    line-height: 32px;
}
.page_navigation a {
    text-decoration: none;
    color: inherit;
}
.page_navigation a:hover {
    text-decoration: underline;
}
.page_navigation .prev a {
    float: left;
    background: url(images/go-previous.png) top left no-repeat;
    padding-left: 40px;
}
.page_navigation .next a {
    float: right;
    background: url(images/go-next.png) top right no-repeat;
    padding-right: 40px;
}




/* pied */
/* ========================================================================== */



#pied {
    clear: left;
	background-color: #1869b3;
/*    background-image: url(images/footerBackground.png); */
    background-repeat: repeat-x;
    color: #FFF;
    padding: 10px 0 10px 0;
}
#pied a, #pied a:active, #pied a:hover, #pied a:visited {
	color: #9fe3f7; font-weight: bold;
}
#pied a.contact {
	padding: 10px 0 3px 40px;
	margin-left: 20px;
	background: url(images/contact.png) 0 0 no-repeat;
	line-height: 32px;
}
#pied p { margin: 0 0 5px 0; text-align: center; }


#pied li.lionsclub {
	background: url(images/LionsClub-BD.png) center left no-repeat;
	padding: 25px 0 0 60px; height: 60px;
    list-style-type: none;
}


#pied .links a {
    color: inherit;
    -webkit-transition: background-color 100ms ease-in;
    -moz-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}
#pied .links a:focus {
   background: #ececec;
   padding: 1px 3px;
   margin: -1px -3px;
   text-decoration: none !important;
   outline: 0;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
#pied #footnotes {
    margin-top: 20px;
}
#pied #footnotes small {
    font-size: 88%;
}
#pied #footnotes a {
    color: inherit;
}

#mentions, #mentions a { color: #999; font-size: 12px; }

/* Separateurs */
/* ========================================================================== */

hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 20px 0;
}

hr.top_shadow,
hr.bottom_shadow {
    height: 25px;
    background: url(images/hr-shadow.png) no-repeat bottom;
    background-size: contain;
    border: 0;
}
hr.bottom_shadow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Blocs */
/* ========================================================================== */

.bloc {
    padding: 25px 0;
    margin-bottom: 5px;
    overflow: hidden;
}
.bloc img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 3px 6px 8px #444;
}
img.icon, .bloc .play_video img { border: none; border-radius:0; box-shadow: 0 0 0; }

.bloc h2,
.bloc h3 {
    margin-top: 0;
}
.bloc.image-right .text {
    float: left;
    width: 480px;
}
.bloc.image-left .text {
    float: right;
    width: 480px;
}
.bloc .image {
    display: block;
    width: 420px;
}
.bloc .image img {
    width: 420px;
    display: block;
}
.bloc.image-right .image {
    margin-left: 40px;
    float: right;
}
.bloc.image-left .image {
    margin-right: 40px;
    float: left;
}
.bloc .thumbs {
    display: table;
    padding: 20px 0 0 0;
    margin: 0;
    list-style: none;
}
.bloc .thumbs li {
    display: table-cell;
    padding: 0 20px 0 0;
    margin: 0;
    list-style: none;
    vertical-align: middle;
}
.bloc .thumbs li:last-child {
    padding-right: 0;
}
.bloc .thumbs li > a {
    display: block;
    padding: 4px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    box-shadow: 3px 6px 8px #444;
}
.bloc .thumbs li .inline a {
    color: inherit;
    text-decoration: none;
}
.bloc .thumbs li .inline a:hover {
    text-decoration: underline;
}
.bloc .thumbs img {
    width: 120px;
    height: 80px;
    display: block;
    background: #ccc;
    box-shadow: 0;

}
.bloc .thumbs a .play {
    position: absolute;
    width: 120px;
    height: 80px;
    top: 0;
    left: 0;
    background: url(images/video-play.png) center center no-repeat;
    margin: 4px;
}

/* Corrections specifiques */
#contenu { padding-bottom: 20px; }
#introuvable #contenu { padding-bottom: 20%; }
.important { background-color: #fce94f; padding: 0.5em 1em; border: 1px solid #666; }
