/* Balises standard */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	font-family:Trebuchet MS, Tahoma, arial, sans-serif;
	font-size:12px;
	background:#333333;
	color:#FFFFFF;
	margin:20px;
}
ol, ul, table, form {
	margin-left: 10px;
	margin-right: 10px;
}
h1, h2, h3, p {
	margin: 10px 15px;
	padding: 0;
}
h1 {
	color:#cc0000 ;
	font-size:22pt ;
}
h2 {
	color:#cc0000 ;
	font-size:16pt ;
}
h3 {
	color:#cc0000 ;
	font-size:14pt ;
}
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #ff9900; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #cc0000;
}
/* Composants du modele */
#container { 
	position:relative;
	width:100%;
	min-width:760px;
	text-align: left;
	height:100%;
} 
#holder {
	display:block;
	height:100%;
}
* html #container {
	border-right:760px solid transparent;
}
* html #holder {
	display:inline-block;
	position:relative;
	margin-right:-760px;
}
#header {
	background-image:url(/images/header.jpg);
	padding:3px;
}
#header h1 {
	height:85px;
	margin:0;
}
#menu {
	height:40px;
	background:url(/images/menu.jpg) top left repeat-x;
	font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0 3px;
	padding: 0 0 0 186px;
	background:url(/images/sw2i_reflet.png) top left no-repeat;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFFFFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	color: #C6C3C6;	
}
#menu ul li.current a {	
	color: #C6C3C6;
}
#content {
	background-color:#FFFFFF;
	color:#333333;
}
#footer {
	height:51px;
	background-image:url(/images/header.jpg);
	font-size: 12px;
	color: #C6C3C6;	
}
#footer p { 
	padding: 10px 0;
	margin: 0;
}
#footer a { 
	color: #fff;
	text-decoration: none; 
}
/* Pour edition */
.mceContentBody {
	font-family:Trebuchet MS, Tahoma, arial, sans-serif;
	font-size: 12px;
	background:#FFFFFF;
	color:#333333;
	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;
}
