		/*
	Copyright (c) Too Creativ ! .All rights reserved. .Tous droits réservés.
	www.toocreativ.com - Des idées, des solutions créatives, une canette.
	Version : 1.0
		*/
		
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #aaf36e url(../images/bg-test.jpg) no-repeat center center;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#content {
	width:840px;
	margin:auto;
}

#footer {
	top:50%;
	text-align:center;
	font-style:italic;
}

#footer a {
	color:#06adfb;
	border-bottom:dashed 1px #06adfb;
}

#footer a:hover {
	color:#06adfb;
}

#footer img {
	vertical-align:middle;
}

.lignefolio {
	margin-top:-3px;
	background-image:url(../images/bg-folio.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:-8px;
}
.logo img {
	position:absolute;
	margin-top:-20px;
	margin-left:10px;
	padding:10px 0 0 0;
	border:none;
	width:190px;
	height:104px;
}

.texteportfolio {
	height:90px;
	color:#FFFFFF;
	text-align:justify;
	vertical-align:middle;
	margin-left:210px;
	padding:35px 30px 0 10px;
}

.url {
	font-size:0.9em;
	text-align:right;
	margin-top:8px;

}

.url img {
	vertical-align:middle;
	border:none;
}

.url a {
	color:#06adfb;
}

.url a:hover {
	color:#ffffff;
}

a {
	color:#FFF;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#06adfb;
}
.intro a, .portfolio_info a {
	border-bottom: 1px dashed #ccc;
}

h1 {
	margin:0;
	padding:0;
}
h2 {
	font-size:123.1%;
	font-weight:normal;
	padding:0;
	margin:0;
}

h3 {
	font-size:122%;
	font-weight:bold;
	color:#000000;
	padding-top:10px;
	padding-left:10px;
	margin:0;
}

.logoimg {
	border:none;
	float:left;
}

a.suite {
	vertical-align:middle;
}

a.suite:hover {
	padding-left:3px;
}

/* Layout */
.main {
	width:100%;
}
.sub {
	width:880px;
	margin:0 auto;
}
.header {
	height:190px;
}
.logo {
	float:left;
	margin:15px 0 0 10px;
	border:none;
}
.intro {
	float:right;
	width:499px;
	text-align:justify;
	vertical-align:top;
	margin:40px 55px 0 0;
	padding:6px 8px 8px 10px;
	font-size:100%;
	font-weight:normal;
	background-image:url(../images/bg-intro.png);
	background-repeat:no-repeat;
}

.content {
	padding:8px 0;
}
.viewbar {
	background: url(../images/viewbar_bg.png) repeat-x left top;
	height: 33px;
}
/* ---------- Menu ---------- */
.menu {
	padding:5px 0 0 0;
}
#portfolio_menu, #view_menu {
	position:relative;
}
#portfolio_menu {
	float:left;
	margin:0 0 0 50px;
}
#view_menu {
	float:right;
	margin:0 50px 0 0;
}
.menu ul {
	padding: 0;
	margin: 0;
}
.menu ul li {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
}
.menu ul li a {
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding:1px 10px 5px 10px;
	text-decoration:none;
	color:#FFFFFF;
}
.menu li.background {
	background: url(../images/menubut_right.png) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
.menu li.background .left {
	background: url(../images/menubut_left.png) no-repeat top left;
	height: 20px;
	margin-right: 6px;
}
