body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: white;
	background-color: #393939;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

input {
	margin: 2px 0px;
}

label {
	color: #53c8ff;
}

h1 {
	height: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0px; 
	margin: 0px;
	font-size: 14px;
}

h2 {
	text-align: center;
	padding: 0px; 
	margin: 0 0 5px 0;
	font-size: 12px;
	color: #2f7fa0;
}

hr {
	color: #232323;
}

#site {
	width: 970px;
	margin: 0px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header {
	width: 970px;
	background: url("images/lignt.png") no-repeat center 295px;
	margin: 0px auto;
}

#contenu {
	width: 970px;
	margin: 10px auto;
}

#gauche {
	width: 200px;
	margin: 0px 8px 0px 3px;
	float: left;
}

#centre {
	width: 730px;
	margin: 0px 0px 0px 8px;
	float: left;
}

#footer {
	width: 970px;
	height: 206px;
	background: url("images/footer.jpg") no-repeat top center;
	margin: 0px auto;
	clear: both;
}

#copyright {
	padding-top: 140px;
	text-align: center;
}

#webplayer {
	width: 600px;
	height: 300px;
	background: url("images/webplayerbg.png") no-repeat top center;
	margin: 0px auto;
	padding-top: 35px;
	text-align: left;
}

#webplayer_titre {
	width: 285px;
	height: 190px;
	margin-left: 305px;
	text-align: justify;
}

#webplayer_animateur {
	width: 115px;
	height: 115px;
	margin-left: 10px;
	text-align: left;
}

#textboxT {
	position: relative;
	height: 200px;
	overflow: hidden;
}

#textbox {
	position: relative;
	text-align: left;
}

#menu  {
	height: 31px;
	text-align: center;
	padding: 0px;
	margin: 6px 23px 0px 23px;
}

#menu li {
	width: 132px;
	height: 31px;
	line-height: 31px;
	list-style: inside none;
	display: inline;
	text-align: center;
	float: left;
}

#menu .li1 {
	background-image: url("images/accueil-0.png");
	background-repeat: no-repeat;
}

#menu .li1 a:active, #menu .li1 a:hover {
	background-image: url("images/accueil-1.png");
	background-repeat: no-repeat;
	display: block;
}

#menu .li2 {
	background-image: url("images/prog-0.png");
	background-repeat: no-repeat;
}

#menu .li2 a:active, #menu .li2 a:hover {
	background-image: url("images/prog-1.png");
	background-repeat: no-repeat;
	display: block;
}

#menu .li3 {
	background-image: url("images/dedi-0.png");
	background-repeat: no-repeat;
}

#menu .li3 a:active, #menu .li3 a:hover {
	background-image: url("images/dedi-1.png");
	background-repeat: no-repeat;
	display: block;
}

#menu .li4 {
	background-image: url("images/tchat-0.png");
	background-repeat: no-repeat;
}

#menu .li4 a:active, #menu .li4 a:hover {
	background-image: url("images/tchat-1.png");
	background-repeat: no-repeat;
	display: block;
}

#menu .li5 {
	background-image: url("images/equipe-0.png");
	background-repeat: no-repeat;
}

#menu .li5 a:active, #menu .li5 a:hover {
	background-image: url("images/equipe-1.png");
	background-repeat: no-repeat;
	display: block;
}

#menu .li6 {
	background-image: url("images/promo-0.png");
	background-repeat: no-repeat;
}

#menu .li6 a:active, #menu .li6 a:hover {
	background-image: url("images/promo-1.png");
	background-repeat: no-repeat;
	display: block;
}

#menu .li7 {
	background-image: url("images/contact-0.png");
	background-repeat: no-repeat;
}

#menu .li7 a:active, #menu .li7 a:hover {
	background-image: url("images/contact-1.png");
	background-repeat: no-repeat;
	display: block;
}

#content {
	padding: 0px 20px;
	text-align: center;
}

#content table, #content th, #content td, #content_infos table, #content_infos th, #content_infos td {
	border: 1px solid #2f7fa0;
	text-align: center;
}

#content th, #content_infos th {
	background-color: #232323;
}

#recrute {
	width: 730px;
	border: 5px outset #4d4d4d;
	margin: 0px 0px 10px 8px;
}

.display {
	width: 900px;
	background-image:url("images/jourbg.png");
	padding: 5px;
	margin: 5px 0px;
	color: #2f7fa0;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
}

.stretcher {
	width: 900px;
	text-align: left;
}

.horaires {
	color: #53c8ff;
	text-align: left;
	padding-left: 10px;
}

.animateur {
	padding: 0px 60px;
	margin: 15px 0px;
	text-align: left;
}

.dj {
	padding: 0px 20px;
	margin: 15px 0px;
	text-align: justify;
}

.dj strong {
	color: #53c8ff;
}

/* Liens */

a:link, a:visited {
	color: #53c8ff;
	text-decoration: underline;
}

/* Liens quand la souris est par dessus */

a:active, a:hover {
	color: #2f7fa0;
}

/* Block situé sur la gauche du site */

.block_gauche {
	width: 200px;
	border: 5px outset #4d4d4d; 
	margin: 0px 8px 10px 0px;
	padding-bottom: 5px;
}

/* Block situé au centre du site */

.block_centre {
	width: 730px;
	border: 5px outset #4d4d4d;
	margin: 0px 0px 10px 8px;
	padding-bottom: 5px;
}

/* Block qui fait la largeur du site */

.block_large {
	margin: 0px 3px 10px 3px;
	border: 5px outset #4d4d4d;
}

/* Block ou se trouve le titre (valable pour la gauche et le centre du site) */

.block_titre {
	color: #53c8ff;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 5px;
}

/* Block qui contient le contenu comme le texte d'une news */

.block_contenu {
	padding: 0px 20px 10px 20px;
	color: white;
}

/* Block qui contient une information comme un message d'avertissement */

.block_info {
	padding: 30px 20px 40px 20px;
	text-align: center;
	color: white;
}

/* Style des boutons Envoyer et Rafraichir dans la tribune */

.button {
	color: #53c8ff;
	border: 1px solid #2f7fa0;
	background-color: #393939;
	cursor: pointer;
}

/* Cadre qui entoure les messages de la tribune */

#textbox table {
	border: 1px solid #2f7fa0;
}

/* Cadre qui contient l'auteur et la date du message */

.textbox_auteur {
	background-color: #232323;
	padding: 1px;
	color: #2f7fa0;
}

/* Cadre qui contient le message */

.textbox_message {
	padding: 2px;
}

/* Définition de la couleur du texte dans le formulaire de la tribune */

#textbox_form {
	text-align: center;
	margin-top: 10px;
}
