/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0 auto;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}



img {border: 0;
}

body {
	font: normal 12px Verdana, sans-serif;
	background-attachment: fixed;
	background: url("fond.png") #9C0101 repeat-x;
}


#pub_top {
	position : relative;

	width: 100%;
	
	margin: 0; padding: 0;
	margin: 0 auto;
}

#overall {
	position : relative;
	font: normal 12px Verdana, sans-serif;
	text-align: center ;
	background-color :#D20605;
	width: 800px;

	
	margin: 0; padding: 0;
	margin: 0 auto;
	

}

@font-face {
    font-family: "FOne";
    src: url('FrancoisOne.ttf');
}

@font-face {
    font-family: "Noodle";
    src: url('big_noodle_titling.ttf');
}

h1 {
  margin: 0px;
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
}




/*------------------------------
=HEADER
------------------------------*/

#header_page {
	
	position: relative;
	background: #D20605 url("header.png") no-repeat;
	border-top:6px solid #D20605;
	height : 144px;
	width : 788px;

}

#search_zone {
	position: relative;
	height : 20px;
	width : 230px;
	left: 270px;
	top: 95px;
}

form-wrapper input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

	#header_page h1 {
      font-family : Impact;
      color: #FFFFFF;
      margin-top : 75px;
      font-size: 50px;
      margin-right : 0px;
	}


/*------------------------------
=LOGIN
------------------------------*/
.subheader-menu a:link	{ color: #FFFFFF; }

#login-menu {
	background-color : white;
	width: 789px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#subheader-menu
{
	background-color : #392E2F;
	
	padding: 7px 12px;
	color: #C0C0C0;
	text-align: center;
	height: auto;
}


/*------------------------------
=CONTENT AREA AND SIDEBAR LAYOUT
------------------------------*/

#content {
	position : relative;
	z-index :  400;
	display: table;
	background: #FFFFFF;
	border-left:6px solid #D20605; /* couleur du cadre */
	border-right:6px solid #D20605;
}

	#mainContent {
		padding-top: 10px;
		display: table-cell;
		width: 545px;
		padding-right: 15px;
		padding-left: 15px;
 		text-align: justify; 
		vertical-align: top;
		z-index :  400;
	}
	



	
	  #mainContent h1{
	  		font-size : 20px;
			line-height: normal;
			font-family: Arial, Helvetica, sans-serif;
            text-transform: uppercase;
			font: 24px "Noodle";
			background-color: rgb(179,2,6);
			border-radius: 20px;
			padding: 0px 20px;
			color: white;
			text-align: left;
			clear:both;
      }

	#mainContent h2{
        border-bottom: 1px solid #AAAAAA;
		font: 24px "Noodle";
		clear:both;
    }
	
	#mainContent h3{
        border-bottom: 1px dotted #AAAAAA;
		font: 22px "Noodle";
    }
	
	#mainContent h4{
		font: 20px "Noodle";
    }
	
	
	#mainContent .letter{
	  		font-size : 20px;
			line-height: normal;
			font-family: Arial, Helvetica, sans-serif;
            text-transform: uppercase;
            color : #8E8E8E;
			text-shadow: 3px 3px 5px #ABABAB;
			font-weight:bold;
    }
	
		#mainContent  h1 > a {
			text-decoration: none;
			color: #FFF;
			list-style: none;
		}

	#mainContent  a {
			text-decoration: none;
			color: #D20606;
			list-style: none;
		}
		
			#mainContent a:hover {
				text-decoration: none;
				color : #000;
			}


	#mainContent ul li a {
			text-decoration: none;
			color: #D20606;
			list-style: none;
		}
		
			#mainContent ul li a:hover {
				text-decoration: none;
				color : #000;
			}
			
	#mainContent table  {

		font: normal 13px Verdana, sans-serif;
	
	}
	
	#aside {
		display: table-cell;
		width: 244px;
		display: block;
		padding-bottom: 22px;
	}

/*------------------------------
=SIDEBAR
------------------------------*/
#aside #section {
	display: block;
	text-align: left; 
	margin: 10px 0 20px 0;
	padding: 15px;
    width : 230px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
  #aside h1{
		text-align: center; 
		  	 font-size : 15px;
			line-height: normal;
			font-family: Arial, Helvetica, sans-serif;
            border-bottom: 1px solid #C0C0C0;
            text-transform: uppercase;
            color : #8E8E8E;
			font: 22px "Noodle";
  }
  
  #aside a {
      text-decoration: none;
			color: #D20606;
  }
  
	

	#aside #section ul {
		list-style: none;
		text-align: left; 
	}
	
		#aside #section ul li a {
			text-decoration: none;
			color: #D20606;
		}
		
			#aside #section ul li a:hover  {
				text-decoration: none;
				color : #000;
			}

#image  { 
   min-height : 70px;
     margin-bottom : 10px;
}
#image:hover  > h2{
	color :red;
}
			
#image img { 
   width: 175px; /* for IE 6 */
   position : absolute;
   min-height : 70px;
}

#image  h2 { 
	position : relative;
	font: 13px "FOne";
	width: 171px; 
	z-index : 2;
	color: white; 
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.6);
	padding : 2px;
}

#image  h2:hover { 
	position : relative;
	font: 13px "FOne";
	width: 171px; 
	z-index : 2;
	color: red; 
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.6);
	padding : 2px;
}


/*------------------------------
=FOOTER
------------------------------*/
#footer {
	position: absolute;
	left: 0;
	width: 100%;
	margin:0 auto; 
	background: #222222;
	display: table;
	font: normal 12px Verdana, sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	color : #FFF;
}

#footer  ul{
	padding-left : 15px;
}

#footer  li{
	float : none;
}

#footer  h4{
	color : #FFF;
}

  #footer #section {
		text-align : center;
		display: table;
		margin: 0 auto;
		padding: 10px 0;
		width: 940px;
		color: #777;
	}

	#footer #section h1 {
          font-size: 12px;
          text-decoration:underline; 
          text-transform: uppercase;
          color : #FFF;
	}

	#footer #section ul {
			padding: 10px 10px;
			display: table-cell;
			list-style: none;
	}
	
		#footer #section ul li a {
			display: block;
			text-decoration: none;
			color: #FFF;
		}
		
			#footer #section ul li a:hover {
				text-decoration: none;
				color : #FFF;
			}
			
		#footer #section a {
          font-size: 12px;
          text-decoration:underline; 
          text-transform: uppercase;
          color : #FFF;
	}
		
		
div#searchTargetContainer {
	left:       10px;
	top:        10px;
	width:      90%;
	background: white;
}

div#searchTarget {
	padding:    3px;
	margin:     5px;
	background: #F0F0F0;
	border:     solid 1px blue;
}

div#searchTarget ul li {
	list-style: none;
}

div#searchTarget ul li:before {
	color: orange;
	content: "\00BB \0020";
}

div#searchTargetHide {
	float:right;
	border:solid 1px black;
	background:#DCDCDC;
	padding:2px;
}

#powersearch p {
	margin-top:0px;
}


/*
** Search portlet
*/
#p-search {
	position: relative;
	z-index: 3;
}
input.searchButton {
	margin-top: 1px;
	font-size: 95%;
}
#searchGoButton {
	padding-left: .5em;
	padding-right: .5em;
	font-weight: bold;
}
#searchInput {
	width: 10.9em;
	margin: 0;
	font-size: 95%;
}
#p-search .pBody {
	padding: .5em .4em .4em .4em;
	text-align: center;
}
#p-search #searchform div div {
	margin-top: .4em;
	font-size: 95%;
}


#menugauche
{
margin: 0px;
margin-left: 7px;
float: left;
width: 110px;
}


#blockinterieur
{
text-align:left;
margin: 0px;
margin-left: 7px;
float: left;
width: 240px;
}




#menuinterieur2left
{
text-align:left;
margin: 0px;
margin-left: 7px;
float: left;
width: 240px;
}

#menuinterieur2right
{
text-align:left;
margin: 0px;
margin-right: 7px;
float: right;
width: 240px;
}

#menuinterieur3left
{
text-align:left;
margin: 0px;
margin-left: 7px;
float: left;
width: 160px;
}

#menuinterieur3center
{
text-align:left;
margin: 0px;
margin-left: 0px;
float: left;
width: 160px;
}


#menuinterieur3right
{
text-align:left;
margin: 0px;
margin-right: 7px;
float: right;
width: 160px;
}

/*
** Main News feed
*/

#newsfeed  {
	display: table;
	height : 50px;
	width : 500px;
	text-align: left; 
	padding : 10px;
	border: 1px solid #c9c2c1;
}
	#newsfeed  img {
		float : left;
		padding-right: 10px;
	}
 

#pub2 {
	position: absolute;
	left: 50%;
	top : 180px;
	margin: 0 0 0 420px;
	width: 8em;
}


.navbar-default {
    border-left: 6px solid #D20605;
    border-right: 6px solid #D20605;
}


.navbar {
	margin-bottom: 0px;
	border-left: 6px solid #D20605;
    border-right: 6px solid #D20605;
	border-top : 0px;
	border-bottom : 0px;
	min-height: 50px;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font: 17px "FOne";
	text-transform: uppercase;
}

.navbar-default .navbar-brand {
    color: #FFF;
    font: 17px "FOne";
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #FFF;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 12px;
}

.breadcrumb {
    margin-bottom: 0px;
	text-align: left;
}

.btn {
	white-space: normal !important;
    word-wrap: break-word;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;

}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}


/* jQuery lightBox plugin - Gallery style */
	#gallery {
		text-align : left;
		background-color: #444;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 520px;
		
		
		border-left:1px solid #C0C0C0; /* couleur du cadre */
		border-right:1px solid #C0C0C0;
		border-bottom:1px solid #C0C0C0;
		border-top:1px solid #C0C0C0;
  
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #393939;
		border-width: 5px 5px 20px;
		margin-left : 14px;
		margin-bottom : 10px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
		
	}
	#gallery ul a:hover { color: #fff; }

	
	
	#gallery_single {
		background-color: #fff;
	
	}
	#gallery_single ul { list-style: none; }
	#gallery_single ul li { display: inline; }
	#gallery_single ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery_single ul a:hover img {
		border: 5px solid #C0C0C0;
		border-width: 5px 5px 20px;
		color: #C0C0C0;
	}
	#gallery_single ul a:hover { color: #fff; }

	
	
	
	
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 17px; 
	float: right;
	padding-bottom: 0.7em;	
}

 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:520px;
	height:200px;
	overflow: hidden;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.slider-wrapper { 
	top : 0px;
	width: 520px; 
	height: 250px;
}

.theme-default #slider {

}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
   
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../lightbox-ico-loading.gif) no-repeat 50% 50%;

    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
	height :auto;
	background-color:red;

}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
		
}

#miniature {
	height : 35px;
	width : 88px;
	margin-right : 10px;
	border-width : 1px;
	border-color : black; 
	border-style : solid;
} 



#miniatureBlock {
	display: inline-block;
	width: 150px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 15px;
	vertical-align: top;
} 

#miniatureBlock .img {
	height : 60px;
	width : 150px;
	border-width : 1px;
	border-color : black; 
	border-style : solid;
} 

#miniatureBlock .title {
	font: 14px "FOne";
} 

.search-button {
	padding: 3px 0;
}









.wrap input[type=checkbox] { display: none; }



@media screen and (max-width: 500px)
{

    img{
        
		width : 100% !important;
		height : auto !important;
		float : none !important;
		
    }

}

.dropdown-menu > li {
	width : 100%;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
	border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 767px)
{
.subheader-menu a:link	{ color: #FFFFFF; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #FFF;
    background-color: transparent;
}

.navbar {
	border-left : 0px;
	border-right : 0px;
}

.navbar-default {
	background: none;
    background-color: #640202;
	background: url("back_nav.png") #D20605 repeat;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #392E2F;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #690000;
}




#login-menu {
	background-color : white;
	width: 100%;
	border-left: 0px solid rgb(210, 6, 5);
	border-right: 0px solid rgb(210, 6, 5);
	padding-bottom: 10px;
	padding-top: 10px;
}

#subheader-menu
{
	background-color : #392E2F;
	
	padding: 7px 12px;
	color: #C0C0C0;
	text-align: center;
	height: auto;
}




body {
	font: normal 12px Verdana, sans-serif;
	
}

#overall {
    font: normal 12px Verdana, sans-serif;
}

 #mainContent h1{
	  
	  		font-size : 20px;
			padding: 5px 20px;
      }
	  
	   #mainContent h1  > a{
	  
	  		color : white;
      }



#header_page {
	max-width : 100%;
	width:auto;
	
}

	#overall {
		width:auto;
	
	}
	
#search_zone {
	left: 0px;
	top: 5px;
}


	#mainContent {
		display: block;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	

	iframe, object, embed {
        width: 100%;
		height:auto;
	}
	
	#aside #section {
		
	}
	
	#aside{
		 width: 218px;
	}
	
	#footer #section {
		width: 100%;
		padding-bottom: 50px;
	}	
	
	
	input[type=checkbox] ~ ul { 
	max-height: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	white-space:nowrap;
	
	
	}

input[type=checkbox]:checked ~ ul { 
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
	background-color: #272727;
}


#blockinterieur
{
	width: 100%;
	margin-bottom : 20px;
}

.after-box {
    clear: left;   
}



}





/* a little "umph" */
.decor {
  display: block;
}

a {
  text-decoration: none;
  color: #fff;

}

nav ul {
  list-style: none;
  position: relative;
  text-align: left;
}

li {
  float: left;
}

/* clear'n floats */
ul:after {
  clear: both;
}

ul:before,
ul:after {
    content: " ";
    display: table;
}

nav {
  position: relative;

  background: url("back_nav.png") #D20605 repeat;


	height: 46px;
	width :100%;
}

/* prime */
ul.primary li span {
  display: block;
  padding: 10px 20px;

}

ul.primary li:last-child a {
  border-right: none;
}

ul.primary li a:hover {
  
  color: #000;
}



.titleNav {
    font: 17px "FOne";
	text-decoration: none;
	color: #fff;
	 padding: 10px 25px;
	 background: url("back_nav.png") #D20605 repeat;
}

.titleNavMenu {
	display:none;
	
}

.titleNavMenuLi {
	list-style: none;
}

/* subs */
ul.sub {
  z-index : 20000;
  position: absolute;

  box-shadow: 1px 1px 1px 1px #BEBEBE;
  width: 26%;
  display:none;

}

ul.sub li {
  float: none;
  margin: 0;
  height: 35px;
}

ul.sub li a {
	border-bottom: 1px dotted #ccc;
	border-right: none;
	color: #000;
	padding: 7px 30px;
	display: block;
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
  color: #000;
  background: #eeeeee;
}

/* sub display*/
ul.primary li:hover ul {
  display: block;
  background: #fff;
}

/* keeps the tab background white */
ul.primary li:hover span {
  background: #fff;
  color: #666;
  text-shadow: none;
}

ul.primary li:hover > a{
  color: #000;
} 

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

nav {
 
	border-left: 0px;
	border-right: 0px;
	height: auto;




}

ul.primary li span {

    padding: 5px 20px;
}

.titleNav {
    font: 12px "FOne";
	background:  url("back_nav_small.png") #D20605 repeat ;
}



.titleNavMenu {
	display:block;
	font: 20px "FOne";
	color : white;
	background:  linear-gradient(
      rgba(0, 0, 0, 0.3), 
      rgba(0, 0, 0, 0.3)
    ), url("back_nav_small.png") #D20605 repeat;
	height: 32px;
}
	
.titleNavMenuLi {
	list-style: none;
}



#content
{
	border-left: 0px;
	border-right: 0px;
	width: 100%;
}


#header_page
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.after-box {
    clear: left;   
	
}

  .decor {

  }
  

  
   li {
    float: none;
	
  }
 
 ul.sub li {

    height: 30px;
}
  
  ul.primary li:hover a {
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }

  ul.primary li:hover ul {
    display: block;
    background: #272727;
    color: #fff;
  }
  
  ul.sub {
  z-index : 20000;
    display: block;  
    position: static;
    box-shadow: none;
    width: 100%;
  }
  
  ul.sub li a {
    background: #272727;
    border: none;
    color: #8B8B8B;
  }
  
  ul.sub li a:hover {
    color: #ccc;
    background: none;
  }
  
  
}





.noResize {
max-width: 100% !important;
height: auto !important;
width: auto !important;
}

=============================================================================
=============================================================================
=============================================================================
=============================================================================
=============================================================================


    ul {
        list-style-type: square
	}
    p {
        margin: 1em 0;
        line-height: 1.2em;
        orphans: 3;
        widows: 3
    }
    pre,
    .mw-code {
        background: #fff;
        color: #000;
        border: 1pt dashed #000;
        padding: 1em 0;
        font-size: 8pt;
        white-space: pre;
        word-wrap: break-word;
        overflow: auto
    }
    img,
    .wikitable,
    .thumb {
        page-break-inside: avoid
    }

    #column-content {
        margin: 0 !important
    }
    #column-content .mw-body {
        padding: 1em;
        margin: 0 !important
    }
    #toc {
        background-color: #f9f9f9;
        border: 1pt solid #aaa;
        padding: 5px;
        display: table;
		margin: 20px 0;
		padding: 15px;
    }
    .tocnumber,
    .toctext {
        display: table-cell
    }
    .tocnumber {
        padding-left: 0;
        padding-right: 0.5em
    }
    .mw-content-ltr .tocnumber {
        padding-left: 0;
        padding-right: 0.5em
    }
    .mw-content-rtl .tocnumber {
        padding-left: 0.5em;
        padding-right: 0
    }
  
	#toc ul, .toc ul {
		list-style-type: none;
		list-style-image: none;
		text-align: left;
		padding-left: 0px !important;
		margin-bottom: 0px;
	}
	
	#toc ul ul, .toc ul ul {
		margin: 0 0 0 2em;
	}
	
	#mainContent li, .mainContent li {
		float: none;
	}

	ul {
		list-style-type: square;
	}

	#mainContent ul, #mainContent  ol {
		padding-left: 15px;
	}

	#toc h2, .toc h2 {
		display: inline;
		border: none;
		padding: 0;
		font-size: 100%;
		font-weight: bold;
		text-transform: uppercase;
		font: 16px "Noodle";
	}
	
	ul.topiclist {
		padding-left: 0px !important;
	}
	
	
	
	/* Galleries */
/* These display attributes look nonsensical, but are needed to support IE and FF2 */
/* Don't forget to update gallery-print.css */
li.gallerybox {
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
}

ul.gallery,
li.gallerybox {
	zoom: 1;
	*display: inline;
}

ul.gallery {
	margin: 2px;
	padding: 2px;
	display: inline-block;
}

li.gallerycaption {
	font-weight: bold;
	text-align: center;
	display: block;
	word-wrap: break-word;
}

li.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	background-color: #FFF;
	margin: 2px;
}

li.gallerybox div.thumb img {
	display: block;
	margin: 0 auto;
}

div.gallerytext {
	overflow: hidden;
	font-size: 94%;
	padding: 2px 4px;
	word-wrap: break-word;
}

/* new gallery stuff */
ul.mw-gallery-nolines li.gallerybox div.thumb {
	background-color: transparent;
	border: none;
}

ul.mw-gallery-nolines li.gallerybox div.gallerytext {
	text-align: center;
}

/* height constrained gallery */

ul.mw-gallery-packed li.gallerybox div.thumb,
ul.mw-gallery-packed-overlay li.gallerybox div.thumb,
ul.mw-gallery-packed-hover li.gallerybox div.thumb {
	background-color: transparent;
	border: none;
}

ul.mw-gallery-packed li.gallerybox div.thumb img,
ul.mw-gallery-packed-overlay li.gallerybox div.thumb img,
ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
	margin: 0 auto;
}

ul.mw-gallery-packed-hover li.gallerybox,
ul.mw-gallery-packed-overlay li.gallerybox {
	position: relative;
}

ul.mw-gallery-packed-hover div.gallerytextwrapper {
	overflow: hidden;
	height: 0;
}

ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
	position: absolute;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
	bottom: 0;
	left: 0; /* Needed for IE */
	height: auto;
	font-weight: bold;
	margin: 2px; /* correspond to style on div.thumb */
}

ul.mw-gallery-packed-hover,
ul.mw-gallery-packed-overlay,
ul.mw-gallery-packed {
	text-align: center;
}

	