
* {margin:0; padding:0;}

body
{background-color:black;}


/***************************************************************************************************************************
*											Paramètres des Pages VisioPrivee.html et VisioSansCb.html									*
***************************************************************************************************************************/

/************************************************ Structure du fond ***************************************/

#site
{
width:800px;
margin-right:auto;
margin-left:auto;
}

#top
{
height:524px;
width:800px;
background-image:url(images/TopFondPage.jpg);
}

#fond
{float:left;
background-image:url(images/DegradeFondPage.jpg);
background-repeat:repeat-y;
height:818px;
width:761px;
}

#BorderRight
{max-width:39px;
float:right;
width:39px;
height:818px;
background-image:url(images/BorderRightFondPage.jpg);
}

#bottom
{
height:456px;
width:800px;
background-image:url(images/BottomFondPage.jpg);
clear:both;
}
/************************************************ fin structure du fond **********************************************/

#content
{
position:absolute;
top:360px;
margin-left:210px;
/*border:2px solid white;*/
width:500px;
padding:10px 10px 10px 0px;
clear:both;
}



/***************************************************************************************************************************
*										Paramètres du menu de gauche														*
***************************************************************************************************************************/
#menu
{
position:absolute;
height:820px;
width:157px;
background-image:url(images/Menu.png);
margin-top:350px;
margin-left:16px;
/*border:2px solid white;*/
padding-top:100px;
padding-left:40px;
}

#banniere {display:block; position:absolute; background-image: url(bannieres/banniere-voyance-telephone.png);height:130px; width:390px; margin-top:270px; margin-left:220px; }

li, ul
{
font-size:12px;
list-style:none;
}

div#menu a
{
text-decoration:none;


}
div#menu a:link
{
text-decoration:none;
}



div#menu a:visited
{

}

div#menu a:hover
{
color:blue;

}

div#menu p
{margin:5px 0 5px 0 ;
font-weight:bold;
font-size:13px;
}


.hide{display:none;}