@charset "utf-8";
.fondsbandes-logo {
	background-image: url(../images/bandes-logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bordureArrondie {
	border: 5px solid #CCCCCC;
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
}
.bordsarrondis-haut {
	background-image: url(../images/bords-arrondis_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bordsarrondis-bas {
	background-image: url(../images/bords-arrondis_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bordsarrondis-milieu {
	background-image: url(../images/bords-arrondis_02.png);
	background-repeat: repeat-y;
	background-position: center;
}
.bordsarrondis-180-haut {
	background-image: url(../images/bords-arrondis-180_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bordsarrondis-180-bas {
	background-image: url(../images/bords-arrondis-180_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bordsarrondis-180-milieu {
	background-image: url(../images/bords-arrondis-180_02.png);
	background-repeat: repeat-y;
	background-position: center;
}
.texteblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.petittexteblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.titreActu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.titreActuJaune {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #dfcd51;
}
.contoursPhoto {
	margin: 2px;
	border: 1px solid #dfcd51;
	padding: 2px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dfcd51;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #dfcd51;
	text-decoration: none;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.petit:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.petit:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.petit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dfcd51;
	text-decoration: underline;
}
a.petit:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}
.contoursBDHG {
	border: 2px solid #FFFFFF;
}
