@CHARSET "UTF-8";

/* Structure */
#header { width: 950px; height: 150px; margin:auto;}
#page 	{ width: 1000px; margin:auto;  margin-top:5px;}
	#gauche { width: 320px; float:left; margin-right:14px;}
	#centre { width: 510px; float:left; margin-right:14px; }
	#droite { width: 135px; float:left; }
#footer { width: 1000px; min-height: 30px; margin:auto; margin-top:10px;}

/* Couleur de fonds des blocs */
body { background-image:url(/_img/fond.gif); background-repeat:repeat-x; }
#header { background-image:url(/_img/header.jpg); }
#page	{ background-color:#000000;}
#footer { background-color:#000000; }

/* Menu */
#menu ul		{ margin-left:15px; margin-bottom:10px;}
#menu ul li a 		{ color:#123567; }
#menu ul li a.sup	{ color:#FF0000; font-weight:bold; }
.login input 	{ display:block; margin:auto; }

/* Page liste (à déplacer ?) */
h1 { font-size: 16px; text-align:center; padding:0; !important; font-weight:bold}


/* Liste */
.liste							{ float: left; margin-left:10px;}
.liste .texte						{ width: 84%; }
.liste p							{ font-size:11px; margin-bottom:15px; text-align: justify; }
.liste ul							{ width: 500px; padding: 0; margin-left:5px; list-style-type: 0; }
.liste ul li							{ width: 450px; height:65px; font-size:11px;  margin-bottom:5px; }
.liste ul li img							{ float: left; margin-right:5px; }
.listedescription						{ width: 100%;}
.liste ul li p							{ font-weight:normal; margin:0 0 0 0;}
.liste ul li b							{ display: block; margin-top: 32px; }

/* TF liste */
.tf_titre	a 	{ color:#F4AE2A; font-size:11px; text-decoration:underline; font-weight:bold;}
.tf_titre		{ color:#F4AE2A; }
.tf_texte		{ color:#777777; }

/* Disclaimer */
#disclaimer			{ text-align:left; }
#disclaimer_fond 		{ position:absolute; z-index:15; width:100%; height:2650px; background:#FFFFFF; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; text-align:center; line-height:normal; clear:both; }
#disclaimer_a		{ position:absolute; z-index:199; width:100%; text-align:center; clear:both;}
#disclaimer_titre		{ background-color: #000000; width:400px; height:70px; margin:auto; border:5px solid #FFDE00; -moz-border-radius:30px; margin-top:80px; padding-top:20px; color:#FFDE00; font-size:22px;}
#disclaimer_b			{ background-color: #000000; width:570px; height:330px; margin:auto; border:8px solid #FFDE00; -moz-border-radius:30px; margin-top:-40px; padding-top:20px;}
#disclaimer_entrer			{ color: #EEEEEE; font-size:20px; font-family:Times;}
#disclaimer_vignettes 		{ float: left;  width:80px; padding-left:55px;}
#disclaimer_vignettes img	{ border: 1px solid #FFDE00; }
#disclaimer_showtf			{ float:left; text-align:left;}
#tf_disclaimer				{ height: 260px; }


/*Footer */
#footer	{ padding:15px 5px 15px 10px; -moz-border-radius:10px; }
#footer ul li { display:inline-block; margin-left:8px; }

/* Copyright */
#copyright { text-align:center; }

/* Divers */
a				{ color:#F4AE2A; }
hr				{ margin-top:5px; margin-bottom:5px }
.bloc			{ border:1px solid #000000; -moz-border-radius:8px; margin-top: 5px; margin-bottom: 5px; background-color:#F4AE2A; padding-top:5px;}
.titre			{ background:url("/_img/degrade.png"); background-repeat: repeat-x; width:90%; height:24px; color:#DDDDDD; text-align:center; margin:auto; margin-top:5px; padding-top:5px; display:block; }
.centre			{ text-align:center; }
.bloccentre		{ margin:auto }

