body {
	margin: 0px;
	background-color: #E5EFF4;
	scrollbar-face-color: #d0e1ea;
	scrollbar-arrow-color: #0D0C52;
	scrollbar-track-color: #ebf7fe;
	scrollbar-3dlight-color: #0D0C52;
	scrollbar-darkshadow-color: #0D0C52;
	background-repeat: repeat;
	background-image: url(img/fd_page.gif);
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #272A57;
	padding: 0px;
}
th,td,tr {
	margin:0;
	padding:0;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #172974;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h3 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #6165B8;
}
h5 {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #6165B8;
}
h4 {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #000033
}
input,textarea,button {
	background-image: url(img/fd_formulaire.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000033;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #272A57;
	padding: 2px;
}
a:link {
text-decoration: none;
color: #226CD0;
} 
a:visited {
text-decoration: none;
color: #226CD0;
}
a:hover {
text-decoration: underline;
color: #226CD0;
}
a:active {
text-decoration: underline;
color: #226CD0;
}
.container {
	background-image: url(img/fd_site.jpg);
	background-repeat: repeat;
	background-color: #CEE4EF;
}
.container02 {
	background-image: url(img/tab_head.jpg);
	background-repeat: no-repeat;
	height: 34px;
	background-position: top;
	padding-left: 10px;
}
.container03 {
	background-image: url(img/fd_degrade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.container04 {
	background-image: url(img/tab_head02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 10px;
	height: 40px;
	padding-top: 8px;
	vertical-align: top;
}
.ft_blue {
	color: #4E53AD;
}
.ft_12 {
	font-size: 12px;
}
.important {
	color: #0099FF;
	font-weight: bold;
}
.border {
	border: 1px solid #000066;
}	
.margin5px {
	padding: 5px;
	vertical-align: top;
}
.margin10px {
    padding-left: 10px;
}
.margin10pxr {
    padding-right: 10px;
}
.temp_RED {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}