/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 *
 * For further information visit:
 * 		http://www.fckeditor.net/
 *
 * "Support Open Source software. What about a donation today?"
 *
 * File Name: fck_editorarea.css
 * 	This is the default CSS file used by the editor area. It defines the
 * 	initial font of the editor and background color.
 *
 * 	A user can configure the editor to use another CSS file. Just change
 * 	the value of the FCKConfig.EditorAreaCSS key in the configuration
 * 	file.
 *
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
 */


body
{
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#3D565D;
	background:url(/images/tuiles/tuile_fond_contenu.jpg) repeat-y top right;
}

h2 {
	font: bold 15px/18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#007090;
	text-transform:uppercase;
}

h3 {
	font: bold 15px/18px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#007090;
}

h3 a {
	color:#007090;
}

h3 a:hover {
	color:#3D565D;
}

h6 {
	font: bold 14px/16px Verdana, sans-serif;
	color:#8DC045;
	margin:0 0 5px 0;
}

p, ul, ol, li {
	margin-top: 8px;
	margin-bottom: 0px;
}

table,td,th {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

.encadre {
	width:497px;
	background:#E2EFF2;
}

.encadre_padding {
	padding:0 15px 0 15px;
}

.liste_lot {
	width: 450px;
	background: url(/images/tuiles/boite_bas.gif) bottom left no-repeat;
	padding: 0 10px 10px 10px;
	color: #3d565d;
}

.liste_lot span {
	display: block;
	font-weight: bold;
	color: #4a8da7;
}

a.lien_bouton {
	display: block;
	width: 124px;
	height: 14px;
	background: url(/images/boutons/bouton_inscription.gif) top left no-repeat;
	padding: 3px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF !important;
}

a.lien_bouton:hover {
	background-position: 0 -20px;
}

.tmpl_tableau_colore {
	width:98%;
	border-collapse:collapse;
}

.tmpl_tableau_colore th,
.tmpl_tableau_colore td {
	padding:3px 6px;
	border:1px solid #cce2e7;
}

.tmpl_tableau_colore th {
	text-align:left;
	color:#fff;
	background-color:#7aaec0;
	font-weight:bold;
}

.tmpl_tableau_colore td {
	background-color:#fff;
}

.tmpl_tableau_colore tr.paire td {
	background-color:#e2eff2;
}

.bloc_deroulant,
.bloc_deroulant_selected {
	background-color:#E2EFF2;
	padding:26px;
	border-radius:14px;
	behavior:url(/css/PIE/PIE.php);
	position:relative;
}

.bloc_deroulant a.lien_deroulant {
	background-image:url('/images/graphiques/fleche_boutique.gif');
	background-repeat:no-repeat;
	background-position:5px 1px;
	padding-left:20px;
	color:#6C845B !important;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

.bloc_deroulant_selected a.lien_deroulant,
.bloc_deroulant a.lien_deroulant:hover {
	background-image:url('/images/graphiques/fleche_boutique_ouvert.gif');
	background-position:0 5px;
}

.bloc_deroulant .zone_deroulante {
	margin-top:10px;
}

#wrapper .bloc_deroulant .zone_deroulante {
	display:none;
}

