html {
	height: 100%;
}

body {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	color: #FFB200;
	background-color: #0A2135;
}

#site {
	margin: 0px;
	padding: 0px;
}

	#boxMenu {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		width: 270px;
		height: 100%;
		float: left;
	}
	
	#boxSsMenu {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 270px;
		width: 240px;
		height: 100%;
		float: left;
		background: #203f56;
	}
	
	#boxContentFull{
		position: absolute;
		top: 0px;
		left: 270px;
		border-left: 4px solid #FFB200;
		bottom: 0px;
		right: 0px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	#boxContent{
		position: absolute;
		top: 0px;
		left: 510px;
		border-left: 4px solid #FFB200;
		bottom: 0px;
		right: 0px;
		height: 100%;
		margin: 0px;
		padding: 0px;
		float: left;
		overflow: auto;
	}
	
.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size:0.01px;
}

.boxMenuTop {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
}

.boxSsMenuTop {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
	background: #486E96;
}

.boxMenuLiens {
	padding: 0px;
	margin: 52px 0px 0px 0px;
	/*margin: 24px 0px 0px 0px; 4 menus*/
}

.boxMenuLiens a {
	color: #FFB200;
	text-decoration: none;
	cursor: pointer;
}

.boxSsMenuLiens a {
	color: #FFB200;
	text-decoration: none;
	cursor: pointer;
}

.lienMenuActif {
	width: 180px;
	height: 22px;
	border-top: 1px solid #FFB200;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 0px 90px;
	background: url(../images/menu-selec.gif) no-repeat;
	background-position: 75px 8px;
}

.lienMenu {
	width: 180px;
	height: 22px;
	border-top: 1px solid #FFB200;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 0px 90px;
}

.boxSsMenuLiens {
	padding: 105px 0px 0px 0px;
	margin: 0px;
}

.lienSsMenu {
	width: 210px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.lienSsMenuActif {
	width: 210px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	background: url(../images/bg_ssmeenu.gif) no-repeat;
}

.boxContentTop {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
}

.boxContentTop h1 {
	font-size: 14px;
	padding: 20px 0px 20px 40px;
	margin: 0px;
	font-weight: normal;
}

.boxContentTop p {
	font-size: 13px;
	padding: 10px 37px 10px 40px;
	margin: 0px;
	text-align: justify;
}

.boxContentTop2d {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
	background: url(../images/2d/deco_2d.jpg) no-repeat;
	background-position: right bottom;
}

.boxContentTop3d {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
	background: url(../images/3d/deco_3d.jpg) no-repeat;
	background-position: right bottom;
}

.boxContentTopweb {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
	background: url(../images/web_multi/deco_webmulti.jpg) no-repeat;
	background-position: right bottom;
}

.boxContentTopvid {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
	background: url(../images/videos/deco_videos.jpg) no-repeat;
	background-position: right bottom;
}

.boxContentInfoTop {
	height: 200px;
	border-bottom: 1px solid #FFB200;
	margin: 0px;
	padding: 0px;
}

.topInfoHead {
	float: left;
	padding: 0px;
	margin: 0px;
}

.topInfoHead h1 {
	font-size: 12px;
	margin: 10px 0px 0px 40px;
	padding: 0px;
}

.topInfoHead p {
	margin: 10px 0px 0px 40px;
	padding: 0px;
}

.topInfoHead p a:link {
	color: #476E96;
	text-decoration: none;
}

.topInfoHead p a:visited {
	color: #476E96;
	text-decoration: none;
}

.topInfoHead p a:hover {
	color: #476E96;
	text-decoration: underline;
}

.topInfoImage {
	float: right;
	border: 1px solid #FFB200;
	width: 150px;
	height: 180px;
	padding: 0px;
	margin: 10px 20px 0px 10px;
}

.logoMulti {
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.boxMenuBottom {
	position: absolute;
	top: 201px;
	left: 0px;
	width: 270px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background:url(../images/line-col-bottom.gif) no-repeat;
	background-position: bottom;
}

.boxSsMenuBottom {
	position: absolute;
	top: 201px;
	left: 0px;
	width: 240px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.boxSsMenuBottom a {
	color: #FFB200;
	text-decoration: none;
	cursor: pointer;
}

.vignette {
	padding: 0px;
	margin: 20px 0px 10px 0px;
}

.vign_selec {
	margin-left: 30px;
	margin-right: 10px;
	padding: 0px;
	width: 10px;
	height: 81px;
	background-color: #FFB200;
	float: left;
}

.imgVignette {
	float: left;
	padding: 0px;
	margin: 0px;
}

.vignette h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0px 0px 50px;
	padding: 0px;
}

.detailTrav2d {
	padding: 60px 125px 20px 20px;
	margin: 0px;
}

.detailTrav2d a:link {
	color: #476E96;
	text-decoration: none;
}

.detailTrav2d a:visited {
	color: #476E96;
	text-decoration: none;
}

.detailTrav2d a:hover {
	color: #476E96;
	text-decoration: underline;
}

.detailTrav3d {
	padding: 60px 225px 20px 20px;
	margin: 0px;
}

.detailTrav3d a:link {
	color: #476E96;
	text-decoration: none;
}

.detailTrav3d a:visited {
	color: #476E96;
	text-decoration: none;
}

.detailTrav3d a:hover {
	color: #476E96;
	text-decoration: underline;
}

.detailTravweb {
	padding: 60px 200px 20px 20px;
	margin: 0px;
}

.detailTravweb a:link {
	color: #476E96;
	text-decoration: none;
}

.detailTravweb a:visited {
	color: #476E96;
	text-decoration: none;
}

.detailTravweb a:hover {
	color: #476E96;
	text-decoration: underline;
}

.detailTravvid {
	padding: 60px 280px 20px 20px;
	margin: 0px;
}

.boxContentBottom {
	padding: 20px;
	margin: 0px;
}

.boxContentBottom p {
	font-size: 12px;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	text-align: justify;
}

.boxContentBottom p a:link {
	color: #476E96;
	text-decoration: none;
}

.boxContentBottom p a:visited {
	color: #476E96;
	text-decoration: none;
}

.boxContentBottom p a:hover {
	color: #476E96;
	text-decoration: underline;
}

.boxContentBottom h2 {
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	float: left;
	font-weight: normal;
}

.boxContentBottom ul {
	padding: 2px 0px 0px 20px;
	margin: 0px;
	float: left;
}

.boxContentBottom h3 {
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-weight: normal;
	text-decoration: underline;
}

.floatLeft {
	float: left;
}

.error {
	float: left;
}

.error h1 {
	font-size: 15px;
	padding: 90px 0px 0px 20px;
	margin: 0px;
	font-weight: bold;
}