/* Balises standard */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	font-family:Trebuchet MS, Tahoma, arial, sans-serif;
	font-size:12px;
	background-color:#E5E5E5;
	color:#336633;
}
ol, ul, table, form {
	margin-left: 10px;
	margin-right: 10px;
}
h1, h2, h3, p {
	margin: 5px 5px;
	padding: 0;
}
h1 {
	font-size:22pt ;
}
h2 {
	font-size:16pt ;
}
h3 {
	font-size:14pt ;
}
a, a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#003300;
}
a:hover {
	text-decoration: underline;
}
/* Composants du modele */
#container { 
	position:relative;
	width:100%;
	min-width:1004px;
	text-align: left;
	height:100%;
	background:url(/images/left_shadow.gif) transparent 85px 0px repeat-y;
} 
#holder {
	display:block;
	height:100%;
	padding:0 100px;
	background:url(/images/right_shadow.gif) transparent right repeat-y;
}
* html #container {
	border-right:800px solid transparent;
}
* html #holder {
	display:inline-block;
	position:relative;
	margin-right:-800px;
}
#header {
	height:150px;
	padding-top:146px;
	background:url(/images/empty.gif) top left repeat-x;
}
#header img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#menu {
	font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;
	float:left;
	width:100%;
	background:#FFFF66;
}
#menu ul {
	list-style: none;
	margin:0 3px;
}
#menu ul li {
	float:left;
}
#menu ul li a {
	padding: 0 12px;
	color: #336633;	
	text-decoration: none;
	font-weight:normal;
}
#menu ul li a:hover {
	text-transform:uppercase;
}
#menu ul li.current a {	
	text-transform:uppercase;
	font-weight:bold;
}
#content {
	background-color:#FFFFFF;
	margin:0;
	padding:10px;
}
#footer {
	font-size: 10px;
	color: #ffff66;
	background-color:#336633;
}
#footer p { 
	padding: 1px 0;
	margin:0;
}
#footer a { 
	color: #ffffff;
	text-decoration: none; 
}
#footer img {
	border:none;
}
/* Pour edition */
.mceContentBody {
	font-family:Trebuchet MS, Tahoma, arial, sans-serif;
	font-size: 12px;
	background:#FFFFFF;
	color:#D6C28F;
	margin: 0;
	padding: 0;
}
/* Styles specifiques */
.txtCenter {
	text-align:center;
}
.txtLeft {
	text-align:left;
}
.txtRight {
	text-align:right;
}
.alignTop {
	vertical-align:top;
}
.alignBottom {
	vertical-align:bottom;
}
.stdPadding {
	padding:5px;
}
.fullWidth {
	width:100%;
}
.important {
	color:#ff9900;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.floatclear {
	clear:both;
}
.active {
	border:1px dotted #ff9900;
}
.centered {
	margin:0 auto;
	padding:0 auto;
}
.small {
	font-size:8px;
}

