/*-------------------------------------------*/
/* Feuille de style pour application Thuit  */
/*-------------------------------------------*/
.bodyViking {
	margin: auto;
	background-color: #05446D;
	width: 1000px;
}

.frameG {
	width: 600px;
	height: 730px;
	float: left;
	background-color: #FFFFFF;
}

.frameD {
	width: 400px;
	height: 730px;
	float: right;
	background-color: #12A4CD;
}

.saisie {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.liCentre {
	list-style-type: none;
	margin: 0;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
}

.projet {
	margin-top: 30px;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.projetTitre {
	margin-top: 40px;
	color: #000000;
	font-size: 70px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.logo {
	background-image: url("../image/logo.png");
	background-repeat: no-repeat;
	width: 512px;
	height: 520px;
	margin: auto;
}

.comment {
	margin-top: 30px;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.group {
	height: 360px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.cellB_V_Of {
	background-position: center center;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	height: 24px;
	margin-left: 1px;
	margin-top: 1px;
	padding: 0;
	width: 24px;
	background-image: url("../image/icoVisuOf.png");
	margin-left: none;
}

.cellB_V_Of:hover {
	background-image: url("../image/icoVisuOn.png");
}