body{
	background: #006799 url() repeat-y left top;
	/* voir le bg.gif pour comprendre le principle
		le bg fait la bordure du site et aussi le fond de la marge 
		permet d'avoir un site 100% en hauteur sans de trick html */
	margin: 5 5 5 5;
	padding: 0 0 40px 0;
}
html{
	font-family: Tahoma, Arial, "Trebuchet MS", Verdana, sans-serif;
	font-size:0.7em;
	color: #4B463E;
}
*html{
	font-size:11px;
}

h1, h2, h3, h4, h5, h6, p, form, div, ul, li, a, img{ margin: 0 0 0 0; padding: 0 0 0 0; border: none;}

table{
	font-size: 100%;
}

.bgtext {
	background-color: #FFFFFF;
}
.maintitle {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.bgform {
	background-color: #FFFFCC;
}
.textfield {
	font-size: 10px;
	color: #006699;
	background-color: #E6F3FF;
	width: 200px;


}
select {
  width: 200px;
}.ipnote {
	font-size: 10px;
	font-style: normal;
}
.boldblue {
	font-weight: bold;
	color: #006699;
}
.bgmenu {
	background-color: #006699;
}
A { 
	color: #006799;
 	text-decoration : underline;

}
A:hover {
	color: #FFFFCC;
	background-color: #006799;	

}
.bgtitle {
	background-color: #006699;
	background-image: url(images/bgtitle.jpg);
	height: 30px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFCC;
	font-size: 14px;





}
.blinknote {
	text-decoration: blink;
	color: #CC0000;

}
.notetable {
	border: 2px dotted #CC0000;
}
.yellowtextfield {
	background-color: #FFFFCC;
	font-size: 10px;
	color: #006699;
	width: 130px;


}
.bgtableborder {
	background-color: #333333;
	width: 100%;


}
.bgoptions {
	background-color: #CCCCCC;
	background-image: url(images/bgoptions.jpg);
	height: 15px;

}
.bgoptionsOver {
	background-color: #CCCCCC;
	background-image: url(images/bgoptionsOver.jpg);
	height: 15px;
	text-align: center;

}
.boldwhite {
	font-weight: bold;
	color: #FFFFFF;
}
.bgsubtitle {
	background-color: #FFFF99;
	background-image: url(images/bgsubtitle.jpg);
	height: 25px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;


}
.tableborder {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	width: 750px;



}
.bgtableborder100 {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #333333;


}
.selectf {
	font-size: 10px;
	color: #0066CC;
	background-color: #B7E2FF;
}
