body {
	background: #e2ecef;
	font: 0.8em Lucida Grande, Tahoma; 
	color: #000; 
	margin: 0;
	line-height: 1.5em;
}

h1 {
	margin: 0;
	font-family: Century;
	padding: 10px 0 0 15px;
	font-weight: normal;
	float: left;
	font-size: 2.3em;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #fff;
}

.fb {
	float: right;
	margin: 5px 10px 0 0;
}
.i-like {
	float: left;
	width: 150px;
	margin: 10px 0 0 200px;
}

#count {
	float: right;
	margin: 15px 40px 0 0;
	padding: 5px 20px;
	background: #8db1bd;
	color: #fff;
}

#page {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#header {
	background: #6392a2;
	height: 100px;
}

#header #top {
	background: #709ead;
	height: 100px;
	width: 900px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 570px;
}

#menu ul li {
	float: left;
	width: 215px;
	list-style-type: none;
	height: 40px;
	padding-bottom: 5px;
}
li.graphiste {
	background: transparent url(/images/graphiste-icon.png) no-repeat 0 50%;
	font-family: Century;
	padding-left: 50px;
}

li.illustrateur {
	background: transparent url(/images/illustrateur-icon.png) no-repeat 0 50%;
	font-family: Century;
	padding-left: 50px;
}

li.photographe {
	background: transparent url(/images/photographe-icon.png) no-repeat 0 50%;
	font-family: Century;
	padding-left: 50px;
}

li.designer {
	background: transparent url(/images/designer-icon.png) no-repeat 0 50%;
	font-family: Century;
	padding-left: 50px;
}

#menu ul li h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 13px;
}

#menu a:link, #menu a:visited, #menu a:hover {
	text-decoration: none;
	color: #000;
}

#links {
	font-size: 0.9em;
	margin: 0 5px 0 0;
	float: right;
}

#links a:link, #links a:visited, #links a:hover {
	text-decoration: none;
	color: #fff;
}

#links ul li {
	float: left;
	margin-left: 30px;
	list-style-type: none;
}

#partenaires {
	float: right;
	border: 1px solid #d7d7d7;
	text-align: center;
	margin: 10px 15px 0 0;
}
#partenaires p {
	background: #d7d7d7;
	padding: 2px 5px;
	text-align: left;
	color: #626262;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.1em;
}

#main {
	padding: 20px 10px;
	background: #fff;
	margin-top: 10px;
	border-top: 5px solid #709ead;
}

hr {
	visibility: hidden;
	clear: both;
}



a.title-link {
	color: #c6c6c6;
	text-decoration:none;
}

a.header-link:link, a.header-link:visited {
	color: #444;
	text-decoration: none;
}
a.header-link:hover {
	color: #444;
	text-decoration: overline;
}

a.menu-link:link, a.menu-link:visited {
	color: #848484;
	text-decoration: none;
}
a.menu-link:hover {
	color: #848484;
	text-decoration: overline;
}

a:link, a:visited {
	text-decoration: none;
}

#nuage ul li {
	float: left;
	margin-right: 20px;
	padding: 5px 0;
	list-style-type: none;
}

h3 {
	font-size: 2.5em;
	margin: 0;
	font-weight: normal;
}
h3 a:link, h3 a:visited {
	color: #222;
}

h4 {
	font-size: 2em;
	margin: 0;
	font-weight: normal;
}
h4 a:link, h4 a:visited {
	color: #444;
}

h5 {
	font-size: 1.5em;
	margin: 0;
	font-weight: normal;
}
h5 a:link, h5 a:visited {
	color: #666;
}

h6 {
	font-size: 2em;
	margin: 0;
	font-weight: normal;
}
h6 a:link, h6 a:visited {
	color: #888;
}

p {
	font-size: 0.8em;
	margin: 0;
}
p a:link, p a:visited {
	color: #aaa;
}

h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
	color: #000;
	text-decoration: underline;
}

