@charset "utf-8";
.fond {
	background-image: url(charte/gigahertz-fond.jpg);
	background-repeat: no-repeat;
}
.contours {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E7BA3D;
	border-bottom-color: #E7BA3D;
	border-left-color: #E7BA3D;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2E1C34;
	text-align: center;
	font-weight: lighter;
}
a.petit:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E1C34;
	font-weight: bold;
}
a.petit:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E1C34;
	font-weight: bold;
}
a.petit:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E1C34;
	font-weight: bold;
}
a.petit:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2E1C34;
	font-weight: bold;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2E1C34;
	font-weight: normal;
}

