/* CSS Document */

body {
	background-image:url(/images/fond.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	background-color: #bebebe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a{
	color: #333333;
}

a:link, a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#titre1 {
	font-size: 12px;
	font-weight: bold;
	color: #CC3399;
	padding-top: 3px;
	padding-bottom: 3px;
}

#titre2 {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#selected {
	text-decoration:underline;
}

#backimg{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -375px;
	margin-top: -275px;
	z-index: 0;
	width: 750px;
	height: 550px;
} 

#lang {
	font-weight:bold;
	text-align:right;
	position: absolute;
	top: 50px;
	left: 620px;
	height: 15px;
	width: 100px;
}

#menu {
	position: absolute;
	text-align:right;
	top: 120px;
	right: 30px;
}

#topmenu1, #topmenu2, #topmenu3, #topmenu4, #topmenu5, #topmenu6 {
  float:left;
}

#topmenu1 a:hover, #topmenu2 a:hover, #topmenu3 a:hover, #topmenu4 a:hover, #topmenu5 a:hover, #topmenu6 a:hover {
	color:#CC3399;
}

a.selected {
	color:#CC3399;
	font-weight:bold;	
}

#submenu1, #submenu2, #submenu3, #submenu4 {
	display:none;
	position:absolute;
	text-align:center;
	margin-top: 12px;
	z-index: 10;
	
	background-color:#ffffff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
}

#submenu1 a, #submenu2 a, #submenu3 a, #submenu4 a {
	color:#CC3399;
}

#content {
	text-align:justify;
	position: absolute;
	top: 160px;
	left: 340px;
	height: 351px;
	width: 380px;
	z-index: 2;
}

#contentmax {
	text-align:justify;
	position: absolute;
	top: 159px;
	left: 343px;
	height: 355px;
	width: 375px;
	overflow: scroll;
	padding-right: 5px;
	padding-bottom: 5px;
	z-index: 2;
}

#contact {
	text-align:right;
	font-weight: bold;
	position: absolute;
	top: 528px;
	left: 570px;
	height: 15px;
	width: 150px;
}

#designby {
	text-align:right;
	font-weight: bold;
	position: absolute;
	top: 553px;
	left: 400px;
	height: 15px;
	width: 350px;
}

#logo{
	position:absolute;
	top: 10px;
	left: 10px;
	height: 150px;
	width: 120px;
}

#companyLogo{
	position:absolute;
	top: 10px;
	left: 10px;
}


