
/************************************ BODY ************************************/
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #222;
	line-height:0;
	background:transparent url(img/bg.png) left top repeat;
}

p {
	padding-bottom: 20px;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	line-height: 140%;
	font-weight:normal;
	padding-bottom:20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	font-weight:normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	color:#222;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:14px;
}



div.entry-content ul, div.entry-content ol {
	list-style:square inside;
	list-style-image:none;
	padding:0 0 20px 20px;
	display:block;
}

div.entry-content ol {
	list-style:decimal inside;
}

div.entry-content ul li, div.entry-content ol li {
	padding-left:20px;
	padding:1px 0;
}

div.entry-content ul li ul, div.entry-content ol li ol {
	padding:0 0 0 20px;
}

pre {
	display: block;
	padding: 10px;
	border-width:1px 1px 1px 10px;
	border-style:solid;
	border-color:#ddd;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:20px;
}

blockquote {
	display: block;
	border-left: 5px solid #ddd;
	margin:0 0 20px 40px;
	padding:0 20px;
	color:#222;
	font-size:14px;
	line-height:150%;
	font-style:italic;
}

blockquote p {
	padding:0;
}

div.entry-content table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:20px;
}

div.entry-content table th {
	background-color: #666;
	color: #fff;
	padding: 5px;
	text-align: left;
	border-bottom: 2px #fff solid;
	font-weight: bold;
}

div.entry-content table td {
	color: #222;
	padding: 5px;
	text-align: left;
	border: 1px #fff solid;
	background-color: #ccc;
}

div.entry-content table td.even {
	background-color: #ddd;
}

/*ROUNDED CORNERS */
input, textarea, div.wp-pagenavi a, div.wp-pagenavi a:hover, div.wp-pagenavi span.extend, div.wp-pagenavi span.current, img.aligncenter, img.alignleft, img.alignright {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/************************************ IMAGES ************************************/

img.aligncenter {
	border: 1px solid #bbb;
	margin: 0 auto 20px auto;
	padding: 4px;
	display:block;
	background-color: #fff;
}

img.alignleft {
	border: 1px solid #bbb;
	float:left;
	margin:15px 15px 10px 0;
	padding: 4px;
	background-color: #fff;
}

img.alignright {
	border: 1px solid #bbb;
	float:right;
	margin:15px 0 10px 15px;
	padding: 4px;
	background-color: #fff;
	;
}

img.nb {
	border:0;
	padding: 0;
	background-color:transparent;
}

/************************************ MAIN CONTAINERS ************************************/

div#body {
	background: none;
	display: table;
	width: 100%;
	height: auto;
	line-height:0;
}

div#wrapper {
	margin:0 auto;
	width:960px;
	height:auto;
	line-height:160%;
}

/************************************ HEADER ************************************/

div#header {
	height:auto;
	width:960px;
	position:relative;
	z-index:2;
}

div#header-content {
	overflow:hidden;
}

div#logo {
	float:left;
}

div#logo img {
	padding:25px 0 25px 10px;
	border:0;
}

/************************************ NAVIGATION ************************************/

span.nav-arrow, span.nav-sub-arrow {
	width:10px;
	height:6px;
	display:block;
	position:absolute;
	top:50%;
	bottom:50%;
	margin-top:-3px;
	margin-bottom:-3px;
	clear:both;
	right:10px;
	background: transparent url(img/n-arrow.png) left top no-repeat;
}

span.nav-sub-arrow {
	height:10px;
	margin-top:-5px;
	margin-bottom:-5px;
	background: transparent url(img/n-arrow2.png) left top no-repeat;
}

div#nav-container {
	position:absolute;
	height:50px;
	right:5px;
	margin-top:-25px;
	margin-bottom:-25px;
	display:inline;
	top:50%;
	bottom:50%;
	clear:both;
	z-index:1;
}

div#nav-left {
	background: transparent url(img/n-left.png) left top no-repeat;
	width: 10px;
	height: 50px;
	float:right;
}

div#nav-middle {
	background: transparent url(img/n-middle.png) right top repeat-x;
	height: 50px;
	float:right;
}

div#nav-right {
	background: transparent url(img/n-right.png) right top no-repeat;
	width: 10px;
	height: 50px;
	float:right;
}

ul#nav {
	position:relative;
}

ul#nav li {
	position: relative;
	display: inline;
	float: left;
}

ul#nav li.current_page_item a {
	color: #0072bc;
}

ul#nav li a {
	display:block;
	height: 100%;
	padding:0 15px;
	text-align: left;
	line-height: 50px;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	text-shadow:#ddd 1px 1px 0;
}

ul#nav li a.rss {
	display:block;
	margin:17px 15px 0 5px;
	padding:0;
	line-height:0;
	height: 16px;
	width:17px;
	text-indent:-9999px;
	background: transparent url(img/rss-button.png) right top no-repeat;
}

* html ul#nav li a {
	display: inline-block;
}

ul#nav li a:hover {
	color: #0072bc;
}

ul#nav li ul {
	position:absolute;
	left:1px;
	top:45px;
	width: 160px;
	display:none;
	z-index:1;
	background-color:#323844;
	border-top:1px solid #20232c;
	border-left:1px solid #20232c;
	border-right:1px solid #20232c;
}

ul#nav li ul li {
	display:block;
	width: 100%;
	height:30px;
	cursor:pointer;
	border-bottom:1px solid #20232c;
}

ul#nav li ul li a, ul#nav li.current_page_item ul li a, ul#nav li ul li.current_page_item a {
	height:30px;
	line-height: 30px;
	color:#ddd;
	text-shadow:#20232c 1px 1px 0;
	font-weight:normal;
}

ul#nav li ul li a:hover {
	color:#fff;
}

ul#nav li ul li ul {
	position:absolute;
	left:100%;
	top:-1px;
	width: 100%;
	display:none;
	z-index:2;
}

/************************************ FOOTER ************************************/

div#footer {
	margin:0 auto;
	width:940px;
	height:90px;
	line-height:normal;
	position:relative;
}

div#footer-content {
	width:940px;
	height:90px;
	background: transparent url(img/f-bg.png) right top no-repeat;
	margin-top:40px;
	padding-bottom:20px;
	position:relative;
}

div#footer p {
	font-size:11px;
	text-align:left;
	color:#ccc;
	width:850px;
	padding:35px 0 0 20px;
}

div#footer p a {
	font-size:11px;
	color:#ccc;
	text-decoration:underline;
}

div#footer p a:hover {
	text-decoration:none;
}

div.footer-nav {
	position:absolute;
	top:15px;
	left:20px;
}

div.footer-nav ul li {
	color:#fff;
	font-size:12px;
	float:left;
	margin-right:5px;
}

div.footer-nav ul li a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

div.footer-nav ul li a:hover {
	text-decoration:underline;
	color:#fff;
}

a#top {
	position:absolute;
	right:20px;
	top:35px;
	font-size:11px;
	text-align:left;
	color:#ccc;
	text-decoration:none;
}

a:hover#top {
	text-decoration:underline;
}

div#footer-icons {
	position:absolute;
	top:60px;
	left:20px;
	line-height:normal;
}

a.f-rss, a.f-twitter, a.f-facebook, a.f-flickr {
	width:16px;
	height:16px;
	float:left;
	margin-right:8px;
	text-indent:-9999px;
}

a.f-rss {
	background: transparent url(img/f-rss-icon.png) no-repeat left top;
}

a:hover.f-rss {
	background: transparent url(img/f-rss-icon.png) no-repeat left bottom;
}

a.f-twitter {
	background: transparent url(img/f-twitter-icon.png) no-repeat left top;
}

a:hover.f-twitter {
	background: transparent url(img/f-twitter-icon.png) no-repeat left bottom;
}

a.f-facebook {
	background: transparent url(img/f-facebook-icon.png) no-repeat left top;
}

a:hover.f-facebook {
	background: transparent url(img/f-facebook-icon.png) no-repeat left bottom;
}

a.f-flickr {
	background: transparent url(img/f-flickr-icon.png) no-repeat left top;
}

a:hover.f-flickr {
	background: transparent url(img/f-flickr-icon.png) no-repeat left bottom;
}

/************************************ HOME PAGE ************************************/

/*CADRE DU MENU PRESENTATION ANIMé*/

div#fp {
	width:960px;
	height:310px;
	background: transparent url(fp-bg.png) no-repeat left top;
	margin-bottom:40px;
}

div#fp-content {
	width:960px;
	height:310px;
	position:relative;
}

div#fp-projects {
	position:absolute;
	left:20px;
	top:15px;
	width:570px;
	height:280px;
	overflow:hidden;
}

div#fp-projects a {
	width:570px;
	height:280px;
	margin:0;
	display:block;
}

/*ruban nouveau
 
div#fp-ribbon {
	width:79px;
	height:80px;
	position:absolute;
	left:8px;
	top:2px;
	z-index:3;
	background: transparent url(fp-ribbon.png) no-repeat left top;
}
*/

/*WORK INFO*/

div#fp-info {
	position:absolute;
	top:35px;
	right:35px;
	width:310px;
	height:200px;
	overflow:hidden;
}

div#fp-info-content {
	position:relative;
}

div#fp-info h1 {
	font-weight:normal;
	font-size:36px;
	text-shadow:#d9e1e9 1px 1px 0;
	line-height:150%;
	padding-bottom:10px;
	color:#000;
}

div#fp-info p {
	padding:0;
	font-size:14px;
	line-height:150%;
	color:#000;
	text-shadow:#bfc9d2 0px 1px 0;
}

div.info {
/*	position:absolute;  */
	top:0;
	display:none;
}

/*gauche et droite*/

a#fp-prev-button {
	position:absolute;
	right:80px;
	width:50px;
	height:36px;
	bottom:24px;
	text-indent:-9999px;
	background:transparent url(fp-prev-button.png) top left no-repeat;
}

a#fp-next-button {
	position:absolute;
	right:30px;
	width:50px;
	height:36px;
	bottom:24px;
	text-indent:-9999px;
	background:transparent url(fp-next-button.png) top left no-repeat;
}

/*Bouton bleu*/

a#fp-stcs-button {
	position:absolute;
	right:145px;
	width:205px;
	height:35px;
	bottom:25px;
	text-indent:-9999px;
	background:transparent url(bouton.png) top left no-repeat;
}


