﻿/* GENERAL */
*
{
	outline: none;
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}
#ContentPanel
{
	margin: 50px 50px 50px 50px;
}
.detailsFrame
{
	z-index:20;
}
a
{
	color: black;
	text-decoration: none;
}
a:visited
{
	color: black;
}
a:hover
{
	color: red;
}
h1
{
	font-size: 150%;
	text-transform: uppercase;
	margin-top: 5px;
}
h2
{
	font-size: 140%;
	margin-top: 5px;
}
h3
{
	font-size: 130%;
	margin-top: 5px;
}
h4
{
	font-size: 115%;
	margin-top: 5px;
}
h5
{
	font-size: 100%;
	margin-top: 5px;
}
h6
{
	font-size: 90%;
	font-weight: bold;
	margin-top: 5px;
}
a
{
	color: black;
	text-decoration: none;
}
a:visited
{
	color: black;
}
a:hover
{
	color: red;
}
p
{
	margin-top: 5px;
}
.titre_1col
{
	font-size: 150%;
}
.titre_2col
{
	font-size: 140%;
}
.titre_3col
{
	font-size: 130%;
}
.chapeau_ln b
{
	display: block;
	color: Red;
}
.chapeau_1col b
{
	display: block;
	color: Red;
}
.chapeau_2col b
{
	display: block;
	color: Red;
}
.chapeau_3col b
{
	display: block;
	color: Red;
}
.mot-cle
{
	display: block;
	color: Red;
}

.question
{
	display: block;
	font-weight: bold;
}
texte_2
{
	display: block;
	font-size: 150%;
	text-transform: uppercase;
	margin-top: 5px;
}
texte_3
{
	display: block;
	font-size: 140%;
	margin-top: 5px;
	color: Red;
}
texte_4
{
	display: block;
	font-size: 140%;
	margin-top: 5px;
	color: Red;
}
.installBackground
{
	background: #000;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.centeredHV
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 460px;
	height: 360px;
	margin-left: -230px;
	margin-top: -180px;
	z-index: 100;
	padding: 20px;
	background-image: url(assets/divInstallBackground.gif);
}
.tag
{
	position: absolute;
	top: 10px;
	left: 10px;
}
.readytomove
{
	cursor: url(/assets/openhand.cur), default;
}
.moving
{
	cursor: url(/assets/closedhand.cur), default;
}
