@charset "UTF-8";

body {
background-image:url('../img/bg.jpg');
background-repeat:no-repeat;
background-color:#000000;
}

#maincontainer {
position:relative; 
width: 994px ;
height: 1000px ;
margin-left:auto;
margin-right:auto;
}

/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none
}
a:hover { text-decoration: none }
.input:focus { outline: 0 }
a img {
	outline: none;
	border: none;
	text-decoration: none
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#CCCCCC;
	text-decoration:none;
	vertical-align:bottom;
}
h1 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../img/title_bg.png') no-repeat top left;
	height: 21px
}
h2 span {
	font-size: 0.9em;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em
}
h3 { font-size: 1.1em; margin: 1em 0 }
h4 { font-size: 1em }

/* global layout */
#page {
	width: 980px;
	height:auto;
	margin: 0 auto 2px auto;
	text-align: left
}

#header {
width:980px;
height:152px;
background-image: url('../img/header.png');
display:block;
}

#subheader {
	position:relative;
	width:980px;
	height:510px;
	background-color:black;
}

#logo {
position:relative;
width:358px;
height:63px;
float:left;
Background-image:url(img/logo.png);
}

#susmenu {
position:relative;
float:left;
}

#menu  {
position:relative;
width:994;
height:52px;
background-image:url(img/barmenu.png);
background-repeat:no-repeat;
}

#container  {
position:relative;
width:994;
height:968px;
background-color:#000000;
}

#carroussel  {
position:relative;
width:967;
height:285px;
margin-left:13px;
margin-right:13px;
padding-top: 13px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 40px;
margin-top: 15px;
}

.ascenceur {
height:38px;
width:967px;
background-image:url(img/bgmenuportfolio.jpg);
}

.ascenceur a {
font-size:14px;
font-color:#ffffff;
vertical-align:center;
}