/*
 * 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, td
{
    font-family:Arial;
    font-size:12px;
    color:#000000;
}

.cadrePage {
PADDING-RIGHT: 15px; 
PADDING-LEFT: 15px; 
BACKGROUND: url(/wpFichiers/1/1/Ressources/Image/hautGauche.gif) no-repeat left top; 
PADDING-BOTTOM: 15px; 
WIDTH: 852px; 
PADDING-TOP: 15px;
}
 
 .ColonneGauche 
 {
    width:90px;
    padding:15px;
    text-align:right;
    vertical-align:top;
    border-right:solid 1px #8DC73F;
    height:300px;
  
 }
 
 .ColonneDroite 
 {
    width : 650px;
    vertical-align:top;
    padding:15px;
    padding-top:0;
 }


p {
    text-indent:0px;
    font-family:Arial;
    font-size:12px;
    color:#000000;
    background-color: #ffffff;
}



H1, H1 p	
{	
	font-size: 22px;
	font-weight : bold;
	font-style:normal;
	font-family: Arial Narrow,Arial,Verdana;
	color: #8DC73F;
	text-decoration: none;
}	
	
H2, H2 p
{	
	font-size: 18px;
	font-weight : bold;
	font-style:normal;
	font-family: Arial Narrow,Arial,Verdana;
	color: #007534;
	text-decoration: none;
}	

H3, H3 p	
{	
	font-weight: bold;
	font-size: 14px;
	color: #B4B4B4;
	font-style: normal;
	font-family: Arial,Verdana;	
}

HR
	{	
	color:#13218A;
	height: 1px;
	width:90%;
	}	

UL LI
{
	LIST-STYLE-TYPE: circle;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
UL LI LI {
	LIST-STYLE-TYPE: disc;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
UL LI LI LI {
	LIST-STYLE-TYPE: square
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
OL LI {
	LIST-STYLE-TYPE: decimal;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
OL OL LI {
	LIST-STYLE-TYPE: lower-alpha;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
OL OL OL LI 
{
	LIST-STYLE-TYPE: lower-roman;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
	
.Page
{
	width : 100%;  
	border-collapse : collapse;
	border-style : none;
	border : 0px none #FFFFFF;
	border-bottom : 0px none #FFFFFF;
}



/******************************************** Lien pour tout le site, sauf bas et accueil définis plus bas  */
a	
{	
	font-size: 12px;
	font-weight:bold;
	color:#007534;
	TEXT-DECORATION: none;
}

a:hover {
	text-decoration:underline;
}