﻿@charset "utf-8";
/* CSS Document */

* {
list-style-type:none;
margin:0;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
padding:0;
text-indent:0;
}

img{
	border: 0;
}

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:0.7em;
}

#page {
	background-image: url(../img/fond.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width:935px;
	left:50%;
	margin: 0 0 0 -468px;
	padding:0;
	position:absolute;
	text-align:left;
}

#cont {
	width:630px;
margin: 220px auto auto;
	height:293px;
}

#player {
	width:400px;
	height:293px;
	float:left;
	margin-right: 10px;
}

#addthis {
	float:right;
}

#syno {
	width:220px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.4em;
	color: #000;

}

.partage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.valid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #FFF;
	font-weight: bold;
}

.input_lien {
	background-color: #5aa635;
	color: #FFF;
	font-size: 0.8em;
	border:1px solid #FFF;
	padding: 3px;
}

#action {
	width:460px;
	margin: 30px auto auto;
}

fieldset {
border:0 none;
margin:0;
padding:0;
}

.affiche {
	width:270px;
	height:382px;
	float:left;
}

#formulaire {
	margin-left:10px;
width:330px;
	height:362px;
	float:left;	
	color:#000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #fff;
}

.titre {
color:#009430;
font-size:1.8em;
font-weight:bold;
margin-bottom:10px;
}

.erreur {
	color:#F00;
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}

.qui {
	color:#999;
	font-size:1.6em;
	font-weight:normal;
	height: 30px;
	text-align: left;
}

#footer {
	text-align: center;
	margin:20px auto auto;
	width:460px;
}

#footer a {
	color:#FFF;
	font-size:0.8em;
	font-weight:normal;
	text-decoration: none;
	border:0;
}

#formulaire input {
margin-right:5px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#505050;
font-size:1em;
margin-right:3px;
padding-left:5px;
width: 120px;
}



#formulaire label {
float:left;
font-weight:bold;
margin-right:5px;
text-align:right;
width:120px;
font-size:1.2em;
}

#formulaire ul li {
clear:both;
margin-bottom:5px;
padding:0;
}

#formulaire .submit {
	cursor:pointer;
	border:0;
	margin-left:120px;
	background-image: url(../img/envoyer.gif);
	width:119px;
	height:38px;
	font-weight: bold;
	color: #FFF;
	font-size:1.3em;
}

#stats {
	width:600px;
	left:50%;
	margin: 20px 0 0 -300px;
	padding:20px;
	position:absolute;
	text-align:left;
	background-color: #FFF;
	color: #000;
	font-size:1.3em;
}