/*
 * 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: 11px/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;
}

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;
}