@charset "utf-8";
/* CSS Document */

body{

font-family:Comic Sans Ms, Geneva, sans-serif;
background-color :#68184e;
text-decoration:none;
font-size:0.8em;
}


#global{
width:897px;
margin:auto;
}

img{
border:none;
}

.cap {
color:#68184e;
margin:0;
padding-left:20px;
padding-top:230px;
font-weight:bold;
text-decoration:none;
}

/* HEADER */

#header{
height:141px;
}

#logo{
	width:123px;
	float: left;	
}

#accueil {
width:	216px;
background : url("img/accueil/accueilMenu_accueil.png") no-repeat;
}

#jouer {
width: 198px;
background : url("img/jouer/jouerMenu_accueil.png") no-repeat;
}

#jouer:hover{
background : url("img/jouer/jouerHover_accueil.png") no-repeat;
}

#decouvrir  {
width:184px;
background : url("img/decouvrir/decouvrirMenu_accueil.png") no-repeat;
}

#decouvrir:hover {
background : url("img/decouvrir/decouvrirHover_accueil.png") no-repeat;
}

#participer  {
width:176px;
background : url("img/participer/participerMenu_accueil.png") no-repeat;
}

#participer:hover {
width:176px;
background : url("img/participer/participerHover_accueil.png") no-repeat;
}

.elementMenu{
float:left;
height:141px;
margin:0;
border:none;
}

/* CONTENU*/

#content{
height:410px;
margin-left:7px;
background: url("img/backgroundAccueil.png") no-repeat;
}

/*Left column*/
#left{
width:241px;
padding-left:40px;
padding-top:30px;
float:left;
}

#boussol{
margin-bottom:20px;
margin-top:-20px;
padding-left:190px;
}

#carnet{
background: url("img/carnet.png") no-repeat;
height:308px;
}

#carnet:hover{
background: url("img/carnet_hover.png") no-repeat;
}


/*Center column*/
#center{
width:289px;
float:left;
}

#map{
background: url("img/carte.png") no-repeat;
height:208px;
margin-top:20px;
}

#map:hover{
background: url("img/carte_hover.png") no-repeat;
}

#game{
background: url("img/game.png") no-repeat;
width:204px;
height:157px;
margin-left:20px;
}

#game:hover{
background: url("img/game_hover.png") no-repeat;
}


/*Right column*/

#right{
width: 230px;
float:left;
}

#titreAcc{
margin-left:40px;
}

#calepin{
width:358px;
background : url("img/calepin.png") no-repeat;
height:264px;
position:relative;
right:55px;
top:12px;
}

#calepin p{
padding:25px;
}

#belchizlogo{
bottom:25px;
margin-left:220px;
position:relative;
}

/*Real*/

#realacc{
color:#949494; 
font-family:verdana,tahoma; 
margin-left:auto;
margin-right:auto;
text-align:center;
width:800px;
}
#realacc a{
font-size:11px; 
margin-top:10px;
color:#d8d8d8;
text-decoration:none;
}

#report{
color: #f99838;
}
