/*
Theme Name: Cudazi Mono
Theme URI: http://cudazi.com/
Description: Clean WordPress theme by Cudazi
Author: Cudazi
Author URI: http://cudazi.com/
Version: 1.1.0
License: See Download License Folder
License URI: http://cudazi.com/
*/


/*
CSS / Styles found in the /css/ folder.
This file is applied after the main CSS if you want to add-on styles here instead.
*/

body
{
    font-family: 'Gothic Century','Trebuchet MS', Arial, sans-serif;
	 background: url(images/ccab_puzzle_bkg.png) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.menu-contact,
.promo_text {
    font-family: 'Gothic Century','Trebuchet MS', Arial, sans-serif;
}