@import url("zero.css");

/*
Eléments HTML
*/

body {
	font-size: 75%;
	font-family: Georgia,Arial,sans-serif;
	text-align: center;
	/*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: 15px;
	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: 72px;
}

.logo span {
	display: none;
}

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

p.tags {
	font-style: italic;
	color: #999;
}

/*
Div's principaux
*/

.container {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

.header, .title {

}

.cv {
	position: absolute;
	top: 80px;
	right: 160px;
}

.cv span {
	display: none;
}

.cv a.cvlink {
	display: block;
	background: url("images/cv-two.jpg") no-repeat;
	background-position: 0px 0px;
	height: 80px;
	width: 80px;
}

.cv a.cvlink:hover {
	background-position: -80px 0px;
}

.footer {
	margin-top: 1.5em;
	color: #666;
	width: 100%;
	border-top: 1px solid #000;
	text-align: right;
	padding-top: 1.5em;
	
}

.content {
	width: 100%;
	position: relative;
	margin-bottom: 3em;
	margin-top: 1.5em;
	overflow: hidden;
	clear: both;
}

.annonces {
	width: 40em;
}

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

.title {
	margin-top: 3em;
}

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

.last {
	margin-right: 0 !important;
}

.column li {
	list-style: circle inside;
	display: block;
	line-height: 1.5em;
}

.gallery {
	border-top: 3px solid #000;
	padding-top: 1em;
}

.gallery .left {
	float: left;
	width: 23em;
	margin-right: 1.5em;
	border-top: 1px solid #ccc;
}

.gallery .right {
	float: left;
	width: 34em;
}

.gallery li {
	margin-bottom: 1.41em;
	clear: both;
	overflow: hidden;
}

.gallery li img {
	height: 16.3em;
	width: 35.33em;
	border: 1px solid #CCC;
}

.gallery h2 {
	font-weight: normal;
}

.gallery h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 0.5em;
}

.gallery .preview{
	width: 59.33em;
	height: 50em;
	border: 4px solid #CCC;
	display: none;
}

.cleaner {
	line-height: 1px;
	overflow: hidden;
	clear: both;
	height: 0px;
}

/*
Liens 
*/

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

a:hover {
	color: #333738;
}

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

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

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

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