﻿@charset "utf-8";
/* -------------------------------------------
projet:	  CSS CFLD
date:		26/01/2010
------------------------------------------- */
html { margin-bottom: 1px; height: 100%; }
body {
	margin: 0;
	padding: 0;
	background: #DDF;
	color: #221F58;
	font: Georgia, serif;
}
/* RESETS
------------------------------------------- */
* {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
li, dd, th, td, caption {
	margin-bottom: 3px;
	font-size: 15px;
}
dt {
	font-size: 20px;
	font-weight: bold;
	border-top: 1px solid #FDC502;
	padding-top: 3px;
}
ul, ol, dl {
	margin-bottom: 10px;
	list-style: disc;
}
fieldset, img { border: none; 
}
button { overflow: visible; cursor: pointer;
}
legend { display: none;
}
em { padding: 1px 3px; background: #78a3ae; font-style: normal; }

a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFF;}
a:hover, a:focus, a:active {
	color: #221F58;
	text-decoration: none;
	border-bottom: 1px dashed #221F58;
	outline:0;}
/* TITRES
------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #221F58;
	font-family: Georgia, Geneva, serif;
	font-weight: bold;
}
h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
h2 {
	font-size: 24px;
	margin-bottom: 8px;
}
h3 {
	font-size: 20px;
	margin-bottom: 6px;
}
h4 {
	font-size: 18px;
	margin-bottom: 4px;
}
h5 {
	font-size: 16px;
	margin-bottom: 3px;
}
h6 {
	font-size: 14px;
	margin-bottom: 2px;
}
/* LAYOUT
------------------------------------------- */
#container {
	overflow: hidden; /* contexte de formatage, empêche le dépassement des flottants */
	background: #003;
	margin: 0px auto;
}
/* ------------------------------------------- */
#langue {
	text-align: right;
	margin: 0px;
	width: 850px;
	padding: 0px;
}
#langue p { font-size: 14px; 
}
/* ------------------------------------------- */
#exttop {
	background: #B9B9FF;
	width: 100%;
	border-bottom: 7px solid #221F58;
}
#top {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/logo_cfld.png) no-repeat 0px 10px;
	height: 130px;
	padding-top: 5px;
}
/* ------------------------------------------- */
#extintro {
	overflow: hidden;
	background: #D2D2FF;
	width: 100%;
	}
#intro {
	width: 850px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/intro_cfld00.jpg) no-repeat;
}
#intro_en {
	width: 850px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/intro_cfld_en.jpg) no-repeat;
}
/* ------------------------------------------- */
#extprincipal {
	overflow: hidden;
	background: #DDF;
	width: 100%;
	border-bottom: thin dashed #E1E1FF;
	}
#principal {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
/* ------------------------------------------- */
#gauche {
	width: 530px;
	float: left;
	border-right: 1px solid #FDC502;
	margin-bottom: 10px;
	padding: 10px;
}
#droite {
	width: 282px;
	float: left;
	padding: 8px;
	background: #D2D2FF;
}
#droite h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 2px solid #221F58;
}
.encadre {
	background: #E6E6FF;
	padding: 4px;
	border: 1px solid #FDC502;
	margin-bottom: 10px;
}
/* ------------------------------------------- */
#extpied {
	overflow: hidden;
	background: #000033;
	width: 100%;
	height: 100%;
}
#pied {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;}
#pied p {
	text-align: center;
	font-size: 14px;
	color: #DDF;
	margin-top: 10px;
}
#pied ul {
	list-style: none;
	margin: 0px 0 0 10px;
	padding: 0;
	font-size: 16px;
}
#pied ul li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 1px 10px;
	border-left: 2px solid #888;
}
#pied a {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
}
#pied a:hover {
	color: #888;
	border-bottom: 1px dashed #888;
}
/* ------------------------------------------- */
#navigation {
	width: 850px;
	list-style: none;
	font: bold 32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 72px 0px 0px;
	padding: 0px;
	text-align: right;
}
#navigation li {
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation li.first { margin-left: 0; padding-left: 0; border-left: none;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom-style: none
}
#navigation li a:hover, #nav li a:focus { color: #221F58;
}
#navigation li a.active {
	position: relative;
	margin-bottom: -15px;
	padding-bottom: 15px;
	background: url(../images/bg-nav.gif) no-repeat 50% 70%;
	color: #221F58;
}
/* ------------------------------------------- */
a img {
	text-decoration: none;
	border-style: none;
}
.adroite { text-align: right;
}
#droite .encadre p a {
	color: #221F58;
	text-decoration: none;
	border-bottom: 1px dashed #221F58;
}
#gauche p a {
	font-weight: bold;
	color: #221F58;
	text-decoration: none;
	border-bottom: 1px dashed #221F58;
}
#gauche img {
	margin-left: 10px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

select, input, textarea {
	color: #221F58;
	background: #FFF;
	border: 1px solid #FDC502;
	font-size: 14px;
	float: left;
	width: 250px;
}

#gauche h3 a img { margin-top: 8px;
}
.centrer { text-align: center;
}
.adroite{
	text-align: right;
}
#pied p {
	text-align: center;
	font-size: 16px;
}
#gauche iframe {
	margin-top: 10px;
	margin-bottom: 10px;
}
#plan {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#plan p {
	text-align: center;
}
form {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #F0F0FF;
	padding: 10px;
	text-align: left;
	height: 250px;
}
form p {
	font-style: italic;
	text-align: left;
}
#button, #go_button {
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	background: #DDF;
	text-align: center;
	margin-top: 5px;
	width: 160px;
}
table {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #FDC502;
	border-left: 1px solid #FDC502;
}
.tres_clair { background: #F0F0FF;
}
.clair { background: #E6E6FF;
}
.gras { font-weight: bold;
}
th, td {
	border-top: 1px solid #FDC502;
	border-right: 1px solid #FDC502;
}
#gauche p #adhra {
	float: none;
	margin-right: 10px;
	vertical-align: bottom;
	border-bottom-width: 0px;
	text-decoration: none;
}
.float_none { float: none;
}
.etoile {
	font-weight: bold;
	color: #F00;
}
form p {
	font-size: 14px;
	float: left;
	width: 515px;
}
.agauche { text-align: left; 
}
label {
	font-size: 14px;
	width: 130px;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
}
#bouton { clear: both;
}
form ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
	clear: both;
}
form ul li {
	width: 500px;
	float: left;
}
#nom, #entreprise, #email, #telephone, #message {
	width: 250px;
	float: left;
	background: #FFF;
}
#bouton1 { margin-left: 130px;
}
#contactForm .error .textField {
	border: 1px solid #9d3f20;
}
#contactForm label.error {
	clear: both;
	color: #C00;
	font-size: 14px;
	font-weight: normal;
	width: 210px;
	padding-bottom: 3px;
	padding-left: 130px;
}
div.error {
	display: none;
	font-size: 14px;
}
#contactForm input:focus { border: 1px dotted #003;
}
#contactForm input.error, textarea.error {
	border: 1px dotted red;
	background: #FFD7D7;
}
#pied ul li a { font-size: 16px; 
}
#droite .encadre p { font-size: 16px; }

p { font-size: 15px; }
