/* @override http://madeck.com/stylesheet.css */

@import '/font/fontin_sans.css';

/*

« Fontin Sans » est une police de Jos Buivenga (exljbris) -> www.exljbris.com

© Madeck

*/

html {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}


body {
	width: 100%;
	text-align: left;
	font: normal 10pt/1.4 "FontinSansRgRegular", "Fontin Sans", Gill Sans, sans-serif;
	color: #555;
	margin: 0;
	cursor: default;
	background: url(/images/fond.png) repeat scroll;
}

/* @group FontinSans */

em {
	font-family: 'FontinSansItalic';
	font-style: normal;
	
}

strong {
	font-family: 'FontinSansBold';
	
}

em strong, strong em {
	font-family: 'FontinSansBoldItalic';
}

.smallcaps {
	font-family: 'FontinSansSmallCaps';
}

/* @end */



img {
	border: none;
}

input {
	background: #e9e9e9;
	border: 1px solid #a4a4a4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

textarea {
	background: #e9e9e9;
	border: 1px solid #a4a4a4;
	resize: none;
}

p {
	margin: 0;
	padding: 0;
}

ul, ol {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: 100ms ease-in-out;
	-moz-transition: 100ms ease-in-out;
	-0-transition: 100ms ease-in-out;
	text-decoration: none;
	color: inherit;
}

p a, li.twitter a {
	border-bottom: 1px solid #6c9898;
	padding-bottom: 1px;
	/*color: #205149;*/
	color:inherit;
}

a:hover, a:focus {
	cursor: pointer;
	color: white !important;
	text-shadow: #fff 0 0 5px;
}

p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, li.twitter a:hover, p a:focus, h1 a:focus, h2 a:focus, h3 a:focus, li.twitter a:focus {
	text-decoration: none;
	border-bottom: 2px solid #fff;
}

a:active {
	border: none;
	outline: none;
}

.clear {
	clear: both;
}

abbr {
	border-bottom-style: none;
	border-bottom-width: 0;
	border-width: 0;
	border-style: none;
}

abbr:hover {
	cursor: help;
}

sup {
	vertical-align: super;
	font-size: .75em;
	line-height: 0.5em;
}

span.collapse {
	display: none;
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	text-indent: -5000;
	visibility: hidden;
}

a.tweet {
	-webkit-transition: none;
	-moz-transition: none;
	-0-transition: none;
	
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	border: 1px solid #8dcb65;
	color: #497f26;
	padding: 3px;
	background-color: #d4f2c1;
	-webkit-border-radius: 3px;
}

a.tweet:hover {
	border: 1px solid #67b235;
	color: #497f26 !important;
	text-shadow: none;
}

a.tweet:visited {
	color: white;
	background-color: #67b235;
	border: 1px solid #497f26;
}

iframe.facebook {
	/*opacity: 0;*/
	background: #dddddd;
	margin-top: 8px;
	border: none;
	width: 480px;
	height: 30px;
	overflow: hidden;
}

/* @group Header */


div#header {
	position: absolute;
	width: 100%;
	height: 65px;
	background: url('/images/header-2.png') repeat;
	z-index: 1000;
}

div#header ul {
	padding-top: 15px;
	height: 50px;
	width: 640px;
	margin: 0 auto;
}

div#header li, div#header li img {
	text-align: center;
	float: left;
	font-size: 25px;
	margin-right: 30px;
	text-transform: capitalize;
	line-height: 50px;
	width: 130px;
	/*-webkit-transition: background-position 300ms ease-in-out;*/
}

div#header li.logo {
	width: 130px;
	height: 50px;
	background-image: url(/images/logo.png);
}

div#header li.logo img {
	width: auto;
	height: auto;
}

div#header a {
	opacity: 0;
	display: block;
	height: 100%;
	background-position: 0 -50px;
}

div#header li.tab, div#header li.tabselected {
	width: 130px;
	height: 50px;
}

div#header li#art, div#header li#art a {
	background-image: url(/images/tab_art.png);
}

div#header li#blog, div#header li#blog a{
	background-image: url(/images/tab_blog.png);
}

div#header li#contact, div#header li#contact a {
	background-image: url(/images/tab_contact.png);
}

div#header li#art a {
	width: 34px;
	margin-left: 48px;
	background-position: -48px;
}

div#header li#blog a{
	width: 50px;
	margin-left: 40px;
	background-position: -40px;
}

div#header li#contact a {
	width: 80px;
	margin-left: 25px;
	background-position: -25px;
}

/*div#header li.tab:hover {
	background-position: 0 -50px;
	-webkit-transition: background-position 300ms ease-in-out;
}*/

div#header li.tabselected {
	background-position: 0 50px;
	color: gray;
}

div#header ul {
	list-style-type: none;
}

p#alert_msie {
	display: block;
	background-color: #f6f6f6;
	font-weight: bold;
	font-size: 14pt;
	padding: 10px;
	width: 100%;
	height: auto;
	text-align: center;
}

/* @end */

/* @group Main Frame */

#mainframe {
	height: auto;
	margin: 0 auto;
	padding-top: 64px;
	width: 800px;
	background: url(/images/mainframe.png) repeat-y scroll;
	overflow: hidden;
	z-index: 500;
}

.center {
	text-align: center;
}

h3 {
	font-size: 8pt;
	color: #27a350;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 6px;
}

h2, h2 input{
	font-size: 14pt;
	display: block;
	color: #09722c;
	margin-bottom: 5px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
}

h1{
	font-size: 18pt;
	display: block;
	color: #113d3d;
	margin-bottom: 12px;
	margin-top: 12px;
	padding-top: -3px;
	text-decoration: none;
	font-weight: bold;
}

#mainframe a.main {
	display: block;
	margin: 30px 20px 20px;
	width: 760px;
	height: 360px;
	overflow: hidden;
}

#mainframe a.main img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* @group Works main page */

#mainframe div.works {
	float: left;
	width: 480px;
	height: 280px;
	padding-top: 10px;
	/*opacity: 0;*/
}

#mainframe div.works img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#mainframe div.works a.other, #mainframe div.works object {
	display: block;
	float: left;
	width: 140px;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 20px;
}

#mainframe div.news {
	min-height: 290px;
	/*opacity: 0;*/
	width: 280px;
	margin-left: 510px;
}

#mainframe div.news p {
	margin-top: 0px;
}

/* @end */

/* @group Art */

#mainframe div.art {
	width: 780px;
	padding: 20px 0 20px 20px;
}

div.art div.navigation {
	height: 20px;
	margin: 5px 0 20px;
}

p.archive {
	border-bottom: 1px solid #aaaaaa;
}

/* @group main-select */

#mainframe div.art div.select {
	width: 760px;
}

#mainframe div.art div.select p {
	border-top: 1px solid #aaaaaa;
	padding-top: 10px;
	clear: both;
	max-width: 480px;
}

#mainframe div.art div.select p.tweet, #mainframe div.art div.menu p.type_menu {
	padding-top: 0;
	border: none;
}

#mainframe div.art ol.img_art {
	list-style-type: none;
	margin: 0;
}

#mainframe div.art ol.img_art.der_240 {
	width: 240px;
	margin-left: 520px;
}

#mainframe div.art ol.img_art.der_240 img {
	width: 234px;
	height: 234px;
}

#mainframe div.art ol.img_art.der_240.margin_right {
	margin-right: 20px;
	float: left;
	margin-left: 0;
}

#mainframe div.art ol.img_art li {
	float: left;
	margin-bottom: 15px;
	display: block;
}

#mainframe div.art ol.img_art li a {
	cursor: url(magnify.cur), -moz-zoom-in, pointer;
}

#mainframe div.art ol.img_art img {
	width: 236px;
	padding: 2px;
	background-color: #f4f4f4;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}

#mainframe div.art ol.img_art img.noscale {
	width: 754px;
	padding: 3px;
	background-color: #f4f4f4;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}

#mainframe div.art ol.img_art li.dernieres img, #mainframe div.art ol.img_art li.dernieres img.noscale.portrait {
	width: 234px;
}

#mainframe div.art img.modulook {
	margin-right: 20px;
}

#mainframe div.art ol.img_art img.noscale.portrait {
	width: 480px;
	float: left;
}

#mainframe div.art div.select p.portrait {
	clear: none;
	width: 260px;
	float: right;
}

#mainframe div.art img.miniature {
	padding: 1px;
	background-color: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	margin: 5px 5px 0 0;
}

/* @end */

/* @group menu */

#mainframe div.art div.menu {
	clear: both;
	width: 720px;
	height: 116px;
	padding: 20px;
	background: url(/images/artfond.png) repeat;
	z-index: 5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mainframe div.art div.menu div.tangible, #mainframe div.art div.menu div.virtuel {
	float: left;
	width: 96px;
	margin-right: 184px;
}

#mainframe div.art div.menu div.photo {
	float: left;
	width: 160px;
}

#mainframe div.art ol.img_menu {
	list-style-type: none;
}

#mainframe div.art ol.img_menu li {
	/*opacity: 0;*/
	float: left;
	width: 32px;
	height: 32px;
}

#mainframe div.art ol.img_menu img {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	padding: 1px;
	background-color: #e7e7e7;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
}

#mainframe div.art div.menu p.type_menu {
	height: 20px;
	color: white;
	letter-spacing: 1px;
	text-shadow: #434343 0 1px 1px;
}

#mainframe div.art div.menu div.menu_end {
	clear: both;
	width: 80px;
	height: 4px;
	background-image: url(/images/artfond-bottom.png);
}

/* @end */

/* @end */

/* @group Blog */

#mainframe div.blog {
	width: 760px;
	padding: 20px;
}

div#content {
	padding-left: 0px;
}

small, #sidebar {
	display: block;
	font-size: 8pt;
}

div.entry small {
	border-left: 1px solid #707070;
	padding: 20px;
}

div.entry p{
	margin-top: 4px;
	margin-bottom: 12px;
}

#mainframe div.blog div#content div.post {
	border-bottom-color: #aaaaaa;
}

#mainframe #sidebar {
	/*opacity: 0;*/
	color: #777;
	padding: 20px 0 10px 0;
	margin-left: 560px;
	width: 200px;
	margin-left: 590px;
	text-align: right;
}

#sidebar li {
	margin-bottom: 5px;
	list-style-type: none;
	padding: 0;
}

#sidebar strong {
	display: inline-block;
	padding-top: 10px;
	font-size: 10pt;
	color: #555;
}

#mainframe div.news h2 a, #mainframe div.blog h2 a {
	color: inherit;
}

#mainframe div.blog p.first {
	text-indent: 10px;
}

#mainframe ol.commentlist {
	width: 480px;
}

#mainframe ol.commentlist a {
	color: #888;
}

#mainframe ol.commentlist li {
	background-color: #eeeeee;
	border: 1px solid #444;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mainframe ol.commentlist li.odd {
	background-color: #f6f6f6;
}

form#commentform {
	width: 480px;
}

/* @end */

/* @group Contact */

#mainframe div.contact {
	margin-top: 30px;
	text-align: right;
	float: right;
	width: 180px;
	padding: 20px;
}

div.contact img.portrait {
	background-color: white;
	padding: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}

div.contact p {
	margin-top: 10px;
}

div.contact span.mail {
	float: right;
	height: 16px;
	width: 15px;
	background: url(/images/contact-form.png) 0 0;
}

div.contact span.tel {
	float: right;
	height: 16px;
	width: 15px;
	background: url(/images/contact-form.png) 0 32px;
}

div.contact span.pos {
	float: right;
	height: 16px;
	width: 15px;
	background: url(/images/contact-form.png) 0 16px;
}

#mainframe div.infos {
	width: 480px;
	padding: 20px;
}

.reseaux a {
	float: left;
	display: block;
	clear: none;
	width: 34px;
	height: 34px;
	margin: 6px 5px 5px 6px;
}

.reseaux a img {
	padding: 2px;
}

.reseaux a:hover{
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* @end */

/* @end */

/* @group Footer */

div#footer {
	display: block;
	width: 800px;
	height: 120px;
	text-align: center;
	color: #ccc;
	line-height: 15px;
	font-size: 10px;
	text-shadow: none;
	margin: 0 auto 50px;
	background: url(/images/footer.png) no-repeat;
}

div#footer a {
	color: inherit;
}

div#footer a.copyright:hover {
	color: black !important;
}

div#footer a.copyright {
	color: #888;
	display: block;
	height: 25px;
	width: 110px;
	text-shadow: #fff 0 1px 0;
	margin: 0 auto 25px;
	padding-top: 10px;
}

/*div#footer a.copyright:hover {
	text-shadow: #111 0 1px 2px;
}*/

/* @end */

html, body { display: block !important; }