body, html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/interface/fond.gif);
	text-align:center;
}
* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
body, td, th, select, input, textarea, option {
	font-size:12px;
	color:#5d5d5d;
	line-height:14px;
}
img {
	border:0;
}
#page {
	width: 824px;
	margin:0 auto;
	background: #ffffff;
	position:relative;
	text-align:left;
}
h1, h2, h3, h4, ul, p, form {
	margin:0;
	padding:0;
}
a:link, a:visited, a:hover, a:active {
	color: #5d5d5d;
}
.col2 a:link, .col2 a:visited, .col2 a:hover, .col2 a:active {
	color: #ffffff;
}
/*** entete ***/
#header .titre {
	display: block;
	margin-left:12px;
}
#header p.retour {
	padding: 5px 0 0 25px;
	background:url(../images/interface/fd-menu.gif) no-repeat -1px -4px;
	color:#ffffff;
	height:25px;
}
#header p.actions {
	float:right;
	padding-top: 60px;
	padding-right: 11px;
}
#header p.actions img {
	margin:0 0 0 16px;
}
#content {
	padding: 0 12px;
	background: url(../images/interface/fd-deroules.gif) repeat-y 12px 0;
}


/*** central ***/
h1 {
	color:#E71834;
	font-size:13px;
	padding:16px 0;
}
.intro {
	border-bottom:1px #AEAEAE solid;
	padding-bottom:15px;
	margin-bottom: 5px;
	padding-top: 20px;
}
.col1 {
	width: 545px;
	padding-right: 24px;
	line-height: 14px;
	float:left;
	background:url(../images/interface/fd-menu.gif) no-repeat -14px -34px;
}
.col1 h2 {
	padding-top:12px;
	padding-left:14px;	
	background:url(../images/interface/puce-prune.gif) no-repeat 0 14px;
	color:#472F5F;
	font-size:12px;
}

/*** col droite ***/
.col2 {
	width: 231px;
	line-height: 16px;
	float:left;
}
.col2 p {
	color:#ffffff;
	padding-bottom:12px;
}
.col2 h2 {
	height: 45px;
}
.col2 h3 {
	color: #472F5F;
	font-size:12px;
}
.col2 .contentCol {
	padding:0 18px;
}
.clear {
	clear: both;
	height:24px;
}

/*** pied ***/
#pied {
	padding: 0 13px 0 25px;
	background:url(../images/interface/fd-menu.gif) no-repeat -1px -4px;
	color:#ffffff;
	height:35px;
	line-height:30px;
	font-size:13px;
}
#pied a:link, #pied a:visited {
	color: #ffffff;
	text-decoration:none;
}
#pied a:hover, #pied a:active {
	color: #ffffff;
	text-decoration:underline;
}