@CHARSET "ISO-8859-1";

body {
	background	: #bacc6d ;
	margin		: 0px;
	padding		: none;
	border		: none;
}

#header_ikorna {
	margin		: 0px;
	padding		: none;
	border		: none;
}

#contenu_wrapper {
	
	margin-left	: auto;
	margin-right: auto;
	width		: 1035px;
	padding		: 0px;
}

#contenu_menu {
	margin		: 0px;
	padding		: 0px;
	width		: 375px;
	margin-left	: auto;
	margin-right: auto;
}

#contenu_header {
	margin	: 0px;
	padding	: 0px;
	width	: 1035px;
	height	: 20px;
	overflow: hidden;
	background	: url("images/topbody.png") no-repeat;
}
#contenu_footer {
	margin	: 0px;
	padding	: 0px;
	width	: 1035px;
	height	: 145px;
	overflow: hidden;
	background	: url("images/bodybottom.png") no-repeat;
	background-position	: -12px 0px;
	margin-bottom:0px;
}


#contenu_wrapper2{
	margin	: 0px;
	padding	: 0px;
	width	: 1035px;
	overflow: hidden;
	background	: url("images/body.png") repeat-y  ;
	
	
}

#contenu {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	
}


/* Menu */

#menu_wrapper {
	width		: 1035px;
	height		: 30px;
	margin		: 0px;
	padding		: 0px 0px 0px 40px;
}

#menu_entreprise {
	float		: left;
}

#menu_entreprise b {
	display		: block;
	text-decoration:none;
	width		: 107px;
	height		: 30px;
	background	: url("images/entreprise.png") no-repeat;
	
}

#menu_entreprise:hover b {
	display		: block;
	text-decoration:none;
	width		: 107px;
	height		: 30px;
	background	: url("images/entreprise.png") no-repeat;
	background-position	: 0px -30px;
}


#menu_jeux {
	float		: left;
}

#menu_jeux b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/jeux.png") no-repeat;
	background-position	: -5px 0px;
	
}

#menu_jeux:hover b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/jeux.png") no-repeat;
	background-position	: -5px -30px;
}

#menu_partenaires {
	float		: left;
}

#menu_partenaires b {
	display		: block;
	text-decoration:none;
	width		: 112px;
	height		: 30px;
	background	: url("images/partenaires.png") no-repeat;
	background-position	: 5px 0px;
	
}

#menu_partenaires:hover b {
	display		: block;
	text-decoration:none;
	width		: 112px;
	height		: 30px;
	background	: url("images/partenaires.png") no-repeat;
	background-position	: 5px -30px;
}



#menu_emplois {
	float		: left;
}

#menu_emplois b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/emplois.png") no-repeat;
	background-position	: -5px 0px;
	
}

#menu_emplois:hover b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/emplois.png") no-repeat;
	background-position	: -5px -30px;
}

#menu_contact {
	float		: left;
}

#menu_contact b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/contact.png") no-repeat;
	background-position	: -5px 0px;
	
}

#menu_contact:hover b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/contact.png") no-repeat;
	background-position	: -5px -30px;
}


/* Menu Actif*/

#menu_entreprise_actif {
	float		: left;
}

#menu_entreprise_actif b {
	display		: block;
	text-decoration:none;
	width		: 107px;
	height		: 30px;
	background	: url("images/entreprise.png") no-repeat;
	background-position	: 0px -30px;
}

#menu_entreprise_actif:hover b {
	display		: block;
	text-decoration:none;
	width		: 107px;
	height		: 30px;
	background	: url("images/entreprise.png") no-repeat;
	background-position	: 0px -30px;
}


#menu_jeux_actif {
	float		: left;
}

#menu_jeux_actif b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/jeux.png") no-repeat;
	background-position	: -5px -30px;
	
}

#menu_jeux_actif:hover b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/jeux.png") no-repeat;
	background-position	: -5px -30px;
}

#menu_partenaires_actif {
	float		: left;
}

#menu_partenaires_actif b {
	display		: block;
	text-decoration:none;
	width		: 112px;
	height		: 30px;
	background	: url("images/partenaires.png") no-repeat;
	background-position	: 5px -30px;
	
}

#menu_partenaires_actif:hover b {
	display		: block;
	text-decoration:none;
	width		: 112px;
	height		: 30px;
	background	: url("images/partenaires.png") no-repeat;
	background-position	: 5px -30px;
}



#menu_emplois_actif {
	float		: left;
}

#menu_emplois_actif b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/emplois.png") no-repeat;
	background-position	: -5px -30px;
	
}

#menu_emplois_actif:hover b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/emplois.png") no-repeat;
	background-position	: -5px -30px;
}

#menu_contact_actif {
	float		: left;
}

#menu_contact_actif b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/contact.png") no-repeat;
	background-position	: -5px -30px;
	
}

#menu_contact_actif:hover b {
	display		: block;
	text-decoration:none;
	width		: 92px;
	height		: 30px;
	background	: url("images/contact.png") no-repeat;
	background-position	: -5px -30px;
}

/* Styles */
.Style1 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Style2 {
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Style5 {
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Style7 {
	font-size: 24px;
	color: #C4DCEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style8 {color: #C0CBC8}
.Style9 {color: #FFFFFF}
.Style10 {color: #96A01F}
.Style11 {
	font-size: 16px;
	font-family: "Century Gothic", "Trebuchet MS", Arial;
	font-weight: bold;
}

/* Boutons */
#voir_jeu {
	display:block;
	background: url("images/boutons/voir-jeu.png") ;
	width	: 99px;
	height	: 16px;
}

#voir_jeu:hover {
	display:block;
	background: url("images/boutons/voir-jeu.png") ;
	width	: 99px;
	height	: 16px;
	background-position : 0px -16px;
}
#signin {
	display:block;
	background: url("images/boutons/signin.png") ;
	width	: 99px;
	height	: 16px;
}

#signin:hover {
	display:block;
	background: url("images/boutons/signin.png") ;
	width	: 99px;
	height	: 16px;
	background-position : 0px -16px;
}

/* Liens */
a.liennoir {
	color: #000000;
	text-decoration:underline;

} 
a.liennoir:hover {
	color: #000000;
	text-decoration:none;
} 

