/* flipo.css : feuille de style basique pour mes pages WEB sur Free */
/* Couleur de fond : #d3d3d3 = LightGray ; #e9e9e9* = gris plus clair */
/* Couleur de fond : #efefff = bleu pale */
/* Couleur de code : #6c1500 #C70040 */

body {font-family: sans;
      font-size: 12pt;
      text-align: left;
	  background-color: #e9e9e9;
	  color:black;
	  width: 800px;
     }

h1 {font-weight: bold;
    font-size: 22pt;
    text-align: center;
    color:#000080;
    }

h2 {font-weight: bold;
    font-size: 18pt;
    text-align: left;
    color:#008000;
   }

code {font-family: mono;
      color: #6c1500;
     }

/* Trait horizontal invisible */
hr {clear: both; visibility: hidden;
}

div.nom {font-weight: bold;
         font-size: 18pt;
         text-align: center;
         color:#000080;
 }

div.email {font-size: 12pt;
	padding-top: 2ex;
    text-align: center;
    color:#000080;
 }

div.leftpic {float: left;
    height: 150px;
    text-align: left;
    margin: 0;
 }

div.centertxt {float: left;
    width: 18em;
    height: 150px;
	padding-top: 2ex;
    text-align: center;
	font-size: 16pt;
	color:#000080;
    margin: 0;
 }

div.rightpic {float: left;
    height: 150px;
	padding-top: 1ex;
	padding-left: 2em;
    text-align: right;
    margin: 0;
 }

div.spacer {clear: both;
 }

span.version {color: #FF0080;
 }

span.blink {text-decoration: blink;
 }
