body {
	 font-family: Arial, Helvetica, sans-serif;
	 color: #585858;
	 font-size: 0.8em;
}
body.complete { /* Pas de background pour le embedded */
	background-color: #E7E2CE;
}

a {
	color: #788290;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
sup {
	 font-size: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 10px;
}

#header{
	background-image: url('img/header.png');
	background-repeat: repeat-x;
	border: 4px solid white;
	width:950px;
	height:140px;
	position:relative;
	margin: auto;
	color: white;
	background-color: #388DAE;
}
#header .lang {
	background-color: white;
	opacity: 0.4;
	position: absolute;
	padding: 4px 7px;
}
#header .lang:hover {
	opacity: 0.8;
}
#header a {
	cursor: pointer;
	color: white;
	text-decoration: none;
}
#header .titre {
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 180px;
	font-size: 3.5em;
	position: absolute;
	top: 0px;
	left: 50px;
	line-height: 128px;
	text-shadow: 0px 1px 0px #142d53;
}
#header .titre a:hover {
	text-shadow: 0px 0px 2px #babdb6;
}
/*#header .titre_blackout {
	padding-left: 180px;
	font-size: 4em;
	position: absolute;
	top: 80px;
	left: 120px;
}*/
#header .beta {
	position: absolute;
	top: 37px;
	left: 545px;
	color: white;
	opacity: 0.5;
	text-shadow: 0px 1px 0px black;
}
#page {
	background-color: #F2F2F2;
	width:950px;
	position:relative;
	margin: 5px auto;
	border: 4px solid white;
}
#page .div_padding {
	padding: 10px;
}
#page .div_padding table {
	padding: 20px 0 0 0;
}
#page table td {
	vertical-align: top;
}
.label_email, .label_votes {
	line-height: 16px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.label_email {
	background-image: url('img/email.png');
}
.label_votes {
	background-image: url('img/star_on.png');
}
#footer {
	width:950px;
	position:relative;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer .sponsorship, #footer .sponsorship a {
	color: #939393;
	vertical-align: middle;
}

.description ul {
	font-size: 1.1em;
	list-style-image: url('img/tick.png');
}

.upload_form {
	float: left;
	width: 500px;
	padding: 10px;
	/*background-image: url('img/form_background.png');
	background-repeat: no-repeat;*/
	background-color: #D6DCE0;

/*	box-shadow: 0px 0px 3px #BDCBD9;*/
/*	border: 1px solid #BDCBD9;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.button {
	background-color: #388DAE;
	background-image: url('img/fond_boutton.png');
	border: 1px solid #65b0ce;
	color: white;
	padding: 2px 5px;
	margin-left: 7px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button a {
	color: white;
 	text-decoration: none;
}
.button:hover {
	text-shadow: 0 0 3px white;
}
.button:active {
	text-shadow: 0px 0px 3px #4FC5F3;
	border-color: #65b0ce;
}
.add_button {
	background-image: url('img/add.png');
}
.features_button {
	background-image: url('img/help.png');
}
.download_button {
	background-image: url('img/download.png');
}
.add_button, .download_button, .features_button {
	cursor: pointer;
	width: 16px;
	height: 16px;
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}
.envoyer {
	font-weight: bold;
}
.upload_progress {
	margin: 7px;
	font-size: 0.7em;
}
.upload_progress .bar {
	margin-bottom: 3px;
	height: 10px;
	border: 1px solid #C8CACD;
	background-color: #e8e8e8;
	background-image: url('img/progressbar_background.png');
	background-repeat: repeat-x;
}
.upload_progress .bar .complete {
	position: relative;
	background-color: #56CD6A;
	background-image: url('img/progressbar_complete_background.png');
	background-repeat: repeat-x;
	height: 100%;
	width: 0%;
}

.error {
	 width: 90%;
	 margin: 10px auto;
	 text-align: center;
	 background-color: #FFDCE0;
	 border-top: 2px solid #FFA6BE;
	 border-bottom: 2px solid #FFA6BE;
	 color: #DC4A59;
}
.size {
	font-size: 0.9em;
	color: #979797;
	margin-left: 7px;
}
.historique {
	margin-left: 550px;
}
.historique ul {
	margin: 5px;
	padding: 0;
	list-style-type: none;
}
.historique .historique_dynamique {
	height: 125px;
	overflow: auto;
}

.historique a {
	text-decoration: none;
}
.historique a:hover {
	text-decoration: underline;
}
.historique .search {
	font-size: 1.1em;
	color: #9aa1ac;
	width: 100%;
	text-align: right;
}

.historique .search_button, .historique .search_button_active {
	cursor: pointer;
	margin: 20px;
	padding-bottom: 3px;	
}
.historique .search_button:hover, .historique .search_button_active {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('img/search_underline.png');
}
.historique .search_button .search_text, .historique .search_button_active .search_text {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url('img/magnifier.png');
}

.historique .search_box {
	position: absolute;
	background-image: url('img/search_box.png');
	width: 137px;
	height: 40px;
}
.historique .search_box form {
	padding-top: 7px;
	margin-left: 10px;
	text-align: left;
}
.historique .search_box input {
	width: 97px;
        background-color: #FAFAFA;
        border: 1px solid #D5D5D5;
        color: #484848;
	padding-right: 18px;	
}

.historique .search_box .not_found {
        background-color: #FF8B8B;
/*        border-color: #800000;*/
        color: #800000;
}

.historique .search_box .cancel {
	cursor: pointer;
	position: relative;
	top: -18px;
	left: 102px;
}

.liste_fichiers {
	float: left;
	background-color: #ECECEC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	width: 250px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.liste_fichiers li {
	padding: 5px 0 5px 10px;
	margin: 10px 0 10px 10px;
	margin-right: -1px;
	border: 1px solid #ECECEC;
	border-right: 1px solid #DCDCDC;
}
.liste_fichiers .active, .liste_fichiers li:hover {
	background-color: #F2F2F2;
	border: 1px solid #DCDCDC;
	border-right: 1px solid #F2F2F2;
}
.liste_fichiers .not_active, .liste_fichiers .not_active:hover {
	cursor: pointer
}

.liste_fichiers li .icon {
	 position: relative;
	 padding-left: 20px;
}
.liste_fichiers li .icon img {
	left: 0px;
	position: absolute;
}
.liste_fichiers li .size {
	font-size: 0.8em;
}
.bookmark {
	 font-weight: bold;
	 text-decoration: none;
}
.bookmark:hover {
	 text-decoration: underline;
}
.codes {
	padding: 10px;
}
.onglet {
	margin-left: 250px;
}
#page .titre {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0px 1px 0px #CCCCCC;
}
.codes .link_titre {
	 margin-top: 10px;
	display: block;
	font-weight: bold;
}

.codes .miniature, #features img, .source .image img {
	box-shadow: 0px 0px 2px #BFBFBF;
}
.codes .miniature:hover, #features img:hover {
	box-shadow: 0px 0px 3px #54D2FF;
}

.codes .link_titre .voir {
	font-size: 0.7em;
}
.codes .link_titre .voir a {
	text-decoration: none;
}
.codes .link_titre .voir a:hover {
	text-decoration: underline;
}
.codes input {
	width: 400px;
	background-color: #FAFAFA;
	border: 1px solid #D5D5D5;
	color: #484848;
}
.codes td {
	 text-align: left;
}
.codes .file_informations {
	font-size: 0.8em;
	margin: 5px;
	text-align: right;
}
.file_informations .add_to_history {
	text-decoration: underline;
	cursor: pointer;
}
.file_informations .add_to_history:hover {
        text-decoration: none;
}

.archive_content {
	margin-left: 15px;
	max-height: 200px;
	max-width: 600px;
	overflow: auto;
	margin-bottom: 15px;
}
.archive_content_disable, .archive_content_enable {
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.archive_content_disable {
	padding-left: 13px;
	margin-left: 5px;
	background-image: url('img/disable.png');
}
.archive_content_enable {
	padding-left: 18px;
	background-image: url('img/enable.png');
}
.free_hosting {
	text-align: center;
	color: #999688;
	font-size: 0.8em;
}
.upload_form .free_hosting {
	margin-bottom: 6px;
}
.image_scale {
	text-align: center;
	font-size: 0.9em;
}

.source {
	position: relative;
}
.source .zoom_icons img {
	opacity: 0.7;
	position: absolute;
	top: 10px;
	cursor: pointer;
}
.source .zoom_icons img:hover {
	opacity: 1;
}
.source .zoom_icons img.image_zoom_in {
	left: 35px;
}
.source .zoom_icons img.image_zoom_out {
	left: 15px;
}

.source .image {
	text-align: center;
}
.source .image img {
	background-color: #FAFAFA;
	border: 1px solid #D5D5D5;
	padding: 5px;
}

.album_image img {
	width: 126px;
	height: 126px;
}
.album_image {
	width: 126px;
	height: 126px;
	margin-bottom: 10px;
	background-color: #FAFAFA;
	border: 1px solid #D5D5D5;
	padding: 5px;
	background-image: url('img/album.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.file_informations {
	font-size: 0.9em;
	text-align: center;
}
.file_votes {
	margin: 10px 0px;
	font-size: 0.8em;
	text-align: center;
}
.file_votes img {
	cursor: pointer;
}
.exif {
	padding: 10px 0px;
	font-size: 0.9em;
}
.exif td, .archive_content td {
	text-align: left;
	padding: 0px 10px;
}
.exif .titre {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
.lastfm_link {
	 background-image: url('img/lastfm.png');
	 background-repeat: no-repeat;
	 background-position: center left;
	 padding-left: 20px;
	 margin-left: 12px;
	 text-decoration: none;
}
.features_link {
	margin: 10px 0 15px 0;
}
#features img {
	 display: block;
	 margin-bottom: 5px;
}
#features table {
	 width: 100%;
}
#features td {
	 padding: 20px;
	 width: 33%;
}
.free_of_virus {
	 font-weight:normal;
	 margin-left: 15px;
	 background-image: url('img/free_of_virus.png');
	 background-repeat: no-repeat;
	 background-position: center left;
	 padding-left: 20px;
	 font-size: 0.9em;
}
