/* CSS Document */


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 13px;
	text-align: justify;

}

.keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF9900;

}

.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 11px;
	text-align: justify;

}


.textcross {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: justify;

}

/* Lien_text*/
A:hover {
color:#FF6600; 
text-decoration:underline;
font-weight: bold;
}

a{
	text-decoration:none;
	color: #FF9900;
	font-weight: bold;

}


/* Lien_textmenu_secondaire */
A.menu:hover {
color:#FFB94F; 
text-decoration:none;
font-weight: normal;
}
a.menu{
text-decoration:none;
color: #717070;
font-weight: normal;
}

/* Lien_textmenu_cross */
A.cross:hover {
color:#FF9900; 
text-decoration:none;
font-weight: normal;
}
a.cross{
text-decoration:none;
color: #ECECEC;
font-weight: normal;
}


/*  INternational & Media */

.corp {
  overflow:hidden;
  float:none;
  white-space: nowrap;
  padding:0px;
  font-family:verdana;
  font-size:9px;
}
.corp a:active, .corp a:link, .corp a:visited,
.corp a {
  float:left;
  border:1px dotted #FE051C;
  color:#FE051C;
  padding:2px 8px;
  text-decoration:none;
  font-weight:normal;
}

.corp a.selected, .corp a.selected:hover {
  background-color:#BE80FF;
  border:1px dotted #4E4E4E;
  cursor:default;
}
.corp a:hover {
  background-color:#FE051C;
  border-color:#4E4E4E;
  color:#535353;
}


.media {
  overflow:hidden;
  float:none;
  white-space: nowrap;
  padding:0px;
  font-family:verdana;
  font-size:9px;
}
.media a:active, .media a:link, .media a:visited,
.media a {
  float:left;
  border:1px dotted #CE90E0;
  color:#535353;
  padding:2px 8px;
  text-decoration:none;
  font-weight:normal;
}

.media a.selected, .media a.selected:hover {
  background-color:#BE80FF;
  border:1px dotted #4E4E4E;
  cursor:default;
}
.media a:hover {
  background-color:#CE90E0;
  border-color:#4E4E4E;
  color:#535353;
}





.textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #717070;
	word-spacing: 0.8em;
}
.textmenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ECECEC;
	word-spacing: 0.1em;
}
.textmenu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #717070;
	word-spacing: 0.1em;


}

.bg {
	background-image:url(../images/bg-media.gif);
	background-repeat:repeat;

}

.bg_home {
	background-image:url(../images/bg-home.gif);
	background-repeat:repeat;

}
