/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Thibault
	Author Site	: http://tibowork.net
	Style Name	: LeCDL
	Style URI	: http://lecdl.net
	Version		:
	Comments	:
*/

body {
    font-family:  Helvetica, "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    font-size: 70%;
	}

strong, em, b, i {
    font-family: Helvetica, "Segoe UI","Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Century Gothic", "Century Schoolbook", Verdana, sans-serif;
	color: #27377e;
	}
	
#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0px;

	}
	
#header {
	/* Contains the H1 and menu */
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	padding-left: 30px;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font: normal 1.5em 'Trebuchet MS','Century Gothic','Lucida Grande', Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	margin-bottom: 0px;
	}


#header {height:275px;}
 
 
.accueil  {
	font-size: 1.5em;
	line-height: 1.8em; 
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
  color: #27377e;
}

ul.menu {
  font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 1.2em;
	}

ul.menu li a {
	padding: 3px 15px 3px;
	}
	
.entry-title {
 font-size: 1.8em;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
}

.entry-content {
	/* text-align: left; */
	text-justify: newspaper;
}
