*{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}

body{
	background-image: url("/images/static/fond_3.jpg");
	background-repeat: repeat-x;
	font-family: helvetica, verdana, arial;
	background-color: #1c110b;
	font-size: 0.8em;
	height: 100%;
}
input[type=button], input[type=submit], button{
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
}
/* Texte pour le réferencement */

#beemoovLogo{
	text-indent: -9999px;
}

img{
	border: none;
}

/* menu du haut de page */

#navigation{
	margin: auto;
	line-height: 13px;
	width: 940px;
	margin-top:5px;
}
#navigation ul{
	
}
#navigation ul li{
	display: inline;
}

#navigation a{
	text-decoration: none;
	font-size: 12px;
}

#navigation a:hover{
	text-decoration: underline;
}

.liens a{
	color: #F1A805;
}

.navigation_separation{
	color: #F1A805;
	margin-left: 15px;
	margin-right: 15px;
}

/* corps du site */

#corps{
	position: relative;
	margin: auto;
	margin-top: 10px;
	width: 1000px;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url("/images/static/tacheMiel.png");
	background-repeat: no-repeat;
	margin-bottom: 0px;
	display: auto;
}

/* contenu-partenaire */

#f_partners{
	margin: auto;
	width: 400px;
}

#f_partners input[type=text], #f_partners input[type=password]{
	width: 250px;
}

/* Contenu */
#contenu{
	padding-top: 30px;
	clear: both;
	overflow:auto;
	position:relative;
}

#contenu h2{
	font-size: 18px;
	color: #E08403; 
}

#contenu h1{
	font-size: 25px;
	color: #d78b04;
	font-family: helvetica, verdana, arial;
}

.lien-contenu{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.lien-retour{
	text-align : center;
	display: block;	
}

.apropos{
	list-style-type: square;
	margin-left: 50px;	
}

.allopass{
	list-style-type: none;
	margin-left: 40px;
}

.flag{
	width: 16px;
	height: 16px;
	vertical-align:bottom;

}
.flag2{
	width: 16px;
	height: 16px;
	vertical-align:bottom;
	float:left;
	margin:0 5px 0 0;

}

.contact{
	overflow: auto;
	margin-top: 15px;
}

/* propriétés du logo beemoov + sous titre */

#logo{
	background-image: url("/images/static/beemoov.png");
	height: 157px;
	width: 437px;
	position: relative;
	left: 80px;
	top: 0;
	display: block;
}

#jeuxvirtuels{
	background-image: url("/images/static/jeux_virtuels_sur_internet.png");
	height: 40px;
	width: 292px;
	position: absolute;
	top: 130px;
	left: 140px;
	text-indent:-9999px;
}

/* propriétés de la planche en fond et de l'ombre placée en bas*/

#planche{
	background-image: url("/images/static/planche.png");
	height: 99px;
	width: 999px;
	position: absolute;
	top: 370px;
}

#ombre{
	background-image: url("/images/static/ombre_marron.png");
	height: 910px;
	width: 1200px;
	position: fixed;
	left: 250px;
	top: -100px;
}

/* propriétés de la ruche et de l'abeille en haut à droite */

#ruche{
	position: absolute;
	right: -100px;
	top: -5px;
	background-image: url("/images/static/ruche.png");
	height: 311px;
	width: 600px;
}

#abeille{
	position: absolute;
	top: 25px;
	right: 70px;
	width: 187px;
	height: 126px;
	background-image: url("/images/static/abeille.png");
	background-repeat: none;
}

/* propriétés du slider (flêches, contenu ...) */

#monPetitCarroussel{
	width: 635px;
	margin-top: 50px;
	position: relative;
	height:240px;
}

#monPetitCarroussel .next{
    	height: 50px;
    	width: 50px;
	position: relative;
	margin-top: -125px;
	margin-right: -5px;
	float: right;
	display: inline;
}
#monPetitCarroussel .prev{
    	height: 50px;
    	width: 50px;
	position: relative;
	float: left;
	margin-top: -125px;
	margin-left: 50px;
	display: inline;
}

#monPetitCarroussel.interieur-carroussel{
   	margin-left:50px;
    	width:110px;
    	height:230px;
}

#monPetitCarroussel .item{
	width:635px;
	height:245px;
}

.carroussel{
	overflow:hidden;
}

.carroussel .interieur-carroussel
{
	overflow:hidden;
	height: 245px;
}

.carroussel .items{
	position:absolute;
	top:0;
	left:0;
}
.carroussel .item{
	display:block;
	float:left;
	display: inline;
}

.carrousselLogo{
	height: 109px;
	width: 240px;
	margin-left: 90px;
}

.carrousselDescription{
	width: 220px;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 100px;
	text-align: justify;
}

.carrousselBouton{
	height: 29px;
	font-size: 10.5px;
	width:139px;
	background-position: 0px -3px;
	background-image: url("/images/static/sprite_boutons.gif");
	background-repeat: no-repeat;
	margin-left: 100px;
	margin-top: 10px;
	color: #FFFFFF;
	display: block;
}

.item p{
	font-weight: bold;
	font-family: arial, verdana;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	line-height: 29px;
}

.carroussel a{
	text-decoration: none;
}

.carrousselBouton:hover{
	background-position: 0px -35px;
}

.carrousselCapture img{
	width: 230px;
	height: 206px;
	float: right;
	display: inline;
	margin-top: -200px;
	margin-right: 60px;
}

.carrousselTitre{

}

/* Liste des jeux à droite */

#i18n{
	position: absolute;
	width: 30px;
	height: 150px;
	right: 10px;
	top: 20px;
}

#i18n a img{
	border:none;
}


#tous_les_jeux{
	position: absolute;
	width: 695px;
	height: 426px;
	right: -210px;
	top: 100px;
	background-image: url("/images/static/fond_jeux.png");
}

#tous_les_jeux_fond{
	background-image: url("/images/static/fond_jeux_noir.png");
	width: 340px;
	height: 221px;
	position: absolute;
	top: 100px;
	left: 120px;
	border: radius: 10px 10px 10px 10px; /* coins arrondis, sauf IE */
	-moz-border-radius: 10px 10px 10px 10px; /* coins arrondis pour mozilla */
	-webkit-border-radius: 10px 10px 10px 10px; /* coins arrondis pour chrome et safari */
}

#tous_les_jeux_contenu{
	position: relative;
	width: 400px;
	left: 145px;
	top: 110px;
}

#tous_les_jeux_contenu .jeu{
	background-image: url("/images/static/sprite_jeux_hover1.png");
	background-repeat: no-repeat;
	height: 74px;
	width: 75px;
	position: absolute;
	cursor: pointer;
	text-align: center;
	
}

#tous_les_jeux_contenu .jeuClick, #tous_les_jeux_contenu .jeu:hover{
	background-image: url("/images/static/sprite_jeux_hover2.png");
	height: 75px;
	width: 75px;
	position: absolute;
}

.mabimboMini{
	top: 0px;
	left: 5px;
	background-position: 0px -77px;
	color: #ff6597;
}

.ekolokoMini{
	background-position: 0px -2px;
	top: 225px;
	left: 115px;
	color: #5d7611;
}

.amoursucreMini{
	background-position: -0px -155px;
	top: 2px;
	left: 220px;
	color: #19b293;
}


.cromimiMini{
	background-position: 0px -230px;
	top: 1px;
	left: 110px;
	color: #963465;
}


.monzooMini{
	background-position: 0px -610px;
	top: 225px;
	left: 5px;	
	color: #e20017;
}


.wafwafMini{
	background-position: 0px -382px;
	top: 100px;
	left: 5px;
	color: #873156;
}


.secteur18Mini{
	background-position: 0px -458px;
	top: 100px;
	left: 112px;
}


.wbabiesMini{
	background-position: 0px -535px;
	top: 225px;
	left: 5px;
}


.ruedufric{
	color: #0696b9;
}

.gate4wars{
	color: #5b7caf;
}	

.spacefight{
	color: #04485a;
}

.boutonJeux{
	width: 104px;
	height: 23px;
	background-image: url("/images/static/sprite_boutons.gif");
	position: absolute;
	background-position: 0px -66px;
	right: 250px;
	top: 308px;
	text-indent: -9999px;
}

.boutonJeux:hover{
	background-position: 0px -93.5px;
}

.titre{
	display: inline;
	font-size: 11px;
	position: relative;
	top: 78px;
	color: #FF9900;
}

/* Description du site sous le slider */

#description-beemoov{
	position: relative;
	color: #FFFFFF;
	font-size: 12px;
	width: 540px;
	margin-top: 50px;
	text-align: justify;
	margin-left: 220px;
}

.descriptionOrange{
	color: #ff9900;
	font-weight: bold;
}

.online{
	position: absolute;
	right: 0px;
	top: 55px;
	font-style: italic;
}

/* propriétés du bloc du bas (appli facebook; actualité; applis mobiles) */

#blocBas{
	margin: auto;
	margin-top: 80px;
	width: 1000px;
}

/* propriétés du bloc des actualités */

.blocActualites{
	width: 310px;
	float: left;
	display: inline;
}

.blocActualites h2{
	color: #C24413;
	font-size: 14px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
	text-align:left;
}

.blocActualites p{
	color: #FFFFFF;
	text-align: justify;
	margin-left: 60px;
}

.blocActualites a{
	color: #F1A805;
	text-decoration: underline;
	font-style: italic;
}

.blocActualites a:visited{
	color: #F1A805;
	text-decoration: underline;
}

.blocActualitesTitre{
    background-image: url("/images/static/actu_logo.png");
    background-repeat: no-repeat;
    height: 47px;
    position: relative;
    width: 174px;
   	left:  50px;
	text-indent:-9999px;
}

.calendrier{
	background-image: url("/images/static/calendrier.png");
	background-repeat: no-repeat;
	height: 47px;
	width: 47px;
	position: absolute;
	margin-top: 15px;
}

.calendrier_jour{
	margin-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	display: block;
}

.calendrier_mois{
	margin-top: -2px;
	font-size: 0.8em;
	display: block;
	text-align: center;
}

/* propriétés du bloc facebook */

#blocFacebook{
	width: 336px;
	background-image: url("/images/static/separateur_bas.png");
	background-repeat: no-repeat;
	margin-left: 325px;
	margin-top: -150px;
}

/* propriété du bloc des téléphones portables */
.blocTelephone{
	width: 320px;
	height: 150px;
	position: relative;
	left: 680px;
	text-align: left;
}

.blocTelephone h4{
	color: #C24413;
	font-size: 1.1em;
}

.blocTelephoneTitre{
	background-image: url("/images/static/mobile.png");
	background-repeat: no-repeat;
	height: 58px;
	width: 186px;
	position: absolute;
	left: 125px;
	text-indent: -9999px;
}

.blocTelephoneLogos{
	position: absolute;
	left: 5px;
}

.vignette-telephone{
	display: block;
	padding: 2%;
}

.blocTelephoneDescription{
	margin-left: 130px;
	position: absolute;
	top: 55px;
}

/* propriété du bloc youtube */
.blocMobileYoutube{
	position: absolute;
}

.blocMobileYoutube a{	
	text-decoration: none;
	color: #FFFFFF;
	/*font-size: 14px;
	font-weight: bold;*/
}

.blocMobileYoutube img{
	display: block;
	float: left;
	width: 90px;
	margin-right: 5px;	
	border: none;
}

.blocMobileYoutube a span{
	position: relative;
	top: 8px;
	margin: 0;
	padding: 0;
}

/* Dans la page jeux-virtuel.html */

div.jeu_liste p em, div.jeu_liste h4{
	color: #5B7CAF;
}
/* barre de séparation entre le bloc du bas et le bas de page */

#separateur{
	border: solid #E08403 1px;
	width: 957px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	clear: both;
}

/* propriétés du footer */

#footer{
	text-align: center;
	background-image: url("/images/static/footer_3.png");
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-top: 15px;
	color: #FFFFFF;
	bottom: 0px;
	display: block;
	height: 270px;
}

#copyright{
	text-align: center;
	margin-bottom: 15px;
	color: #FFFFFF;
	display: block;
}

.copyright{
	color: #F1A805;
	display: block;
}

.lien{
	color: #FFFFFF;
	text-decoration: none;
}

.lien:hover{
	text-decoration: underline;
}

#partenaires{
	display:block;
	padding:10px 0 0 0;
	color:#FFF;
}
#partenaires a{
	color:#FFF;
	text-decoration:none;
}
#partenaires a:hover{
	color:#FFF;
	text-decoration:underline;
}

.jeu_liste{
	float: left;
	width: 438px;
	padding: 10px;
	text-decoration: none;
	margin:0 auto;
	min-height: 325px;
}

.jeu_liste img{
	width: 438px;
}

.jeu_liste a{
	text-decoration: none;
}

.jeu_liste h4{
	font-size: 15px;
}

.clear{
	clear: both;
}

.float-left{
	float: left;
	display: inline;
	margin-right: 15px;
}

#pages_fb{
	margin: auto;
	width: 450px;
}

.fb_jeu{
	width: 200px;
	padding: 1%;
	float: left;
	display: inline;
	text-align: center;
}

#equipe, .equipe{
	background-position:114px;
	background-repeat:no-repeat;
	position:relative;
	height:150px;
}

#equipe_photo, .equipe_photo {
	position:absolute;
}

#equipe_texte, .equipe_texte {
	font-size:11px;
	left:140px;
	position:relative;
	top:20px;
	width: 425px;
}

/* Partenaires */

.listeEspace li {
	padding-top:20px;
	font-size: 13px;
}

.listeEspace a{
	text-decoration: underline;
	color: #FFFFFF;
}

.listeEspace a:hover{
	text-decoration: none;
}

.pDetails {
	background-position:30px 4px;
	background-image:url(/images/btn/detail.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:50px;
	font-size:12px;
}

#partenariat_add{
	width: 80%;
	text-align: center;
}

#jeu-rs{
	width: 700px;
	margin: auto;
}

#jeu-rs a{
	text-decoration: none;
}

#jeu-rs a:hover{
	text-decoration: none;
}

.jeu-rs{
	float: left;
	width: 175px;
	text-align: center;
	display: block;
	margin:0 25px 10px 0;
}

.jeu-rs-nom{
	font-size: 14px;
}

.verif{
	margin-bottom: 30px;
}

.verif input[type="text"], input[type="password"]{
	width: 130px;
}

#ul_partenaire{
	list-style-type: square;
	padding-left: 50px;
	margin-bottom: 20px;
}

#etiquette_partenaire{
	list-style-type: none;
}

.libelle{
	width: 100px;
	font-size: 13px;
}

.site-add{
	width: auto;
}

.site-add input[type=text]{
	width: 200px;
}

.liste_news_entete {
	font-weight:bolder;
	text-align: center;
	padding:2px;
}

.liste_news{
	border: solid #000 1px;
}

.site-add{
	border: solid #000 1px;
	margin: auto;
}

.site-add tr td{
	border-top: solid #000 1px;
}

table{
	border-collapse: collapse;
	border-spacing: 0px;
}

.msg_f_erreur {
	color:#bb0000;
}
#c_rest {
	font-size:12px;
}

table.bannieres tr,td{
	border: none;
	text-align: center;
}

table.bannieres tr td.titre{
	text-align: left;
	color: #9F4B15;
	font-weight: bolder;
}

.titre-jeu{
	color: #F1A805;
	font-weight: bolder;
}

.fleche-prec{
	background-image: url(/images/static/fleche_gauche.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 29px;
}

.fleche-next{
	background-image: url(/images/static/fleche_droite.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 29px;
}

#choixGame{
	width:inherit;
	display:block;
	text-align:center;
}

#choixGame > span{
	min-width:150px;
	margin:5px;
	text-align:left;
}

#choixGame > span:hover,#choixGame > span.select{
	font-weight:bold;
	cursor:pointer;
}

#no_border tr,td {
	border:none;
	padding: 3px;
}

#bloc-left{
	position:relative;
	background-image: url('/images/static/back-miel.png');
	width: 438px;
	height: 735px;
	background-repeat: no-repeat;
}

#contenu-right{
	width: 580px;
	margin-left: 400px;
	padding-bottom: 0px;
	float: right;
	margin-top: -730px;
	overflow: hidden;
	background-image: url('/images/static/back_contenu_right.png') !important;
	background-image: url('/images/static/back_contenu_right.gif');
	background-repeat: repeat;
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#photos_equipe{
	width: 550px;
	margin: auto;
}

#contenu-right a{
	color: #FFF;
	font-weight: bolder;
	text-decoration: underline;
}

#contenu h1{
	background-image: url('/images/static/h2-puce.png') !important;
	background-image: url('/images/static/h2-puce.gif');
	background-repeat: no-repeat;
	padding-left: 35px;
	font-size: 20px;
	font-family: arial;
	font-weight: bolder;
}

.tete{
	background-image: url('/images/static/back-tete.png');
	background-repeat: no-repeat;
	height: 150px;
	width: 118px;
}

.tete img{
	width: 60px;
	height: 70px;
	margin-left: 30px;
	margin-top: 25px;
}

.equipe_nom{
	display: block;
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
	color: #000;
	margin-top: 15px;
	width: 118px;
	position: absolute;
	bottom: -30px;
}

#contenu-right h2{
	background-image: url('/images/static/h2-puce-tete.png') !important;
	background-image: url('/images/static/h2-puce-tete.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}

.blocTelephoneLeft{
	width: 320px;
	height: 150px;
	position: absolute;
	text-align: left;
	left: 50px;
	top: 525px;
}

.blocFacebookLeft{
	width: 336px;
	position: absolute;
	left: 60px;
	top: 255px;
}

.bannieres tr td{
	padding-left: 15px;
}

#separation-partenaires{
	background-image: url('/images/static/separation-partenaires.png');
	background-repeat: no-repeat;
	height: 7px;
	width: 286px;
	position: absolute;
	top: 205px;
}

.choix_jeu{
	position: relative;
	top: 10px;
}


table.datas{
	background-color:#FFF;
	border:1px solid #666;
	width:98%;
}
table.datas th{
	background-color:#960001;
}
table.datas td{
	text-align:right;
	color:#960001;
}

