* {
	outline: none;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #aebac6;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: .8em;
	line-height: 1.4;
}

h2, h3, h4{
	font-family: Georgia, serif;
	line-height: 1.1em;
	text-shadow: #444 1px 1px 2px;
}

 

#main {
	height: auto!important;
	min-height: 100%;
	height: 100%;
	position: relative;
}

#top {
	margin: 0;
	padding: 0;
}

#top h1 {
	margin: 0;
}

#top h1 a{
	display: block;
	width: 300px;
	height: 100px;
	background-image: url('images/logo-jot3.png');
	margin: 0;
	overflow: hidden;
}

* html #top h1 a {
	background-image: url('images/logo-jot3.gif');	
}

#top h1 a span {
	display: block;
	padding-top: 105px;
}



#middle {
	padding: 10px 0 140px 0;
	overflow: auto;
} 

#mainBox {
	width: 550px;
	float: right;
	background-image: url('images/mainBoxBottom.png');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 50px 15px 0 0;
	padding-bottom: 25px;
	position: relative;
}

* html #mainBox {
	width: 540px;
	margin-bottom: 130px;
}
 
.subMainBox {
	background-image: url('images/mainBoxBG.png');
	padding: 10px 30px 10px 20px;
	text-align: justify;
}

* html #mainBox,
* html .subMainBox {
	background-image: none;
	background-color: #fff;
}

* html .subMainBox {
	padding: 10px 15px 10px 10px;
}

#mainBox h2 {
	margin: 14px 0 7px 0;
	padding: 0;
}

#mainBox p + h2,
#mainBox ul + h2 {
	margin-top: 2.5em;
}

#mainBox .tabs + h2 {
	margin-top: 14px;
}


#mainBox h3 {
	margin: 18px 0 7px 0;
	padding: 0;
}

#mainBox p {
	margin: 0 0 7px 0;
	padding: 0;
}

#mainBox a {
	color: #369;
}      

#mainBox a:visited {
	color: green;
}

#mainBox a:hover {
	color:#669;
}


#mainBox .externalXXX {
	background-image: url("images/external.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 12px 0 0;
}


#mainBox img {
}

#mainBox .L {
	float: left;
	margin: 15px 10px 0 0;
}

.thumbshots {
	text-align: center;
}
.thumbshots img{
	border: none;
}
.thumbshots a{
	text-decoration: none;
}
#mainBox .thumbshots .external {
	background-image: none;
	padding: 0;
}
.thumbshots a span{
	text-decoration: underline;
	background-image: url("images/external.png");
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 12px 0 0;
}


#bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-image: url('images/bottom-bg.png');
}

* html #bottom{
	position: absolute;
	height: 120px;
	top: expression( body.scrollTop + document.body.clientHeight - 120 + "px");
}

/* Styles "normaux" */
#footer p {
	color: #aaa;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* div de debug */
#log {
	position: absolute;
	top: 200px;
	left: 0px;
	max-height: 300px;
	width: 250px;
	overflow: auto;
}

#mousePos {
	position: absolute;
	top: 10px;
	right: 10px;
}

#log, #mousePos {
	background-color: yellow;
	opacity: 0.7;
}

/* Zone gallerie */

#gal {
	overflow: auto;
	width: 100%;
	padding: 10px 5px 10px 5px ;
}

.scrollable { 
    /* required settings */ 
    position: relative; 
    overflow: hidden; 
    width: 100%;
	/*width: 450px;*/ 
    height: 70px; 
	float: left;
} 

.scrollable .items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
} 

.scrollable .items li { 
    float:left;
	list-style-type: none;
	margin: 0;
    padding: 0;
}

.scrollable .items li a {
	padding: 0 5px;
}

.scrollable .items li a img {
	border: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-color: #369;
}


.items .active { 
    border:1px inset red; 
    background-color:#fff; 
}

#gal .browse {
	background-color: orange;
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 5px;
}

#gal .left {
	clear: left;
}


.navi a {
	display: block;
	width: 5px;
	height: 5px;
	background-color: blue;
	float: left;
	margin: 0 1px;
}

.navi a:hover {
	background-color: green;      
}

.navi .active {
	background-color: yellow;
}

/* ToolTip sur les images du bas */
#galTip {
	position: absolute;
	display: none;
	bottom: 150px;
	left: 15px;
	background-image: url("images/toolTipBottom.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
	width: 250px;
}
#galTip .content{
	background-image: url("images/toolTip.png");
	padding: 10px;
}

#galTip .exif {
	font-size: 0.8em;
	color: #888;
	margin: 0;
	padding: 0;
}

/* popup */
#popup {
	position: absolute;
	top: 150px;
	left: 15px;

	width: 230px;
	-moz-transform: rotate(2deg);  
	-webkit-transform: rotate(2deg);
}

#popup .top {
	background-image: url('images/postit2.png');
	background-position: right top;
	height: 13px;
}

#popup .content {
	background-image: url('images/postit2.png');
	background-position: right bottom;
	padding: 0px 27px 27px 13px;
	min-height: 150px;
}

/* Background (créé avec jquery) */
#MAINBG, #MAINBGFRONT, #MAINBGBACK {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

* html #MAINBG, * html #MAINBGFRONT, * html #MAINBGBACK {
	position: absolute;
	/*top:expression(documentElement.scrollTop+body.scrollTop);*/
}

#MAINBG {
	background-image: url("images/ajax-loader.gif");
}

/* GalTools (Créés avec jquery */
#GALTOOLS {
	position: absolute;
	top: 10px;
	right: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#GALTOOLS li {
	margin: 0;
	padding: 0;
}

#GALTOOLS li a {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background-image: url('images/btn2.png');
}

#GALTOOLS li a:hover {
	background-position: -20px 0;
}

#GALTOOLS .down a:hover {
	background-position: -40px 0;
}

#GALTOOLS li a span {
	display: block;
	padding-top: 25px;
}

#top1 {
	height: 100px;
	background-image: url('images/069-70.png');
	overflow: hidden;
}

* html #top1 {
	background-image: none;
	background-color: #166ca3;
}

/* lang-switch */
#lang-switch {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

#lang-switch li {
	display: block;
	float: left;
	margin: 0;
}

#lang-switch li a {
	display: block;
	text-align: center;
	height: 25px;
	width: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("images/lang.png");
	background-position: -40px 0;
	color: #ccc;
	text-decoration: none;
	font-size: 0.8em;
}

* html #lang-switch li a {
	background-image: none;
	width: 2em;
}

#lang-switch .active a {
	background-position: 0 0;
	color: #fff;
}

#lang-switch li a:hover {
	color: #fff;
}


/* menu 1 (switcher principal pour passer d'un site à l'autre) */
#menu1 {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 10px 10px 10px 0;
}

#menu1 .selected,
#menu1 li:hover {
	-webkit-box-shadow: 0px 0px 5px #ccc;
	-moz-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 5px #ccc;
}

#menu1 li {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

#menu1 li a{
	display: block;
	width: 160px;
	height: 80px;
	overflow: hidden;
}

#menu1 li a span {
	display: block;
	padding-top: 85px;
}

#menu1-jot {
	background-image: url("images/jot.jpg");
}

#menu1-parc {
	background-image: url("images/parc.jpg");
}

#menu1-tv {
	background-image: url("images/tv.jpg");
}


#menu2 {
	text-align: right;
	margin: 0;
	padding: 0;
	background-image: url("images/bg-menu2.png");
	background-position: bottom;
	padding: 0 10px 10px 10px;
}

* html #menu2 {
	background-image: none;
	background-color: #369;
	padding: 0 10px;
}

#menu2 li {
	display: inline;
	margin-left: 20px;
}

#menu2 li a {
	color: #888;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

#menu2 li a:hover,
#menu2 .active a{
	color: #fff;
}

#menu3 {
	background-image: url("images/menu3BG.png");
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
	position: absolute;
	right: 565px;
	top: 195px;
	padding: 10px 0 10px 0;
}

#menu3 li {
	display: block;
	/*height: 30px;*/
	width: 212px;
	text-align: right;
	padding-bottom: 8px;

}
* html #menu3 li {
	padding-bottom: 0;
}

#menu3 li.active { /* ATTENTION IE6 */
	background-image: url("images/menu3ActiveBG.png");
	background-position: bottom;
}
* html #menu3 li.active {
	background-image: none;
	background-color: #369;
}


#menu3 li a {
	display: block;
	text-decoration: none;
	color: #ccc;
	padding: 0 10px 0 25px;
	font-weight: bold;
}

#menu3 li a:hover,
#menu3 .active a{
	color: #fff;
}

/* Menu 4 ( dans le menu3 ) */
#menu4 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#menu4 li {
	padding-bottom: 0;
}
#menu4 li.active {
	background-image: none;
}
#menu3 .active #menu4 li a {
	color: #ccc;
	font-weight: normal;
}

#menu3 .active #menu4 a:hover,
#menu3 .active #menu4 .active a {
	color: #fff;	
}


.tabs {
	list-style-type: none;
	overflow: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -30px;
	right: 20px;
}

.tabs li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;

}

.tabs li a {
	display: block;
	margin: 0;
	text-decoration: none;
	background-image: url("images/tabs.png");
	background-position: right -40px;
	padding: 0 8px 0 0;
	color: #444;
	font-weight: bold;
	
}

.tabs li .current {
	background-position: right top;
	color: #000;
}

.tabs li a span {
	background-image: url("images/tabs.png");
	background-position: left -40px;
	margin: 0;
	padding: 0 5px 0 40px;
	display: block;
}

.tabs li .current span {
	background-position: left top;
}


.error {
	color: red;
	font-weight: bold;
}


/* videos */

.videos {
	margin-bottom: 50px;
	overflow: auto;
}

.videos h2 {
	margin: 0 20px;
}

.videos .error {
	margin: 0 20px;
}

.videos .row .overlay,
.videos .row2 .overlay {
	display: none;
	padding: 5px;
	margin: 0;
	background-color: #369;
	+rounded;
}

.videos .row .overlay .close,
.videos .row2 .overlay .close {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: -8px;
	top: -10px;
	background-image: url('/css/images/btn2.png');
}

.videos .row .overlay .hover.close,
.videos .row2 .overlay .hover.close {
	background-position: -20px 0;
}

.videos .row .overlay .hover.down,
.videos .row2 .overlay .hover.down {
	background-position: -40px 0;
}



.videos .row .player {	
	padding: 0;
}
 
/* splash image */
.videos .row img,
.videos .row2 img {
	width: 200px;
	height: 147px;
	border: none;
	float: left;
	margin: 0 10px 0 0;
}
 
/* "row" contains video and "lorem ipsum" text */
.videos .row  {
	float: left;	
	width:345px;
	height: 250px;
	border:1px solid #ddd;
	margin:15px;
	padding:20px;
	line-height: 1.4em;
	color:#666;
	background-color:#efefef;
	overflow: auto;
}



/* Formulaire de contact */
#ctcForm label{
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

#ctcForm input {
	display: block;
}

#ctcForm .input,
input[type="text"],
input[type="email"],
textarea {
	width: 500px;
	border: 1px solid #369;
}

#ctcForm fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#ctcForm .as {
	position: absolute;
	left: -5000px;
}

#ctcForm .formError label{
	color: red;
}

/* bouton contact dans le footer */
#footer a:link,
#footer a:visited {
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}




/* News */


.actualite h2{
	background-image: url('images/njot.png');
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
}

.actualite .nParc h2{
	background-image: url('images/nparc.png');
}

.actualite .nAdl h2{
	background-image: url('images/nadl.png');
}


/* tableaux */

.tableStd {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

.tableStd td {
	padding: 2px 5px;
}

.tableStd  th{
	text-align: left;
}

.tableStd tbody tr:nth-child(odd) {
	background-image: url("images/fff-70.png");
}

.pub {
	overflow: auto;
	margin-top: 10px;
}

.pub img {
	float: left;
	margin: 7px 0 0 7px;
	border: 1px solid #369;
}

.pub .first img {
	margin-left: 0;
}

.accroches-actu {
}

.accroches-actu a{
	text-decoration: none;
}

.accroches-actu a:hover{
	text-decoration: underline;
}

#mainBox p.breakingNews {
	display: block;
	font-weight: bold;
	background-color: #ddd;
	padding: 5px 10px;
	border: 3px solid #369;
	margin: 20px 0;
}


