body
{
 background-color:rgb(255,255,255);
 width: 100%;
 margin: auto;
 margin-bottom: 20px;
}

a
{
 color=rgb(130,201,191);
}

a:hover
{
 text-decoration: none;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color=rgb(0,0,0);
}

/*******************************************************************/

#Main2
{
 background-image:url("../portail_files/figures/background.png");
 width: 65%;
 margin-left: 5%;
}

#Main
{
 width: 85%;
 margin: 5%;
 background-color: rgb(213,171,255);
 border: 2px solid rgb(129,129,129);
 padding: 2%;
}

#Main h1, h2
{
 color: rgb(1,0,125);
}

#Main ul
{
 margin-bottom: 15px;
}

/*******************************************************************/

#Admin
{
 width: 90px;
 float: right;
 margin-right: 10%;
 background-color: rgb(213,171,255);
 margin-top: 20px;
 text-align: center;
 border: 2px solid rgb(129,129,129);
 padding: 2px;
}

/*******************************************************************/

#Calendrier
{
 width: 17%;
 margin-right: 5%;
 font-size: 10px;
 float: right;
 clear: right;
 margin-top: 20px;
}

/*******************************************************************/

#Temperature
{
width: 17%;
 margin-right: 5%;
 font-size: 10px;
 float: right;
 clear: right;
 margin-top: 20px;
}

/*******************************************************************/

#Reglement
{
 width: 70%;
 margin-left: 5%;
 padding: 3%;
 color: rgb(129,129,129);
}

/*******************************************************************/

#Droits
{
 width: 17%;
 margin-right: 5%;
 font-size: 9px;
 float: right;
 clear: both;
 text-align: center;
 margin-top: 30px;
}

/*******************************************************************/

a
{
 color: rgb(129,129,129);
}

a:hover
{
 text-decoration: none;
}

a:visited
{
   color: rgb(50,50,50);
}