@import url("../css/news.css");
@import url("../css/menu_login.css");
@import url("../css/menu_mininews.css");
@import url("../css/online_players.css");

img{
border: 0;
}

html{
	margin: 0;
	padding: 0;
	background:#e7e7e7;
}

body {
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	margin: 0;
	padding: 0;
	background:#f5f5f5;
	background-image: url("../img/bg_top.png");
	background-position:center top;
	background-repeat:repeat-x;
}
div#banner{
	background-image: url("../img/header.png");
	background-position:center top;
	background-repeat:no-repeat;
	min-width:1210px;
}

a:link	{ color: #105289; text-decoration:none;}
a:visited	{ color: #105289; text-decoration:none;}
a:hover	{ color: #D31141; text-decoration:underline;}
a:active	{ color: #368AD2; text-decoration:underline;}

div#divContainer{
	width: 100%; 
	margin-top: 5px;
}

div#divOnglet{
	width:1010px;
	margin:auto;
}

div#divOngletCon{
	width:168px;
	height:36px;
	background-image: url("../img/onglet.png");
	margin-left: 665px;
}
div#divOngletText{
	padding-top: 15px;
	text-align: center;
}

div#divContainerTop{
	margin:auto;
	width:1220px;
	height: 123px;
	background-image: url("../img/bg_container_top_fo.png");
	background-repeat:no-repeat;
	background-position:top top;
	margin-top: -5px;
}

div#divContainerMiddle{
	margin:auto;
	width:1220px;
	background-image: url("../img/bg_container_middle_fo.png");
	background-repeat:repeat-y-bottom;
}

div#divContainerBottom{
	margin:auto;
	width:1220px;
	height: 50px;
	background-image: url("../img/bg_container_bottom_fo.png");
	background-repeat:no-repeat;
	background-position:top top;
}

div#divCentralWrapper{
	float:left;
	width: 990px;
	margin-top: -95px;
	margin-left: -10px;
}
div#divCentral{

}

#footerWrapper{
	width: 100%;
	position:relative;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:1em;
	text-align:center;
	margin: auto;
	margin-bottom:30px;
}
/* MENUS */

div#divLeft{
	width:200px;
	float:left;
	margin-left:15px;
	margin-top: -115px;
}

div#divRight{
	width:200px;
	float: left;
	margin-left:10px;
	margin-right:10px;
	margin-top: -115px;
}

div#menuAccueilLink{
	margin-left:10px;
	margin-right:10px;
}

div.menu{
	width:200px;
}

div.menu2{
	width:200px;
	margin-top: 20px;
}

div.ulMenuTop{
	width:200px;
	height: 14px;
	background-image: url("../img/menu_top.png");
}

div#menuAccueil{
	width:200px;
	background-image: url("../img/menu_middle.png");
	background-repeat: repeat-y;	
}

div.ulMenuBottom{
	width:200px;
	height: 14px;
	background-image: url("../img/menu_bottom.png");
}

/* FIN MENUS */


h1 {
	text-decoration: underline;
	font-size: 16px;
}

h3{
	font-size:17px;
}

div#divMenuShow{
	height : 320px;
	display: none;
	background-image: url("../img/flechebg.png");
	background-repeat: repeat-y;	
	float: left;
	position: relative;
	margin-left : 10px;
	padding-top: 280px;
	cursor: pointer;
	vertical-align: center;
}

div#divMenuHide{
	height : 320px;
	background-image: url("../img/flechebg.png");
	background-repeat: repeat-y;
	float: left;
	position: relative;
	margin-left : 10px;
	padding-top: 280px;
	cursor: pointer;
	vertical-align: center;
}

div#msgLogin{
	margin: auto;
	text-align: center;
}

span#login_ssp{
	font-weight:bold;
}
div.divAddSSP{
	font-weight:bold;
}

.errorMsg{
	text-align:center;
	line-height:1.3em;
	color:#FF5555;
	padding-left:17px;
	padding-bottom:4px;
    width: 200px;
	background: url("../img/icon_error.gif") no-repeat left top;
	margin:auto;
}
.successMsg{
	text-align:center;
	line-height:1.3em;
	color:#89B959;
	padding-left:17px;
	padding-bottom:4px;
    width: 200px;
	background: url("../img/icon_ok.gif") no-repeat left top;
	margin:auto;
}
