html,
button,
input,
select,
textarea {
    color:white;
}

html {
    font-size: 1em;
    line-height: 1.4;
	background:#316331;
	background-image:url(../img/jungle_fond1.gif);
	background-repeat:repeat-y;
	background-position:left;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
}

.wrapper {
	width:auto;
    margin: 0 2%;
}

.header-container {
	background-color:#006633;
	border-bottom: 0px solid #006600;
}

.footer-container {
    background: transparent;
	color:#00CC99;
	font-size: 0.9em;
	font-weight: normal;
    border-top: 0px solid #006600;
	margin-left:5%;
}

.title {
    color: white;
	text-align:center;
}

a {
	color:yellow;
}
a:hover {
	color:#FFCC00;
	font-weight:bold;
}
h1 {
	font-size:2em;
}

/* ==============
    MENU
   ============== */

.miniHeader {
	position:absolute;
	z-index:254;
	top:0px;
	left:0px;
	padding:10px 15px 10px 10px;
	text-align:left;
	width:160px;
	display:none;
	visibility:hidden;
}
.MainMenuDiv {
	position:absolute;
	z-index:254;
	top:0px;
	left:0px;
	padding:10px 15px 10px 10px;
	text-align:left;
	width:95%;
	background-color:#006633;
    font-weight: bold;
}

nav {
	padding:0;
    display: block;
    text-align: center;
}
nav a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: transparent;
}
nav a:hover {
    color: white;
	background:#009900;
}
nav ul {
	text-align:center;
    margin: 0;
	padding:0;
}
nav ul li {
	display:inline;
	float:left;
	width:80%;
}
nav ul li a {
	display:block;
	padding:2px 0 2px 0;
	color:#FFFF33;
	font-weight:bold;
	text-decoration:none;
}
nav ul li ul {
	position:absolute;
	background:#006633;
	text-align:center;
	padding:0 0 0 0;
}
nav ul li ul li a {
	display:block;
}
nav ul li ul li:hover a {
	background:#009900;
}
nav ul li ul.fallback {
	display:none;
}
nav ul li:hover ul.fallback {
	display:block;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 2px 0;
}

.main article h1 {
    font-size: 2em;
}

.footer-container footer {
    color: white;
	margin-top:5px;
	margin-bottom:5px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

.btn {
  padding: 0.35em 0.75em;
  background-color:#FFFFFF;
  color:#000000;
  border: 1px solid #bbb;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn:hover {
  background-color:#FFCC33;
  color:#000000;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.leftLion {
	visibility:hidden;
	display:none;
}
.rightLion {
	visibility:hidden;
	display:none;
}
.mainTitle {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	padding:0;
	margin:0;
}

.pub-container {
	background-color:transparent;
	display:none;
	visibility:hidden;
}
#vertival-pub-container {
	float:right;
	margin-bottom:10px;
}
.horizontal468x60-pub-container {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.horizontal728x90-pub-container {
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

.lecamer-content {
	margin-bottom: 10px;
	background-color:transparent;
	padding: 0 10px 0 10px;
 	border: 1px solid #00CC66;
	-webkit-border-radius: .6em;
	border-radius: .6em;
	text-align:justify;
}

.lecamer-imglegend {
	text-align:right;
}

.lecamer-imgleftlegend {
	text-align:left;
	float:right;
}

.lecamer-imgdiv {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.lecamer-content img {
	max-width:90%;
}

.lecamer-content h3 {
	color:#ffcc33;
	font-weight:bold;
}

.lecamer-content h2 {
    font-size: 1.2em;
    margin: 0 0;
}

.lecamer-centered-imgdiv {
	text-align:center;
}

.lecamer-centered-imgdiv img {
	max-width:90%;
}

.coloredSpan {
	color: #ffcc33;
	font-weight: 500;
}

.affjour {
	color:#CCCCCC;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
.bannerImg {
	text-align:center;
	}
.space_li {
	background-color:transparent;
	display:none;
	visibility:hidden;
}
.space_li:hover {
	background-color:transparent;
}
nav.littleScreenClass {
	display:block;
	visibility:visible;
}
nav.littleScreenClass li {
	margin-left:10%;
}
nav.normalScreenClass {
	display:none;
	visibility:hidden;
}
nav.normalScreenClass li {
	width:20%;
}
nav.normalScreenClass li ul li{
	width:100%;
}
nav.normalScreenClass li ul{
	width:160px;
	margin-left:20px;
}

.MainMenuDiv nav {
    text-align:left;
	width:95%;
}
.MainMenuDiv  nav ul li {
	width:100%;
}
.MainMenuDiv  nav ul li a {
    text-align:left;
}
.MainMenuDiv nav ul li a span {
	color:white;
}

/* ==============
    TABLE
   ============== */

.lecamerounTable
{
	border: 3px solid #00CC66;
}
.lecamerounTitreTable
{
	background-color:#009966;
}
.lecamerounTitreClonneTable
{
	color:#000000;
	font-weight:normal;
	padding:2px;
}
.lecamerounLeftBorderCellTable
{
	border-left-style:solid;
	border-width:2px;
	border-color:#00CC66;
}
.lecamerounRightBorderCellTable
{
	border:0;
	border-right-style:solid;
	border-width:2px;
	border-color:#00CC66;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 520px) {
	.modalBox img {
		width:70%;
	}
	.lecamer-imgdiv img {
		width:90%;
	}
}

@media only screen and (min-width: 930px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }
	nav ul li ul.fallback {
		-webkit-box-shadow: 0 10px 10px #aaa;
		-moz-box-shadow: 0 10px 10px #aaa;
		box-shadow: 0 10px 10px #aaa;
	}
	nav.littleScreenClass {
		display:none;
		visibility:hidden;
	}
	nav.normalScreenClass {
		display:block;
		visibility:visible;
	}
	nav ul li a {
	padding:5px 0 5px 0;
	}
	.space_li {
		height:15px;
	}
	
    .title {
        float: rigth;
    }

    .main article {
        float: left;
        width:700px;
		margin:0 auto;
    }
}

@media only screen and (min-width: 980px) {
    .main article {
        width:750px;
    }
	nav ul li a {
		padding:0;
	}
}

@media only screen and (min-width: 1030px) {
    .main article {
        width:800px;
    }
}

@media only screen and (min-width: 1080px) {
    .main article {
        width:850px;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    .main article {
        width:870px;
    }
}

@media only screen and (min-width: 800px) {
	#logo {
		display:none;
		visibility:hidden;
	}
	#_770x60banner {
		display:block;
	}
	#_320x60banner {
		display:none;
	}
	#text_banner {
		display:none;
	}
	#pubpanel {
		display:block;
	}
}
@media only screen and (min-width: 640px) {
	body {
		background-image:url(../img/jungle_fond2.gif);
		background-repeat:repeat-y;
		background-position:right;
	}
	.rightLion {
		visibility:visible;
		display:inline-block;
	}
}
@media only screen and (min-width: 320px) and (max-width: 799px) {
	#_770x60banner {
		display:none;
	}
	#_320x60banner {
		display:block;
	}
	#text_banner {
		display:none;
	}
}
@media only screen and (max-width: 319px) {
	#_770x60banner {
		display:none;
	}
	#_320x60banner {
		display:none;
	}
	#text_banner {
		display:block;
	}
}
@media only screen and (min-width: 440px) {
	.miniHeader {
		display:block;
		visibility:visible;
	}
	.bannerImg {
		text-align:right;
		padding-right:5px;
	}
}
@media only screen and (min-width: 480px) {
	.bannerImg {
		text-align:center;
		padding-right:0;
	}
	.leftLion {
		visibility:visible;
		display:inline-block;
	}

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    .oldie nav a {
        margin: 0 0.7%;
    }
}
@media only screen and (min-width: 930px) {
	#logo {
		display:block;
		visibility:visible;
	}
	#vertival-pub-container {
		display:block;
		visibility:visible;
	}
}
@media only screen and (min-height: 400px) {
	.space_li {
		display:block;
		visibility:visible;
	}
}
@media only screen and (min-width: 480px) and (max-width: 734px) {
	.horizontal468x60-pub-container {
		display:block;
		visibility:visible;
	}
}

@media only screen and (min-width: 735px) and (max-width: 929px) {
	.horizontal728x90-pub-container {
		display:block;
		visibility:visible;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%; //  !important
		_width:100%;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}