/* CSS Document */

body {
	margin : 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/degrade-fond.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a{
	color: #999999;
	text-decoration: none;
}
.menu a:hover{
	color: #ffffff;
}
.menu a:active{
	color: #e4cc00;
}
.degrade-fond {
	background-image: url(../images/degrade-fond2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.actif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
a.actif{
	color: #e4cc00;
	text-decoration: none;
}
.pied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
}
.pied a{
	color: #FFFFFF;
	text-decoration: none;
}
.pied a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.coordonnees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e4cc00;
	line-height: 20px;
}
.coordonnees a{
	color: #e4cc00;
	text-decoration: none;
}
.coordonnees a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.accroche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.titr-page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #e4cc00;
	text-align: center;
	display: block;
	width: 100%;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0089ab;
	font-weight: normal;
	padding-top: 20px;
}
.txt-courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 24px;
	font-weight: bold;

}
.txt-courant a{
	color: #CCCCCC;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: dotted;
	border-color: #CCCCCC;
}
.txt-courant a:hover{
	color: #ffffff;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #ffffff;
}
.illus-01 {
	background-image: url(../images/degrade-fond3.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}
a.lien {
	font-size: 11px;
	background-image: url(../images/pastille.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 4px 4px;
	line-height: 14px;
	color: #e4cc00;
	text-decoration: none;

}
a:hover.lien {
	text-decoration: underline;
}

