/* Normal, standard links. */
a:link
{
	color: #476C8E;
	text-decoration: none;
}
a:visited
{
	color: #476C8E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{

	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */


/* The main body of the entire forum. */
body
{ 

	margin: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
}


textarea
{
	color: #000000;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #FFFFFF;
}

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #E0E1E8;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	background: url(images/titlebg.jpg) #E9F0F6 repeat-x;
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(images/catbg.jpg) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{

	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-family: verdana, sans-serif;
}
.middletext
{
}
.normaltext
{
}
.largetext
{
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;

	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;

	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: left;
	font-weight: bold;

	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}


html, body {
	scrollbar-face-color:#ececec;
    scrollbar-arrow-color:#999;
    scrollbar-track-color:#fff;
    scrollbar-shadow-color:#fff;
    scrollbar-highlight-color:#ccc;
    scrollbar-3dlight-color:#fff;
    scrollbar-darkshadow-Color:#fff;
}
ul, li {padding:0; margin:0;}



/****  DEBUT AJOUT ****/ 

html{
	font-family: sans-serif,Verdana, Geneva,  Helvetica;;
	font-size: 11px;
	padding:0;
	margin:0;
}




body{
	font-family: sans-serif,Verdana, Geneva,  Helvetica;;
	font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	width: 995px;
}


p{
  font-family: sans-serif,Verdana, Geneva,  Helvetica;;
	color: Black;
	background-color:	transparent;
}


#global {
   margin-left: auto;
   margin-right: auto;
   width: 995px;
   text-align: left; 
   top: -10px;
   left: 0px;
   position: relative;
}
	 
	 

a{
	text-decoration: none;
	color: #356AB4;
	background-color: transparent;
}
h1 a{
	color: Black;
	background-color: transparent;
	font-family: Helvetica,Arial,sans-serif,Verdana, Geneva;
}
p a{
	color: Black;
	background-color:	transparent;
}


#container{
top: -10px;
	width: 995px;

	background:#fff;
}
#ventre{
position: relative;
  
	float: left;
	margin: 0 0 0 0;
}

#footer{
	margin: 0 0 0 18px;
	width: 985px;
	height: 57px;
	background-image: url(/icons/footer.gif);
	clear: both;
	color: White;
	text-align: center;
	font-size: 10px;
	background-color: transparent;
}
#footer a{
	color: White;
	background-color: transparent;
}
#footer p{
	padding: 3px 0 0 0;
	margin: 2px 0 0 0;
	color: #D6E6FA;
	background-color: transparent;
}

#header{
   background: no-repeat url(../images/header_bg.gif);
	 padding:0;
	 margin:0;
	 width:997px;
	 height: 163px;	
	 
}	

#footer2{
	margin: 0;
	width: 995px;
	height: 200px;
	
	clear: both;
	color: #7b7b7b;
	font-size: 10px;
	position: relative;
	display: block;
}



.footerliste1 ul.liste li,
.footerliste1f ul.liste li,
.footerliste2 ul.liste li,
.footerliste2f ul.liste li,
.footerliste3 ul.liste li,
.footerliste3f ul.liste li,
.footerliste4 ul.liste li,
.footerliste4f ul.liste li {
	margin-bottom: 2px;
	padding: 0;
	display: block;
	width: auto;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

.footerliste5f .listerss1 ul.liste li,
.footerliste5f .listerss2 ul.liste li  {
	margin-bottom: 2px;
	padding: 0;
	padding: 0;
	list-style: none;
}


.footerliste1 ul.liste li.gris,
.footerliste1f ul.liste li.gris {
	color: #a7a7a7;
	margin-left: 10px;
	padding: 0;
	}



.footerliste1 ul.liste li.bleu,
.footerliste1f ul.liste li.bleu,
.footerliste2 ul.liste li.bleu,
.footerliste2f ul.liste li.bleu,
.footerliste3 ul.liste li.bleu,
.footerliste3f ul.liste li.bleu,
.footerliste4 ul.liste li.bleu,
.footerliste4f ul.liste li.bleu,
.footerliste5 ul.liste li.bleu,
.footerliste5f ul.liste li.bleu {
	color: #88a4cc;
	margin-left: 10px;
	padding: 0;
	}



.footerliste3 ul.liste li.copyright,
.footerliste3f ul.liste li.copyright {
	font-size: 10px;
	color: #6f6f6f;
	margin-left: 10px;
	padding: 0;
	}



.footerliste1 ul.liste li a,
.footerliste1f ul.liste li a {
	color: #747474;
	text-decoration: none;
}


.footerliste2 ul.liste li a,
.footerliste2f ul.liste li a {
	color: #636363;
	text-decoration: none;
}


.footerliste3 ul.liste li a,
.footerliste3f ul.liste li a {
	color: #6f6f6f;
	text-decoration: none;
}


.footerliste4 ul.liste li a,
.footerliste4f ul.liste li a {
	color: #a7a7a7;
	text-decoration: none;
}

ul.liste {
	list-style: none;

}

.footerliste5 ul.liste li a {
	color: #3064af;
	text-align: center;	
	margin: 0;
	padding: 0;
	text-decoration: none;
}


.footerliste5f ul.liste li a {
	color: #6f6f6f;
	text-align: center;	
	margin: 0;
	padding: 0;
	text-decoration: none;
}



.footerliste1 ul.liste li a:hover,
.footerliste1f ul.liste li a:hover,
.footerliste2 ul.liste li a:hover,
.footerliste2f ul.liste li a:hover,
.footerliste3 ul.liste li a:hover,
.footerliste3f ul.liste li a:hover,
.footerliste4 ul.liste li a:hover,
.footerliste4f ul.liste li a:hover,
.footerliste5f .listerss1 ul.liste li a:hover,
.footerliste5f .listerss2 ul.liste li a:hover,




.footerliste5 ul.liste li a:hover,
.footerliste5f ul.liste li a:hover {
	color: #aec4de;
	text-align: center;	
	margin: 0;
	padding: 0;
	text-decoration: none;
}



.footerliste1 ul.liste li a:visited,
.footerliste1f ul.liste li a:visited,
.footerliste2 ul.liste li a:visited,
.footerliste2f ul.liste li a:visited,
.footerliste3 ul.liste li a:visited,
.footerliste3f ul.liste li a:visited,
.footerliste4 ul.liste li a:visited,
.footerliste4f ul.liste li a:visited,
.footerliste5 ul.liste li a:visited,
.footerliste5f ul.liste li a:visited {

	text-decoration: none;
}


.footerliste1, .footerliste1f {
	padding-top: 5px;
	float: left;
	display: block;
	text-align: left;		
}


.footerliste1 {
	width: 175px;
	height: 136px;
	background: url(/expat/images/fond_footer1bis.gif) no-repeat;
}


.footerliste1f {
	width: 175px;
	height: 160px;
	background: url(/expat/images/fond_footer1bis2.gif) no-repeat;
}


.footerliste2, .footerliste2f, .footerliste3, .footerliste3f, .footerliste4, .footerliste4f, .footerliste5f {
	padding-top: 5px;
	margin-left: 3px;
	float: left;	
	display: block;
	text-align: left;				
}


.footerliste2 {
	width: 210px;
	height: 136px;
	background: url(/expat/images/fond_footer2.gif) no-repeat;
}



.footerliste2f {
	width: 296px;
	height: 150px;
	background: url(/expat/images/fond_footer4bis2.gif) no-repeat;

}


.footerliste3 {
	width: 210px;
	height: 136px;
	background: url(/expat/images/fond_footer3.gif) no-repeat;
}


.footerliste3f {
	width: 220px;
	height: 150px;
	background: url(/expat/images/fond_footer3bis2.gif) no-repeat;
}


.footerliste4 {
	width: 208px;
	height: 136px;
	background: url(/expat/images/fond_footer4.gif) no-repeat;
}

.footerliste4f {
	width: 131px;
	height: 150px;
	background: url(/expat/images/fond_footer2bis2.gif) no-repeat;

}


.footerliste5 {
	text-align: center;
	padding-top: 5px;
	margin-left: 5px;		
	float: left;
	display: block;
	width: 175px;
	height: 136px;
	background: url(/expat/images/fond_footer5bis.gif) no-repeat;
}


.footerliste5f {
	width: 160px;
	height: 150px;
	background: url(/expat/images/fond_footer5bis2.gif) no-repeat;
}

#services {
		position:absolute;
		vertical-align: absbottom;
		width:995px;
		left:0px;
		color:#DDDDDD;
		top:135px;		
	}

/* menu bar style*/

#menubar {
    font-family: Arial,sans-serif,Verdana, Geneva,  Helvetica;;
	  font-size: 12px;
    top:1px;
		position:absolute;
		vertical-align: middle;
		width:995px;
		left:20px;
		height: 25px;
		padding-top:0px;
		top:105px;
	}
	
	#menubar a {
	  font-family: Arial,sans-serif,Verdana, Geneva;
	  font-size: 12px;
	  top:50px;
	  vertical-align: middle;
		color:#EEEEEE;
		letter-spacing:1px;
		border:0px solid #305274;
		padding-left:5px;
		padding-right:5px;
		text-decoration:none;
	}
	#menubar a.active {
	  font-family: Arial,sans-serif,Verdana, Geneva;
	  font-size: 12px;
	  top:50px;
	  vertical-align: middle;
		border-bottom-color:#305274;
		border-right-color:#305274;
		border-left-color:#305274;
		border-top-color:#305274;
	}
	.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #BBBBBB;
		background-color:#FFFFFF;
	}
	.menu a {
	  font-family: Arial, sans-serif,Verdana, Geneva;
	  font-size: 12px;
		color:#305274;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
	}
	.menu a:hover {
	  font-family: Arial,sans-serif,Verdana, Geneva;
	  font-size: 12px;
		background-color:#305274;
		color:#FAF7E1;
	}
	
	
	.menu tr:hover {
		background-color:#305274;
		color:#FAF7E1;
	}



#Main{
    float: left;
	width: 480px;
	margin:0px 0px 0px 0px;

}

#forum{
    float: left;
	width: 840px;
	margin:0px 0px 0px 0px;

}

#topnewstop{
background:no-repeat url(../images/border-top.gif);
width:475px; height:8px
}
#topnewsbottom{
background:no-repeat url(../images/border-bottom.gif);
width:475px;
height:8px
}

#topnewsborder{
background:url(../images/main_news_border.gif); 
width:475px;
height:475px; 

}
#topnews{
background:no-repeat url(../images/main_news_bg.gif); 
width:475px;
height:475px;
overflow:hidden; 
text-align: left; 
}


#faq{
background:no-repeat url(../images/main_news_bg.gif); 
width:475px;
height:475px;
overflow:hidden; 
text-align: left; 
}

.faq_title
{
  font-size:16px;
	font-weight:bold;
	color:#239fbe;
}


.faq_question a
{
  font-size:12px;
	font-weight:bold;
	color:#333333;
}
{
  font-size:12px;
	font-weight:bold;
	color:#239fbe;
}


.faq_bg table tr {
	font-size:12px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}


.titre1{
font-size: 20px;
font-weight:bold;
color:#0078d5;
}

.titreadv{
font-size: 20px;
font-weight:bold;
color:#3a669d;
}
p#advcontent1:first-letter { color : #3a669d; font-size : 35px; float:left;margin:0px 5px 5px 0px; }



.titre2{
font-size: 20px;
font-weight:bold;
color:#0795b9;
}

.titre3{
font-size: 16px;
font-weight:bold;
color:#88c000;
}
.auteur{
font-style: italic; 
font-size: 11px;
}

p#topnewscontent1:first-letter { color : #0078d5; font-size : 35px; float:left;margin:0px 5px 5px 0px; }
p#topnewscontent2:first-letter { color : #0795b9; font-size : 35px; float:left;margin:0px 5px 5px 0px; }
p#topnewscontent3:first-letter { color : #88c000; font-size : 35px; float:left;margin:0px 5px 5px 0px; }

table.topnews1 td {
border-bottom:#BBBBBB 1px solid;
font-family: Arial;
	font-size: 12px;
	color:#444444;
	margin: 0 0 0 0 ;
	vertical-align:top;
	text-align:left
}


#sponsornewsborder{
background:url(../images/main_news_border.gif); 
width:475px;

}
#sponsornews{
background:no-repeat url(../images/main_news_bg.gif); 
width:475px;

overflow:hidden; 
text-align: left; 
}

 

#sponsornewscontent{

width:475px;

margin-left:15px;
overflow:hidden; 
text-align: left; 
}








#articleborder{
background:url(../images/main_news_border.gif); 
width:475px;
}
#article{
background:no-repeat url(../images/main_news_bg.gif); 
width:475px;
overflow:hidden; 
text-align: left; 
}

#faq{
background:no-repeat url(../images/faq_bg.gif); 
width:475px;
overflow:hidden; 
text-align: left; 
}


#articlecontent{
width:475px;
margin-left:15px;
overflow:hidden; 
text-align: left; 
}

#droite{
    top: -10px;
	float: right;
	margin:0px 0px 0px 0px;
	width: 150px;
}


#Middle{
top: -10px;
	float: left;
	width: 150px;
	margin:0px 0px 0px 6px;
}


#Droite02,#Droite03,#Droite04,#Droite05,#Droite06,#Droite07,#Droite08,#Droite09,#Centred04, #Centred05{
font-family: sans-serif;
 font-size:12px;
 
	/*overflow:hidden;*/
	width:350px;

	float: left;
	margin:10 0 0 0;
	/*z-index:0;*/
}


#Droite01{
font-family: sans-serif,Verdana, Geneva, Arial, Helvetica;
 font-size:12px;
 top: 10px;

	width:350px;
	float: left;
	margin: 0 0 0;
	/*z-index:0;*/
}


#newsletter{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
    border:#CCCCCC 1px solid;
	background:#ebebeb;
	width:350px;
    height:180px;
	float: left;
	margin:15 0 0 0;

}

#gallery{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size:12px;

	width:350px;
	float: left;
	margin: 10 0 0 0;
	/*z-index:0;*/
}



.carousel-component .carousel-list li { 
    width:440px; /*75 + 2 + 2 + 1 + 1 */
    height:470px;
	margin-top:8px;
	left:0px;
	text-align:left;
}

.carousel-component .carousel-list li a { 
    display:block;

    outline:none;
    
}

.carousel-component .carousel-list li a:hover { 

}

.carousel-component .carousel-list li.active a { 

}

.carousel-component .carousel-list li img { 
    border:1px solid #999;
    display:block; 
}

.carousel-component .carousel-list li strong { 
    display:block; 
}
                                    
.carousel-component .carousel-prev { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    right:70px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:0px;
    z-index:3;
    cursor:pointer; 
    right:55px; 
}

.carousel-component .carousel-clip-region { 
	  width:460px; /*75 + 2 + 2 + 1 + 1 */
    height:470px;
	margin-top:8px;
	left:8px;
	text-align:left;
}



/* gallery css */
#gallery {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 350px; /* important */
	height: 98px; /* important */

	background: #FFF;
}

#gallery_frame {
position: relative;
width: 350px;
height: 28px;
background:url(../images/cell_bg.gif)
}
#gallery_previous {
position:absolute;
top:8px;
right:20px; 

}
#gallery_next {
position:absolute;
top:8px;
right:6px; 
}

#gallery_title {
position:absolute;
top:8px;
left:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333; 
}

#gallery_content {
	position: absolute;
	top: 0;
	margin-left: 10px;
}

#gallery_content
#gallery_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#gallery_content {
		width: 5418px;
	}
	
	#container_bd {
		display: block;
		float: left;
		margin-top: 15px;
		
	}

	
	#container_bd #gallery ul li {
		display: block;
		float: left;
		margin: 5px;
		padding: 0px;
		border: 1px solid #666;
		background-color: #000;
	}



