@charset "UTF-8";
/*les 2 grandes parties */
.acceuil_left {
	width: 500px;
	margin-left: 10px;
	float: none;
	padding-top: 15px;
	margin-bottom: 20px;
}
.accueil_right {
	float: right;
	width: 400px;
	margin-right: 10px;
	margin-top: 15px;
}

/* sous parties */
#accueil_description {
	background-color: #95B8CC;
	padding: 2px;
}
/* accordéon */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #95B8CC;
	width: 400px;
}
.AccordionPanel {
	padding: 0px;
	margin: 0px;
}
.AccordionPanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-khtml-user-select: none;
	height: 28px;
	font-size: medium;
	font-weight: bold;
	font-family: Georgia, Arial, "Microsoft Sans Serif", Onyx, Verdana;
	color: #FFFFFF;
	padding-top: 5px;
	background: url(../img/menu.gif) 0 -0px;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 450px;
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #07090A;
}
.AccordionPanelTabHover {
	color: #00FF00;
	background: url(../img/menu.gif) 0 -62px;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #00FF00;
}
/* désign d'un jeu */
.game {
	background-color: #1D2862;
	height: 100px;
	color: #FFFFFF;
	width: 390px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.title_corner_right {
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../img/corner_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.game:hover .title_font {
	background-color: #FF0000;
	color: #FFFFFF;
}
.game:hover .game_info_right a {
	background-color:#D72E4C;
}
.game:hover{
	background: url(../img/game.png) repeat-x bottom #1D2862;
	}
.title a {
	margin-top: 6px;
	width: 450px;
	font-size: small;
	font-weight: bolder;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-decoration: none;
	outline:none;
	padding-left: 5px;
	padding-right: 5px;
}

.image {
	width: 67px;
	height: 60px;
	background-color: #000000;
	margin-left: 12px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}

.description {
	margin-left: 5px;
	height: 50px;
	margin-top: 5px;
	width: 375px;
}
.game_info {
	margin-bottom: 0px;
	height: 16px;
	width: 300px;
	margin-left: 0px;
	float: right;
	background-position: bottom right;
	background-image: url(../img/corner_bottom_right.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
}
.game_info  a:visited {
color:#FFFFFF;
position:relative;
bottom:5px;
}
.game_info a:link {
color:#FFFFFF;
position:relative;
bottom:5px;
}

.game_info_title_font {
	text-decoration: underline;
	color: #00FF00;
	font-family: Georgia, Arial, "Microsoft Sans Serif", Onyx, Verdana;
	font-size: medium;
}
.description   li{
	margin-left: 0px;
	list-style-type: none;
	font-size: small;
	margin-top: -1px;
	display: inline;
}
.description   ul{
	margin-left: -12px;
	margin-top: 20px;
}
.game_bottom_left {
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../img/corner_bottom_left.gif);
	float: left;
}
.title {
	height: 15px;
	background-image: url(../img/corner_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
}
