body {
	color: #6b6c5a;
	font: 100% Helvetica Neue, arial , sans-serif;
	background-color: #f2f2f2;
	margin: 0;
	}

#header {
	padding-top: 5px;
	background-repeat: repeat-x;
	background-image: url(images/background.png);
	text-align: center;
	position: relative;
	height: 215px;
	color: white;
	-webkit-box-shadow: 0px 4px 20px #777;
	-moz-box-shadow: 0px 4px 20px #777;
	box-shadow: 0px 4px 20px #777;
	}

#language {
	width:  750px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #333333;
	text-decoration: none;
}
	
#language a:link {
	color : #000000;
	text-decoration: none;
}

#language a:visited {
	color : #000000;
	text-decoration: none;
}

#language a:hover {
	color : #f2f2f2;
	background-color: #ff6633;
	text-decoration: none;
}

#language a:active {
	color : #f2f2f2;
	text-decoration: none;
}


/* Tooltip pur CSS */
a.tooltip span {
	display:none;
	padding-left: 2px;
	margin-left: 20px;
	width:auto;
}

a.tooltip:hover span {
	display: inline;
	position:absolute;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	color:#fff;
	font-size: small;
	background: rgba(0, 0, 0, 0.6);
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	padding-top: 2px;	
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin-left: 20px;
	width:auto;
}

.subheader {
 	font-size: small;
 	font-weight: bold;
 	text-align: center;
	background-color: #cbecf2;
	color: #1f497d;
	width: 750px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
 }

 .subheader img {
	float: right;
	padding-top: 2px;
	border: none;
}

.subheader a:link {
	color : #000000;
	text-decoration: none;
}

.subheader a:visited {
	color : #000000;
	text-decoration: none;
}

.subheader a:hover {
	color : #ff6633;
	text-decoration: none;
}

#main {
	position: relative;
	height: 410px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
	
#main div.button {
	position: absolute;
	top: 40%;
}

#video {
	text-align: center;
}

div#left.button {
	left:0;
}

div#right.button {
	right:0;
}

#toolbar {
	text-align: center;
	visibility: visible;
	position: relative;
	height: 70px;
	}

.SlidingPanels {
	position: relative;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.SlidingPanelsContentGroup {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 10000px;
	float: left;
}

.SlidingPanelsContent {
	line-height: 1.4em;
	width: 730px;
	height: 420px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-color: #a6a6a6;
	border-top-style: solid;
	float: left;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

.SlidingPanelsCurrentPanel {
}

.SlidingPanelsFocused {
}
	
.SlidingPanels a:link {
	text-decoration: none;
	color: #6b6c5a;
}

.SlidingPanels a:visited {
	color: #6b6c5a;
	text-decoration: none;
}

.SlidingPanels a:hover {
	color: #6b6c5a;
	text-decoration: underline;
}

#footer {
	color: #333333;
	font-size: x-small;
	font-family: Arial, "Lucida Grande", Verdana;
	height: auto;
	position: relative;
	text-align: center;
	padding-top: 25px;
	}

#footer a {
	color: inherit;
}


h1 {
	text-align : center;
	font-size : 180%;
	color : #393938;
}

h2 {
	font-weight: bold;
}

.ombreorange {
	text-shadow: 2px 2px 6px #ff6643;
}

#a:link {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}

#a:visited {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}

#a:hover {
	color: #f2f2f2;
	background-color: #ff6633;
	text-decoration: none;
}

#a:active {
	background-color: transparent;
	text-decoration: none;
}

/*Liens pour Firefox*/
a img {
	border: none;
}

a img hover {
	border: none;
}

a img active {
	border: none;
}

a img visited{
	border: none;
}
