
* {margin:0; padding:0;}

body
{background-color:black;}

h1
{color:white;}

/***************************************************************************************************************************
*											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:320px;
margin-left:35px;
/*border:2px solid white;*/
width:700px;
padding:10px 10px 10px 10px;
clear:both;
}

.WhiteBold
{font-weight:bold;
color:white;
}


.BlackBold
{font-weight:bold;
color:black;
}

.WhiteBoldCenter
{font-weight:bold;
color:white;
text-align:center;
}

.numero
{color:white;
font-size:1.5em;
font-weight:bold;
}

#screen2
{
display:block;
clear:both;
height:240px;
width:320px;
margin-left:auto;
margin-right:auto;
}

.petit
{
margin-top:240px;
font-size:0.7em;
text-align:center;
}

/***************************************************************************************************************************
*										Paramètres du menu de gauche														*
***************************************************************************************************************************/
#menu
{
position:absolute;
height:920px;
width:197px;
margin-top:250px;
margin-left:90px;
}