/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 */

#titre_bienvenue {
	text-align: center;
	margin-bottom: 25px;
}

#photo_accueil {
	float: right;
	width: 512px;
	height: 300px;
}

#texte_accueil {
	text-align: center;
	padding-top: 90px;
	margin-bottom: 50px;
}

.titre_cat_desc {
	text-decoration: underline;
	color: #0033CC;
}

.titre_cat_desc a {
	color: #0033CC;
}

#texte_lst_pieces {
	margin-bottom: 0;
	font-weight: bold;
}

#lst_pieces {
	margin-top: 0;
}

.lst_equipements {
	float: left;
	width: 24.7%;
	height: 145px;
	background-color: #EEE;
	border: solid 1px;
	border-right: none;
	margin-bottom: 10px;
}

.lst_equipements p {
	font-weight: bold;
	border-bottom: solid 1px #000;
	text-align: center;
	color: #005400;
	margin: 0;
}

.lst_equipements ul {
	margin: 5px 0 0 18px;
	padding: 0 0 0 0;
}

.lst_equipements li {
	list-style-image: none;
	list-style-type: square;
}

#last_lst_equipements {
	border-right: solid 1px;
}

.lst_localisation{
	float: left;
	width: 48.5%;
	padding-bottom: 20px;
}

/*----------*
 | Sponsors |
 *----------*/
.bloc_sponsors {
	clear: both;
	text-align: center;
	border: solid 1px #005400;
	margin-top: 30px;
}

#texte_sponsor_top {
	text-align: center;
	font-weight: bold;
	color: #005400;
	border-bottom: solid 1px;
	margin-bottom: 15px;
	margin-top: 0px;
}

#texte_sponsor_bottom {
	text-align: center;
	font-weight: bold;
	color: #005400;
	border-top: solid 1px;
	margin-top: 15px;
	margin-bottom: 0px;
	clear: both;
}

#tab_sponsors {
	width: 100%;
	margin-top: 15px;
}

#tab_sponsors td {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 33%;
}