html, body {
	height: 100%;
}

body {
	color: #3D1D07;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em;
	line-height: 1.25;
}

img {
	border: none;
}

alt {
	display:none;
}

a {
	color: #3D1D07;
	text-decoration: none;
	outline: 0 none;
}

a:hover {
	text-decoration: underline;
}

/* Page */
#global {
	min-height: 100%;
	width: 1039px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../banderepeat.jpg');
	background-repeat: repeat-y;
}

/* En-tête */
#entete {
	text-align: center;
	margin-bottom: 0px;
	background-image: none;
	background-color: #FFFFFF;
}

#accueil {
	width:353px;
	height:361px;
}

#services {
	background-image: url('../services1.jpg');
	width:216px;
	height:361px;
}

#portfolio {
	background-image: url('../portfolio1.jpg');
	width:271px;
	height:361px;
}

#contact {
	background-image: url('../contact1.jpg');
	width:199px;
	height:361px;
}

#sitesweb {
	width:143px;
	height:195px;
	margin-left: 550px;
	margin-top: -100px;
}

#referencement {
	width:133px;
	height:195px;
	margin-top: -100px;
}

#graphisme {
	width:150px;
	height:195px;
	margin-top: -100px;
}

/* Menu centré */
#menu {
	background-image: url('../sommaire.jpg');
	background-repeat: no-repeat;
	width: 1039px;
	height: 361px;
	position: relative;
}

#menu div {
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	position: relative;
}

#sousmenu {
	height: 195px;
	position: relative;
	padding-top: 30px;
	_margin-left: -560px;
	background-image: url('../banderepeat.jpg');
	background-repeat: repeat-y;
}

#sousmenu div {
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	position: relative;
}


/* Contenu */
#contenu {
	margin-top: 0px;
	color: #3D1D07;
	width: 839px;
	position: relative;
	margin: auto;
	text-align: justify;
}

/* Pied de page */
#pied {	
	clear: both;
	background-image: url('../baspage.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	padding: 50px 0px 0px 0px;
}

#copyright {
	text-align: center;
	font-size: .75em;
	color: #3D1D07;
}


#slideshow {
	position:absolute;
	top: 108px;
	left: 181px;
	cursor: pointer; 
	width: 480px;
	height:300px;
}

#slideshow img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow img.active {
	z-index:10;
	opacity:1.0;
}

#slideshow img.last-active {
	z-index:9;
}

#slideshow_conteneur {
	background-image:url('../portfolio/ecran.jpg');
	height:599px;
	width:656px;
	margin: 0 auto;
}

.fra {
	cursor: pointer;
	position: absolute;
	top: 390px;
	left: 334px;
	width: 76px;
	height: 54px;
	outline: none;
	border-style: none;
}
.eng {
	cursor: pointer;
	position: absolute;
	top: 390px;
	left: 438px;
	width: 76px;
	height: 54px;
	outline: none;
	border-style: none;
}
