body {
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Verdana, Free Sans;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
}

div.background {
	text-align: center;
	background-image: url("../images/background.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
}

a {
	color: #84d0f0;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}

h1 {
	font-variant: small-caps;
}

div.all {
	margin: 0 auto;
	width: 1000px;
	min-height: 730px;
}

div.header {
	margin: 0 auto;
	width: 960px;
}

div.logo {
	margin: 0 auto;
	text-align: left;
	width: 960px;
	height: 144px;
}

div.logo img {
	z-index: 1;
	position: absolute;
	border: none;
}

div.logo h1 {
	z-index: 2;
	position: relative;
	top: 105px;
	left: 140px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

/* MENU */

div.menu {
	height: 44px;
}

div.menu div {
	float: left;
	width: 240px;
	height: 44px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.menu div a {
	display: block;
	padding-top: 44px;
}

div.menu div:hover {
	background-position: 0 -44px;;
}

div.menu div#accueil {
	background-image: url("../images/fr/accueil.jpg");	
}

div.menu div#competences {
	background-image: url("../images/fr/competences.jpg");	
}

div.menu div#portfolio {
	background-image: url("../images/fr/portfolio.jpg");	
}

div.menu div#contact {
	background-image: url("../images/fr/contact.jpg");	
}

/* BODY & SUMMARY */

div.body {
	text-align: left;
}

div.summary {
	text-align: center;
	line-height: 20px;
	margin: 5px 30px 7px 30px;
}

div.summary a {
	color: #ffffff;
}

div.summary a:hover {
	color: #84d0f0;
	text-decoration: none;
}

div.content {
	width: 1000px;
	height: 469px;
	overflow: hidden;
}

/* PRESENTATION */

div.presentation {
	background-image: url("../images/fr/home.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	width: 1000px;
	height: 439px;
	margin-top: 30px;
}

div.presentation div {
	padding: 110px 50px 0 540px;
}

div.presentation div p {
	font-size: 15px;
	text-align: justify;
}

/* COMPETENCES */

div.competences {
	background-image: url("../images/fr/skills.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	width: 1000px;
	height: 439px;
	margin-top: 30px;
}

div.competences div.division {
	padding: 0 36px 0 36px;
	width: 928px;
	height: 469px;
}

div.division div {
	text-align: justify;
	float: left;
	width: 200px;
	margin: 160px 16px 0 16px;
}

/* SLIDE SHOW SETUP & ARROWS */

div.rightArrow, div.leftArrow, div.rightArrowHover, div.leftArrowHover {
	cursor: pointer;
	float: left;
	width: 50px;
	height: 469px;
	background-repeat: no-repeat;
}

div.rightArrow, div.rightArrowHover {
	background-image: url("../images/right.jpg");
	background-position: 2px 31px;
}

div.leftArrow, div.leftArrowHover {
	background-image: url("../images/left.jpg");
	background-position: 10px 31px;
}

div.rightArrow span, div.leftArrow span, div.rightArrowHover span, div.leftArrowHover span {
	display: block;
	line-height: 569px;
}

div.center {
	width: 900px;
	float: left;
	text-align: center;
}

/* SLIDE SHOW */

div.slideshow {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 860px;
	height: 100%;
	}

div.slides {
	position: relative;
	height: 100%;
	overflow: hidden;
	}
	
div.slide {
	position: relative;
	float: left;
	width: 860px;
	height: 100%;
	}

/* SLIDE CONTENT */

div.picture {
	float: left;
	width: 400px;
	padding-top: 5px;
}

div.description {
	padding: 50px 30px 50px 30px;
	float: left;
	width: 400px;
	text-align: left;
}

div.description h1 {
	margin: 0;
}

div.description div.text {
	padding-top: 30px;
	text-align: justify;
}

div.link {
	padding: 20px;
}


/* CONTACT */

div.contact {
	padding: 50px 80px 50px 80px;
}

div.contact div.form {
	float: left;
	width: 540px;
}

div.contact div.informations {
	float: left;
	width: 300px;
}

div.label {
	margin: 10px 0 5px 0;
}

input, textarea, select {
 width: 300px;
}

textarea {
	height: 130px;
}

input.submit {
 margin: 10px 0 5px 0;
	display: block;
	width: auto;
}