/* -------------------- */
/* = Site : http://patrickjoly.free.fr/ */
/* = Version : 1.0 */
/* = Date de la version : 15/10/2011 */
/* = Auteur : Patrick Joly */
/* = Contact : patrickjoly@free.fr */
/* -------------------- */

html {
	background: transparent;
	font-family: Georgia;
	font-size: 1em;
	margin: 10px auto;
	overflow: scroll;
}

body {
	color: #000000;
	margin: 0;
	padding: 0;
}

#wrapper, #header, #nav, #main, #aside, #section, #article, #footer {
	background-color: transparent;
}

/* 2. Structure de la page */
/* wrapper */
#wrapper {
	margin: 40px auto;
	width: 960px;	
}

/* header */
#header {
	margin: 0 auto;
	width: 960px;	
}

/* nav */
#nav {
	background-color: #34374a;
	min-height: 30px;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

/* fil d'ariane */
#fil {
	border-bottom: 1px solid #34374a;
	color: #86868e;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	width: 960px;
}

/* main */
#main {
	margin: 10px auto;
	overflow: hidden;
	width: 960px;
}

/* content */
#content {
	float: left;
	margin: 0;
	margin-left: 20px;
	padding: 0;
	width: 960px;
}

/* copyright */
#copyright {
	border-top: 1px solid #34374a;
	color: #86868e;
	font-size: 0.9em;	
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 960px;
}

/* 3. Eléments de la page */
/* nav */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 5px;
}

#nav a {
	background: #ffffff;
	color: #34374a;
	display: block;
	float: left;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#nav a:hover {
	background: #86868e;
	color: #ffffff;
	text-decoration: none;
}

/* content */
#content  {
	margin: 0 auto;
	float: left;
	text-align: justify;
}	
	
h2 + p + p {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-moz-column-rule: 1px solid #86868e;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-webkit-column-rule: 1px solid #86868e;
	column-count: 3;
	column-gap: 20px; 
  	column-rule: 1px solid #86868e;
}

/* 4. Titres */
h1 {
	color: #86868e;
	font-size: 2.5em;
	text-align: left;
	margin: 0;
}

h2 {
	background: transparent;
	color: #86868e;
	font-size: 1.25em;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;	
}

/* 5. Divers */
/* liens */
a {
	background: transparent;
	color:#86868e;
	text-decoration: underline;
}

a:hover {
	background: transparent;
	color: #34374a;
	text-decoration: none;
}