body {
	margin: 0px;
}
body, td, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#horizontalsep {
	background: url('/images/pointilles.gif');
	width: 2px;
}
.blue_titre {
        background: url('/images/blue_menu1.gif');
        border-bottom: 1px #61D5F2 solid ;
}
.red_titre {
	background: url('/images/red_menu1.gif');
	border-bottom: 1px red solid;
}
.violet_titre {
        background: url('/images/violet_menu1.gif');
        border-bottom: 1px #AB3FD2 solid;
}
.navy_titre {
        background: url('/images/navy_menu1.gif');
        border-bottom: 1px blue solid ;
}
.green_titre {
        background: url('/images/green_menu1.gif');
        border-bottom: 1px #208200 solid;
}
.orange_titre {
		background: url('/images/orange_menu1.gif');
		border-bottom: 1px #FF8A0E solid;
}
.orange {
		color: #FF8A0E;
}
.gris {
		color: #999999;
}
.noir {
		color: #000000;
}
.titreorange {
	FONT-SIZE: 18px; COLOR: #FF8A0E; font-weight: bold
}
.titremoyenorange {
	FONT-SIZE: 14px; COLOR: #FF8A0E
}
.titre {
    background-repeat: no-repeat;
    background-position: center left;
	background-color: white;
	font-weight: bold;
	padding-left: 15px;
	height: 15px;
}

a:link.menu {
	color: black;
	text-decoration: none;
}

a:visited.menu {
	color: black;
	text-decoration: none;
}
a:hover.menu {
	color: black;
	text-decoration: underline;
}
.noborder {
	border: 0px;
}
.menusep {
	background: url('/images/menu_sep.gif');
	background-position: center;
}
.lightgray {
    border: 1px solid #F2F5FC;
}
.justify {
	text-align: justify;
}
.erreur {
	background-color: #FF8080;
}
.tderreur {
	border: 1px solid #FF8080;
	color: #FF8080;
}
.cache {
	visibility: hidden;
    overflow: hidden;
    position: absolute;
}
#PhotoDIV, #NewMSG {
        position: absolute;
}