/* HTML */

html {
	margin: 0;
	padding: 0;
	
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #F6FAFD;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('fond.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin:0px;
	/*overflow-y: scroll;*/
}

h2 {
	color: #2C69A9;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	padding-left:5px;
	line-height:20px;
}

h4 {
	color: #2C69A9;
	font-size:10px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	line-height:14px;
}

ul {
	margin:0px;
	padding:0px;
	
	margin-left:15px;
	
}

li {
	padding:5px;
}

a {
	color: #517FB7;
}

a:hover {
	color:#517FB7;
}

table {
	width:99%;
	border: 0px solid #ff0000;
}

td {
	border-bottom:1px solid #ffffff;	
	padding: 5px;
	vertical-align: top;
}

.td-left {
	width:35%; 
	border-right:1px solid #ffffff; 	
	color: #0F569F;	
	font-weight: bold;
}

/* GENERAL */

#globale {
	text-align:center;
	width: 100%;
	padding: 0px;
	margin:0px;
		
}
#page {
	width: 780px;
	background-color: #EAEAEA;
	border: 1px solid #517FB7;
	border-top: 0px; 
	/*border-bottom:0px;*/
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* BANNIERE */

#titre {
	background-image: url('titre.gif');
	width: 100%;
	height: 112px;
	border: 0px solid #000000;
	padding: 0px;
}

#icones {
	float:right;
	padding-top:1px;
	padding-right:48px;
	height: 80px;
	color: #FFF;
}

#icones a:link{
	color:#FFF;	
}

#icones a:visited{
	color:#FFF;	
}

#icones a:active{
	color:#06C;	
}

#icones a:hover {
	color:#06C;
}

#lang {
	float:right;
	margin:0px;
	padding:0px;
	margin-right:18px;
	margin-top:48px;
	font-size:11px;
	font-weight: bold;
	border: 0px solid #000000;
}

#lang a {
	text-decoration: none;
}

#menu-principal {
	clear:both;
	margin:0px;
	
	text-align: center;
	border: 0px solid #000000;
	height:20px;
	padding:0px;	
	padding-top:4px;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}

#menu-jeux {
	float:left;
	border: 0px solid #000000;
	width:57px;
	padding-left: 238px;
	height:20px;
	overflow:hidden;
	text-align: center;
}

#menu-serious {
	float:left;
	padding-left:7px;
	width:114px;
	border: 0px solid #000000;	
	height:20px;
	overflow:hidden;
	text-align: center;
}

#menu-advergaming {
	float:left;
	padding-left:0px;
	width:99px;
	border: 0px solid #000000;	
	height:20px;
	overflow:hidden;
	text-align: center;
}

#menu-learning {
	float:left;
	padding-left:0px;
	width:120px;
	border: 0px solid #000000;	
	height:20px;
	overflow:hidden;
	text-align: center;
}

#menu-access {
	float:left;
	border: 0px solid #000000;
	width:103px;
	padding-left:7px;
	height:20px;
}

#menu-produits a {
	border: 1px solid #000000;	
}


#menu-societe {
	text-align: center;
	float:right;
	border: 0px solid #000000;
	width:60px;
	padding-right: 33px;
}

#menu-principal a {
	text-align:center;
	display:block;
	float:left;
	border: 0px solid #000000;
	line-height:20px;
	height:20px;
	margin:0px;
	text-decoration: none;
	color: #517FB7;
}

#menu-principal a:hover {
	background-color: #517FB7;
	color: #ffffff;
}

/* MENU SUPPERIEUR */

#menu-top {

	padding: 0px;
	
	border: 0px solid #2C69A9;
	border-top: 1px solid #2C69A9;
	border-bottom: 1px solid #2C69A9;
	
	width: 100%;
	background-color: #ffffff;
	
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	
	line-height:16px;
	
	text-align:center;
	
}

#menu-top .section {

	width: 62px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	
	height: 94px;
	
	background-image: url('menu-top-fond.gif');
	background-repeat: no-repeat;
	background-position: center;
	
	font-size: 10px;
	display: block;
	float: left;
	
	margin-top: 8px;
	margin-bottom: 8px;
	
	border: 0px solid #2C69A9;
	
}

#menu-top .section-H {
	height:38px;
	width:80px;
	
	background-image:url('menu-top-h-fond.gif');
	background-repeat: no-repeat;
	background-position: center;
	
	padding:0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 4px;
	padding-right: 4px;
	
	font-size:10px;
		
	display:block;
	float:left;
			
	margin-top:8px;
	margin-bottom:8px;
	
	border: 0px solid #2C69A9;
}

/* CONTENU */

.left {
	float:left;
	width: 540px;
	border: 0px solid #ffffff;
}

.right {
	float:right;
	width: 232px;
}

.cadre {
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
	border: 0px solid #ff0000;	
}

.full {
	clear:both;
	border: 0px solid #ff0000;
	margin: 0px;
}

.news {

	display: block;

	width: 214px;
	height:356px;
	border:0px solid #dd5588;
	
	float:left;
	
	margin: 0px;	
	margin-bottom: 10px;
	
	padding:0px;
	padding-left: 36px;
	
	text-align:left;
	
	overflow: hidden;
	
}

.news-content {
	padding-left:2px;
	background-image: url('news-middle.gif');
	height:302px;
	/*font-size:10px;*/
}

.news h3 {
	width:214px;
	height:20px;
	line-height:18px;
	background-image:url('news-title.gif');
	
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	border: 0px;
	background-repeat: no-repeat;
	
	padding: 0px;
	padding-left: 34px;
		
}

.news-text {	
	padding:6px;
	padding-top:0px;
	padding-bottom:0px;
	height: 172px;
	border: 0px solid #dd5588;
	border-top:1px solid #2C69A9;
	width:199px;
}

.news-bottom {
	background-image: url('news-bottom.gif');
	width:214px;
	height:9px;
	font-size: 1px;
}

/* LEFT */

.left .cadre {
	background-image: url('cadre-left-middle.gif');
	border: 0px solid #dd5588;
}

.left .cadre-top {
	background-image:url('cadre-left-top.gif');
	background-repeat: no-repeat;
	height:10px;
	margin:0px;
	padding:0px;
	
	font-size:1px;
}

.left .cadre-sub-bottom {
	height:5px; 
	width:540px; 
	background-image:url('cadre-left-bottom-sub.gif');
	font-size:1px;
}

.left .cadre-bottom {
	font-size:1px;
	height:11px; 
	width:540px; 
	background-image:url('cadre-left-bottom.gif');
	clear:both;
}

.left h1 {
	background-image: url(cadre-left-title.gif);
	
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	border: 0px;
	background-repeat: no-repeat;
	height: 23px;
	text-align: left;
	
	padding: 0px;
	padding-left: 46px;
	
	line-height: 23px;	
	
}

.left .cadre-menu {
	background-image: url('cadre-left-menu-middle.gif');		
	background-repeat: repeat-y;
	border: 0px solid #dd0044;
	/*height: 80px;*/
	padding: 0px;
}

.photos {
	padding:5px; 
	border:0px solid #000000; 
	margin-left:auto; 
	margin-right:auto;
}

.left .cadre-menu-bottom {
	height:2px;
	background-image:url('cadre-left-menu-bottom.gif');
	font-size:1px;
}

.left .cadre-menu .images-menu {

	display: block;
	border: 0px solid #dd0044;
	margin: 0px;
	
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:4px;
	
	text-align: center;
	height: 68px;
	
	margin-left:auto;
	margin-right:auto;	
	
	overflow:hidden;
	
}

.left .cadre-menu .images-menu a {

	float: left;
	margin:0px;
	margin-right: 5px;
		
	display: block;
	background-image: url('cadre-left-menu-item.gif');
	background-repeat: no-repeat;
	background-position: right;
	
	width:98px;
	height:64px;
	
	padding: 0px;
	padding-top:4px;
		
	border: 0px solid #dd0044;
	
}

.left .cadre-sub {
	text-align:left;	
	background-image: url('cadre-left-middle-sub.gif');		
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

/* RIGHT */

.right .cadre-top {
	height:10px; 
	width:232px; 
	background-image:url('cadre-right-top.gif');
	font-size:1px;
}
.right .cadre-middle {
	background-image:url('cadre-right-middle.gif'); 
	width:232px; 
}
.right .cadre-bottom {
	background-image:url('cadre-right-bottom.gif'); 
	width:232px; 
	height:12px;
}

.right h1 {
	background-image: url(cadre-right-title.gif);
	
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	border: 0px;
	background-repeat: no-repeat;
	height: 22px;
	text-align: left;
	
	padding: 0px;
	padding-left: 46px;
	
	line-height: 22px;	
	
}

.right .cadre-sub-top {
	background-image: url('cadre-right-sub-top.gif');
	height:9px;
	font-size:1px;
}

.right .cadre-sub {

	text-align: left;

	background-image: url('cadre-right-sub-middle.gif');	
	
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 14px;
	
	border:0px solid #ff0000;
	
}

.right .cadre-sub-bottom {
	background-image: url('cadre-right-sub-bottom.gif');
	height:9px;
	font-size:1px;
}

.right .tech-bottom {
	background-image: url('cadre-right-tech-bottom.gif');
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 16px;
	padding-left: 29px;
}

.right .tech-bottom a {
	float:left;
	display:block;
	padding: 0px;
	border:0px solid #ff0000;
	height: 16px;
	width: 88px;
	text-decoration: none;
	color: #517FB7;
}

.right .tech-bottom a:hover {
	background-color: #517FB7;
	color: #ffffff;
}

#bottom {

	margin-top:70px;
	
	font-size: 10px;
	text-align: center;
	
	color: #3063A7;
	
	background-image:url('bottom.gif');
	
	height:69px;
	padding:10px;
	padding-bottom:0px;
	
	border:0px solid #8BAACF;
	
}

#bottom #sub-menu {
	/*background-color: #F9FBFC;*/
	color:#8BAACF;
	/*border-top:2px solid #8BAACF;*/
	padding:10px;
	border:0px solid #8BAACF;
	margin:0px;
}

#bottom #sub-menu a {
	text-decoration: none;
}



