@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(/images/orange.png) repeat-x;
    background-color: #ff6c07;
	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-left: auto;

	/*height: 100%;*/
}
#header {

}
#banner {
	height: 25px;
	margin-left: 250px;

}
.cadre {
	border: 1px solid #CCCCCC;
	padding-left: 0px;
	padding-right: 0px;
}
.petitcadre {
	background-color:#EFEFEF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;

}
.postit {
	background-image: url("images/postit2.jpg");
	background-repeat:no-repeat;
	background-position:center;
	height: 350px;
}
.requete {
	text-align:left;
	font-size:11px;
	font-color:#000;
}
.inscription {
	display:none;
}
.oberthurcb {
	background-image: url("images/oberthur_cb.jpg");
	background-repeat:no-repeat;
	background-position:left;
}
#logo {
	height: 180px;
	padding-top: 20px;
	background-image: url("images/banMM.jpg");
	background-repeat:no-repeat;
}
a {
	color: #808080;
	text-decoration: none;
}

#content {
	width: 980px;
	margin-top: 20px;
	padding-top: 20px;
	background-color: #fff;
	height: auto;
}
#content:after {
	content : ""; /* On génère une chaine vide */
	display : block;
	clear : both;
}
fieldset {
	border: 1px solid #CCCCCC;
}
#leftColumn {
	float: left;
	width: 200px;
	line-height: normal;
	margin-top: 80px;
	margin-left: 15px;
}
#rightColumn {
	float: right;
	width: 715px;
	vertical-align: middle;
	height: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 10px;
	margin-right: 15px;
}
#footer {
	clear: both;
    background: url(images/bg_footer.png) no-repeat;
	height: 65px;
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	padding-bottom: 30px;

}
h1 {
	color: #333;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	border-bottom: 2px solid #333;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	color: #000;
	font-size: 13pt;
	vertical-align: middle;
	font-family: Calibri;
}
p {

}
.li_actif {
	background-color: #CCCCCC;
}
.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: 120px;
	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-left: 1px solid #666666;
	text-decoration: none;
}
#menuDeroulant li a:hover 
{
	background-color: #CCCCCC;
}
/*
#menuDeroulant li a:active {
	background-color: #ee9414;
}
*/

#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: 120px;
	border-top: 1px solid transparent;
	text-align: center;
	clear:both;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #808080;
	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: #CCCCCC;
}

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

