/*
 * 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-family:Arial;
    font-size:12px;
    color:#000000;
    background-color: #ffffff;
}

.ColonneCentre {
    padding-right:10px;
    _padding-top:12px;
    vertical-align:top;
    width:400px !important;
    width:350px;
}

.ColonneDroite {
    border-left:solid 1px;
     width: 200px;
    height:500px;
    vertical-align: top;
    padding-left: 10px;
    _padding-top:12px;
}

.Texte {
    text-indent:30px;
    text-align:justify;
    font-family:Arial;
    font-size:12px;
    color:#000000;
    background-color: #ffffff;
}

.SousTitre {
    color:#C4161C;
}

.ActivitesAdultes_Titre1 {
    color: #C3B900;
}

.ActivitesAdultes_Titre2 {
    font-style:italic;
    color: #C3B900;
}

.ActivitesEnfants_Titre1 {
    color: #ABD037;
}

.ActivitesEnfants_Titre2 {
    font-style:italic;
    color: #ABD037;
}

.ActivitesVacances_Titre1 {
    color: #FDB913;
}

.ActivitesVacances_Titre2 {
    font-style:italic;
    color: #FDB913;
}

.ActivitesServices_Titre1 {
    color: #00BFF3;
}

.ActivitesServices_Titre2 {
    font-style:italic;
    color: #00BFF3;
}

.ActivitesEvenements_Titre1 {
    color: #CE9DD1;
}

.ActivitesEvenements_Titre2 {
    font-style:italic;
    color: #CE9DD1;
}

.ActivitesPartenaires_Titre1 {
    color: #A7A7A7;
}

.ActivitesPartenaires_Titre2 {
    font-style:italic;
    color: #A7A7A7;
}

.ActivitesPublications_Titre1 {
    color: #F297B1;
}

.ActivitesPublications_Titre2 {
    font-style:italic;
    color: #F297B1;
}

.ActivitesInfos_Titre1 {
    color: #C69C6D;
}

.ActivitesInfos_Titre2 {
    font-style:italic;
    color: #C69C6D;
}
H5
{	
	color:#AEA79E;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-style:italic;
	font-weight:normal;
	line-height: 15px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
H1	
{	
	font-size: 22px;
	font-weight : bold;
	font-style:normal;
	font-family: Arial Narrow,Arial,Verdana;
	color: #9C8C79;
	text-decoration: none;
	margin:2,4;
}	
	
H2
{	
	font-size: 18px;
	font-weight : bold;
	font-style:normal;
	font-family: Arial Narrow,Arial,Verdana;
	color: #9C8C79;
	color:red;
	text-decoration: none;
	margin:2,4;
}	

H3	
{	
	font-weight: bold;
	font-size: 14px;
	color: #870004;
	font-style: normal;
	font-family: Arial,Verdana;	
}
	
H4	
{	
	font-weight: bold;
	font-size: 12px;
	color: #870004;
	font-style: normal;
	font-family: Arial,Verdana;
}

HR
	{	
	color:#13218A;
	height: 1px;
	width:90%;
	}	

UL LI
{
	list-style-image: url(/_include/6TM/images/Puce1.gif);
	color: #002961;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
UL LI LI {
	LIST-STYLE-TYPE: disc;
	color:#002961;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
UL LI LI LI {
	LIST-STYLE-TYPE: circle;
	color:#002961;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
OL LI {
	LIST-STYLE-TYPE: decimal;
	color:#002961;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
OL OL LI {
	LIST-STYLE-TYPE: lower-alpha;
	color:#002961;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
OL OL OL LI 
{
	LIST-STYLE-TYPE: lower-roman;
	color:#002961;
	font-family: Arial,Verdana;
	font-size: 12px;
	font-weight:normal;
	line-height: 15px;
}
	
.Page
{
	width : 1003px;  
	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:	normal;	
	color:#002961;
	TEXT-DECORATION: none;
}