.gras_bleu {
	color: #294e5e;
	font-weight: bold;
}

.chapeau {
	font-size: 14px;
	color: #294e5e;
	margin-bottom: 10px;
}
/*
.lien_blanc_points_verts {
	background: url("../default/imgs/points-verts-bleu.gif") no-repeat;
	background-position: 5px 16px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
}

.lien_blanc_points_verts a {
	color: white;
	padding: 13px 0px 23px 20px;
	text-decoration: underline;
}
*/

.lien_blanc_points_verts {
	padding-top: 10px;
	color: white;
	font-weight: bold;
}

.lien_blanc_points_verts a {
	background: url("../default/imgs/points-verts-bleu.gif") no-repeat;
	background-position: 5px 19px;
	color: white;
	padding: 13px 0px 23px 25px;
	text-decoration: underline;
}

/*.lien_points_verts {
	background: url("../default/imgs/points-verts.gif") no-repeat;
	background-position: 4px 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #294e5e;
	font-weight: bold;
}

.lien_points_verts a {
	color: #294e5e;
	padding: 13px 0px 13px 15px;
	text-decoration: underline;
}*/

.lien_points_verts {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #294e5e;
	font-weight: bold;
}

.lien_points_verts a {
	color: #294e5e;
	background: url("../default/imgs/points-verts.gif") no-repeat;
	background-position: 0px 19px;
	padding: 13px 0px 13px 15px;
	text-decoration: underline;
}

/*.lien_points_blancs {
	background: url("../default/imgs/points-blancs.gif") no-repeat;
	background-position: 4px 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #294e5e;
	font-weight: bold;
}

.lien_points_blancs a {
	color: #294e5e;
	padding: 13px 0px 13px 15px;
	text-decoration: underline;
}*/

.lien_points_blancs {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #294e5e;
	font-weight: bold;
}

.lien_points_blancs a {
	color: #294e5e;
	background: url("../default/imgs/points-blancs.gif") no-repeat;
	background-position: 0px 19px;
	padding: 13px 0px 13px 17px;
	text-decoration: underline;
}

.lien_points_oeil {
	background: url("../default/imgs/petit-oeil.gif") no-repeat;
	background-position: 4px 13px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #294e5e;
	font-weight: bold;
}

.lien_points_oeil a {
	color: #294e5e;
	padding: 13px 0px 13px 17px;
	text-decoration: underline;
}

.lien_points_blancs a:hover {
	color: white;
}

.lien_blanc_points_verts a:hover,
.lien_points_oeil a:hover,
.lien_points_verts a:hover {
	text-decoration: underline;
	color: #b1c903;
}

.lien_legende {
	height: 25px;
	background: url("../default/imgs/bg-legende.gif") left top no-repeat;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana;
	/*padding-left: 15px;*/
	color: #294e5e;
	padding: 14px 0 0 15px;
}

.lien_legende a {
	color: #294e5e;
	text-decoration: none;
}

.lien_legende a:hover {
	color: #b1c903;
}

.lien_pdf a {
	padding-left: 17px;
	height: 15px;
	display: block;
	margin-top: 7px;
	background: url("../default/imgs/picto-pdf.gif") no-repeat;
	background-position: 0px 2px;
	font-weight: bold;
	color: white;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
