/* CSS HTML STYLE */
*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: tahoma, verdana, arial;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(/images/h_repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px 16px;
}
td {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	color: #FFFFFF;
}
h1{
	height: 10px;
	color: #000000;
	font-size: 9px;
	padding-bottom: 5px;
}
h2 {
	font-size: 14px;
	font-variant: small-caps;
	padding-bottom: 5px;
}
h3{
	font-size: 11px;
	font-variant: small-caps;
	padding-bottom: 5px;
}
input, textarea, select{
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	border-right-color: #B1B1B0;
}
ul{
	margin-left: 15px;
	padding: 0px;
}
li{
	padding-bottom: 5px;
	list-style-type: square;
}
p{
	text-align:justify;
	margin:0px; padding:0px;
}
a{
	color: #333333;
	text-decoration: underline;
}
a:hover{
	color: #333333;
	text-decoration: underline;
}
/* DIV ID STYLE */
#header{
	text-align:center;
	height: 89px;
}
#menu{
	text-align:center;
	height: 53px;
}
#content{
	text-align:center;
}
.panel{	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	border-right-color: #B1B1B0;
	border-left-color: #B1B1B0;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;	background-color: #F7F7F7;
	color: #333333;
	font-size: 9px;
	text-align: left;
}
.panel a{
	color: #333333;
	text-decoration: underline;
}
.panel a:hover{
	color: #333333;
	text-decoration: underline;
}
.bigpanel{
	width: 544px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	border-right-color: #B1B1B0;
	border-left-color: #B1B1B0;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	background-color: #F7F7F7;
	color: #333333;
	font-size: 9px;
	text-align: left;
}
.bigpanel a{
	color: #333333;
	text-decoration: none;
}
.bigpanel a:hover{
	color: #333333;
	text-decoration: underline;
}
.result {
	color: #333333;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 12px;
	padding: 4px;
	background-color: #FFFFFF;
}
.result h3, td{
	color: #333333;
}
#footer{
	color: #FFFFFF;
	height: 65px;
	text-align: center;
	background-image: url(/images/h_footer_repeat.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
}
#footer td{
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#subinfos h3, p{
	color: #333333;
	text-align:justify;
}
#subinfos a{
	color: #000000;
}
.warning{
	color: #0033FF;
	font-size: 11px;
}
.warning a{
	color: #0033FF;
}
.slogan{
	font-size: 18px;
	color:#FFCC00;
	font-weight:bolder;
}
.subslogan{
	font-size: 12px;
	color:#333333;
	font-weight:bolder;
}
.bigtexte{
	font-size: 12px;
}
