body
{   background-color: #eafac9 ;
    background-image: url("pasdecentraleweb.png");
    background-attachment: fixed;
    background-repeat : no-repeat;
    background-position: 0% 10%;
    text-align: left;
    font-family: Arial;
    color: black}

/* titre page*/
.titre1
{   text-align: left;  font-size:x-large;  margin-top: 10px; margin-left: 0px}
.titre2
{   text-align: center;  font-size:large;  margin-top: 10px;}
.communiq
{   text-align: left;  font-size:small;  color: blue;}

/* position de block, caractères */
.large1  { width: 150px; }
.large2  { width: 350px; }
.large3  { width: 600px; }
.large4  { width: 700px; }
.centrer { text-align: center;}
.gauche  { text-align: left; }
.droite  { text-align: right;}
.petit   { font-size: small; }
.moyen   { font-size: 15px; }
.grand   { font-size: large; }
.gras    { font-weight: bold; }
.souligne { text-decoration: underline;}
.rouge { color: red}
.violet { color: purple}
.blanc  { color: white}

.marge1  { margin-left: 25px; margin-right: 25px;}
.marge2  { margin-left: 50px; margin-right: 50px;}
.marge3  { margin-left: 100px; margin-right: 100px;}
.marge4  { margin-left: 200px; margin-right: 200px;}
.marge5  { margin-left: 150px; margin-right: 100px;}
.marge6  { margin-left: 100px;}
.marge7  { margin-left: 25px;}
.margeliste  { margin-left: 100px; margin-right: 100px;}

.tabtop { vertical-align: top}

.bordure1 {border: 1px solid black;
           padding: 0px;}
.bordure2 {border: 2px solid navy; padding: 3px; background-color:white}
           
.verdana {font-family: verdana}

.rouge {color: red}
.noir {color: black}
/* rollover sur les liens */
a:link { color: blue ; }
a:visited {color :blue ; }
a:hover { color: black ; background-color: yellow ;}

/* image flottante */
.floatleft {   float:left}
.floatright {   float:right}
.dessous  { clear: both }

