/* FORMATAGE GENERAL */
* {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	/*
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	*/
}
body {
	color:#fff;
	margin:10px;
	margin-top:60px;
	background: #fff;
	text-align: center;
}
img {
	border: none;
}
a:hover { 
	color: #888;
	text-decoration: none;
}
a {
	color: #ccc;
	letter-spacing: 0px;
	text-decoration: none;
}
INPUT, SELECT, TEXTAREA {
	color: #666;
	font-size : 12px;
	padding: 0px 2px;
	border: 1px solid #d0d0d8;
}
RADIO, BUTTON {
 	font-size : 10px;
 	border-style:none;
}
td { vertical-align: top; }
h1 {
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: 2px 0px;
}
h2 {
	color: #000;
	font-size: 18px;
}
h3 {
	color: #444;
	font-size: 12px;
	padding: 2px 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #e6e6ee;
}
h4 {
	color: #642;
	font-size: 10px;
	letter-spacing: 0px;
}
hr {
	border: solid 1px #507c90;
	height: 1px;
}
/* FORMATAGE SECTIONS */
#corps {
	top:1px;
	width: 762px;
	height: 418px;
	margin: 0 auto;
	position:relative;
}
#page {
	width: 760px;
	height: 416px;
	background: url(../img/bg_mpfc.jpg) no-repeat;
}
#menu {
	height:50px;
	background:#666;
	border-top:none;
	padding:18px 0px 0px 8px;
}
#menu a {
	font-size: 15px;
	padding:0px 1px;
}
#menu img {
	top:10px;
	position:relative;
}
#intro {
	top:-14px;
	left:26px;
	width:500px;
	position:relative;
	padding:2px;
	background: url(../img/rouge.png) repeat;
	filter:alpha(opacity=80); /* IE */
	border:1px solid #8c4347;
}
#intro h1 {
	height: 34px;
	padding-left:50px;
	background: url(../img/feuille.gif) no-repeat 0px -4px;
}
#intro p {
	font-size:13px;
	margin-top: 0px;
	padding-left:20px;
	padding-right:8px;
	text-align:justify;
}
#intro a {
	color:fff;
	font-size:14px;
	text-decoration:underline;
}
#intro a:hover {
	text-decoration:none;
}
#titre h1 {
	top:4px;
	left:20px;
	height:50px;
	width:578px;
	color:#fff;
	font-size:20px;
	position:relative;
	letter-spacing:2px;
}
#submnu {
	margin-left:599px;
	height: auto;
	width: 160px;
	padding: 0px 0px;
	position:absolute;
}
#submnu a {
	color: #ccc;
	margin: 1px 0px;
	padding: 8px 10px 0px 10px;
	text-align: left;
	font-size: 11px;
	background: url(../img/rouge.png) repeat-x;
	filter:alpha(opacity=80); /* IE */
	display: block;
	/* IE 5/6 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 35px;
	border:1px solid #8c4347;
}
html>body #submnu a {
	height: 23px;
}
#submnu a:hover {
	color:#fff;
	background: url(../img/rouge_on.png) repeat-x;
	filter:alpha(opacity=80); /* IE */
}
#submnu SPAN.on a{
	background: url(../img/rouge_on.png) repeat-x;
	filter:alpha(opacity=80); /* IE */
}
#mpfc {
	top:375px;
	left:566px;
	width:195px;
	height:90px;
	position:absolute;
}
#lang {
	top:0px;
	left:0px;
	width: 742px;
	margin: 0 auto;
	color:#bbb;
	background:#fff;
	text-align:right;
	padding:0px 10px;
	position:relative;
}
#lang a {color:#435b43;}
#lang a:hover {color:#bbb;}
td#clic {
	padding-left:20px;
}
#clic a {
	font-size: 12px;
}
#clic a:visited {
	color:#888;
}

/* Config Titres et Puces */
h2,h3,h4,h5 {
	color:#fff;
	padding-left:20px;
}
ul.csc-bulletlist {
	padding-left:30px;
}
ul.csc-bulletlist li {
	list-style-type:none;
	padding-left: 14px;
	background: url(../img/spotb.gif) no-repeat;
}