/*__________________________________________________________________________________________________________________________

Cette feuille de style contient les styles de Yokel's world :
1. Propriétés de la page
2. 
__________________________________________________________________________________________________________________________*/


/*__________________________________________________________________________________________________________________________

POUR VERIFIER LES EVENTUELS PBS DE MISE EN PAGE : VISUALISATION DU DECOUPAGE 
__________________________________________________________________________________________________________________________
table {border: 1px solid black;}
td {border: 1px dotted gray;}
div {border: 1px solid orange;}
img, form {border: 1px dashed blue;}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow;}
ul {border: 1px solid green;}
li {border: 1px solid lightgreen;}
*/
		
/* _____________________________________________________________________________

	= PROPRIETES DE LA PAGE
_____________________________________________________________________________*/


/* ______________ Intégration d'une police spécifique ______________ 

	@charset "utf-8";*/

	@font-face {
		font-family: 'QlassikMediumRegular';
		src: url('/medias/fonts/qlassik_tb-webfont.eot');
		src: local('☺'), url('/medias/fonts/qlassik_tb-webfont.woff') format('woff'), url('/medias/fonts/qlassik_tb-webfont.ttf') format('truetype'), url('/medias/fonts/qlassik_tb-webfont.svg#webfont0TS7K7Kl') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
		font-family: 'QlassikBoldRegular';
		src: url('/medias/fonts/qlassikbold_tb-webfont.eot');
		src: local('☺'), url('/medias/fonts/qlassikbold_tb-webfont.woff') format('woff'), url('/medias/fonts/qlassikbold_tb-webfont.ttf') format('truetype'), url('/medias/fonts/qlassikbold_tb-webfont.svg#webfontOO6Vawbz') format('svg');
		font-weight: normal;
		font-style: normal;
	}

/* ______________ Mise en page globale ______________ */

	body {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0;
		/* ___Texte */
		font: 62.5% 'Trebuchet MS', Verdana, Arial, sans-serif;
		/* ___Décoration */
		background: url(../images/bandeau_entete.png) 0px 140px repeat-x;
	}
	
	#container {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		padding: 5px 75px 0 152px;
		/* ___Texte */
		/* ___Décoration */
		background: url(../images/fd_body.png) no-repeat;
	}
	
	img {
		/* ___Dimensions et positionnement */
		display: block;
		/* ___Marges */
		margin: 0;
		padding: 0;
		/* ___Texte */
		/* ___Décoration */
	}
	
	p.top {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0;
		padding: 0;
		/* ___Texte */
		/* ___Décoration */
	}
	
	noscript {
		/* ___Dimensions et positionnement */
		width: 100%;
		height: 100%;
		position: fixed;
		/* ___Marges */
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		/* ___Texte */
		/* ___Décoration */
		background: #000;
		opacity: 0.8;
		z-index: 100;
	}
	
	noscript div {
		/* ___Dimensions et positionnement */
		width: 40em;
		height: 20em;
		position: absolute;
		/* ___Marges*/ 
		left: 50%; 
     	top: 50%;
		padding: 1em;
		margin-top: -10em; 
     	margin-left: -20em; 
		/* ___Texte */
		color: #000;
		font-size: 1.3em;
		/* ___Décoration */
		background: #fff;
		border: 5px solid #f33;
		opacity: 1;
	}
	
	noscript div a {
		/* ___Dimensions et positionnement */
		/* ___Marges*/ 
		/* ___Texte */
		color: #F33;
		/* ___Décoration */
	}

/* _____________________________________________________________________________

	= ENTETE
_____________________________________________________________________________*/

/* ______________ Menu accessibilité ______________ */

	#menu_acces {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0 11em 0 0;
		padding: 0;
		/* ___Texte */
		text-align: right;
		color: #999;
		/* ___Décoration */
	}
	
	#menu_acces a {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		color: #999;
		/* ___Décoration */
		text-decoration: none;
	}
	
	#menu_acces a:hover {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		text-decoration: underline;
	}
	
	#award {
		/* ___Dimensions et positionnement */
		position: absolute;
		/* ___Marges */
		top: -2em;
		right: 5em;
		/* ___Texte */
		/* ___Décoration */
		border: 0;
	}
	
	#award:hover {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		top: 0;
		/* ___Texte */
		/* ___Décoration */
	}

/* ______________ Logo / Titre du site ______________ */

	h1 {
		/* ___Dimensions et positionnement */
		width: 240px;
		/* ___Marges */
		margin: 0.9em 0 0 0;
		padding: 0;
		/* ___Texte */
		/* ___Décoration */
	}
	
	h1 span{
		/* ___Dimensions et positionnement */
		position: absolute;
		/* ___Marges */
		/* ___Texte */
		text-indent: -999em;
		/* ___Décoration */
	}
	
	h1 img {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		border: none;
	}
	
	h2{
		/* ___Dimensions et positionnement */
		width: 240px;
		/* ___Marges */
		margin: 10px 0 0 0;
		padding: 0;
		/* ___Texte */
		font-family: 'QlassikMediumRegular';
		text-align: center;
		/*color: #93d2b3;*/
		color: #6caf8e;
		font-size: 1.7em;
		font-weight: normal;
		/* ___Décoration */
	}
	
/* ______________ Contact ______________ */

	#openCloseIdentifier {
		/* ___Dimensions et positionnement */
		width: 1px;
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		border: 1px solid #fa8c8c;
	}
	
	#contact_sliderWrap {
		/* ___Dimensions et positionnement */
		width: 150px;
		height: 200px;
		float: left;
		overflow: hidden;
		position: relative;
		/* ___Marges */
		margin-left: -150px;
		margin-top: 40px;
		/* ___Texte */
		/* ___Décoration */
	}
		
	#sliderContent {
		/* ___Dimensions et positionnement */
		width: 120px;
		position: relative;
		/* ___Marges */
		margin-top: 30px;
		margin-left: 150px;
		padding: 0.8em;
		/* ___Texte */
		color: #886087;
		font-size: 1.1em;
		/* ___Décoration */	
		background:#fff;
	}
	
	#sliderContent a {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		color: #f33;
		/* ___Décoration */
	}
	
	address {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin-top: 0.5em;
		/* ___Texte */
		font-style: normal;
		/* ___Décoration */
	}
	
	.btn_contact {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
	}
	
	.btn_contact img {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin-left: 80px;
		margin-top: -90px;
		/* ___Texte */
		/* ___Décoration */
		border: none;
	}


/* _____________________________________________________________________________

	= MENU
_____________________________________________________________________________*/

/* ______________ Niveau 1 ______________ */

	#menu {
		/* ___Dimensions et positionnement */
		float: right;
		width: 270px;
		/* ___Marges */
		margin: -41px 0 0 0;
		padding: 0;
		/* ___Texte */
		font-family: 'QlassikMediumRegular';
		color: #886087;
		/* ___Décoration */
		list-style: none;
	}
	
	#menu li {
		/* ___Dimensions et positionnement */
		float: left;
		height: 70px;
		/* ___Marges */
		margin: 0;
		padding: 0 0.25em;
		/* ___Texte */
		font-size: 2.4em;
		/* ___Décoration */
		border-right: 1px solid #886087;
	}
	
	#menu li:last-child {
		border-right: none;
	}
	
	#menu li span {
		/* ___Dimensions et positionnement */
		display: block;
		/* ___Marges */
		/* ___Texte */
		color: #aeaeae;
		font-size: 0.7em;
		/* ___Décoration */
	}
	
	#menu li a {
		/* ___Dimensions et positionnement */
		display: block;
		/* ___Marges */
		/* ___Texte */
		color: #886087;
		/* ___Décoration */
		text-decoration: none;
	}
	
	#menu li a:hover {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		color: #F33;
		line-height: 2em;
		/* ___Décoration */
		border-top: 4px solid #F33;
	}
	
	#menu li a:hover span {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		line-height: 0;
		/* ___Décoration */	
	}

/* _____________________________________________________________________________

	= CONTENU - GLOBAL
_____________________________________________________________________________*/

	#contenu {
		/* ___Dimensions et positionnement */
		clear: right;
		width: 78em;
		/* ___Marges */
		/* ___Texte */
		text-align: justify;
		/* ___Décoration */
	}

/* ______________ Slider ______________ */

	/*.coda-slider-no-js .coda-slider { height: 600px; overflow: auto !important; padding-right: 20px; }*/
	.coda-slider, .coda-slider .panel  { width: 780px;}
	.coda-slider p.loading { padding: 20px; text-align: center; }
	.coda-slider-wrapper { overflow: hidden;}
	.coda-slider { float: left; overflow: hidden; position: relative;}
	.coda-slider .panel { display: block; float: left;}
	/*.coda-slider .panel-container { position: relative; }*/
	
/* ______________ Encart dans le bandeau ______________ */

	.encart {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin-top: 10px;
		margin-left: 310px;
		/* ___Texte */
		/* ___Décoration */
	}
	
/* ______________ Gauche ______________ */

	.gauche {
		/* ___Dimensions et positionnement */
		float: left;
		width: 220px;
		/* ___Marges */
		margin-top: 50px;
		padding: 1em;
		/* ___Texte */
		font-size: 0.85em;
		text-align:justify;
		/* ___Décoration */
	}
	
	#contenu .gauche p {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 1.5em 0.5em;
		/* ___Texte */
		line-height: 1.6em;
		/* ___Décoration */
	}


/* ______________ Titres ______________ */

	#contenu h3 {
		/* ___Dimensions et positionnement */
		clear: both;
		/* ___Marges */
		margin: 0 0 0.3em 0;
		padding: 0;
		/* ___Texte */
		font-family: 'QlassikBoldRegular';
		font-size: 3em;
		color: #f33;
		/* ___Décoration */
	}
	
	#contenu h3.premier {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0;
		/* ___Texte */
		color: #fff;
		/* ___Décoration */
	}
	
	#contenu .news h4 {
		/* ___Dimensions et positionnement */
		width: 515px;
		position: absolute;
		overflow: auto;
		/* ___Marges */
		margin: 60px 5px 55px -60px;
		padding: 0;
		/* ___Texte */
		font-size: 1em;
		color: #fff;
		/* ___Décoration */
	}
	
	#contenu .news h4 a {
		/* ___Dimensions et positionnement */
		width: 440px;
		display: block;
		float: right;
		/* ___Marges */
		padding: 0 5px;
		/* ___Texte */
		font-size: 3em;
		font-family: 'QlassikBoldRegular';
		color: #fff;
		/* ___Décoration 
		background: #666;*/
		background-color: rgba(102, 102, 102, 0.8);
		text-decoration: none;
	}
	
	#contenu .news h4 a:hover {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		background: #F33;
	}
	
	#contenu #cartes h4 {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0.5em 0 1em 0;
		/* ___Texte */
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		text-shadow: 1px 1px 0px #ffe1e1;
		color:#F33;
		text-align: center;
		/* ___Décoration */
	}
	
	#contenu #cartes h5 {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 1em 0 0 0;
		padding: 0;
		/* ___Texte */
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		color:#93d2b3;
		text-align: left;
		/* ___Décoration */
	}

/* ______________ Contenu ______________ */

	#contenu p{
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0 0.4em;
		padding: 0;
		/* ___Texte */
		font-size: 1.3em;
		color: #666;
		/* ___Décoration */
	}
	
	#contenu p a{
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		color: #F33;
		/* ___Décoration */
	}
	
	#contenu img {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		border: 5px solid #fff;
		-moz-box-shadow: 2px 2px 5px #ccc;  
		-webkit-box-shadow: 2px 2px 5px #ccc;  
		box-shadow: 2px 2px 5px #ccc; 
	}
	
	#contenu a:hover img {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		border: 5px solid #f33;
	}

/* ______________ News ______________ */

	.bloc_news {
		/* ___Dimensions et positionnement */
		float: right;
		width: 470px;
		/* ___Marges */
		padding-left: 60px;
		/* ___Texte */
		/* ___Décoration */
	}
	
	.actu {
		/* ___Dimensions et positionnement */
		clear: both;
		/* ___Marges */
		padding-bottom: 1em;
		/* ___Texte */
		/* ___Décoration */
		border-bottom: 1px solid #aeaeae;
	}
	
	#contenu h4 span.date {
		/* ___Dimensions et positionnement */
		width: 50px;
		float: left;
		/* ___Marges */
		margin: 0 5px 0 0;
		padding: 0 5px;
		/* ___Texte */
		color: #fff;
		font-family: Garamond, Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		text-align: center;
		line-height: 1.3em;
		/* ___Décoration */
		background: #93d2b3;
	}
	
	#contenu.actu p {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0;
		/* ___Texte */
		/* ___Décoration */
	}
	
	.actu p img {
		/* ___Dimensions et positionnement */
		width: 450px;
		height: 100px;
		/* ___Marges */
		margin: 2em 0 0 0;
		padding: 0;
		/* ___Texte */
		/* ___Décoration */
	}
	
	.blogger-post-footer {
		/* ___Dimensions et positionnement */
		display: none;
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
	}
	
/* ______________ A propos de moi ______________ */

	#contenu p.presentation {
		/* ___Dimensions et positionnement */
		width: 16em;
		float: left;
		/* ___Marges */
		margin: 0 1.5em 1.5em 0;
		padding: 0.8em 0;
		/* ___Texte */
		font-family: 'QlassikMediumRegular';
		font-size: 2em;
		line-height: 1.5em;
		color: #444;
		/* ___Décoration */
		border-bottom: 1px solid #666;
	}
	
	#contenu p.presentation span {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		font-size: 1.5em;
		font-weight: bold;
		text-shadow: 1px 1px 0px #ffe1e1;
		/* ___Décoration */
	}
	
	#contenu #telecharger_cv {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		font-size: 1.1em;
		text-align: center;
		/* ___Décoration */
	}
	
	#contenu #telecharger_cv a {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		font-weight: bold;
		/* ___Décoration */
	}
	
	#contenu #telecharger_cv img {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0 auto;
		/* ___Texte */
		/* ___Décoration */
		border: 0;
		-moz-box-shadow: none;  
		-webkit-box-shadow: none;  
		box-shadow: none; 
	}

/* ______________ A propos de moi : cartes ______________ */

	#cartes {
		/* ___Dimensions et positionnement */
		width: 500px;
		height: 480px;
		/* ___Marges */
		margin:0 auto;
		padding: 0;
		/* ___Texte */
		color: #666;
		text-align: left;
		/* ___Décoration */
	}

	ul#index_cards {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin:0 15px;
  		padding: 0;
		/* ___Texte */
		/* ___Décoration */
	}
  
	ul#index_cards li {
		/* ___Dimensions et positionnement */
	  	width:205px;
	  	display:block;
	  	float:left;
	  	position:relative;
		/* ___Marges */
		padding:10px 5px;
		/* ___Texte */
		/* ___Décoration */
  		background:#fff;  
  		border:1px solid #CCC;
	  	-moz-border-radius: 5px;
	  	-webkit-border-radius: 5px;
	  	-moz-box-shadow: 2px 2px 5px #666;
	  	-webkit-box-shadow: 2px 2px 5px #666;
		box-shadow: 2px 2px 5px #666;
	  	-moz-transition: all 0.5s ease-in-out;
	  	-webkit-transition: all 0.5s ease-in-out;
	}
	
	ul#index_cards li ul {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0;
		padding: 0;
		/* ___Texte */
		/* ___Décoration */
	}
	
	ul#index_cards li li {
		/* ___Dimensions et positionnement */
		height:auto;
	  	width:auto;
	  	float:none;
	  	position:relative;
		/* ___Marges */
		padding:0;
		margin: 0;
		/* ___Texte */
		font-size: 1.2em;
		/* ___Décoration */
  		background:none;  
  		border:0;
	  	-moz-border-radius: 0;
	  	-webkit-border-radius: 0;
	  	-moz-box-shadow: none;
	  	-webkit-box-shadow: none;
		box-shadow: none;
	  	-moz-transition: 0;
	  	-webkit-transition: 0;
	}

	#card-1 {
		/* ___Dimensions et positionnement 
		height:480px;*/
		height:330px;
		/* ___Marges */
		left:15px;
  		top:30px;
		/* ___Texte */
		/* ___Décoration */
  		-webkit-transform: rotate(-5deg);
  		-moz-transform: rotate(-5deg);
  		-o-transform: rotate(-5deg);
  		-ms-transform: rotate(-5deg);
  		z-index:2; 
	}
  
	#card-2 {
		/* ___Dimensions et positionnement 
		height:560px;*/
		height: 400px;
		/* ___Marges */
		left:-10px;
  		top:30px;
		/* ___Texte */
		/* ___Décoration */
  		-webkit-transform: rotate(5deg);
  		-moz-transform: rotate(5deg);
  		-o-transform: rotate(5deg);
  		-ms-transform: rotate(5deg);
  		z-index:1;
	}

	ul#index_cards li:hover {
	  	z-index:2;
	}
  
	#card-1:hover {
	  	-moz-transform: scale(1.1) rotate(-3deg);
		-webkit-transform: scale(1.1) rotate(-3deg); 
		-o-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
	}
    
	#card-2:hover {
	  	-moz-transform: scale(1.1) rotate(3deg);
	   	-webkit-transform: scale(1.1) rotate(3deg); 
	   	-o-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);  
	}

	ul#index_cards li img {
	  	margin: 0 auto;
	  	background:#eee;
	  	-moz-border-radius: 5px;
	  	-webkit-border-radius: 5px;
	  	-moz-box-shadow: 0px 0px 5px #aaa;
	  	-webkit-box-shadow: 0px 0px 5px #aaa;
	}
	
	#experience {
	  	clear: both;
	}
	
	.competences {
		clear: both;
	}
	
	.competences dl {
	  	font-size: 1.3em;
		color: #666;
	}
	
	.competences dt {
		margin: 1.5em 0 0 0;
		font-weight: bold;
		color: #6caf8e;
	}
	
	.competences .employeur {
		font-size: 0.9em;
		color: #999;
		margin-bottom:0.3em;
		font-style: italic;
	}

/* ______________ A propos de moi : histogramme ______________ */
	
	.gauche h4, 
	.gauche dl {
		/* ___Dimensions et positionnement */
		clear:both;
		/* ___Marges */
		margin: 0 0.5em;
		/* ___Texte */
		/* ___Décoration */
	}
	
	.gauche h4 {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		font-size: 1.4em;
		/* ___Décoration */
	}
	
	.gauche dt {
		/* ___Dimensions et positionnement */
		position: relative;
		clear: both;
		display: block; 
		float: left; 
		width: 7em;  
		/* ___Marges */
		margin: 0 0 0.1em 1em;
		padding: 0;
		/* ___Texte */
		font-size: 1.3em;
		color: #666;
		font-weight: normal;
		/* ___Décoration */
	}

	.gauche dd {
		/* ___Dimensions et positionnement */
		position: relative;
		display: block;                 
		float: left; 
		width: 13em;  
		height: 1.6em;  
		/* ___Marges */
		margin: 0 0 0.4em 0;
		padding: 0;
		/* ___Texte */
		/* ___Décoration */
	}

	* html dd { float: none;} /* IE is dumb; Quick IE hack, apply favorite filter methods for wider browser compatibility */
	
	.graph { 
		/* ___Dimensions et positionnement */
		width: 13em; 
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		border: 0.1em solid #dfdfdf; 
	}

	.graph .bar { 
		/* ___Dimensions et positionnement */
		display: block;
		height: 1.4em; 
		/* ___Marges */
		/* ___Texte */
		color: #666;
		line-height: 1.4em;
		text-align: center;
		/* ___Décoration */
		background: #ccc;            
	}

	.graph .bar span { 
		/* ___Dimensions et positionnement */
		display: none;
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */           
	}

/* ______________ Portfolio ______________ */

	#contenu .voir_portfolio {
		/* ___Dimensions et positionnement */
		float: right;
		display: block;
		width: 16em;
		height: 2.1em;
		/* ___Marges */
		margin: -2.5em 10px 1.3em 0;
		padding: 5px 10px;
		/* ___Texte */
		color: #fff;
		font-family: 'QlassikMediumRegular';
		line-height:2.1em;
		/* ___Décoration */
		background: #F33 url(../images/pointe_btn_bandeau.gif) center right no-repeat;
		text-decoration: none;
	}
	
	#contenu .voir_portfolio span {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		font-size: 1.8em;
		/* ___Décoration */
	}
	
	#contenu a.dernieres_creas {
		/* ___Dimensions et positionnement */
		float: left;
		width: 220px;
		display: block;
		/* ___Marges */
		margin: 0 0 2.5em 0;
		padding: 0;
		/* ___Texte */
		color: #000;
		font-weight: bold;
		font-size: 1.2em;
		/* ___Décoration */
		text-decoration: none;
	}
	
	#contenu a:hover.dernieres_creas {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		/* ___Texte */
		/* ___Décoration */
		text-decoration: underline;
	}
	
	#contenu a.dernieres_creas.premier {
		/* ___Dimensions et positionnement */
		clear: both;
		/* ___Marges */
		margin-right: 20px;
		/* ___Texte */
		/* ___Décoration */
	}
	
	#contenu a.dernieres_creas img {
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin-bottom: 1em;
		/* ___Texte */
		/* ___Décoration */
		-moz-box-shadow: 2px 2px 5px #666!important;  
		-webkit-box-shadow: 2px 2px 5px #666!important;  
		box-shadow: 2px 2px 5px #666!important; 
	}
	
	#contenu h3.portfolio, #contenu p.portfolio{
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin: 0 0 0 310px;
		/* ___Texte */
		/* ___Décoration */
	}
	
	#contenu p.portfolio{
		/* ___Dimensions et positionnement */
		/* ___Marges */
		margin-top: 1em;
		/* ___Texte */
		/* ___Décoration */
	}
	
	ul#filter {
		/* ___Dimensions et positionnement */
		overflow: auto;
		/* ___Marges */
		margin: 0 0 1em 26em;
		padding: 0;
		/* ___Texte */
		font-size: 1.2em;
		/* ___Décoration */
		list-style: none;
	}

	ul#filter li {  
		/* ___Dimensions et positionnement */
		float: left;
		/* ___Marges */
		margin-right: 10px;  
  		padding-right: 10px;
		/* ___Texte */
		/* ___Décoration */
   		border-right: 1px solid #dedede;  
	}  
	
	ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
	ul#filter li.current a { font-weight: bold; text-decoration: none; color: #999; }  
    ul#filter a { color: #F33; }  
	
	ul#portfolio {
		/* ___Dimensions et positionnement */
		width: 770px;
		/* ___Marges */
		margin: 0;
		padding: 0 2em;
		/* ___Texte */
		/* ___Décoration */
		list-style: none; 
	}  
	ul#portfolio li { 
		/* ___Dimensions et positionnement */
		float: left; 
		width: 230px; 
		/* ___Marges */
		margin: 0 10px 20px 0;  
		padding: 5px; 
		/* ___Texte */
		/* ___Décoration */  
	}

	ul#portfolio a { display: block; width: 100%; color: #666; font-size: 1.2em;text-decoration: none; }  
	ul#portfolio a:hover { text-decoration: underline;}  
	ul#portfolio img { display: block; width: 210px; height: 120px; margin-bottom: 0.5em;} 
	
	/* the overlayed element */
.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#efefef;
	width:675px;	
	/*min-height:300px;*/
	padding: 1em;
	border:1px solid #CCC;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px 5px #000;
	box-shadow: 0 0 90px 5px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background: transparent url(../images/close.png) no-repeat!important;
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
	-moz-box-shadow: none!important;  
	-webkit-box-shadow: none!important;  
	box-shadow: none!important;
}

#contenu .simple_overlay h4 {
	color: #F33;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	font-family: 'QlassikMediumRegular';
}

#contenu .simple_overlay h5 {
	color: #93d2b3;
	font-size: 1.2em;
	margin: 1em 0 0 0;
	padding: 0;
}

#contenu .simple_overlay p {
	font-size: 0.9em;
	margin: 0.5em 0;
}

.simple_overlay img {
	float: left;
}

#contenu .simple_overlay a {
	display: block;
	background: #999;
	color: #fff;
	text-decoration: none;
	padding: 0.3em;
	-moz-box-shadow: 2px 2px 5px #666;  
	-webkit-box-shadow: 2px 2px 5px #666;  
	box-shadow: 2px 2px 5px #666; 
}

#contenu .simple_overlay a:hover{
	background: #F33;
}

/* styling for elements inside overlay */
	.details {
		/*position:absolute;
		top:15px;
		right:15px;*/
		float: right;
		font-size:1.3em;
		color:#fff;
		width:18em;
	}
 

/* _____________________________________________________________________________

	= PIED DE PAGE
_____________________________________________________________________________*/

#pied_page {
	/* ___Dimensions et positionnement */
	clear: both;
	height: 5em;
	/* ___Marges */
	margin: 1em 0 0 0;
	padding: 3em 75px 0 152px;
	/* ___Texte */
	color: #666;
	/* ___Décoration */
	background: url(../images/fd_pied_page.png) bottom left repeat-x;
}
#pied_page p {
	/* ___Dimensions et positionnement*/
	float: left;
	width: 20em;
	/* ___Marges */
	margin: 0;
	padding: 0;
	/* ___Texte */
	/* ___Décoration */
}

#pied_page a {
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	color: #666;
	/* ___Décoration */
}

#pied_page img {
	/* ___Dimensions et positionnement */
	float: left;
	/* ___Marges */
	margin-right: 15px;
	/* ___Texte */
	/* ___Décoration */
}

#pied_page .top {
	/* ___Dimensions et positionnement */
	display: block;
	float: right;
	width: 6em;
	height: 19px;
	/* ___Marges */
	margin-left: 10em;
	padding-left: 25px;
	/* ___Texte */
	text-align: right;
	/* ___Décoration */
	background: url(../images/btn_haut.png) center left no-repeat;
}
