/* ici le style pour les liens */
a:link, a:visited  { color:#817B7B; text-decoration: none; }
a:hover { color:#fff; text-decoration: none; }

/*
.team a { background:url('../images/menu/team_off.jpg') no-repeat; width:54px; height:13px; }
.team a:hover { background:url('../images/menu/team_on.jpg') no-repeat;  width:54px; height:13px; }
.comp a { background:url('../images/menu/comp_off.jpg') no-repeat; width:132px; height:16px; }
.comp a:hover { background:url('../images/menu/comp_on.jpg') no-repeat; width:132px; height:16px; }
.spon a { background:url('../images/menu/spon_off.jpg') no-repeat; width:106px; height:13px; }
.spon a:hover { background:url('../images/menu/spon_on.jpg') no-repeat; width:106px; height:13px; }
.gale a { background:url('../images/menu/gale_off.jpg') no-repeat; width:83px; height:13px; }
.gale a:hover { background:url('../images/menu/gale_on.jpg') no-repeat; width:83px; height:13px; }
.news a { background:url('../images/menu/news_off.jpg') no-repeat; width:57px; height:13px; }
.news a:hover { background:url('../images/menu/news_on.jpg') no-repeat; width:57px; height:13px; }
.cont a { background:url('../images/menu/cont_off.jpg') no-repeat; width:92px; height:13px; }
.cont a:hover { background:url('../images/menu/cont_on.jpg') no-repeat; width:92px; height:13px; }
.link a { background:url('../images/menu/link_off.jpg') no-repeat; width:54px; height:13px; }
.link a:hover { background:url('../images/menu/link_on.jpg') no-repeat; width:54px; height:13px; }
*/

/* others */
img { border:0; }
p { margin:0; padding:0 0 15px 0; }

/* body part */
body {
	background-color:#fff;
	font: 62.5%/1.6em arial, verdana, sans-serif;
	margin:0; padding:0;
	color:#000;
}

#wrapper1 {
	background-color:#3F3F3F;
	margin:20px auto;
	width:960px;
	height:795px;
}
#wrapper2 {
	float:left;
	margin:0; padding:0;
	width:960px;
	height:550px;
}

#box1 {
	float:left;
	background-color:#fff;
	width:275px;
	height:550px;
}
#box1a {
	float:left;
	background-color:#ED1B24;
	margin-bottom:10px;
	width:265px;
	height:110px;
}
#box1b {
	float:left;
	background-color:#3F3F3F;
	font-family:"Arial Black";
	font-size:1.4em;
	line-height:16px;
	width:230px;
	height:429px;
	padding:11px 15px 10px 20px;
	overflow:auto;
}
#box1b a {
	color:#817B7B;
}
#box1b a:hover, #box1b .active {
	color:#fff;
}

#box2 {
	float:left;
	color:#fff;
	font-size:1.4em;
	overflow:auto;
	width:645px;
	padding:20px;
	height:530px;
}
#box2 strong, #box2 strong a {
	color:#ED1B24;
}

#box2 b, #box2 b a {
	color:#ED1B24;
}

#box2 h3 {
	float:left;
	color:#ED1B24;
	width:100%;
	margin:0 0 15px;
	padding:0;
}

#box2 span {
	float:left;
	width:100%;
	padding:0;
}

#box2 p {
	float:left;
	width:100%;
	padding:0 0 15px;
}

#logo {
	margin:0 auto;
	padding-top:120px;
	width:504px;
	height:233px;
}

#menu {
	float:left;
	background:url('../images/banner1.jpg') top left no-repeat;
	margin:0; padding:150px 0 0;
	width:960px;
	height:95px;
}
#menu .back {
	float:left;
	margin:0; 
	padding:5px 0 0 15px;
	width:125px;
	height:90px;
}
#menu ul {
	float:left;
	margin:0; padding:0 0 0 35px;
	width:770px;
}
#menu ul li {
	float:left;
	list-style-type:none;
	margin:32px 12px 0 12px; 
	padding:0;
}

#menu ul li a {
	font-family:"Arial Black";
	font-size:1.6em;
	color:#817B7B;
}
#menu ul li a:hover,
#menu ul li a.active {
	color:#fff;
}
.active {
	color:red;
}