/*  
Theme Name: Le Club; version 
Theme URI: http://www.leclubchasseetpeche.com/
Description: Le thème officiel Wordpress du Club Chasse et Pêche
Version: 1.0
Author: Antoine Girard
Author URI: http://antoinegirard.com/
*/

@import "content.css";


/* Begin Typography & Colors */
body {
	background: #fbfcf3;
	margin: 0 0 0 0;
}

html {
  color: #6a5948;
	font-size: 12px;
	font-family: 'Georgia', "Times new roman", "Times", serif;	
}

* {
  margin: 0;
  padding: 0;
}

a { 
  color: #5A5948;
  text-decoration: none;  
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 15px 0;
}

ul {
  margin: 0 0 15px 0;
}

img { border: 0;}



/* Clearfix for clearing floated divs 
============================================ */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}  

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


