/*
Template name: Dirtylicious
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Release date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color:#3366CC;
}
a:hover {
	color:#0066FF;
}

img{
	border: none;
}

body {
	background: #FFFFFF url('/images/basketball2.gif');
	/*background: #E7E7E2;*/
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

.popup{
	padding-top: 64px;
}

.principal{
	background: #E7E7E2 url('img/body.jpg') no-repeat center top;
	padding-top: 64px;
}

p,code,ul {
	font-size:1em;
	padding-bottom:1.2em;
}

li {list-style: none;}

h1 {font: normal 1.6em Tahoma,sans-serif; margin-bottom:4px;}
h2 {font: bold 1.5em sans-serif;}
h3 {font: bold 1.4em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/*h1,h2,h3 {padding-top: 4px; color: #553; margin-bottom: 4px;}*/

h1, h2, h3 {
	color:#317397;
	padding-top:6px;
	margin-bottom: 4px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
blink {
	color: #FF3300;
}
todo {
	font-style: italic;
	color: #999999;
}

/*table*/
table {
	width: 90%;
	border: medium solid #317397;
	border-collapse: collapse;
	margin: auto;
}

table th{
	background-color: #317397;
	border: thin solid #317397;/*#E5E5E5*/
	padding: 5px;
	color: #E5E5E5;
	text-align: center;
}

table td{
	background-color: #EEEEEE;
	text-align: center;
	border: thin solid #317397;
	padding: 5px;
}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FAFAFA;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 820px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #317397 url('img/logo.png') no-repeat;/*222 url('img/header.jpg') no-repeat*/
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #4A1902;/*1px dashed #317397*/
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #FFF;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #317397;/*949490*/
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #E5E5E5;
	text-decoration: none;
}
.path a:hover {
	color: #FFF;
	text-decoration: underline;
}
.path table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background: none;
}
.path table th{
	border: none;
	padding: 0px;
	background: none;
}
.path table td{
	border: none;
	padding: 0px;
	background: none;
}
.path .left{
	width: 50%;
	text-align: left;
}
.path .right{
	text-align: right;
}

/* main */
.main {
	background: #FAFAFA;
	border-top: 1px solid #FFF;
	padding: 4px 0px 0 0;
}

/* content */
.content {
	float: right;
	width: 610px;
	padding: 0px 0px 0px 5px;
}

.itemBg {
background: #FFFFFF url('/images/basketball2.gif'); /*#FFFFFF none repeat scroll 0 0*/
border:1px solid #EEEEEE;
margin-bottom:5px;
padding: 6px 12px;
}
.content .item {
background: #FFFFFF none repeat scroll 0 0;
border:1px solid #EEEEEE;
margin-bottom:5px;
padding: 6px 12px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content a {
	text-decoration: none;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content h2 {
	color: #317397;
	padding-top: 10px;
}
.content p {
	color: #333333;
	font-family: "Lucida Sans Unicode",sans-serif;
	text-align: justify;
}
.content .score {
	font-weight: bold;
}
.content .points {
	font-weight: bold;
}
.content .resume {
	text-align: justify;
}
.content .retour {
	text-align: right;
	padding-bottom: 0px;
}
.content .avertissement {
	text-align: center;
	padding-bottom: 0px;
}

.invisible {
	background-color: transparent;
	border: none;	 
}

.content iframe {
	width: 100%;
	height: 400px;
	border: none;
}

.content .menuDeroulant {
	margin: auto;
	text-align: center;
}

.content h3 {
	margin-bottom: 5px;
	text-align: center;
}

.content button{
	font-size: 10px;
	width: 95px;
	height: 30px;
}

.content .f {
	background-color: #FFCCFF;
}

.content .m {
	background-color: #99CCFF;
}


/* navigation */
.navigation {
	background: #EEEEEE;/*F7F7F3*/
	border:1px solid #E5E5E5;
	float: left;
	width: 200px;
}
.navigation h2 {
	color: #333333;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 20px;
	text-align: center;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #E5E5E5;
}
.navigation li {
	border-bottom: 1px solid #E5E5E5;
}
.navigation li a {
	font-size: 1.1em;
	color: #333333;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation i {
	color: #999999;
}
.navigation .compteur {
	text-align: center;
}
.navigation li a:hover {
	background: #317397;/*F0F0EB*/
	color: #EEEEEE;	
}

/* footer */
.footer {
	background: #317397;/*949490*/
	color: #EEEEEE;
	font: bold 1em sans-serif;
	margin-top: 0px;
	padding: 10px 12px;
}
.footer a {
	color: #EEEEEE;
	text-decoration: none;
}
.footer a:hover {color: #FFF;}