
/*********************************************************************************************/
/* Design by Laurent OLIVE
/* Special Thanks to  note pad ++ : http://notepad-plus.sourceforge.net/fr/site.htm 
/* Special Thanks to  easyphp : http://www.easyphp.org/index.php
/* Special Thanks to Cyril Godefroy for the slideshow : http://cyrilgodefroy.com/fr/produits/slidesimple.php 
/* Special Thanks to Jeroen Wijering for video player : http://www.inwayvideo.com/phpflvplayer/index.html 
/*********************************************************************************************/
.body {
	font-family: Helvetica;
	background-color:#000000;
    color:#AAAAAA;
	font-size: 14px;
}

a {
    color:#AAAAAA;
	font-size: 14px;
	text-decoration:none ;
}

.header {
	font-size: 50px;
    color:#444444;
}

.francois_txt {
	background-color:#111111;
    color:#aaaaaa;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
	position:absolute;
	top:0px;
	left:0px;
	width:600px;
    font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	text-align:justify; 	
	visibility:hidden;
    margin: 10px;
	padding: 10px;
}

.copyright_txt {
	font-size: 9px;
}

/* class pour le menu */
.titre {
    color:#666666;
	position:relative;
	top:0px;
	width:140px;
	cursor:pointer;
    font-family: Helvetica;
	font-size: 17px;
	font-weight: normal;
    z-index:3;		
}
.menu {
    color:#666666;
	position:absolute;
	top:10px;
	left:140px;
	width:150px;
    font-family: Helvetica;
	font-size: 17px;
	font-weight: normal;
    z-index:3;		
	visibility:hidden;
	cursor: pointer;
	background-color:#151210;
}
.menuout{
    color:#666666;
    background-color:#000000;
}
.menuover {
    color:#AAAAAA;
    background-color:#4a093f;
}

.submenu {
    color:#666666;
    background-color:#151210;
}
.submenuover {
    color:#AAAAAA;
    background-color:#4a093f;
}

/* ???? */
.contentbg{
	opacity:0.9; 
    background-color:#000000;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
	z-index:3;
}
.support{
	position:absolute; 
	width:150px; 
	height:280px; 
	overflow:hidden; 
	border:1px solid #000;
    background-color:#151210;	
}
.content{
	position:absolute; 
	top:0px;
    background-color:#302220;
}

/********************/
/* Class des pages oeuvres */
/********************/
.legende{
    color:#ffffff;	
	font-weight: normal;	
}
.oeuvre{
	font-size: 14px;
	font-weight: bold;
	font-style : italic;
    color:#999999;	
}
.infos{
	font-size: 13px;
	color:#aaaaaa;
	text-align:justify; 	
}
.date{
	font-size: 13px;
	color:#555555;
}
.text{
	font-size: 14px;
    background-color:#151210;
	color: #888888;
	z-index: 5;
	text-align:justify; 
	border:10px solid;
	border-bottom-width:2px;	
	border-color:#151210 #151210;
}
.underline{
	text-decoration:underline;
	color:#333333;	
	text-align:right;
}
.back{
	text-decoration:underline;
	color:#444444;	
	text-align:right;
}

/********************/
/* Class page bio           */
/********************/
.bio_bg  {
	width:600px;
    background-color: #111111;
    margin: 10px;
	padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
}

.bio_infos{
	font-size: 14px;
	text-align:justify; 	
}
.bio_text{
	font-size: 13px;
	color: #7a396f;
	text-align:justify; 
}

/******************************/
/* Classes pages bio liens presse     */
/******************************/
.cadre_titre{
    background-color: #222222;
	padding: 5px;
}

.cadre_lien{
    margin: 10px;
	padding: 10px;

}
.cadre_bg  {
    width:500px;
    background-color: #111111;
    margin: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;
}
.presse_bg  {
    width:800px;
    background-color: #111111;
    margin: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #333333;

}
.presse_source  {
	text-align:justify; 
	padding-left:20px;
}
.presse_auteur  {
	text-align:justify; 
	padding-left:20px;
}
.presse_date {
	text-align:justify; 
	padding-left:20px;
}
.presse_article  {
	text-align:justify; 
	padding:10px;
}

