html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
	color: #A8ABB4;
}

a:hover {
	color: #595D60;
}

body {
	color: #797979;
	font-family: Verdana, Arial;
	font-size: 75%;
	overflow: hidden;
}

#imageMenu {
	width: 650px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1500px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1500px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 5px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 200px;
}

#imageMenu ul li.informatique a {
	background: url(images/informatique.png) repeat scroll 0%;
}

#imageMenu ul li.wii a {
	background: url(images/nintendo_wii.png) repeat scroll 0%;
}

#imageMenu ul li.xbox a {
	background: url(images/microsoft_xbox.png) repeat scroll 0%;
}

#imageMenu ul li.xbox360 a {
	background: url(images/microsoft_xbox_360.png) repeat scroll 0%;
}

#imageMenu ul li.psp a {
	background: url(images/sony_psp.png) repeat scroll 0%;
}

#imageMenu ul li.ps2 a {
	background: url(images/sony_ps2.png) repeat scroll 0%;
	width: 310px;
}

#imageMenu ul li.ps3 a {
	background: url(images/sony_ps3.png) repeat scroll 0%;
}

#imageMenu ul li.ds a {
	background: url(images/nintendo_ds.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

#container {
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 650px;
    margin-top: -100px;
    margin-left: -350px;
}

h3 {
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	color: #e60;
	font-weight: bold;
	padding-top: 20px;
	border-bottom: 3px solid #e60;
}

h4 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #e60;
	font-weight: bold;
	border-bottom: 3px solid #e60;
}

p, table {
	text-align: justify;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

td {
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 5px;
	padding-top: 5px;
}

.black {
	color: #000000;
	font-weight: bold;
}

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 15px solid #595D60;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/

