@charset "utf-8";
/*-----------------------------------------------------
GERER TOUT CE QUI CONCERNE LA TYPO :
- font-family
- font-size
- color
- font-weigth
- text-decoration
- text-align
- line-height
- font-style
- font-variant (small-caps)
- text-transform (uppercase vs lowercase)

EN PLUS :
- Espacer les h, les p, les ul, les ol entre eux 
(margin-bottom, padding-top, padding-bottom)
-----------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.5;
}
@font-face {
    font-family: 'cac_champagneregular';
    src: url('../fonts/cac_champagne-webfont.eot');
    src: url('../fonts/cac_champagne-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cac_champagne-webfont.woff') format('woff'),
         url('../fonts/cac_champagne-webfont.ttf') format('truetype'),
         url('../fonts/cac_champagne-webfont.svg#cac_champagneregular') format('svg');


}
#ecriture h2 {
	font-family: 'cac_champagneregular';
	font-size:70px;
	text-align:center;
	font-weight:normal;
	font-style:italic;
	line-height:1;
}

