/*---------------------------------------------------------------------------------------------------------------*/
/* HEADER                                                                                                        */
/*---------------------------------------------------------------------------------------------------------------*/
body{
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	background-color:#f0f0f0;

}


#header { 
	background-color: #3f3f3f;
	height: 78px; 
	background-color: #3f3f3f;
	border: 0;
	width: 100%;
	top:0;
	position:absolute;
	z-index:1;
}
	
/* LOGO */
	
#logo {
	text-decoration: none;
	border: 0;
	position:relative;
	width: 264px;
	height: 61px;
	margin-top:6px;
	margin-left: 40px;
	margin-right:40px;
	margin-right: 30px;
	padding: 0;
	background: url(../imgs/logo1.png) no-repeat 0 0;
	float: left; 
	z-index:2;}	

#logo:hover{
	background: url(../imgs/logo2.png) no-repeat 0 0;
}
	
#logo a {
	display: block;
	width: 264px;
	height: 61px;
	text-indent: -9999px;
	color:#3f3f3f; 
}
	
/*---------------------------------------------------------------------------------------------------------------*/
/* FOOTER                                                                                                        */
/*---------------------------------------------------------------------------------------------------------------*/	

#footer {
	width:100%;
	float: left;
	text-align:center;
	padding: 20px 0 ;
}

#footer a {
color:#17649A;
}

#footer a:hover {
color:#dd030e;
}

#copyright {
	font-size:10px;
}

/*---------------------------------------------------------------------------------------------------------------*/
/* MENU                                                                 */
/*---------------------------------------------------------------------------------------------------------------*/
/* icons */

.ico-caret-down:before {
	content:url(../imgs/icon_menu_haut.png);
}

.ico-caret-up:before {
	content:url(../imgs/icon_menu_bas.png);
}

.menu-wrapper {
	position: relative;
	z-index: 1;
	height: 78px; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	color:#fff;
	text-transform:uppercase;
	font-size: 14px;
	background: #3f3f3f;
  /* the hidden link for RWD nav */
  /* the rest of the menu lvl 1 */
  /* current links */
  /* submenu ! */
  /* unhide the 2nd level */
}
.menu-wrapper .menu {
	margin: 0;
  	padding-left: 0;
  	list-style: none;
}

.menu-wrapper ul,li {
	margin: 0;
	padding: 0;
}
.menu-wrapper .menu > li {
  	position: relative;
  	display: inline-block;
}

.menu-wrapper ul.menu,
.menu-wrapper a.menu-link {
}

.menu-wrapper a.menu-link {
  	display: none;
  	padding: 0.7em  0;
  	background: #3f3f3f;
}

.menu-wrapper a {
  	display: block;
  	position: relative;
  	padding:30px 14px;
  	line-height: 1.3em;
  	color: #ffffff;
  	text-decoration: none;
}

.menu-wrapper a:hover {
  	/*transition: all 0.5s;*/
  	background-color:#fff;
    text-shadow: #3f3f3f 0px 0px 0px;
  	color:#3f3f3f;
}

.menu-wrapper .menu > .current-menu-item > a,
.menu-wrapper .menu > .current-menu-ancestor > a {
  	position: relative;
  	z-index: 12;
  	background: #f5d4d4;
  	color: #b92120;
 	 border-bottom: 1px solid transparent;
}

.menu-wrapper .menu > .current-menu-item > a:hover,
.menu-wrapper .menu > .current-menu-ancestor > a:hover {
  	background: #fffdfd;
}

.menu-wrapper .menu > .current-menu-item > a:hover:after,
.menu-wrapper .menu > .current-menu-ancestor > a:hover:after {
  	border-top-color: #fffdfd;
}

.menu-wrapper .menu > .current-menu-item > a:after,
.menu-wrapper .menu > .current-menu-ancestor > a:after {
  	top: 100%;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	border-color: rgba(255, 255, 255, 0);
  	border-top-color: #f5d4d4;
  	border-width: 5px;
  	left: 50%;
  	margin-left: -5px;
}

.menu-wrapper li + li a:before {
 	position: absolute;
 	left: -0.5em;
  	top: 0.2em;
  	color: #ffffff;
  	opacity: 0.8;
  	font-family: Arial, Verdana, sans-serif;
}

.menu-wrapper .sub-menu {
	box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	margin: -0px 0 0 -0.7em;
  	padding: 0px 0 0 0;
  	position: absolute;
  	width:200px;
  	max-height: 0em;
  	overflow: hidden;
  	list-style: none outside none;
  	text-align: left;
  	text-transform: none;
}

.menu-wrapper .sub-menu li {
  	display: block;
  	background: #4b4b4b;
  	margin-left: 0.7em;
  	margin-right: 0.7em;
}
.menu-wrapper .sub-menu a {
  	margin: 0;
  	padding:10px 10px;
  	white-space: nowrap;
  	line-height: 1.8em;
  	border: none;
}

.menu-wrapper .sub-menu a:hover {
  	background: #fff;
  	color:#3f3f3f;
}
.menu-wrapper .sub-menu li:last-child {
  	padding-bottom: 0em;
}

.menu-wrapper .sub-menu li:last-child a {
}

.menu-wrapper li:hover .sub-menu {
  	max-height: 30em;
  	transition: max-height 0.5s;
}



/*---------------------------------------------------------------------------------------------------------------*/
/* REPONSIVE DESIGN - LA MERDE DEVIENT REELLE                                                                                      */
/*---------------------------------------------------------------------------------------------------------------*/
	
/* Responsive container Setting */
@media only screen and (min-width: 768px) and (max-width: 950px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}


@media screen and (max-width: 1140px){
/* New direction for third dropdown level */

#main { 
	padding: 0px 10px;
}


#tribune{ 

	margin-right: 0px; 
	margin-bottom: 0px; 
}

#contenu_gauche {
	width: 100%; 
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	background-color:transparent;
}

.contenu {
	padding-top:10px;
	margin-left:0px;
}
.contenu > :first-child {
	margin-top: 0px;
	margin-left:0px;
}

#lastposts { 
	width: 100%; 
}

#lastpoll {
	width:100%;
}

#breves {
	width:100%;
}

#online {
	width:100%;
}


}


@media only screen and (max-width: 890px) {
#main { 
	padding: 0px 10px;
}

#contenu_gauche {
	width: 100%; /* -> 3 */
	float: left;
}

.menu-wrapper a {
  font-size:13px;
  display: block;
  position: relative;
  padding:31px 5px;
  line-height: 1.3em;
  color: #ffffff;
  text-decoration: none;
}

.menu-wrapper .sub-menu {
	margin: -1px 0 0 -0.7em;
}


.menu-wrapper a:hover {
  /*transition: all 0.5s;*/
  background-color:#fff;
  color:#3f3f3f;
}
}

@media only screen and (max-width: 774px) {
	
#main { 
	padding: 0px 0px;
}

#contenu_gauche {
	width: 100%; 
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
}
	
#lastposts { 
	width: 100%; 
}

#lastpoll {
	width:100%;
}

#breves {
	width:100%;
}

#online {
	width:100%;
}

main {z-index:3;}

#header { 
	background-color: #3f3f3f; 
	font-size: 13px; 
	height: 45px; 
	color: #ddd; 
	padding-top:0px;
	z-index:1;}
			
#logo {
	width:55px;
	height:64px;
	margin-top:6px;
	margin-left: 20px;
	background: url(../imgs/logo_mobile.png) no-repeat 0 0;
	float: left; 
	z-index:2;
}

#logo a {
	width:55px;
	height:64px;
	display: block; 
} 

#logo:hover{
	background: url(../imgs/logo_mobile.png) no-repeat 0 0;
}

#zoneshoutbox {
	width:99,8%;
	height:62px;
}


#formshoutb {
	float: left;
	width:75%;	
	margin-top:15px;
}

#chars {
	width:0px;
	height:0px;	
	visibility:hidden;
}

#boutons {
	float: left;
	width:18%;	
	margin-top:8px;
	margin-left:15px;
}

.button {
	height: 30px;
	background: url(../imgs/send_bleu.jpg);
	width: 30px; 
	text-indent: -9999px;
	color: white;
	float:left;
	position:relative;
	padding: 0 10px;
	border: 0px solid #a3311b;
	margin-top:8px;
	margin-left:5px;
}

	
#contenu_gauche {
	width: 100%; /* -> 4 */
	float: left;
}

.js .menu-wrapper nav[role=navigation] {
    overflow: hidden;
    max-height: 0em;
}
.js .menu-wrapper nav[role=navigation].active {
    max-height: 30em;
    transition: max-height 0.5s ease-out;
}
.menu-wrapper {
    /* unhide the 2nd level */
    /* styling the toggle menu */
    /* arrow to indicate that we have subnav*/
}
.menu-wrapper a.menu-link {
    display: block;
    width: auto;
	height: 42px; 
    padding-right: 15px;
	text-align:right;
    border: none;
	font-style: normal;
    font-weight: normal;
    line-height: 1;
	font-size:26px;
    margin: 0;
	background: #3f3f3f;
}
.menu-wrapper a.menu-link:hover {
    background: #1a65a8;
}

.menu-wrapper a.menu-link:visited {
    background: #3f3f3f;
}

.menu-wrapper a.menu-link.active .ico-caret-down:before {
	content:url(../imgs/icon_menu_bas.png);
}

.menu-wrapper .menu .menu {
    padding-bottom: 5px;
	background: #3f3f3f;
}

.menu-wrapper .menu li {
    display: block;
    border: 1px solid pink;
    border: none;
}
  
.menu-wrapper .menu > li {
    padding: 0px;
    border: none;
}
  
.menu-wrapper .menu > li + li {
   /* border-top: 1px dashed #dd4949;*/
}

.menu-wrapper .menu a {
    padding: 0.5em 0;
    margin: 0px;
    border: none;
}

.menu-wrapper .menu a:hover {
    background: #1a65a8;
	color:#fff;
}

.menu-wrapper .menu .rightalign {
    float: none;
}

.menu-wrapper li + li a:before {
    content: "";
}

.menu-wrapper li:hover .sub-menu {
    max-height: 0em;
    transition: none;
}

.menu-wrapper .sub-menu {
    background: none;
    margin-left: 0px;
    margin-top: 1px;
    display: block;
    width: 100%;
}

.menu-wrapper .sub-menu li,
.menu-wrapper .sub-menu li a {
    margin: 0;
    display: block;
    width: 100%;
}

.menu-wrapper .sub-menu a {
    padding-left: 0.8em;
}
.menu-wrapper .sub-menu a:hover {
    background: #144a7b;
}

.menu-wrapper .sub-menu li {
   /* border-bottom: 1px dashed #dd4949;*/
}

.menu-wrapper .sub-menu li:last-child {
    padding: 0;
}

.menu-wrapper .sub-menu li:last-child a {
    border: none;
}

.menu-wrapper .menu .has-subnav {
    position: relative;
}

.menu-wrapper li .sub-menu.active {
    max-height: 30em;
    overflow: visible;
    position: relative;
    z-index: 9;
    transition: max-height 0.5s ease-out;
}

.menu-wrapper .toggle-link {
    height: 34px;
    width: 84px;
    display: block;
    position: absolute;
    right: 0px;
    z-index: 200;
    font-size: 0em;
    cursor: pointer;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.menu-wrapper .toggle-link:hover {
    transition: all 0.2s;
    background: #2474cf;
}

.menu-wrapper .toggle-link:visited {
    background: #3f3f3f;
}
 .menu-wrapper .menu .has-subnav > .toggle-link:after {
	content:url(../imgs/icon_menu_haut.png);
    position: absolute;
    height: 34px;
    width: 44px;
    top: 50%;
    margin-top: -20px;
    bottom: 50%;
    right: 4px;
    font-size: 28px;
    color: #fff;
 }
 
.menu-wrapper .menu .has-subnav > .toggle-link.active:after {
	content:url(../imgs/icon_menu_bas.png);
    margin-top: -18px;
}
}

@media only screen and (max-width: 460px) {
	
.button2 {
	margin-top:0px;
	width:0%;
	visibility:hidden;
	height:0px;
	margin-left:0px;
}

#zoneshoutbox {
	width:99,8%;
	height:62px;
}


#formshoutb {
	float: left;
	width:75%;	
	margin-top:15px;
}

#chars {
	width:0px;
	height:0px;

}

#boutons {
	float: left;
	width:10%;	
	margin-top:8px;
	margin-left:15px;
}

}
