* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

body {
	background: url(../images/background-site.jpg) #000 top center no-repeat;
}
img {
	border: 0;
}

.clear {
	clear: both;
}
.hidden {
	display: none;
}
.title {
	background: url(../images/menu-ok.png);
	color: #fff;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tooltips {
	padding: 10px;
}

#site {
	width: 1000px;
	height: 1045px;
	margin: auto;
	padding-top: 55px;
}

#header {
	background: url(../images/header.png) top right no-repeat;
	height: 104px;
	position: relative;
	z-index: 50;
}
.header-logo {
	padding-top: 8px;
	float: left;
}
.header-text {
	color: #fff;
	padding-top: 41px;
	padding-left: 595px;
}
.header-text a {
	color: #fff;
}

#menu-left {
	background: #fff;
	width: 140px;
	float: left;
	border: 1px solid #cacaca;
	border-top: 0;
	padding: 1px;
	padding-bottom: 0;
	margin-top: -19px;
	margin-left: 48px;
	position: absolute;
	z-index: 60;
}
#menu-left ul {
	list-style: none;
	text-align: center;
}
#menu-left ul li a.link {
	display: block;
	height: 22px;
	line-height: 22px;
	background: url(../images/menu-ko.png);
	border: 1px solid #cacaca;
	margin-bottom: 1px;
	text-decoration: none;
	color: #000;
}
#menu-left ul li img {
	margin-bottom: -2px;
}
#menu-left ul li a.link:hover,
#menu-left ul li a.active {
	background: url(../images/menu-ok.png);
	color: #fff;
	font-weight: bold;
}
#menu-left ul li a.partenaires:hover {
	color: #000;
	font-weight: normal;
	background: url(../images/menu-ko.png);;
}

#content {
	margin-left: 234px;
	margin-top: 18px;
	height: 775px;
	width: 727px;
}
.content-top {
	background: url(../images/content-top.png) no-repeat;
	height: 210px;
}
.content-top p {
	color: #fff;
	width: 380px;
	padding-left: 90px;
	padding-top: 100px;
}
.content-videos {
	margin-left: -9px;
	margin-bottom: -15px;
	margin-top: 15px;
}
.content-videos .video {
	background: url(../images/background-video.png) bottom no-repeat;
	width: 128px;
	height: 123px;
	float: left;
	margin-left: 18px;
	margin-bottom: 15px;
}
.content-videos .video .tab-i,
.content-videos .video .tab-v {
	float: left;
}
.content-videos .video .tab-i {
	margin-left: 12px;
	width: 27px;
	height: 19px;
}
.content-videos .video .tab-v {
	margin-top: 2px;
	margin-left: 6px;
	width: 27px;
	height: 17px;
}
.content-videos .video .image {
	margin-top: 26px;
	margin-left: 5px;
}
.content-videos .video .stars {
	margin-top: 7px;
	margin-left: 50px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
}
#footer a {
	text-decoration: none;
	color: #000;
}

#registred {
	padding: 10px;
}
#registred label {
	float: left;
	width: 200px;
	padding-top: 3px;
}
#registred p {
	margin-bottom: 10px;
}
#registred p.submit {
	text-align: center;
}