/* AMSI */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	overflow: auto;
	background-color: #FFF;
	background-image: url(images/bg_bluish.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5;
}

.center {
	position:absolute;
	width:720px;
	left:50%;
	top:50%;
	margin-left:-10em;
	margin-top:1em;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border: thin solid #999;
	overflow: hidden;
}

.style2 {
	color: #003366;
	font-weight: bold;
}
.mont {
	height: 50px;
	width: 100px;
	display:inline-block;
	height: 110px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
	margin: 5px;
}


/* links */
a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #CC0001;
	text-decoration: underline;
}
.courThumb {
	border: 1px solid #999;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* images */
img {
	border: 1px solid #CCC;
}
a , object  {
	outline: none;
}

img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

p {
	padding: 0;		
	margin: 10px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #CC0000;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	background-position: 5px 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #333;
	background-color: #FAFAFA;
	background-image: url(images/divers/quote.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 32px;
}

/* form elements */
form {
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
label {
	font-weight:normal;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #DFDFDF;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #777;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	display:block;
	color:#777;
}
input.button {
	margin: 0px;
	padding: 1px;
	color: #333;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(images/btn.png);
}

/**********************************
  LAYOUT 
***********************************/
#wrap {
	width: 95%;
	max-width:1400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 100%;
	padding: 5px;
	min-width:800px;
}

/* search form */
#wrap #header-logo .search {
	float: right;
	width: 249px;
	padding:0px;
	margin-top:15px;
	text-align:right;
	right:0px;
	height: 50px;
	overflow:hidden;
	position:relative;
	z-index: 2;
}
#wrap #header-logo .search #qs {
	width: 160px;
	color: #333;
	background-color: #FFF;
	padding-bottom: 5px;
	position: relative;
	bottom: 12px;
	border: 3px solid #FBFBFB;
}
#wrap #header-logo .search #searchbutton {
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	height: 35px;
	color: #FFF;
	width: 70px;
	border:none;
	position: relative;
	top: 5px;
}

#wrap #header-logo #divTop {
	font-weight: normal;
	text-align:center;
	height: 80px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
#content-wrap {
	clear:both;
	margin: 0;
	padding:0;
	width: 850px;
}
#divloading {
	position:absolute; 
	width:100%; 
	text-align:center; 
	top:300px;
	display:none;
}
#slogan  {
	color: #FFF;
	width: 350px;
	height: 25px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	top: -2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-family: Verdana, Arial, Tahoma, Sans-serif;
	font-size: 110%;
	font-weight: bold;
}
/* header */
#wrap #header {
	margin: 0px;
	padding: 0px;
	height: 60px;
	position: relative;
}

#wrap #header-logo {
	width:98%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 80px;
	overflow:hidden;
	position: relative;
}

#wrap #header-logo img {
	border: none;
}
#wrap #header-logo #logo {
	color: #000;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	height: 60px;
	width: 87px;
	float: left;
	font-size: 40px;

	padding: 2px;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	position:relative;
}
#menuHolder {
	width: 550px;
	height: 35px;
	position: relative;
	bottom: 10px;
	padding:1px;
	float: right;
	right: 15px;
}

/* navigation tabs */
#menuHolder ul {
	position: relative;
	margin:0;
	list-style:none;
	right:-18px;
	bottom: 0px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	width: 520px;
}

/*#header li {
   display:inline;
   margin:0; padding:0;
}*/
#menuHolder li {
	display:inline;
	margin:0;
	padding:0;
}
#menuHolder a{
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#menuHolder a span{
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menuHolder a span {float:none;}
/* End IE5-Mac hack */
#menuHolder a:hover span {
	color:#FFF;
}
#menuHolder a:hover {
   background-position:0% -42px;
}
#menuHolder a:hover span {
   background-position:100% -42px;
}
#current a {
   background-position:0% -42px;
}
#current a span {
   background-position:100% -42px;
}

/* sidebar2 */
#sidebar2 {
	float: right;
	width: 215px;
	font-weight: normal;
	background-image: url(images/divers/bgright.gif);
	background-repeat: no-repeat;
	font-size: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	position:relative;
	background-position: right top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sidebar2 a{
	font-weight: bolder;
	color: #0B5BB5;
}

#sidebar2 h1 {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(images/divers/barRight.png);
	font-family: Arial, Sans-Serif;
	font-size: 85%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	height: 30px;
	padding-left: 20px;
	position: relative;
	right: 2px;
	padding-top: 6px;
	margin-top: 2px;
}
#sidebar2 h1 a{
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
}
#sidebar2 ul.sidemenu2 {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 0;
	text-decoration: none;
}
#sidebar2 ul.sidemenu2 li {
	margin: 0;
	background-position: 3px 0px;
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	left: 15px;
	color: #666666;
}
#sidebar2 ul.sidemenu2 li:hover {
	color: #000;
	background-color: #F7F7F7;
}
#sidebar2 ul.sidemenu2 a {
	font-weight: bolder;
	padding: 3px 0px;
	background: none;
}
#sidebar2 ul.sidemenutitle li a {
	color: #C30;
}
#sidebar2 ul.sidemenutitle {
	list-style: none;
	text-align: left;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
	margin: 0px;
	color: #CA2529;
}
#sidebar2 ul.sidemenutitle li {
	border-bottom: 1px solid #f2f2f2;
	margin: 0;
	background-repeat: no-repeat;
	background-position: -2px 2px;
	background-image: url(images/divers/bulletRight.png);
	list-style-type: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#sidebar2 ul.sidemenutitle li:hover {
	color: #000;
	background-color: #F7F7F7;
}
#videoContainer {
	width: 100%;
	position: relative;
	clear: both;
	float: left;
}

/* main column */
#main {
	font-weight: normal;
	height: 100%;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	overflow:hidden;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	min-width:400px;
}

#main h1 {
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: .5px;
	background-image: url(images/divers/bar_middle.png);
	background-repeat: repeat-x;
	height: 35px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-left: 10px;
	background-position: left center;
	padding-top: 6px;
}
#main h2 {
	font-size: 100%;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .5px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 8px;
	background-image: url(images/divers/topBar.png);
	background-position: left top;
	height: 26px;
}
#main h2 a{
	color: #333;
	padding-left: 18px;
}

#main input.rabais { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #FFFFFF url(images/divers/headerbg.gif) repeat-x bottom left; 
	padding: 1px; 
	font-weight: bold; 
	height: 23px;
	color: #333;
	width: 100px;
}

#main img {
	border: none;
}

/* sidebar */
#sidebar {
	float: left;
	width: 215px;
	font-weight: normal;
	background-image: url(images/divers/bgleft.gif);
	background-repeat: no-repeat;
	font-size: 100%;
	height: 100%;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	position:relative;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#sidebar h3 {
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(images/divers/barLeft.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	padding-left: 10px;
	position: relative;
	padding-top: 6px;
	width: 200px;
	margin-top: 2px;
	margin-right: 0px;
}
#sidebar h3 a{
	color: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
}
#sidebar .left-box {
	border: 1px solid #EBEBEB;
	background: #FFF;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#sidebar .requis {
	border: 1px solid #EBEBEB;
	margin: 2px;
	background: #FFF;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: disc;
}
#copyright {
	font-size: xx-small;
	font-weight: normal;
	color: #999999;
}

#SNeditor {
	position: absolute;
	padding: 10px;
	top: 50%;
	left: 35%;
	z-index: 10;
}

#SNeditor img{
	border:0px;
}

.rounded {
	width: 600px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border: thin solid #999;
	overflow: hidden;	
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	padding: 0;
	text-decoration: none;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #f2f2f2;
	margin: 0;
	background-image: url(images/divers/bulletWeb.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	height: 17px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 25px;
}
#sidebar ul.sidemenu li:hover {
	color: #000;
	background-color: #F7F7F7;
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	background: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 100%;
}

.viddiv {
	border: thin outset #E6E6E6;
	background-color: #D8D7D7;
	text-align: center;
	width: 310px;
	background-image: url(images/sidebar.gif);
}
.mesg  {
	color: #000000;
	background-color: #FFFF99;
}

/* footer */
.footer {
	clear: both;
	border-top: 1px solid #f2f2f2;
	text-align: center;
	line-height: 1.5em;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	background-color: #FFF;
	background-image: url(images/divers/footerbg.gif);
	background-repeat: repeat;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}
.footer img {
	border: none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
.linkunderline   {
	color: #039;
	text-decoration: underline;
	font-weight: bold;
}
.red1   {
	color: #CC0000;
}
.comments {
	border-bottom: 1px dashed #EFF0F1;
	border-top: 1px dashed #EFF0F1;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.info {
	text-align: left;
	color: #666;
}
.scroller {
	border: thin solid #EBEBEB;
}

div.nicetitle {
	background-color: #333;
	color: #fff;
	font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 20;
/*	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .87;*/
	}

div.nicetitle p {
    margin: 0;
	padding: 0 3px;
/*	-moz-opacity: 1;*/
}

div.nicetitle p.destination {
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
/*	-moz-opacity: 1;*/
}

div.nicetitle p span.accesskey {
	color: #d17e62;
}
.info1 {
	border: none thin #EBEBEB;
	text-align: right;
}
#personnel {
	text-align: left;
	background-color: #FBFBFB;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}


.cvs {
	border: thin solid #E5E5E5;
	padding: 0px;
	margin: 0px;
}
.msgview {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border: thin solid #CCCCCC;
}
.amsi {
	margin: 0px;
	padding: 0px;
}
.amsi img {
	border: none;
}
table.list {
	border-collapse: collapse;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-color: #CCCCCC;
	color: #666;
}
.msgs {
	color: #333;
}
.msgs form {
	color: #333;
}
.msgs button {
	background-color: #666666;
	color: #FFFFFF;
}

table.list th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	background-color: #999999;
}
table.list td {
	padding: 1px 1px 1px 1px;
/*	-moz-border-radius: 0px 0px 0px 0px;*/
	border: 1px inset #F4F4F4;
}
.message {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#box {
	margin-bottom:10px;
	width: auto;
	padding:4px;
	border:solid 1px #DEDEDE;
	background: #FFFFCC;
	display:none;
}
#start {
	text-align: center;
	margin: .5em 0;
}
#gallery {
	border: thin dashed #999999;
	padding: 2px;
}
#gallery  td {
	padding: 1px;
}

.naslov {
	font-size: 9px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}

#apDiv1 {
	position:absolute;
	left:294px;
	top:3px;
	width:148px;
	height:56px;
	z-index:1;
	background-image: url(images/top_img_bluish.png);
	background-repeat: no-repeat;
	background-position: left;
}

#signUp {
	position:fixed;
	bottom:0px;
	background-color: #FFF;
	width: 300px;
	height: 80px;
	font-size: 10px;
	right: 0px;
	padding: 0px;
	background-image: url(images/bgInscriptionAd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1;
}
#inscriptionsDiv {
	padding: 5px;
	margin: 4px;
	border:0px;
}


#close {
	height: 15px;
	width: 15px;
	float: right;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#signUpinnerDiv{
	background-color: #333;
	margin:15px;
	color:#FFF;
}
.inscriptionsText{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#topStuff {
	float: left;
	height: 20px;
	width: 100%;
	top: 11px;
	right: 0px;
	border:none;
	color: #CCC;
	font-size: 10px;
	display: inline;
	position: relative;
}
#topStuff li {
	font-size: 10px;
	color: #009;
	float: left;
	display: inline;
	list-style-position: inside;
}
#topStuff a{
	color: #FFF;
}


#revealDiv {
	height: 15px;
	width: 15px;
	background-image: url(images/divers/reveal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:0px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Loading {
	display: none;
}
#titre {
	position: relative;
	padding-left: 22px;
	bottom: 20px;
}

#topImages {
	position: relative;
	width: 400px;
	float: right;
	top: 0px;
}

#hoverDiv {
	position: absolute;
	height: 245px;
	width: 390px;
	padding:5px;
	display:block;
	overflow:hidden;
	background-image: url(images/divers/bg_hoverDiv.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
	z-index: 2;
}

#hoverDivSmall {
	position: absolute;
	height: 55px;
	width: 300px;
	padding:5px;
	display:block;
	overflow:hidden;
	background-image: url(images/divers/bg_hoverDivSmall.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
	z-index: 2;
}
#AMSIVideos {
	font-family: "Times New Roman", Times, serif;
}
.mceContentBody {
  background-image: none;
  color: #000;
  width:100%;
}
#modulesHoverGradues {
	position:absolute;
	text-align:left;
	width:461px;
	left: 400px;
	height: 106px;
	z-index:16;
	background-image: url(images/bodyBG.gif);
	overflow: hidden;
	border-top-width: thick;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1B2026;
	border-right-color: #181C25;
	border-left-color: #181C25;
	padding-left: 5px;
	color: #333;
	top: 60px;
	visibility: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #181C25;
}
#modulesHoverStaff {
	position:absolute;
	text-align:left;
	width:461px;
	left: 400px;
	height: 106px;
	z-index:16;
	background-image: url(images/bodyBG.gif);
	overflow: hidden;
	border-top-width: thick;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #1B2026;
	border-right-color: #181C25;
	border-left-color: #181C25;
	padding-left: 5px;
	color: #333;
	top: 60px;
	visibility: hidden;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #181C25;
	background-color: #181C25;
}

#modulesHoverTraduction {	position:absolute;
	text-align:left;
	width:150px;
	bottom:31px;
	left: 549px;
	height: 248px;
	z-index:16;
	background-image: url(../images/bodyBG.gif);
	overflow: hidden;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #069;
	border-right-color: #069;
	border-left-color: #069;
	padding-left: 5px;
	color: #333;
	visibility: hidden;
}

.RightFixed {
	float: left;
	width: 540px;
	height: 150px;
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #929292;
	border-bottom-color: #929292;
	overflow: hidden;
	background-color: #FFF;
	padding: 2px;
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.Fixed {
	position: fixed;
	top: 200px;
	height: 178px;
	right: 0px;
	width:36px;
	overflow: hidden;
	text-align: left;
	z-index:100;
}

.hiddenDiv {
	overflow: hidden;
	visibility: hidden;
	height: 0px;
	position: relative;
}
#contenuFormation {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px;
}
#contenuFormation strong {
	font-family: "Book Antiqua";
}

#contenuFormation div {
	background-color: #FBFBFB;
	padding: 2px;
	border: 1px solid #999;
}

