/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 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)
 */

/*
    The "body" styles should match your editor web site, mainly regarding
    background color and font family and size.
*/
.titre_formation {font-family:oswald; font-size:18px; color:#666;}


























body
{
	background-color: #ffffff;
}

body, td
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}

/*
	a
	{
*/
/*		color: #0000FF !important;	/* For Firefox... mark as important, otherwise it becomes black */
/*
	}
*/

.VertCharteMFR
{
	color: #2FA829;
}

.OrangeCharteMFR
{
	color: #F7AD00;
}

h3
{
	color: #003399;
}

/* 
	Just uncomment the following block if you want to avoid spaces between 
	paragraphs. Remember to apply the same style in your output front end page.
*/

/*
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/

.Bold
{
	font-weight: bold;
}

.Title_1
{
	font-weight: bold;
	font-size: 17px;
	color: #8A8A8A;
}
.Title_2
{
	font-weight: bold;
	font-size: 15px;
	color: #999999;
}
.Title_3
{
	font-weight: bold;
	font-size: 13px;
	color: #999999;
}

.Cadre_1
{
	border: #51B948 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F6F5F1;
}
.Cadre_2
{
	border: #F7AD00 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F6F5F1;
}
.Surlignage_1
{
	background-color: #51B948;
	padding-right: 1px;
	padding-left: 1px;
	color:#FFFFFF;
}
.Surlignage_2
{
	background-color: #F7AD00;
	padding-right: 1px;
	padding-left: 1px;
	color:#666666;
}



.block_accueil td {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	overflow: hidden;
	position: relative;
	height: 250px;
}
.bloc_accueil {
	color: #ffffff;
	font-family: oswald;
	font-size: 16px;
	padding: 5px 5px 5px 15px;
	position: absolute;
	bottom: 0;
	width: 80%;
	z-index: 10;
}
.block_accueil .vert {
	background: none repeat scroll 0 0 #6fbe20;
}
.block_accueil .bleu {
	background: none repeat scroll 0 0 #3399cc;
}
.block_accueil .orange {
	background: none repeat scroll 0 0 #f39800;
}
.block_accueil .rose {
	background: none repeat scroll 0 0 #e070cf;
}
.block_accueil img {
	position: absolute;
	width: auto;
	height: 100%;
	z-index: 1;
	min-width: 100%;
}

.bloc_accueil h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

.bloc_accueil h4 {
	color: #fff;
	margin: 0;
	font-weight: 400;
}
.info_pratique {
    border: 1px solid #ccc;
}


.header {
    background: none repeat scroll 0 0 #fa9d13;
    color: #ffffff;
    font-family: oswald;
    font-size: 23px;
    padding: 5px;
    text-align: center;
}
.header a {
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none ;
}



