@import url("zero.css");

/*
Eléments HTML
*/

body {
	font-size: 75%;
	font-family: Georgia,Arial,sans-serif;
	/*background-image: url(images/gridbg.gif);*/
}

html>body {
	font-size: 12px;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.5em;
}

/*
Typographie
*/

strong {
	font-weight: bold;
}

h1 {
	font-size: 3em;
	line-height: 2em;
	margin-bottom: 1em;
	margin-top: 2em;
	margin-left: 3em;
	font-family: Georgia, times, sans-serif;
}

h2 {
	margin-bottom: 12px;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
}

h3 {
	font-size: 1.16667em;
	line-height: 1.2857em;
	margin: 1.2857em 0;
	margin-bottom: 0;
	font-weight: bold;
	color: #333738;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

.navigation p, h4 {
	font-size: 0.91666em;
	line-height: 1.63636em;
}

.logo {
	background: url("images/logo.jpg") no-repeat;
	display: block;
	width: 225px;
	height: 78px;
}

.logo span {
	display: none;
}

.news p {
	margin-top: 1em;
	margin-bottom: 0;
}

/*
Div's principaux
*/

.container {
	width: 100%;
}

.header, .title {
	margin-left: 12em;
}

.footer {
	margin-left: 12em;
	margin-top: 4.5em;
	color: #666;
}

.content {
	width: 60em;
	position: relative;
	margin-left: 12em;
	margin-bottom: 2em;
}

.navigation {
	position: absolute;
	top: 0;
	left: 35em;
	width: 12em;
}

.title {
	margin-top: 3em;
}

.column {
	border-top: 3px solid #000;
	float: left;
	width: 17em;
	margin-right: 18px;
	padding-top: 1em;
}

/*
Liens 
*/

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333738;
}

.content:hover a {
	text-decoration: underline;
	color: #636768;
}

.content a:hover {
	color: #333738;
}