/* GENERALS */

/* PRINCIPAL */

html, body{
margin: 0px;
font-family: "DejaVu Sans", Helvetica, Arial, sans-serif;
font-size: 13px;
background-image: url("mainbg.png");
/*SCROLLING A LES DUES BANDES*/
}

a:link, a:active, a:visited{
color: white;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

div#header{
width: 100%;
min-width: 940px;
height: 68px;
background-image: url("titlebg.png");
}

div#languages{
float: right;
margin-top: 12px;
margin-right: 20px;
font-weight: bold;
}

div#title{
color: white;
font-size: 24px;
margin-left: 20px;
text-transform: uppercase;
cursor: pointer;
}

div#title > strong{
font-weight: normal;
font-size: 30px;
}

div#footer{
width: 100%;
min-width: 940px;
height: 40px;
background-color: #055985;
white-space: nowrap;
clear: both;
}

div#leftlinks{
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 9px;
}

div#leftlinks > a{
font-size: 18px;
text-align: center;
width: 150px;
margin-left: 12px;
margin-right: 12px;
}

div#rightlinks{
float: left;
height: 400px;
width: 150px;
border-right: 7px solid #D9DED7;
text-align: center;
background-image: url("snail.png");
background-position: bottom left;
background-repeat: no-repeat;
}

div#maindiv{
width: 733px;
}

div#rightlinks > a{
display: block;
margin-top: 8px;
}

div#imagesat{
font-size: 18px;
text-align: center;
margin-left: 5px;
margin-right: 5px;
display: inline;
color: white;
float: left;
padding-top: 4px;
}

img.linkimage{
border: 0px;
}

div.wrapper{
margin-left: auto;
margin-right: auto;
height: 400px;
margin-top: 25px;
margin-bottom: 25px;
border: #D9DED7 7px solid;
background-color: white;
background-position: bottom left;
background-repeat: no-repeat;
width: 900px;
}

div#image{
padding-top: 18px;
padding-left: 175px;
}

div#textleft{
position: relative;
float: left;
width: 380px;
height: 380px;
}

div#firstparag,div#secondparag{
text-align: justify;
}

div#secondparag, div#bioparag{
margin-top: 10px;
}

div#firstparag:first-letter,div#secondparag:first-letter,div#bioparag:first-letter{
font-weight: bold;
font-size: 16px;
}

div#contactme{
width: 150px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
font-weight: bold;
}

div#bioimage, div#legimage, div#linimage{
float: left;
height: 380px;
}

div#biotext{
float: right;
width: 485px;
margin-right: 30px;
}

div#legtext{
float: right;
width: 560px;
margin-right: 60px;
}

div#lintext{
float: right;
height: 400px;
width: 197px;
padding-left: 3px;
border-left: 7px solid #D9DED7;
}

div#bioparag, div#legparag{
text-align: justify;
}

div#biotitle{
font-size: 14px;
font-weight: bold;
margin-top: 40px;
margin-bottom: 25px;
}

div#legtitle{
font-size: 14px;
font-weight: bold;
margin-top: 120px;
margin-bottom: 25px;
}

div#lintitle{
font-size: 14px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

div.linsubtitle{
font-size: 13px;
font-weight: bold;
margin-bottom: 10px;
}

div.linlinks > a:link, div.linlinks > a:active, div.linlinks > a:visited, div#contactme > a:link, div#contactme > a:active, div#contactme > a:visited{
color: #055985;
font-weight: bold;
text-decoration: none;
}

div.linlinks > a:hover, div#contactme > a:hover{
text-decoration: underline;
}

div.linlinks{
margin-bottom: 10px;
}

/* GALLERY */

.hide { display:none; }

#galcontainer {
	width:900px;
	height:400px;
	background:#111;
	overflow:hidden;
	border:1px solid #333;
	position: relative;
}

#picture_section {
	padding:7px 0 7px 7px;
	width:886px;
	height:365px;
	overflow:hidden;
}
	#inside {
		width:886px;
		height:365px;
	}
	#picture_section img {
		border:0;
		height:105px;
		width:140px;
		float:left;
		background:#333;
		margin-bottom:7px;
		margin-right:7px;
		cursor:pointer;
	}

#controls_vert { 
	background:#222;
	width:900px;
	height:23px;
	border-top:1px solid #333;
}
#controls_horz { 
	background:#222;
	width:900px;
	height:23px;
	border-top:1px solid #333;
	display:none;
}
	#up {
		height:10px;
		width:10px;
		margin-right:7px;
		background:url("../style/up.jpg") no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	#down { 
		height:10px;
		width:10px;
		background:url("../style/down.jpg") no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	#left { 
		height:10px;
		width:10px;
		background:url("../style/left.jpg") no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-bottom:6px;
		cursor:pointer;
	}
	#right { 
		height:10px;
		width:10px;
		background:url("../style/right.jpg") no-repeat;
		text-indent:-9999px;
		float:left;
		margin:7px;
		margin-left:0;
		margin-bottom:6px;
		cursor:pointer;
	}
	
	div#up.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#down.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#right.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }
	div#left.deactivated { opacity:0.2; filter:alpha(opacity=20); cursor:default; }

#display_picture_container {
	position:absolute;
	top: 0px;
	left: 0px;
	width:900px;
	height:365px;
}

#display_picture {
	position:absolute;
	width:896px;
	height:364px;
	background:#000;
	opacity:0.8; filter:alpha(opacity=80); 
	text-align:center;
	font-size:11px;
	padding-top:16px;
}
	
#display_picture_img {
	position:absolute;
	top:10px;
	left:200px;
	height:272px;
	width:830px;
	cursor:pointer;
}