body {
    padding: 0; margin: 0;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: url('http://www.nicolasarmstrong.com/blog/wp-content/themes/BM/images/pattern.gif') repeat top left;
}

a, a:link, a:visited {
	color: #495f81;
	text-decoration: none;
}

a:hover {
	color: #f50f0f;
	text-decoration: none;
}

a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 0.5s linear;
}

#banner {
    margin: 0 auto;
		width: 1000px;
		position: absolute;
		left: 50%;
		top: 40px;
		margin-left: -500px;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
		padding: 0;
    background: url('../images/back-wrapper.png') repeat;
}

#footer {
	padding: 20px;
	text-align: center;
}

#footer:hover, h3:hover {
	background-color: #eee;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
		display: none;
}

h3 {
    margin: 20px 0 10px 0;
    padding: 10px;
		font-size: 20px;
		font-weight: bold;
		color: #802046;
		text-transform: capitalize;
}

/* TOP LINKS */
#topLinks {
	margin: 0 0 300px 0;
	padding: 0;
	height: 20px;
}

#topLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topLinks ul#langue li a {
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0;
	text-transform: uppercase;
}

#topLinks li {
	display: inline;
}

#topLinks li a {
	display: block;
	float: right;
	padding: 10px;
	margin: 0;
	text-transform: uppercase;
}
#topLinks li a:hover {
	background-color: #eee;
}

/* SLIDER */
#slider {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: auto;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    padding: 20px;
    height: auto;
    width: 860px;
}

#shade {
    background: transparent;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px 0;
    padding-bottom: 9px;
    background-color: #ededed;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

/* TWITTER */
#twitter {
	margin: 0;
	padding: 0;
}

#twitter table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

.twitterProfile {
	padding: 5px;
	text-decoration: none;
}

.twitterProfile img {
	border: 0;
}

.twitterProfile a {
	text-decoration: none;
}

.twitterText {
	vertical-align: top;
	padding: 5px;
}

#twitter tr:hover td {
	background-color: #eee;
}

/* SKILLS */
#skills ul {
	list-style: none;
	margin: 0 0 0 20px;
}

#skills ul li {
	font-weight: bold;
}
#skills ul li:before {
	content: "\002B  ";
}
