@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border: 1;
}
body {
	font: 14px Arial, Helvetica, sans-serif;
	color:#3D3D3D;
	background:#A0D8F1 url(images/body_bg.png) repeat-x;
}
a {
		color:#06F;
		text-decoration:none;
}
a img {
		border:0;
}
small {
		font-size:12px;
		color:#6D6D6D;
}
/* 
GENERAL POSITIONING
*/

#wrapper {
		width:1000px;
		margin:60px auto;
}
#everything {
		width:1000px;
		float:left;
}
#top_round, #bottom_round {
		width:1000px;
		height:25px;
		float:left;
}
#top_round {
		background:url(images/rounded_top.png) no-repeat;
}
#bottom_round {
		background:url(images/rounded_bottom.png) no-repeat;
}
#container {
		width:1000px;
		float:left;
        padding:0;
		background:url(images/container_bg.png) repeat-y;
}
#content {
		width:960px;
		float:left;
        display:inline;
		margin:0 20px;
        padding:0;
		background:url(images/content_bg.png) repeat-x 0 250px; /* si on enlève banner ipod reveir à repeat-x 0 140px */
}

/*
HEADER
*/
#header {
		width:960px;
		height:160px;
		float:left;
}
#logo {
		margin-left:25px;
		margin-top:10px;
		float:left;
}
#header_right {
		float:right;
		width:360px;
		margin-right:40px;
}
#header_right h3 {
		font-size:24px;
		font-weight:normal;
		color:#6D6D6D;
		padding-bottom:5px;
		margin-top:15px;
}
#top_banner {
		width:960px;
		height:110px;
		float:left;
		position:relative;
		background:url(images/top_banner.jpg) no-repeat;
		margin:-20px 0 20px 0;
}

/* 
CONTENT
*/
#left {
		width:490px;
		float:left;
        padding:0 25px !important;
		padding:0 15px;
        margin:0;      
}
#right {
		width:370px;
		float:left;
		padding:0 25px;
        margin:0;
}

/*
LEFT
*/
#left h1 {
	font-size:42px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#3280B0;
	margin-top:-10px;
}
#left h2 {
	font-size:30px;
	color:#6D6D6D;
}
#left .cover_fly {
		margin:15px 0;
}
#left p {
		margin:10px 0;
}
ul.social_bookmarks li {
		display:inline;
		margin-left:5px;
}
/*
RIGHT
*/
#right h2 {
	font-size:24px;
	color:#6D6D6D;
	font-weight:normal;
	padding-bottom:10px;
}
#right h2 span {
		font-weight:bold;
		color:#ACD54D;
}
#right p.small {
		font-size:12px;
		color:#6D6D6D;
}
#right form {
		float:left;
		width:310px;
		font-size:18px;
		padding:0 25px;
		background:#CEE588 url(images/form_bg.png) repeat-x bottom;
		color:#FFF;
}
#right form input.text {
		width:290px;
		padding:2px 5px;
		margin:5px 0;
		font-size:16px;
		color:#999;
}
#right form input.button {
		width:300px;
		float:left;
		border:0;
		height:45px;
		background:url(images/form_button_bg.png);
		cursor:pointer;
		margin:10px 0 5px 0;
}
#right form input.button:hover {
		background-position:0 -45px;
}
#right form input.button2 {
		width:300px;
		float:left;
		border:0;
		height:45px;
		background:url(images/form_button2_bg.png);
		cursor:pointer;
		margin:10px 0 5px 0;
}
#right form input.button2:hover {
		background-position:0 -45px;
}
#click_this {
	background:url(images/cliquez-ici.png) no-repeat;
	position:absolute;
	width:157px;
	height:69px;
	margin:258px 0 0 315px;
	z-index: 99;
}
#form_top, #form_bottom {
		width:360px;
		height:20px;
		float:left;
}
#form_top {
		margin-top:15px;
		background: url(images/form_top_rounded.jpg) no-repeat;
}
#form_bottom {
		background: url(images/form_bottom_rounded.jpg) no-repeat;
}
#right ul {
		float:left;
		padding:10px 0;
}
#right ul li {
	list-style:none;
	padding:1px 10px;
	font-size:12px;
	color:#6D6D6D;
}
#right ul li img {
		margin-bottom:-2px;
}
.video {
	background-color: #000000;
	height: 108px;
	width: 100%;
	margin-left: 2px;
}
.buton {
	width:120px;
	/*float:left;*/
		border:0;
	height:16px;
	background:url(images/parler-un-ami.jpg);
	cursor:pointer;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.buton:hover {
		background-position:0 -16px;
}

