/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: typography.css
* Version: 1.0.0 (2008-06-25) 
* Website: http://www.navx.com/
* Author: Florian Cabirol
* Description: Typographie.
== STRUCTURE: ==============================
* Page width: 920 px
* Number of columns: 1
============================================
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* Tailles
Basic : 1em = 12px
*/

/* INDEX
_titres : titre par niveau
_couleurs : couleur Navx
*/

p {
padding : 0px 0px;
}

p.infos  {

} 

/* _titres */ 

h1 {
margin-bottom : 30px;
display : block;
color : #666666;
font-size : 2em;
font-weight : normal;
text-decoration : none;
}

h2 {
color : #ff6600;
font-size : 1.5em;
text-decoration : none;
}

.h1_radar {
color : #ff6600;
font-size : 1.5em;
font-family : Arial;
font-weight : bold;
float : left;
}

.trebuchet {
font-family : Trebuchet MS;
}

/* _couleurs */ 

.noir {
color : #000000;
}

.gris {
color : #666666;
}

.orange {
color : #ff6600;
}

.bleu {
color : #0099ff;
}

.gras {
font-weight : bold;
}

/* Pop up Why */

#why h2 {
display : block;
margin : 20px 0px;
}
