:focus {
	/*remove ugly dotted lines around image links in mozilla*/
	-moz-outline-style: none;
}


.font_G{
  color:#ffffff;
	text-decoration: none;
	font-size:135%;
}
.font_G a:link{
	text-decoration: none;
  color:#ffffff;
}
.font_G a:hover{
	font-weight: bold;
	text-decoration: none;
  color:#ffffff;
}
.font_G a:active{ /*quand on clique sur le lien*/
  color:#FFFFFF;
}
.font_G a:visited{/*quand le lien a déja été visité*/
	text-decoration: none;
  color:#ffffff;
}

.font_p{
  color: grey;
	text-decoration: none;
}
.font_p a:link{
	text-decoration: none;
  color:grey;
}
.font_p a:hover{
	text-decoration: none;
  color:grey;
}
.font_p a:active{ /*quand on clique sur le lien*/
  color:grey;
}
.font_p a:visited{/*quand le lien a déja été visité*/
	text-decoration: none;
  color:grey;
}

.font_1{
  color:#ffffff;
	text-decoration: none;
	font-size:120%;
}
.font_1 a:link{
	text-decoration: none;
  color:#ffffff;
}
.font_1 a:hover{
	font-weight: bold;
	text-decoration: none;
  color:#ffffff;
}
.font_1 a:active{ /*quand on clique sur le lien*/
  color:#FFFFFF;
}
.font_1 a:visited{/*quand le lien a déja été visité*/
	text-decoration: none;
  color:#ffffff;
}


.font_1U{
  color:#ffffff;
	text-decoration: underline;
	font-size:120%;
}
.font_1U a:link{
	text-decoration: none;
  color:#ffffff;
}
.font_1U a:hover{
	font-weight: bold;
	text-decoration: none;
  color:#ffffff;
}
.font_1U a:active{ /*quand on clique sur le lien*/
  color:#FFFFFF;
}
.font_1U a:visited{/*quand le lien a déja été visité*/
	text-decoration: none;
  color:#ffffff;
}


.font_GC{
  color:#AAAAAA;
	text-decoration: none;
}
.font_GC a:link{
	text-decoration: none;
  color:#AAAAAA;
}
.font_GC a:hover{
	font-weight: bold;
	text-decoration: none;
  color:#AAAAAA;
}
.font_GC a:active{ /*quand on clique sur le lien*/
  color:#AAAAAA;
}
.font_GC a:visited{/*quand le lien a déja été visité*/
	text-decoration: none;
  color:#AAAAAA;
}


.font_GCU{
  color:#AAAAAA;
	text-decoration: underline;
}
.font_GCU a:link{
	text-decoration: none;
  color:#AAAAAA;
}
.font_GCU a:hover{
	font-weight: bold;
	text-decoration: none;
  color:#AAAAAA;
}
.font_GCU a:active{ /*quand on clique sur le lien*/
  color:#AAAAAA;
}
.font_GCU a:visited{/*quand le lien a déja été visité*/
	text-decoration: none;
  color:#AAAAAA;
}

    
    
#topbar_header {
	/*background-color: #F99D1C;*/
  background-color: #c2c2c2;
	min-width: 1000px;
	width: 100%;
	height: 130px;
	align: center;

}

#header_content {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}

#headertop {
	width: 996px;
}

#header_links {
	color: black;
	float: right;
	text-align: right;
	width: 800px;
	height: 80px;
}


#header_links a,#header_links a:active,#header_links a:link, #header_links a:visited,#header_links a {
	text-decoration:none;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
}

#header_links a:hover {
	color: #FFFFFF;
}
