/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

html {
	background-color: #fff;
	color: #383f43;
	font-family: Trebuchet, sans-serif;
	font-size: 14px;
}

a {
	color: #f36544;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 10px;
}

li {
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.align-right {
	text-align: right;
} 

#container {
	margin: 0 auto;
	width: 960px;
}

header {
	height: 100px;
	position: relative;
}

#logo {
	color: #383f43;
	display: block;
	font-family: "Coustard", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 48px;
	font-weight: normal;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 320px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	text-align: right;
	top: 50px;
	width: 310px;
}

nav ul {
	border-bottom: 1px solid #042f49;
	position: absolute;
	right: 0;
	width: 650px;
}

nav ul li {
	display: inline;
}

nav ul li a {
	color: #383f43;
	float: right;
	font-family: "Coustard", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 32px 0 0 50px;
	padding: 0 0 15px;
	text-decoration: none;
	text-transform : uppercase;
}

nav ul li a:hover,
nav ul li a.active {
	color: #f36544;
	border-bottom: 3px solid #383f43;
	padding: 0 0 12px;
}

h2 {
	font-family: "Coustard", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 30px 0 10px;
}

#parcours,
#competences,
#portfolio {
	float: left;
	width: 460px;
}

#parcours {
	border-right: 1px solid #042f49;
	padding-right: 19px;
}

#parcours li {
	margin-left: 30px;
}

#competences,
#portfolio {
	margin-left: 18px;
}

#portfolio h3 {
	font-weight: bold;
}

footer {
	clear: both;
	padding-top: 20px;
}

footer ul {
	border-top: 1px solid #042f49;
	float: right;
	padding-bottom: 20px;
	width: 960px;
}

footer li {
	display: inline;
}

footer a {
	color: #383f43;
	float: right;
	margin-left:20px;
	padding-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

footer a:hover,
footer a.active {
	border-top: 3px solid #383f43;
	color: #f36544;
	padding-top: 7px;
}

/* tooltips */
a.tooltip {
	font-weight: bold;
}

.myTip {
	width: 342px;
}

.myTip .content {
	background: /*#f36544*/#fff;
	border: 6px solid #f36544;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #f36544;
	padding: 10px;
	width: 310px;
}

.myTip .bottom  {
	height: 14px; background: url(/img/notch.png) top center no-repeat;
}

/* portfolio slider */
#slideshow {
	height:463px;	
	margin:0 auto;
	position:relative;
	width:960px;
}

#slideshow #slidesContainer {
	height: 463px;
	overflow: auto; /* allow scrollbar */
	position: relative;
	margin: 0 auto;
	width: 880px; 
}

#slideshow #slidesContainer .slide {
	height: 463px;
	margin: 0 auto;
	width: 880px; /* reduce by 20 pixels to avoid horizontal scroll */
}

/* portfolio slider control */
.control {
	cursor: pointer;
	display: block;
	height: 463px;
	position: absolute;
	text-indent: -10000px;
	width: 14px;
}

#leftControl {
	background: transparent url(/img/left_control.png) no-repeat -14px center;
	border-right: 1px solid #042f49;
	left: 0;
	top: 0;
}

#rightControl {
	background: transparent url(/img/right_control.png) no-repeat -14px center;
	border-left: 1px solid #042f49;
	right: 0;
	top: 0;
}

#leftControl:hover,
#rightControl:hover {
	border-color: #899eab;
	background-position: 0 center;
}

/* portfolio slide */
.slide h2 {
	margin: 0;
}

.desc {
	float: left;
	margin-right: 17px;
	width: 300px;
}

.desc .align-right a {
	color: #f36544;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

.desc .align-right a:hover {
	text-decoration: underline;
}

.url {
	color: #f36544;
	display: block;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	margin: 5px 0 20px;
	text-decoration: none;
}

/* contact */
div #contact {
	width: 600px;
}

.wufoo .info h2 {
	font-family: "Coustard", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* mentions légales */
.ml {
	height: 400px;
	width: 600px;
}
