*
{
	font-family: arial;
}

html
{
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body
{
	font-size: 11px;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
/*	background-image: url("../images/trame.gif"); */
	background-color:#ffffff;
/*background-color: #cedbe6;*/
	overflow: hidden;
	visibility: hidden;
}
/* Firefox et IE7 */
html > body{
 /* IE7 seulement */
 // font-size: 10px;
}

a {	color: #6699cc; }
a:hover {	color: #336699; }

a abbr{ text-decoration: none; border: 0; }


/* Image du fond */

#conteneur_fond_trame
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1000px;
	width: 1000px;
	margin-left: -500px;
	margin-top: -500px;
	background-color: #ffffff;
	background-image: url("../images/fond.gif");
	background-repeat: no-repeat;
	z-index:-5;
}
						/*#conteneur_fond_trame		version préceédente
						{
							position: absolute;
							top: 50%;
							left: 50%;
							height: 1000px;
							width: 950px;
							margin-left: -475px;
							margin-top: -500px;
							background-color: #6699cc;
							background-image: url(../images/trame_fond_recent.gif);
							z-index:-5;
						}
						*/
/* barre verticale image de fond
#conteneur_fond_trame
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1000px;
	width: 120px;
	margin-left: 330px;
	margin-top: -500px;
	background-color: #064b73;
	//background-image: url(../images/trame_fond.gif);
	//background-image: url(../images/trame_fond_recent.gif);
	z-index:-5;
	opacity: 0.3;
*/
							/*#conteneur_fond_trame2		version préceédente
							{
								position: absolute;
								top: 50%;
								left: 0;
								height: 120px;
								width: 100%;
								margin-left: 0;
								margin-top: 100px;
								background-image: url(../images/trame_fond2_recent.gif);
								z-index:-5;
								opacity: 0.2;
							}
							*/
/*barre horizontale image de fond
#conteneur_fond_trame2
{
	position: absolute;
	top: 50%;
	left: 0;
	height: 120px;
	width: 100%;
	margin-left: 0;
	margin-top: 100px;
	//background-image: url(../images/trame_fond2.gif);
	background-image: url(../images/trame_fond2_recent.gif);
	z-index:-5;
	opacity: 0.3;*/

	/*
	width: 950px;
	height: 560px;
	margin-left: -475px;
	margin-top: -280px;
	*/

	/*
	background-image: url("../images/fond.gif");
	background-repeat: no-repeat;
	*/

#conteneur_fond
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 950px;
	height: 560px;
	margin-left: -475px;
	margin-top: -280px;
}

/* Conteneur ext�rieur */
#conteneur1
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 910px;
	height: 560px;
	margin-left: -455px;
	margin-top: -280px;
}

#entete
{
	width: 200px;
	display: block;
	height: 30px;
	/*background-image: url("../images/logo_carres.gif");*/
	background-repeat: no-repeat;
	background-position: 0 7px;
}
#entete_logo{
	border-width: 0;
	position: relative;
	top: 7px;
}

/* LIENS */
#liens
{
	position: absolute;
	bottom: 533px;
	right: 3px;
	width: auto;
	z-index: 100;
}
#liens a
{
	text-decoration: none;
	color: #666;
	/*font-size: 1.6ex;*/
	font-size: 1.9ex;
}
#liens a:hover { color: #ff3333; }
#liens a.current { color: #ff3333; }
#principal a.current { color: #cc0000; }


/* MENU */
#menu
{
	position: relative;
	margin-left: 214px;
	margin-right: 0;
	height: 40px;
	text-align: center;
	padding: 0;
}
#menu_arrondi_gauche
{
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 28px;
	background-image: url("../images/menu_arrondi_gauche.gif");
	background-repeat: no-repeat;
	z-index: 5;
}
#menu_arrondi_droite
{
	position: absolute;
	top: 0;
	right: -2px;
	width: 9px;
	height: 28px;
	background-image: url("../images/menu_arrondi_droite.gif");
	background-repeat: no-repeat;
}
#menu ul.niveau1
{
	margin: 0;
	padding: 0;
	background-image: url("../images/menu_fond.gif");
	background-repeat: repeat-x;
	height: 28px;
	line-height: 28px;
}
#menu ul.niveau1 li
{
	list-style-type: none;
	display: block;
	width: 138px;
	margin: 0;
	padding: 0;
	height: 28px;
	line-height: 28px;
	float: left;
	text-align: center;
}
#menu ul.niveau2
{
	position: absolute;
	height: 20px;
	margin: 0;
	padding: 0;
	z-index: 2;
	/* IE hack */
	//top: 26px;
}
#menu ul.niveau2 li
{
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	color: #6699cc;
	display: block;
	height: 20px;
	line-height: 22px;
}
#menu ul.niveau1 li a
{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0;
	display: block;
}
#menu ul.niveau1 li a:hover
{
	color: #fdc488;
}
#menu ul.niveau1 li a.current
{
	color: #fdc488;
}
#menu ul.niveau2 li a
{
	color: #6699cc;
	text-decoration: none;
	text-transform: capitalize;
	padding: 3px 0;
	margin: 0 1em;
	line-height: 26px;
	/* IE hack */
	//line-height: 20px;
	display: inline;
}
#menu ul.niveau2 li a:hover
{
	color: #99ccff;
}
#menu ul.niveau2 li a.current
{
	color: #ff3333;
}

#menu_notre_institut				{ width: 760px; left: 0; }
#menu_filieres_formation		{ width: 600px; left: 109px; }
#menu_financement						{ width: 490px; left: 235px; }
#menu_prestations_associees	{ width: 395px; left: 315px; }
#menu_travaux_eleves				{ width: 580px; left: 140px; }


/* Colonne Gauche - Menu cours */
#colGauche
{
	position: relative;
	top: 1px;
	width: 180px;
	float: left;
	border: 1px dashed #CCC;
	height: 421px;
	padding: 50px 1em 0 1em;
}
#colGauche h2,
#colGauche ul.niveau1
{
	position: relative;
	top: -47px;
	/* IE hack */
	//top: -37px;
}
#colGauche a
{
	color: #6699cc;
	text-decoration: none;
}
#colGauche a:hover
{
	color: #fdc488;
}
#colGauche h2
{
	font-size: 11px;
	margin-bottom: 3px;
}
#colGauche ul.niveau1
{
	color: #6699cc;
	margin: 0;
	margin-bottom: 13px;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	font-weight: bold;
}
#colGauche ul.niveau1 li
{
	margin: 0.2em 0;
	border-bottom: 1px solid #c0c9cf;
}
#colGauche ul.niveau2
{
	list-style-position: inside;
	list-style-type: square;
	margin: 0.2em 0 0.2em 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
	padding-left: 1px;
	font-weight: normal;
}
#colGauche ul.niveau2 li
{
	margin: 0;
	border-width: 0;
}
#colGauche ul.niveau2 a:hover
{
	color: #000;
}
#colGauche ul.niveau3
{
	list-style-type: image;
	list-style-image: url("../images/puce-circle.gif");
	margin: 0.2em 1em 0.2em 2em;
	margin-bottom: 0.5em;
	font-weight: normal;
	padding: 0;
}

#colGauche ul.niveau3 li{
	line-height: 1ex;
	//line-height: 1.5ex;
	margin: 0.3em;
	//margin-left: -1em;
}
#colGauche ul.niveau3 a{
	//margin-left: 1em;
}

#colGauche #demande_renseignements
{
	position: absolute;
	display: block;
	top: 395px;
	left: 50%;
	margin-left: -73px;
	width: 96px;
	padding: 10px 10px 10px 40px;
	height: 30px;
	/*
	background-image: url("../images/demande_renseignements.gif");
	background-repeat: no-repeat;
	background-position: 50%;
	*/
	background-image: url("../images/demande_renseignements-small.gif");
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: #fefefe;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	border: 2px solid #eff4f7;
}
#colGauche #cursus_graphique
{
	position: absolute;
	display: block;
	top: 345px;
	left: 50%;
	margin-left: -73px;
	width: 96px;
	padding: 10px 10px 10px 40px;
	height: 16px;
	/*
	background-image: url("../images/demande_renseignements.gif");
	background-repeat: no-repeat;
	background-position: 50%;
	*/
	background-image: url("../images/cursus_graphique-small.gif");
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: #fefefe;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	border: 2px solid #eff4f7;
}
#colGauche #demande_renseignements:hover,
#colGauche #cursus_graphique:hover
{
	background-color: #fcfcfc;
}

#conteneur3
{
	left: 215px;
	width: 690px;
	margin-right: 0em;
	height: 400px;
	position: absolute;
	top: 80px;
}

#colDroite
{
	width: 117px;
	position: absolute;
	right: -4px;
	top: 0;
	//right: 1px;
	/*float: right;*/
	border: 1px dashed #CCC;
	height: 412px;
	background-image: url("../images/locaux_entree.gif");
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 5px;
	
	z-index: 100;
}
#videos
{
	display: block;
	position: relative;
	top: 100px;
	text-align: center;
	background-color:#FFF;
	z-index: -5;
}
#videos span.caption
{
	font-size: 9px;
	text-align: center;
	margin: auto;
	display: block;
	//margin-bottom: 5px;
}
#colDroite #news
{
	display: block;
	position: relative;
	top: 100px;
	margin: 0px;
	padding: 5px;
	padding-bottom: 2em;
	text-align: center;
	/*background-color: #cedbe6;*/
	background-color: transparent;
	/*border: 1px solid #cedbe6;*/
	border: 1px solid transparent;
	text-decoration: none;
	height: 50px;
}
#colDroite #news h2 { color: #336699; margin: 5px auto; }
#colDroite #news:hover { border: 1px solid #336699;}


#colDroite #news #newsticker{
	list-style-type: none;
	padding: 0;
	margin: auto;
}

#colDroite #travaux_eleves
{
	position: absolute;
	margin: auto;
	left: 0;
	bottom: 8px;
	/* IE hack */
	//bottom: 15px;
	text-align: center;
}
#colDroite #travaux_eleves table { width: 107px; margin-left: 8px; border-spacing: 5px; }
#colDroite #travaux_eleves caption
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
}
#colDroite #travaux_eleves img
{
	display: block;
	width: 24px;
	height: 24px;
	background-color: #6699cc;
}
#colDroite #travaux_eleves a
{
	display: block;
	width: 28px;
	height: 28px;
	//width: 24px;
	//height: 24px;
	background-color: #6699cc;
}

#pied
{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 908px;
	height: 36px;
	margin-top: 1%;
	border: 1px dashed #CCC;
	padding: 0;
	color: #666;
}
#pied table{
	margin: 3px 0;
	padding: 0;
	height: 30px;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
}
#pied table td
{
	padding-left: 2em;
	position: relative;
}
#pied table td.ligneAdroite{
	border-right: 2px solid #bbb;
}
#pied table td div.logos{
	width: 25%;
	text-align: center;
	float: left;
}
#pied table td div.logos img{
	position: absolute;
	border-width: 0;
	/*opacity: 0.7;*/
}
#pied table td div.logos img:hover{
	/*opacity: 1;*/
}
#logo_apple
{
	top: 4px;
	right: 445px;
}
#logo_autodesk
{
	top: 4px;
	right: 295px;
}
#logo_adobe
{
	top: 2px;
	right: 145px;
}
#logo_eduqua
{
	top: 3px;
	right: 25px;
}


#principal
{
	margin-right: 13em;
	height: 392px;
	width: 520px;
	border: 1px dashed #CCC;
	padding: 15px;
	text-align: justify;
	overflow: auto;
	position: relative;
	line-height: 16px;
}

#principal .cours p,
#principal .cours ul,
#principal .cours ol,
#principal .themes p,
#principal .themes ul,
#principal .themes ol
{
	margin-left: 25%;
	margin-top: 0px;
	clear: both;
	padding: 3px 0 0 0;
	margin-bottom: 0;
	text-align: left;
}
#principal .cours ul,
#principal .themes ul{
	list-style-position: outside;
	margin-left: 138px;
	margin-left: 28%;
}
#principal .cours ul ul,
#principal .themes ul ul{
	list-style-position: outside;
	margin-left: 20px;
}
#principal .cours ul li,
#principal .themes ul li{

}
#principal h1
{
	font-size: 18px;
	margin: 0;
	margin-bottom: 20px;
	color: #6699cc;
	text-align: left;
	/*border-bottom: 2px solid #ececec;*/
}
#principal .themes h1 {
	margin-bottom: 35px;
}
#principal h2 {
	color: #336699;
	font-size: 12px;
	text-align: left;
}
#principal .cours h2,
#principal .themes h2 {
	display: block;
	clear: both;
	margin: 1em 0 0.3em;
	margin-top: 1em;
	/*border-top: 1px solid #f3f3f3;*/
	border-bottom: 1px solid #f3f3f3;
}

#principal strong {
	color: #6699cc;
}

#principal em.orange {
	color: #ffcc99;
	font-weight: bold;
}

#principal ul{
	list-style-type: image;
	/*list-style-image: url("../images/puce-disque-noir.gif");*/
	list-style-image: url("../images/puce-circle.gif");
	//list-style-image: url("../images/puce-circle.ie.gif");
}

#principal ul.tirets{
	list-style-type: image;
	list-style-image: url("../images/puce-tiret.gif");
	//list-style-image: url("../images/puce-tiret.ie.gif");
}

#principal ul.inline
{
	clear: both;
	padding: 5px;
	margin: 10px 0;
	background-color: #fff;
	border-width: 1px 0;
	border-color: #ccc;
	border-style: solid;
}
#principal ul.inline li
{
	display: inline;
	padding: 0 10px;
}

#principal ul.bullet,
#principal p.bullet,
#principal div.bullet
{
	display: list-item;
	list-style-position: outside;
	list-style-image: url("../images/puce-orange.gif");
	padding: 0 0 0 0;
	margin: 12px 0 0 15px;
}

#principal .bullet ul{
	list-style-image: none;
	list-style-type: square;
}

#principal .bullet ul ul{
	list-style-type: circle;
}

#principal ul.bullet li { padding-bottom: 10px; }
#principal ul.bullet ul li { padding-bottom: 0; }
#principal #box,
#principal #boxAuto
{
	float: right;
	margin: 0 0 20px 20px;
	padding: 8px 20px;
	border: 1px solid #eee;
	background-color: #fff;
	color: #666;
	text-align: justify;
}
#principal #box 	{ width: 250px; }
#principal #boxAuto { width: auto;  }

#conteneur3 #principal_blanc_haut
{
	position: absolute;
	background-color: white;
	/*background-image: url("../images/barre_fond.jpg");*/
	/*background-image: url("../images/barre_fond.long.jpg");*/
	background-repeat: no-repeat;
	top: 1px;
	left: 1px;
	height: 3px;
	padding: 0;
	width: 532px;
}
#conteneur3 #principal_blanc_bas
{
	position: absolute;
	background-color: white;
	bottom: -23px;
	left: 1px;
	height: 3px;
	width: 532px;
}

#principalColonnes
{
	margin: 10px 0;
	padding: 0;
	position: relative;
}
#principalColonnes #principalColonneGauche
{
	position: relative;
	width: 245px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	float: left;
}
#principalColonnes #principalColonneDroite
{
	position: absolute;
	width: 245px;
	right: 0;
	padding: 0;
	top: 0;
	margin: 0;
}


#principal dl dt
{
	margin-top: 10px;
	font-weight: bold;
	color: #666;
}
#principal dl dd
{
	display: list-item;
	list-style-type: none;
/*	list-style-image: url("../images/puce-circle.gif");*/
	margin: 2px 10px;
}
#principal a{
  text-decoration: underline;
  padding: 0;
  //border-width: 0 0 1px 0;
  //border-style: dotted;
}
#principal a.top
{
	background-image: url("../images/arrow_top.gif");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

#index_flash_partners
{
	position: absolute;
	bottom: 0px;
	right: 30px;
	z-index:10;
}

#travaux_eleves_flash
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -222px;
	margin-top: -150px;
}



#principal div.columns2 { width: 45%; }
#principal div.columns3 { width: 30%; }

#principal div.columns2,
#principal div.columns3
{
	padding: 0;
	margin: 1.5%;
	//margin: 6px;
	float: left;
	text-align: left;
	border-left: 1px solid #336699;
}

#principal div.columns2 h2,
#principal div.columns3 h2
{
	margin-top: 0;
	display: block;
	padding: 0.3em 0.5em;
	background-color: #336699;
	color: white;
}
#principal div.columns2 ul,
#principal div.columns3 ul
{
	padding-left: 2em;
	//padding-left: 1em;
	//margin-left: 1em;
}

#principal a.pdfLink
{
	line-height: 20px;
	display: block;
	float: right;
	margin: -1em 0 0em 1em;
	//margin: -1.2em 0 0.8ex;
	background-image: url("../images/pdficon_small.gif");
	text-decoration: none;
	background-repeat: no-repeat;

	background-position: left 1px;
	padding-left: 24px;
	border: 0;
}

#principal a.pdfLink:hover
{
	text-decoration: underline;
}

#situation_plan_div{
	display: block;
	width: 425px; height: 290px; border: 2px dotted #eee; margin: 0;
}
#situation_plan_img{ display: none; }


form
{

}
fieldset
{
	margin: 20px auto;
	background-color: #fff;
	padding: 1em;
	clear: both;
	position: relative;
}
fieldset legend
{
	display: block;
	padding: 5px 10px;
	border: 2px solid #999;
	background-color: #f9f9f9;
	font-weight: bold;
	
}
form label
{
	display: block;
	border: 1px dashed #eee;
	margin: 5px auto;
	padding: 10px 20px;
	text-align: left;
	position: relative;
	font-weight: bold;
	background-color: #fff;
	color: #333;
	clear: both;
}
form label.long
{
	height: 6em;
}
form label.right
{
	text-align: right;
}

form input.submit
{
	width: 100%;
	//width: auto;
	float: right;
	padding: 0 1em;
	height: 30px;
	font-weight: bold;
	//font-size: 2ex;
	color: #333;
}
form label input
{
	width: 60%;
	height: 1em;
	position: absolute;
	right: 20px;
	//right: 42px;
	width: 300px;
	margin-top: -1px;
}
form label input.leaveMeAlone
{
	width: auto;
	position: relative;
	left: 0px;
	top: 1px;
}
form label textarea
{
	width: 60%;
	width: 300px;
	height: 6em;
	position: absolute;
	right: 20px;
	//right: 8px;
	margin-top: -3px;
	font-size: 1em;
	font-weight: bold;
}

/* Theater */

#theater
{
	width: 506px;
	height: 350px;
	position: relative;
	margin: auto;
}
#theater #screen
{
	width: 506px;
	height: 320px;
	background-color: black;
	position: relative;
}
#theater #thumbs
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	width:520px;
	padding: 0;
	float: left;
}
#theater #thumbs li
{
	display: block;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}
#theater #thumbs li a
{
	width: 24px;
	height: 24px;
	border: 1px solid #336699;
	/*background-color: #336699;*/
	background-color: #fff;
	display: block;
}
#theater #thumbs li a:hover
{
	border: 1px solid #6699cc;
}
#theater #thumbs li a img
{
	width: 24px;
	height: 24px;
	border: 0;
}

/* Theater Videos */

#theater_videos
{
	width: 506px;
	height: 350px;
	position: relative;
	margin: auto;
}
#theater_videos #screen
{
	width: 506px;
	height: 280px;
	background-color: black;
	position: relative;
}
#theater_videos #thumbs
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	width:520px;
	padding: 0;
	float: left;
}
#theater_videos #thumbs li
{
	display: block;
	float: left;
	margin-right: 7px;
	margin-top: 4px;
}
#theater_videos #thumbs li a
{
	width: 48px;
	height: 32px;
	border: 1px solid #336699;
	/*background-color: #336699;*/
	background-color: #fff;
	display: block;
}
#theater_videos #thumbs li a:hover
{
	border: 1px solid #6699cc;
}
#theater_videos #thumbs li a img
{
	width: 48px;
	height: 32px;
	border: 0;
}



#themes{

}


#linkToMapCell{

}
#linkToMapCell:hover{
	cursor: pointer;
	opacity: 0.75;
}

#confiance{
  margin: 10px auto;
  text-align: center;
}

.index_blue{
	color: #6699cc;
  font-size: 13px;
  font-weight: bolder;
  font-family: verdana,arial;
  /*font-style: oblique;*/
}

#logos_clients{
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 516px;
	height: 60px;
	position: relative;
	/*border: 1px solid red;*/
}
#logos_clients img{
	position: absolute;
	left: 0;
	/*border: 1px solid green;*/
}


/* Index */
#principal ul.float{
	position: absolute;
	right: 2em;
	top: 120px;
	margin: 0;
	padding: 5px;
	display: block;
	border-width: 7px 1px 1px 1px;
	border-style: solid;
	border-color: #6699cc;
	background-color: white;
	font-size: 10px;
}

#principal ul.float li{ display: block; color: #999; }
#principal ul.float li strong{ font-weight: bolder; color: #6699cc; }
#principal a.referenceBox{
	display: block;
	width: auto;
	clear: left;
	position: relative;
	margin: 0 auto 10px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	font-style: oblique;
	z-index: 10;
	opacity: 0.7;
	text-decoration: none;
	border-width: 0;
}
#principal a.referenceBox:hover{ opacity: 1; }
#principal a.referenceBox img{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 10px 3px 0;
	display: block;
	clear: both;
}
#principal a.referenceBox span{
	height: 20px;
	margin: 0;
	text-align: left;
	padding-right: 180px;
	/*padding-bottom: 8px; */
	border: 0px solid red;
	background-image: url('http://www.cadschool.ch/site/media/images/logos/referenceBoxLine.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

div.temoignage
{
  font-style: oblique;
  color: #666;
  font-weight: bold;
  font-family: georgia;
  border-top: 1px solid #f0f0f0;
  padding: 0 30px 20px 30px;
  opacity: 0.7;
}
div.temoignage p
{
	
}
div.temoignage span.person{
  float: right;
  clear: both;
  color: orange;
  font-style: normal;

}

/* Cursus */

#mask{
	position: absolute;
	top: 0;
	left: 0;
	/*background-image: url(/site/media/images/cursus/transparent-gray.gif);*/
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 1000;
	text-align: center;
	
}

#cursus_overlay{
	/*background-image: url(/site/media/images/cursus/organigramme-2009.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	
}

#cursus_text{
	padding: 2em 0;
	font-weight: bold;
	font-size: 13px;
	color: #666;
	width: 810px;
	margin: auto;
	line-height: 30px;
	height: 30px;
}

#cursus_text h2{
	margin: 0;
	display: inline;
}

#cursus_legend{
	z-index: 1001;
	padding: 1.2em 0;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	background-color: #f0f0f0;
	border: 1px solid #999;
	color: #333;
	margin: 1.4em 0;
}

div.warning
{
	/*color: #6699cc;*/
	color: #999;
	color: #333;
	width: 100%;
	margin: auto;
	text-align: center;
	text-align: left;
	//font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	font-style: oblique;
	clear: both;
	margin-bottom: 2em;
	
}
div.warning a{
	text-decoration: none;
	
}
