.bordure {
	border: 1px solid #01295C;
}
A.vertical {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #000066;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding: 0px 0px 0px 3px;
	width: auto;
	height: 30px;
	background-color: #FFCC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
A.vertical:hover {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #38B2E5;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/fond_titre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
	font-style: italic;
}
.important {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
}
.fond {
	background-image: url(../img/fond.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}

.liste{
list-style-image:url(../img/puce_fleche_b.gif);
margin-left:50px;
}

.txt1{
background:url(../img/fond_txt.jpg) no-repeat;
height:60px;
margin-left:30px;
padding-left:10px;
padding-top:5px;
}

.liste2{
list-style-image:url(../img/puce_fleche_b.gif);
}

.titres{
margin-left:100px;
margin-right:100px;
border:1px solid #FFFFFF;
text-align:center;
font-size:16px;
font-weight:bolder;
display:block;
}

.liens{
color:#FFFFFF;
text-decoration:underline;
}

.liens:hover{
color:#FFFFFF;
text-decoration:none;
}