* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family: helvetica, arial, sans;
	list-style-type:  none;
	text-decoration: none;
	color: #000000;
}

/************************************
 ************************************GLOBAL
 ***********************************/ 
html, body {
	height: 100%;
	width: 100%;
	background : url(null) fixed no-repeat;
	background-color: #DDDDDD;
}
body {
	font-size: 10px;
	background-color: #DDDDDD;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	float: left;
	margin-top: -305px;
}
#conteneur {
	margin:0px auto;
	width: 970px;
	height: 610px;
	clear: both;
	position: relative;
  z-index: 5;
}
/************************************
 ************************************TITRE
 ***********************************/ 
#conteneur h1 {
	height: 100px;
	width: 470px;
}
#conteneur h1 a {
	display: block;
	height: 100px;
	width: 470px;
	text-indent: -9999em;
	background: transparent url(../img/titre.png) no-repeat left 5px;
}
/************************************
 ************************************CONTENU
 ***********************************/ 
#conteneur #contenu {
	width: 970px;
	height: 470px;
	position:relative;
	top:0px;
	left:0px;
	overflow: hidden;
}
#conteneur .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	height: 470px;
}
#conteneur #contenu .panel {
	float:left;
	height: 100%;
	position: relative;
	background-color: #fffdfa;
	width: 970px; /* Also specified in  .stripViewer  above */
}
#conteneur #contenu img {
	vertical-align:bottom;
}
/**********************
 **********************Navigation
 **********************/ 
 .stripNav {
 	display: none;
 } 
#conteneur #contenu #navigation  {
	width: 500px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	right: 380px;
	
}
#conteneur #contenu #navigation li  {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	position:relative;
}
#conteneur #contenu #navigation li a  {
	display: block;
	width: 20px;
	height: 17px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url(../img/fond_blanc_90.png) repeat;
}
#conteneur #contenu #navigation li a:hover, #conteneur #contenu #navigation li a.current  {
	background: transparent url(../img/fond_noir_75.png) repeat;
	color: #FFFFFF;
}
#conteneur #contenu #navigation li.reduit, #conteneur #contenu #navigation li.affiche  {
	width: 20px;
}

#conteneur .stripNavL  {
	width: 20px;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: -20px;
}
#conteneur .stripNavL a  {
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: transparent url(../img/puce_gauche.png) no-repeat center center;
}
#conteneur .stripNavL a:hover  {
	background: transparent url(../img/puce_gauche_hover.png) no-repeat center center;
}


#conteneur .stripNavR  {
	width: 20px;
	height: 20px;
	padding: 0;
	position: absolute;
	top: 50%;
	right: -20px;
}
#conteneur .stripNavR a  {
	width: 20px;
	height: 20px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background: transparent url(../img/puce_droite.png) no-repeat center center;
}
#conteneur .stripNavR a:hover  {
	background: transparent url(../img/puce_droite_hover.png) no-repeat center center;
}

#conteneur #contenu #navigation li.reduit a  {
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent url(../img/puce_reduit.png) no-repeat center center;
}
#conteneur #contenu #navigation li.reduit a:hover  {
	background: transparent url(../img/puce_reduit_hover.png) no-repeat center center;
}
#conteneur #contenu #navigation li.affiche a  {
	width: 20px;
	height: 20px;
	padding: 0;
	background: transparent url(../img/puce_agrandit.png) no-repeat center center;
}
#conteneur #contenu #navigation li.affiche a:hover  {
	background-image: url(../img/puce_agrandit_hover.png);
	background-color: transparent;
}
/**********************
 **********************Description
 **********************/ 
#conteneur #contenu .panel .description  {
	height: auto;
	width: 360px;
	background: url(../img/fond_blanc_90.png) repeat;
	position:absolute;
	bottom: 5px;
	right: 5px;
	padding: 5px;
}
#conteneur #contenu .panel .description h2  {
	font-size: 2em;
	height: 30px;
}
#conteneur #contenu .panel .description h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 0 15px;
	background: url(../img/puce_liste_noir.png) no-repeat 5px 4px;
}
#conteneur #contenu .panel .description h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0 0 0;
}
#conteneur #contenu .panel .description p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	margin-top: 5px;
}
#conteneur #contenu .panel .description p a {
	text-decoration: underline;
}
#conteneur #contenu .panel .description p a:hover {
	text-decoration: none;
}
#conteneur #contenu .panel .description p a.modal {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#conteneur #contenu .panel .description p a.modal:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	border: 1px solid black;
}
/**********************
 **********************Menu
 **********************/ 
#conteneur #menu ul {
	margin: 10px;
}
#conteneur #menu ul#principal li {
	float: left;
	position: relative;
	right: 20px;
	margin-left: 20px;
}
#conteneur #menu ul li:hover {
	border-bottom:1px solid black;
}
#conteneur #menu ul#secondaire li {
	float: right;
	margin-left: 20px;
	font-size: 2em;
}
#conteneur #menu ul#principal li span {
	font-size: 2em;
}
#conteneur #menu ul#principal li ul {
	display : block;
	position: absolute;
	left: 5px;
	bottom: -4px;
	margin-left: -10px;
	display: none;
}
#conteneur #menu ul#principal li ul li {
	float: none;
	height: 25px;
	width: 250px;
	padding-left: 0;
	font-size: 0.8em;
	background-color: transparent;
	border:none;
}
#conteneur #menu ul#principal li ul li.last {
	background: url(../img/rien.png) repeat;
	height: 38px;
	width: 5px;
	display: block;
	text-indent: -9999px;
	padding-left: 330px;
}
#conteneur #menu ul#principal li ul li:hover {
	border:none;
}
#conteneur #menu ul#principal li ul li.last:hover {
	background: url(../img/rien.png) repeat;
}
#conteneur #menu ul#principal li ul li a {
	display: inline-block;
	height: 15px;
	width: auto;
	padding: 5px 10px;
	padding-right: 14px;
	font-size: 1.5em;
	margin-top: 1px;
	color: #000000;
	background: url(../img/fond_blanc_90.png) repeat;
	list-style-image: url(../img/puce_liste_noir.png);
	list-style-position: inside;
}
#conteneur #menu ul#principal li ul li a:hover {
	color: #FFFFFF;
	background-image: url(../img/fond_noir_75.png);
	list-style-image: url(../img/puce_liste_blanc.png);
}

/**********************
 **********************BACKGROUND
 **********************/ 
 #background {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height: 100%;
  z-index: 0;
  font-size: 0em;
 } 
















/**********************
 **********************NyroModal
 **********************/ 
div#nyroModalFull {
}
div#nyroModalLoading {
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #000 url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #000;
}
div#nyroModalWrapper {
	background: #000000;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	text-indent: -9999em;
	background: url(../img/close.png) no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white solid;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(/data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}



/*
KWICKS
*/ 
.kwicks {  
  list-style: none;  
  position: relative;  
  margin: 0;  
  padding: 0;  
}  
 .kwicks li{
  position: relative;
  display: block;  
  overflow: hidden;  
  padding: 0;  
  cursor: pointer;    
  float: left;  
  width: 320px;  
  height: 470px;  
  margin-right: 5px; 
 } 
 .kwicks li img{
  position: absolute;
  top: 0px;
  left: 0px;
 }
 .kwicks li .contenu{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
 }
 .kwicks li .contenu h3 {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  width: auto;
	background-image: url(../img/fond_blanc_75.png);
 }