/* IDs */

#column {
	background-image:url(logo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
	width: 200px;
	height: 100%;
	padding-top: 200px;
	text-align: center;
	border-right-style: solid;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 2;
}
/* Elements */

body {
	background-color: #B9B9B9;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 0;
}

#menus {
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

a img {
	border: none;
}

#header {
	height: 150px;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	position: absolute;
	left: 200px;
	top: 24px;
	text-align: center;
	-moz-box-sizing: border-box;
	z-index: 4;
}
#menu-name {
	font-size: 130px;
	color: #DCDCDC;
	position: absolute;
	top: -60px;
	text-transform: uppercase;
	font-weight:bold;
}
#title-menu {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

#content {
	position: absolute;
	left: 200px;
	top: 150px;
	margin: 50px;
	width: 1000;
	z-index: 1;
}
#flashcontent {
	margin-top: -20px;
	height: 600px;
}
#fond-accueil {
	position: absolute;
	top: 150px;
	background-image: url(fond%20accueil.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	width: 1000px;
	height: 800px;
	z-index: 0;
}


/* Pseudo-classes */
#header table {
	width: 100%;
}
#header #title-menu td {
	height: 155px;
	vertical-align: bottom;
}
#header #fix-title-item {
	position:absolute;
	left: -200px;
	top: 128px;
	width: 200px;
	vertical-align: bottom;
	z-index: auto;
}
.current {
	color: #980000;
}

#content p {
	text-align:justify;
}

.data_line {
	font-size: large;
	margin: -0.1em;
}

.image {
	padding: 40px;
}

.error {
	color:#FF0000;
}

/* links */

a:link {
	color: #FFFFFF;
	text-decoration: none;
  }

a:visited {
  color: #FFFFFF;
  	text-decoration: none;

  }

a:hover {
  color: #FFFFFF;
  	text-decoration: none;

  }

a:active {
  color: #980000;
  text-decoration: none;
  }
