﻿body {
    font-family: Helvetica, Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
	color: #000000;
	background: transparent url(images/fond.jpg) repeat;
	text-align: center;
    margin: 0 auto 0;
	position: relative;
}
div#site {
    text-align: left;
    background: url(images/site.png) repeat-y 0 0;
    width: 885px;
    margin : auto;
}
/* Haut de page */
div#header {
    background: url(images/header.png) no-repeat 0 0;
    height : 215px;
    margin : 0;
    padding: 0;
}
ul#navbar li{
    float: left;
    width: 166px;
    margin: 0 14px 0 0;
    text-align: center;
    font-size: 9px;
}
ul#navbar li a, ul#navbar li a:link{
    font-family: Verdana;
    font-size: 9px;
    text-decoration: none;
    color: #FFF;
}
ul#navbar li a:hover, ul#navbar li a:active, ul#navbar li a:focus {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #CCC;
}
ul#navbar{
    list-style: none;
    text-align: center;
    padding-left: 100px;
    padding-top: 180px; 
    font-size: 10px;
	margin: 0px;
}
/* Corp */
#right {
    width: 211px;
	float: left;
}
.right-bloc {
	width: 211px;
	height: 320px;
	background: transparent url(images/DJ.gif) no-repeat bottom;
	padding: 0 0 25px 0;
	margin: 0 0 13px 0;
}
.right-titre {
	background: transparent url(images/right-top.png) no-repeat;
	height: 36px;
	border-bottom: 1px solid #000000;
}
.right-titre h3 {
	margin: 0;
	padding: 11px 0 0 0;
	text-align:center;
	font-size: 1.2em;
	color: white;
}
/* ------------- */
#left {
    width: 674px;
	float: left;
}
.left-bloc {
	width: 659px;
	background: transparent url(images/left-bk.jpg);
	padding: 0 0 0px 0;
	margin: 0 0 13px 0;
}
.left-img {
	width: 619px;
	padding: 0 0 0px 0;
	margin: -40px 20px 13px 20px;
}
.left-titre {
	background: #A55FA7 url(images/left-top.png) no-repeat bottom;
	height: 36px;
}
.left-titre h2 {
	margin: 0;
	padding: 11px 22px 0 22px;
	text-align:left;
	font-size: 1.2em;
    color: #FFDD00;
}
.left-bottom {
	background: transparent url(images/left-bottom.jpg) no-repeat;
	height: 15px;
}
.left-marges {
	padding: 0 22px 12px 22px;
}
.left-bloc h3 {
    font-size: 1.2em; 
    color: #00A4E4;
    margin: 3px 0 0 0; 
	padding: 0;
	padding-bottom: 0.3em; 
	border-bottom: 1px dashed #C0C0C0;
}
/* Bas de page */
div#footer {
    height: 30px;
	clear: both;
}
div#footer p {
    text-align: center;
    padding-top:20px;
    color : #FFDD00;
    text-decoration:none;
    font-weight : bold;
    text-decoration:none;
    font-family:verdana;
}
div#footer a {
    color : #FFDD00;
}
/* Gnralits */
img { border: 0; }
p {
	margin: 0px;
	padding: 15px 0 10px 0;
}
a {
    color : #000000;
    font-family:verdana;
    text-decoration:none;
}
a:hover , a:active , a:focus {
    color : #cccc33;
    font-weight : bold;
    text-decoration:none;
}
