/*This is a comment*/

 

body

{

font-size:100%;
font-family:verdana,arial,'sans serif';
background-image:url('gradient.png');
background-repeat:repeat-x;
background-color:#bfc8d5;
color:#000080;
margin-top:15px;
margin-bottom:50px;
margin-right:10px;
margin-left:10px;

}
p
{
   /*text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
   text-align: justify; /* Ils seront justifiés */
 
}

h1 {font-size:200%;}
h2 {font-size:140%;}
h3 {font-size:110%;}
h4 {font-size:100%;}

th {background-color:#ADD8E6;}

ul {list-style:circle;}
ol {list-style:upper-roman;}

a:link {color:#000080;}
a:hover {color:red;}

/*Menu horizontal*/
ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
text-align: center;
}
li
{
float:left;
text-align: center;
}
a.menu:link,a.menu:visited
{
display:block;
width:147px;
height:38px;
font-weight:bold;
color:#b42038;
background-color:#03329f;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a.menu:hover,a.menu:active
{
background-color:#1a58bf;
}

#page  {
         margin: 0 auto;  /* zéro ou une autre valeur */
         width: 100%; 
        min-width: 940px;
         max-width: 940px;
      }
 
.PopBoxImageSmall
 {
    border: none 0px white;
    cursor: url("http://yourpath/magplus.cur"), pointer;
 }
.PopBoxImageLarge
 {
    border: solid thin #CCCCFF;
    cursor: url("http://yourpath/magminus.cur"), pointer;
 } 

