﻿/* 
menu.css
par Alain BARBIER
écrit en janvier 2013
*/


/*corps du document, police et fond*/

body {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 20px;
  font-weight: bold; 
  font-style:italic;
  line-height: normal;
  color : #FFFF80;
  background : url(fond.jpg)fixed;
} 



/*liens en noir, non soulignés, 
deviennent bleus et gras au survol du mulot*/

a{
text-decoration:none;
color:#FFFF80;
}
a:link{
color:#FFFF80;
}
a:visited {
color:#FFFF80;
}
a:hover{
color:yellow;
font-weight: bold;
}

/*écriture pour titres*/
.titre{;
font-size: 40px; 
font-weight: bold; 
font-style:italic;
text-align: center; 
}

/*écriture texte*/
.ecrit{
font-size: 13px; 
font-weight: normal; 
font-style:italic;
text-align: left;
}



/*au centre*/
.centre{
text-align: center;
}

/*en gras*/
.gras{
font-weight: bold;
}

/*marque*/
.num{
  font-size : 14px;
  font-weight: bold; 
  font-style:italic;
  color : darkred;
}