@charset "utf-8";

html  {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
body  {
	font: normal 76% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	background: url(http://www.tsr-competition.com/images/layout_waveorange.png) repeat-x;
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #574210;
	min-height: 100%;
}
img{
   border:0px;
}
#wrapper {
	width: 980px;
	text-align: justify;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat:repeat-y;
	height: 100%;
}
#header {

}
#banner {
	height: 25px;
	background-image: url(http://www.tsr-competition.com/images/banbottom.png);

}
#logo {
	height: 175px;
	background-image: url(http://www.tsr-competition.com/images/bantop.png);
	background-repeat: no-repeat;
}
a {
	color: #574210;
	text-decoration: none;
}

#content {
	margin: 30px 15px 15px 15px;
}
#fieldset {
	
	margin: 0px 10px 0px 10px;
}
#leftColumn {
	float: left;
	width: 450px;
	line-height: 1;
	margin-top: 15px;
	padding-left: 15px;
}
#rightColumn {
	float: right;
	width: 450px;
	vertical-align: middle;
	height: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-right: 15px;
}
#footer {
	clear: both;
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;

}
h1 {
	color: #EE9414;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 2px solid #A7A37E;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	/*background: url(../images/bg_dot.gif) repeat-x bottom;*/
	color: #0099FF;
	font-size: 14pt;
	vertical-align: middle;
	font-family: Calibri;
}
p {
	line-height: 1.2;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.more {
	text-align: right;
}


#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(http://www.tsr-competition.com/lightbox/prevlabel.jpg) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
background: url(http://www.tsr-competition.com/lightbox/nextlabel.jpg) right 15% 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; }


/* ------------------------------------------------------------------------------------
Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	width: auto;
	height: 21px;
	list-style-type: none;
	padding: 0px;
	border:0px;
	margin:0px auto 0px auto;
	position:absolute;
}
#menuDeroulant li
{
	float:left;
	width: 130px;
	padding: 0;
	border: 0;
	text-align:center;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #808080;

	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #666666;
	text-decoration: none;
}
#menuDeroulant li a:hover 
{
	background-color: #EE9414;
}
#menuDeroulant li a:active {
	background-color: #FFFFFF;
}

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position:relative;
}
#menuDeroulant .sousMenu li
{
	/*float: none;*/
	margin: 0;
	padding: 0;
	border: 0;
	width: 130px;
	border-top: 1px solid transparent;
	text-align: center;
	clear:both;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #735311;
	margin: 0;
	border: 0;
	text-decoration: none;
	background:  transparent url("http://www.tsr-competition.com/images/fondTR2.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #EE9414;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

