/* Présentation du site */

#presentation, #presentation a {
	color: #000000;
}

#presentation a:hover {
	color: #7cbe0e;
}

#presentation p.presentation_site {
	font-size: 18px;
	padding: 0 0 10px 0;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

#presentation p.cest_quoi {
	padding-top: 15px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

#presentation div.images_demo_haut {
	background: url(../images/images_background_top.gif) left top no-repeat;
	height: 18px;
}

#presentation div.images_demo_bas {
	background: url(../images/images_background_bottom.gif) left bottom no-repeat;
	
}

#presentation div.images_demo_contenu {
	margin: -13px 0 0 0;
	text-align: center;
	width: 611px;
	padding-bottom: 2px;
}

#presentation div.images_demo_contenu img {
	margin-left: 3px;
}

#presentation div.images_demo_bas {
	margin: 0 0 0 0;
}



/* Discussions */

#discussions {
	margin: 20px 0 0 0;
	width: 613px;
}

#discussions #agora_perso_pres {
	margin: 0 2px 0 0;
}

#discussions #agora_club_pres {
	margin: 0 2px 0 0;
}



/* Inscription */

#inscription_infos {
	background: url(../images/block_decathlon.jpg) left top no-repeat;
}

#inscription_infos h2 {
	padding: 18px 0 0px 250px;
	font-size: 16px;
	color: #ffffff;
}

#inscription_infos div.contenu_inscription {
	height: 110px;
	color: #000000;
}

#inscription_infos div.contenu_inscription p {
	padding: 10px 0 17px 250px;
}

#inscription_infos div.contenu_inscription a {
	margin: 0 0 0 310px;
	color: #000000;
}



/* RSS */

#actualites_rss {
	background: url(../images/block_top_rss.jpg) left top no-repeat;
}

#actualites_rss div.contenu_cadre {
	padding: 5px 1px 5px 1px;
}

table.liste_actualites_rss {
	width: 100%;
}

table.liste_actualites_rss tr td {
	padding: 2px 0 2px 10px;
}

table.liste_actualites_rss tr td a {
	color: #000000;
}

table.liste_actualites_rss tr td a:hover {
	color: #e37f1c;
}

table.liste_actualites_rss tr.couleur_paire:hover, #actualites_rss table tr.couleur_impaire:hover {
	background: #cfedad;
}

table.liste_actualites_rss tr.couleur_paire {
	background: #ffffff;
}

table.liste_actualites_rss tr.couleur_impaire {
	background: #e9e9e9;
}

/*
#actualites_rss table {
	padding: 0;
	margin: 2px auto 5px auto;
	background: #5fdb8a;
	width: 600px;
	border-left: 1px solid #5fdb8a;
	border-right: 1px solid #5fdb8a;
}

#actualites_rss table tr td {
	padding: 0 0 0 5px;
	margin: 0;
}

#actualites_rss table tr td a {
	color: #257629;
}

#actualites_rss table tr td a:hover {
	color: #0c5024;
}

#actualites_rss table tr.couleur_paire:hover, #actualites_rss table tr.couleur_impaire:hover {
	background: #69e866;
}

#actualites_rss table tr.couleur_paire {
	background: #d8ffd2;
}

#actualites_rss table tr.couleur_impaire {
	background: #aeffa1;
}

#actualites_rss table tr td.source {
	height: 20px;
}
*/


/* En ce moment */
#en_ce_moment {
	background: url(../images/block_top_news.jpg) left top no-repeat;
}

#en_ce_moment.contenu_cadre p {
	text-align: justify;
}

/* Chat en cours */
#conferences_en_cours {
	background: url(../images/block_top_chat.jpg) left top no-repeat;
}

#conferences_en_cours.contenu_cadre {
	
}

/* Chat programmés */
#conferences_programmees {
	background: url(../images/block_top_agenda.jpg) left top no-repeat;
}

#conferences_programmees.contenu_cadre {
	
}


#conferences_programmees p.titre {
	background: #d0ffcf url(../images/fond_titre_minibox.png) repeat-y;
	padding: 3px 0 0 10px;
	font-size: 16px;
	height: 24px;
	font-weight: bold;
}

#conferences_programmees table {
	padding: 0px 0 20px 20px;
}

#conferences_programmees table tr {
	
}

#conferences_programmees table tr td {
	border-top: 1px solid;
	border-left: 1px solid;
	padding: 1px 5px 1px 5px;
}

#conferences_programmees table tr td.date_heure_conf {
	width: 400px;
}


