/* ----------------------------------------------------------------------------------------------------------------
//	B O D Y   &   G E N E R A L
//-------------------------------------------------------------------------------------------------------------- */

body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: justify;

	font: 13px georgia, serif normal;

	color: #555555;
}

a:link, a:visited, a:active { color: #891515; font-weight: normal; text-decoration: none; }
a:hover { color: #bbbbbb; text-decoration: none; border-bottom: none; }

input, textarea, select {
	padding: 3px 5px 3px 5px;
	font-family: 'Tahoma', 'Arial', sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

.navcontainer {
	width: 100%;
	height: 42px;
	position: fixed; 
	left: 0px; 
	top: 0px;
	background: url(images/nav_bg.png); 
	background-position: top left;
	background-repeat: repeat-x;
	z-index:10; 
}

#tlooklogo {
	position: absolute;
	top: 42px;
	left: 35px;
}

#contentcontainer {
	position: relative;
	width: 925px;
	top: 100px;
	left: 75px;
	padding: 0px 0px 50px 0px;
}

.petittitre {
	font-family: 'gill', sans-serif;
	font-size: 15px;
	color: #000000;
}

/* used as spacer for the @font safari hack */
.size { font-family: sans-serif; font-weight: normal; font-style: normal; font-size: 11px; }



/*** gallery **/


a.backtogalleries:link, a.backtogalleries:visited, a.backtogalleries:active { font-size: 15px; color: #cf2020; }
a.backtogalleries:hover { color: #871818; }



/*** slideshow **/

#slideshow {
    position: absolute; top: 50px; left: 64px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 267px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
   /* height: 350px;*/
    display: block;
    border: 0;
    /*margin-bottom: 10px;*/
}

.linebreaker {
	clear: both;	
}

.txt_container {
	padding: 0px 0px 0px 20px;	
}

/*-------------------------------------------------------------------------------------------------------------- */

.dates {
	font-weight: bold;
	color: #000000;
}

.gallery_imgdiv {
	float: left;	
}

a.thumblink:link, a.thumblink:visited, a.thumblink:active { display: block; width: 230px; height: 230px; }
a.thumblink:hover { background-color: #000000; filter:alpha(opacity=80);-moz-opacity:0.8;opacity: 0.8;}

.services_dot {
	float: left;
	width: 20px;
	font-weight: bold;
	color: #000000;
}

.services_listtxt {
	float: right;
	width: 97%;	
}






/* --------- MEMBERS old */

.formTitle {
	width: 100px;
	text-align: right;
	float: left;
	padding: 0px 10px 5px 0px;
	font-weight: bold;
	color: #333333;
}

.formInput {

	padding: 0px 5px 5px 0px
}

.imgContainerFloat {
	width: 130px;
	height: 210px;
	float: left;
	background-color: #eeeeee;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 7px 7px;
}

.order_format {
	float: left;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	
	width: 50px;
	padding: 0px 0px 0px 10px;
}

.order_quantity {

}

.orderreview_a {
	height: 10px;
	width: 150px;
	float: left;
	padding: 0px 0px 3px 0px;
}
.orderreview_b {
	height: 10px;
	padding: 0px 0px 3px 0px;
}

