/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #173b70;
}
body {
	background-color: #173b70;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
text-align:justify;
line-height:25px;
margin-left:20px;
}
p.listes {
text-align:justify;
line-height:25px;
margin-left:40px;
}
p.signes {
text-align:right;
line-height:25px;
margin-right:40px;
}
p.contacts {
text-align:center;
line-height:25px;
margin-left:20px;
}
td.entetes{
	font-size:26px;
	font-weight: bold;
	letter-spacing: 2px;
}
.style1 {color: #173b70}
.style1 a {
	font-size: 9px;
	color: #173b70;
}
.style1 a:link {
	text-decoration: none;
}
.style1 a:visited {
	text-decoration: none;
}
.style1 a:hover {
	text-decoration: underline;
}
.style1 a:active {
	text-decoration: none;
}
a {
	font-size: 14px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a#contact {
	font-size: 14px;
	color: #173b70;
}
a#contact:link {
	text-decoration: underline;
}
a#contact:visited {
	text-decoration: underline;
}
a#contact:hover {
	text-decoration: underline;
}
a#contact:active {
	text-decoration: underline;
}
.style2 {color: #ffffff;}
.style3 {color: #f1f0f0}
/* menu */
#menu dl, dt, dd, ul, li {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
dt {
padding-left:27px;
padding-top:2px;
}
#menu {
position: relative;
margin-left:32px;
}
dl#menu {
width: 204px;
}
dl#menu dt {
cursor:pointer;
height: 26px;
text-align: left;
font-weight: bold;
font-size:14px;
color: #ffffff;
background-image:url(../images/button.gif)
}
dl#menu dd {
/*border-top: 1px solid gray;
border-bottom: 1px solid gray;*/
}
dl#menu li {
text-align: left;
background: #ffffff;
padding-left:20px;
padding-bottom:5px;
padding-top:5px;
}
dl#menu li a {
color: #173b70;
text-decoration: none;
display: block;
border: 0 none;
height: 26px;
font-size:14px;
}
dl#menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: 0 none;
height: 26px;
font-size:14px;
}
dl#menu li a:hover {
color: #173b70;
text-decoration:underline;
}
dl#menu dt a:hover {
color: #ffffff;
text-decoration:underline;
}
