/* CSS Document */

@font-face {
	font-family: candara;
	src: url('font/candara.ttf');
}

/* Globals*/

body
{
	margin: 0;
	padding: 0;
}

table
{
	border-width:0px;
	border-style:inset; 
	border-color:#6A3174;
	text-align:center;
	width:100%;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0px;

}

td
{
	border-width:0px;
	border-style:solid; 
	border-color:#000000;
	vertical-align:top;

}



/* Table qui englobe la table des include*/
table.border_table
{
	border-width:7px;
	vertical-align:top;
	width:800px;
	max-width:800px;
	height:600px;
	text-align:left;
	background-repeat:no-repeat;
}

/* MENU */
td.menu
{
border-width:0px;
width:150px; 
background-image:url("images/background/menu.png");
background-repeat:no-repeat;
background-position:0px 150px;
font-family: candara;
}

div.menu_title
{
font-size: 22px;
}

a.menu
{
text-decoration:none;
color:black;
font-size:15px;

}

a:hover.menu
{
color:white;
font-size:15px;
}


/* ACCUEIL*/
table.accueil
{
	border-width:0px;
	background:#FFFFFF;
	vertical-align:bottom;
	max-width:300px;
	margin-left:220px;
	margin-top:100px;
	width:300px;
}
td.accueil
{
	border-width:0px;
	border-style:inset; 
	border-color:#000000;
	text-align:left;
	background:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: candara;
}
div.news
{

text-align:right;
float:right;
height:290px;
width:220px;
padding-top:30px;
padding-right:10px;
margin-top:60px;
margin-right:10px;


background-image:url("images/background/menu_news.png");
background-repeat:no-repeat;
background-position:0px 0px;
background-size:100%;
-moz-background-size:100% 100%; /* Firefox 3.6 */

}


div.news_title
{

}

div.news_txt
{

text-align:center;
float:right;
padding-top:15px;
padding-right:10px;
padding-left:20px;
margin-top:20px;
font-family: candara;


}


/* CV */

table.cv
{
	border-width:0px;
	background:#FFFFFF;
	vertical-align:bottom;
	max-width:500px;
	margin-left:250px;
	width:520px;
}
table.cv2
{
	border-width:0px;
	background:#FFFFFF;
	vertical-align:bottom;
	max-width:600px;
	margin-left:50px;
	width:680px;
	margin-top:50px;
}
td.cv
{
	border-width:0px;
	border-style:inset; 
	border-color:#000000;
	text-align:left;
	background:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: candara;
}
div.cv
{
background-color:#FFFFFF;
float:right;
margin-top:30px;
margin-right:60px;
height:100px;
width:400px;
font-family: candara;

}


/* GALERIE*/

table.galerie
{
	border-width:0px;
	max-width:535px;
	margin-left:200px;
	padding-right:10px;
	width:520px;
}

td.thumb
{
border-width:2px;
height:150px;
background-color:#FFFFFF;
border-color:#6A3174;

}


td.galerie
{
	border-width:1px;
	border-style:inset; 
	border-color:#000000;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

/* PUBLICATIONS */

table.publications
{
	border-width:0px;
	max-width:700px;
	margin-left:50px;
	margin-top:250px;
	padding-right:10px;
	width:700px;
	
}

table.publications_menu
{
	border-width:0px;
	max-width:700px;
	margin-left:50px;
	margin-top:300px;
	padding-right:10px;
	
}

td.publications
{
border-width:2px;
height:150px;
background-color:#FFFFFF;
border-color:#6A3174;
vertical-align:middle;


}

td.menu_small
{
padding-top:4px;
padding-left:20px;
text-align:left;
width:265px;
height:35px;
background-image:url("images/background/menu_small.png");
background-repeat:no-repeat;
background-position:0px 0px;
}


div.publications
{
background-color:#FFFFFF;
float:right;
margin-top:10px;
margin-right:20px;
width:200px;
font-family: candara;
}


a.publications
{
text-decoration:none;
color:black;
font-size:15px;

}

a:hover.publications
{
text-decoration:underline;
font-size:16px;
}


/* Couleurs*/



/* Width et Height Menu Header Footer Colonne*/


td.head_foot
{ 
width:1000px; 
height:150px;
}

td.colonne_droite
{ 
width:50px; 
}

/* BG images*/
td.bordure
{
 background-image:url("images/background/bordure.png");
}

td.bord_left
{
width:95px; 
background-image:url("images/background/bord_left.png");
}

td.bord_right
{
width:95px; 
background-image:url("images/background/bord_right.png");
}

td.contenu
{
width:800px; 

}

/* Alignements*/

td.top
{ vertical-align:top; }
td.bottom
{ vertical-align:bottom; }
 td.middle
{ vertical-align:middle; }

/* Liens menu*/ 






#lizzie
{
width:190px;
}
#maison_lizzie
{
width:195px;
}

/* Lightbox css*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 0%  no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 0% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

