/* © 2006 Bexter Ben CSS */

h1,h2,h3,h4,h5,h6,a{
	color:#FF6500;
}
.contenu-top{
	background: transparent url(../images/orange-top.jpg) no-repeat left top;
}
.contenu-bottom{
	background: transparent url(../images/orange-bottom.jpg) no-repeat left bottom;
}

a.btn:link{
color:#fd6500;
background-color:#ffcc9a;
border-color:#fd6500
}

a.btn:visited{
color:#fd6500;
background-color:#ffcc9a;
border-color:#fd6500
}

a.btn:hover{
color:#ffcc9a; 
background-color:#fd6500;
border-color:#ffcc9a
}
