@charset "UTF-8";
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #000000 url(images/bg.jpg) left top no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #ffffff;
}

IMG {
	border:0;
}




.twoColFixLt #container { 
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 	; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 300px 36px 15px 200px;
	font-size:9px;
	color:#232E33;
	text-align:center;
	vertical-align:top;
}

.win.ie .twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 270px 36px 15px 200px;
	font-size:9px;
	color:#232E33;
	text-align:center;
	vertical-align:top;
}

.twoColFixLt #sidebar1 IMG{
	padding: 9px 0;
}

.twoColFixLt #mainContent { 
	margin: 0 px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:600px;
} 

.twoColFixLt #mainContent #utils{ 
	float:right;
	font-size:9px;
	color:#121A1C;
	margin-top:30px;
}

.twoColFixLt #mainContent #utils a, .twoColFixLt #mainContent #utils a:visited{ 
	color:#1F2A2F;
	text-decoration:none;
	padding:3px;
	outline: none;outline-style:none;
	outline-width:0;
}

.twoColFixLt #mainContent #utils a:hover{ 
	color:#4F707E;
	text-decoration:none;
	padding:3px;
}


.twoColFixLt #mainContent #utils a.IN{ 
	color:#FFFFFF;
	text-decoration:none;
	padding:3px;
	font-size:11px;
}


.twoColFixLt #mainContent #menu{
	font-size:11px;
	padding:175px 0 12px 13px;
	color:#32444C;
}

#menu a, #menu a:visited{ 
	padding:4px;
	color:#7099AC;
	text-decoration:none;
	font-size:11px;
	outline-style:none;
	outline-width:0;
}

#menu a:hover{ 
	padding:4px;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}

#menu a.IN{ 
	padding:4px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	outline: none;outline-style:none;
	outline-width:0;
}

#menu a.blanc{ 
	padding:4px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	background:url(images/fleche_bas_menu.gif) top center no-repeat;
	outline: none;outline-style:none;
	outline-width:0;
}

.twoColFixLt #mainContent .submenu{
	font-size:10px;
	padding:0 0 10px 13px;
	color:#32444C;
	margin-top:-10px;
}


#submenu1{
	display:none; 
	margin-left:73px;
}

 #submenu2{
	display:none; 
	margin-left:143px;
}

 #submenu3{
	display:none; 
	margin-left:206px;
}



.mac.gecko #submenu1{
	display:none; 
	margin-left:73px;
}

.mac.gecko #submenu2{
	display:none; 
	margin-left:143px;
}

.mac.gecko #submenu3{
	display:none; 
	margin-left:206px;
}




.win.gecko #submenu1{
	display:none; 
	margin-left:71px;
}

.win.gecko #submenu2{
	display:none; 
	margin-left:135px;
}

.win.gecko #submenu3{
	display:none; 
	margin-left:194px;
}




.win.ie #submenu1{
	display:none; 
	margin-left:71px;
}

.win.ie #submenu2{
	display:none; 
	margin-left:135px;
}

.win.ie #submenu3{
	display:none; 
	margin-left:194px;
}











#submenu12{
	display:none; 
	margin-left:63px;
}

 #submenu22{
	display:none; 
	margin-left:133px;
}

 #submenu32{
	display:none; 
	margin-left:196px;
}



.mac.gecko #submenu12{
	display:none; 
	margin-left:64px;
}

.mac.gecko #submenu22{
	display:none; 
	margin-left:134px;
}

.mac.gecko #submenu32{
	display:none; 
	margin-left:197px;
}




.win.gecko #submenu12{
	display:none; 
	margin-left:62px;
}

.win.gecko #submenu22{
	display:none; 
	margin-left:126px;
}

.win.gecko #submenu32{
	display:none; 
	margin-left:185px;
}




.win.ie #submenu12{
	display:none; 
	margin-left:62px;
}

.win.ie #submenu22{
	display:none; 
	margin-left:126px;
}

.win.ie #submenu32{
	display:none; 
	margin-left:185px;
}















.twoColFixLt #mainContent .submenu a, .twoColFixLt #mainContent .submenu a:visited{
	padding:4px;
	color:#476775;
	text-decoration:none;
	outline: none;outline-style:none;
	outline-width:0;
}

.twoColFixLt #mainContent .submenu a:hover{ 
	color:#FFFFFF;
}

.twoColFixLt #mainContent .submenu a.IN{ 
	padding:4px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	outline: none;
	outline-style:none;
	outline-width:0;
}

.blockquote { 
	margin-left:100px;
}

#mainBox { 
	background: url(images/mainBox_bg.gif) top left no-repeat;
	margin:0;
	padding:4px 20px 0 16px;
	margin-bottom:-12px;
}

#mainBox table { 
	font-size:10px;
}

#mainBox table tr.th{ 
	background:url(images/bg_th.gif) center right;
	font-size:11px;
	color:#FFF;
	padding:12px 0 3px 5px;
}

#mainBox table th{ 
	font-size:11px;
	color:#ffffff;
	padding:30px 3px 7px 5px;
}

#mainBox table td{ 
	padding:4px 5px;
}

#mainBox table td strong{ 
	font-size:120%;
}


#mainBox table td em{
	font-size:150%;
	color:#32476A;
	font-style:normal;
	text-shadow: 3px 3px 3px #000;
}

#mainBox table td em.vert{
	font-size:150%;
	color:#366F47;
}


#mainBox table td.deux{
	padding:4px 5px;
	background-color:#0e0e0e;
}

#mainBox p, #subBox p { 
	padding:0 20px 6px 0;
	font-size:10px;
}

#mainBox a, #subBox a { 
	color:#0086C5;
	text-decoration:none;
	outline: none;
	outline-style:none;
	outline-width:0;
}

#mainBox a:visited, #subBox a:visited {
	color:#0086C5;/*004D72*/
	text-decoration:none;
	outline: none;
	outline-style:none;
	outline-width:0;
}

#mainBox a.vert, #subBox a.vert {
	color:#089141;
	text-decoration:none;
	outline: none;
	outline-style:none;
	outline-width:0;
}

#mainBox a.vert:visited, #subBox a.vert:visited {
	color:#005C2E;
	text-decoration:none;
	outline: none;
	outline-style:none;
	outline-width:0;
}


a.liens12 { 
	color:#0086C5;
	font-size:12px;
}

a.liens12:hover { 
	text-decoration:none;
}

#subBox { 
	background: url(images/subBox_bg.gif) top left no-repeat;
	margin:0;
	padding:4px 20px 0 16px;
	font-size:10px;
	margin-top:20px;
	margin-bottom:-12px;
}

.rounded { 
	background: url(images/photo_bg.gif);
	float:right;
	margin:0 5px 15px 10px;
	padding:7px;
}

.roundedHeadline { 
	padding:0 10px 15px 0px;
}

.roundedHeadline IMG{ 
	background: url(images/photo_bg.gif);
	margin:0 10px 15px 0px;
	padding:7px;
}

.roundedE { 
	background: url(images/photo_bg.gif);
	margin:3px;
	padding:7px;
}

.roundedEJ { 
	background: url(images/photo_bg.gif);
	margin:2px;
	padding:10px;
}


#match{ 
	font-size:10px;
	margin:-10px 0 6px 0;
	color:#FFF;
	border-bottom:1px solid #14191A;
	padding-bottom:4px;
}

#match .cyclone{ 
	font-size:13px;
	color:#293D70;
	padding:0 5px;
}

#match .typhon{ 
	font-size:13px;
	color:#366F47;
	padding:0 5px;
}

#match .adversaire{ 
	font-size:13px;
	color:#FF7F2C;
	padding:0 5px;
}


H1{ 
	font-size:18px;
	font-weight:bold;
	margin:6px 0 26px 0;
	text-transform: uppercase;
}

H2{ 
	font-size:13px;
	font-weight:normal;
	margin:2px 0;
	color:#FF7F2C;
	text-transform: uppercase;
}


H3{ 
	font-size:12px;
	font-weight:normal;
	margin:10px 0 0 0;
	color:#32444C;
	text-transform: uppercase;
}

H4{ 
	font-size:18px;
	font-weight:normal;
	margin:2px 0;
	color:#FF7F2C;
	text-transform: uppercase;
}


#boxBottom { 
	background: url(images/mainBox_bottom.gif) bottom left no-repeat ;
	height:12px;
	margin:0;
}

.btn { 
	background: url(images/btn.jpg) top left no-repeat ;
	font-size:9px;
	width:179px;
	height:24px;
	text-align:center;
	padding-top:10px;
	letter-spacing:1px
}

.btn:hover { 
	background: url(images/btn_over.jpg) top left no-repeat ;
}



.btn a{ 
	color:#0086C5;
	padding:5px 10px;
	text-decoration:none;
	outline: none;outline-style:none;
	outline-width:0;
}


.btn2 { 
	background: url(images/btn2.jpg) top left no-repeat ;
	font-size:9px;
	width:125px;
	height:24px;
	text-align:center;
	padding-top:5px;
	letter-spacing:1px;
}

.btn2:hover { 
	background: url(images/btn2_over.jpg) top left no-repeat ;
}

.btn2 a:visited{ 
	color:#0086C5;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #container #footer{ 
	height:73px;
	background:url(images/bg_footer.jpg) right bottom no-repeat;
	padding:0 0 0 320px;
	font-size:10px;
	color:#4A5C60;
	padding-top:25px;
}

.twoColFixLt #container #footer #comm{ 
	float:right;
	margin-top:-45px;
}
















#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 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Arial, 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; }

