/* Global styles */

html{ font-size:11px; overflow-x: auto; }

body {

	background-color:#093366;
	background-repeat: repeat-x;
	margin-top: 0px;

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-align: center;	margin: 0; padding: 0;}



/* Global link styles */

a:link,a:active,a:visited,a:hover{color: #005BAE;text-decoration: none;}
a:hover{color: #C8057F;text-decoration: underline;}

img{border: 0; /* stops linked images having borders */}


/* Default table widths */
table{width: 100%;}

td{vertical-align: top;font-size: 11px;}

/* Container and main design */

#container{	width: 980px;margin: 0 auto 0 auto;	text-align: left;padding: 0; background: #fff url(../../../images/frontend/DefaultV2/page_bg.gif) repeat-y;}

#wrapper{}

#banner{height: 40px; width: 980px;margin: 16px auto 0 auto;}

#banner_content{height: 96px;}


/***************************************************/
/*********** BARRE HAUT ****************************/
/***************************************************/
#top_bar{margin: 6px auto 0 auto;width:980px;background-image:url(../../../images/frontend/DefaultV2/header.gif);color: #ffffff;height: 45px;}
#top_bar .title2{margin-left:26px;float:left;height:45px;line-height:45px;font-size:16px;font-family: "Lucida Grande", Arial, Sans-serif; text-decoration:none;}
#top_bar .top_user{margin: 0;display:block;padding-left:50px;border: 0;	line-height:45px;float:left;}
#top_bar .top_user a{color:#fff;font-size:13px;text-decoration:none;font-family: "Lucida Grande", Arial, Sans-serif;}
.top_active {color:#FFF;}
#top_bar .top_user a:hover{color:#FFF;text-decoration:underline;}
#top_bar.top_user a:visited{color:#7d7d7d;}






.jqueryslidemenu{
font: bold 12px Verdana;
width: 40px; 
float:left;
margin:10px 10px 0 0;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #BE1276; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #BE1276; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
padding: 0px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 39px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}








.jqueryslidemenu2{

}

.jqueryslidemenu2 ul{
height: 40px;
margin: 0;
padding: 0 1px 0 1px;
position: relative;
z-index: 12;
list-style:none;
float:left;
}

/*Top level list items*/
.jqueryslidemenu2 ul li{
float: left;
margin: 0;
height: 40px;
position: relative;
z-index: 99999;
}

/*Top level menu link items style*/
.jqueryslidemenu2 ul li a{
	font: normal 13px "Lucida Grande", Arial, Sans-serif;
    display: block;
    margin: 1px 0 0 0;
    color: #888;
	height: 25px;
    padding: 13px 20px 0 20px;
    outline: none;
    float: left;
    display: inline;
    position: relative;
	z-index: 5000;}

* html .jqueryslidemenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu2 ul li a:link, .jqueryslidemenu2 ul li a:visited{
}

.jqueryslidemenu2 ul li a:hover{
 /*tab link background during hover state*/
	background: #fff;
	color: #000000;
	height: 25px;
	text-decoration: none;
}

.jqueryslidemenu2 ul li a.selected {
    background: #fff;
	color: #C8057F;
	height: 26px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
	
    padding: 13px 20px 0 20px;
	font-size: 12px;
    position: relative;
    font-weight: bold;
    z-index: 5;
}

.jqueryslidemenu2 ul li.first a.selected {
	background: url(../../../images/frontend/DefaultV2/page_top_nav_selected.gif) no-repeat;
	/* -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; */
	border-left: none;
	margin-left: 0;
}

	
/*1st sub level menu*/
.jqueryslidemenu2 ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
top:0;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu2 ul li ul li{
background-color:#f0efef;
height:25px;
line-height:25px;
margin:0;
padding:0;
border-bottom: 1px solid #ccc;
}


/* Sub level menu links style */
.jqueryslidemenu2 ul li ul li a{
font: normal 12px "Lucida Grande", Arial, Sans-serif;
width: 140px; /*width of sub menus*/
height:25px;
line-height:25px;
margin:0;
padding:0;
border-bottom: 1px solid #ccc;
}

.jqueryslidemenu2 ul li ul li a:hover{
 /*tab link background during hover state*/
	background: #fff;
	color: #000;
	height: 26px;
	text-decoration: none;
	border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}








.bouton {float:right;margin-top:10px;margin-right:5px;}

#bouton-css{
  background-image:url(../../../images/frontend/DefaultV2/bt_c_d.gif);
  background-repeat:no-repeat;
  background-position:100% 0;
  height:25px;
  display:inline-block;
  padding-right:8px; /* épaisseur de l'arrondi */
  line-height:25px; /* hauteur de l'image */
  vertical-align:middle;
  color:#FFF;
  font-family: "Lucida Grande", Arial, Sans-serif;
  font-size: 10px;
  font-weight:bold;
  margin-right:5px;
}
#bouton-css span{display:inline-block;
  background-image:url(../../../images/frontend/DefaultV2/bt_c_g.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  height:25px; /* hauteur de l'image */
  padding-left:8px; /* épaisseur de l'arrondi */
  white-space:nowrap; /* pas de retour à la ligne */
  color:#FFF;
  font-family: "Lucida Grande", Arial, Sans-serif;
  font-size: 10px;
  font-weight:bold;
}
#bouton-css:hover span{
  background-position:0 -25px;
}
#bouton-css:hover{
  background-position:100% -25px;
}


#top_search{
	float: right;
	margin-right: 20px;
	line-height:45px;
}

#top_search input.top_input{
	background-image:url(../../../images/frontend/DefaultV2/bg_search.jpg);
	border: 0;
	color: #3E3E3E;
	width:149px;
	padding: 0 2px 0 10px;
	line-height:25px;
	height: 25px;
	font-size: 11px;
	margin: 0 0 2px 0;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top_search input.top_submit{
	background-image:url(../../../images/frontend/DefaultV2/bg_submit.jpg);
	border: 0;
	width:29px;
	height: 25px;
	margin: 0 0 2px 0;
	vertical-align: middle;
	cursor:pointer;
}
#top_search input.top_submit:hover{
	background-image:url(../../../images/frontend/DefaultV2/bg_submit2.jpg);
	border: 0;
	width:29px;
	height: 25px;
	margin: 0 0 2px 0;
	vertical-align: middle;
	cursor:pointer;
}

#top_search img { vertical-align:middle; }

#top_search input.top_btn{

	margin: 0;
	font-size: 0;
	
	vertical-align: middle;
}




#banner_text/*,
#banner_sdw*/{
	padding: 10px 0 0 40px;
	font-size: 40px;
	color: #808080;
	font-weight: bold;
	letter-spacing: -3px;
}
#banner_text span{
	color: #328ccc;
}


/***************************************************/
/*********** MENU HAUT ****************************/
/***************************************************/

.page_top_nav_container {
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../../../images/frontend/DefaultV2/page_top_nav_bg.png) no-repeat;
	width:980px;
}

ul.page_top_nav {
	height: 40px;
	margin: 0;
	padding: 0 1px 0 1px;
	position: relative;
	z-index: 12;
	list-style:none;
	float:left;
}

ul.page_top_nav li {
    float: left;
	margin: 0;
	height: 40px;
	position: relative;
	z-index: 99999;
}

ul.page_top_nav li a {
    display: block;
    margin: 1px 0 0 0;
    color: #888;
	height: 26px;
    padding: 13px 20px 0 20px;
    border-right: 1px solid #d7d7d7;
    outline: none;
    float: left;
    display: inline;
    position: relative;
	z-index: 5000;
}

ul.page_top_nav li a:hover {
	background: #fff;
	color: #222;
	height: 25px;
	text-decoration: none;
}

ul.page_top_nav li a.selected {
    background: #fff;
	color: #222;
	height: 26px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
	margin-left: -1px;
    padding: 13px 20px 0 20px;
	font-size: 12px;
    position: relative;
    font-weight: bold;
    z-index: 5;
}

ul.page_top_nav li.first a.selected {
	background: url(../../../images/frontend/DefaultV2/page_top_nav_selected.gif) no-repeat;
	/* -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; */
	border-left: none;
	margin-left: 0;
}


#upload{
	float: right;
	padding: 0px 0px 0 0;
}


#upload-bouton{
  background-image:url(../../../images/frontend/DefaultV2/bt_c_d2.gif);
  background-repeat:no-repeat;
  background-position:100% 0;
  height:24px;
  display:inline-block;
  padding-right:8px; /* épaisseur de l'arrondi */
  line-height:24px; /* hauteur de l'image */
  vertical-align:middle;
  color:#FFF;
  font-family: "Lucida Grande", Arial, Sans-serif;
  font-size: 10px;
  font-weight:bold;
  margin-right:5px;
}
#upload-bouton span{
  display:inline-block;
  background-image:url(../../../images/frontend/DefaultV2/bt_c_g2.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  height:24px; /* hauteur de l'image */
  padding-left:8px; /* épaisseur de l'arrondi */
  white-space:nowrap; /* pas de retour à la ligne */
  color:#FFF;
  font-family: "Lucida Grande", Arial, Sans-serif;
  font-size: 11px;
  font-weight:bold;
}
#upload-bouton:hover span{
  background-position:0 -24px;
}
#upload-bouton:hover{
  background-position:100% -24px;
}

.uploadbox { float:right; margin:8px;}
.uploadbox a{color:#ffffff; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; }
.uploadbox a:hover{color:#ffffff; text-decoration:none; }
.uploadbox a:visited{color:#ffffff; }


#tab_end{
	background: #D6D6D6;
	padding: 8px;
	color: #006600;
	text-align:center;
}

#tab_end a:link,
#tab_end a:active,
#tab_end a:visited,
#tab_end a:hover{
	color: #344D75;
	font-weight: bold;
	text-decoration: none;
}

#tab_end a:hover{
	color: #344D75;
	text-decoration: underline;
}

#content{
	padding: 15px 8px 8px 8px;
}

.border{
	border: 1px solid #CCCCCC;
	background: #F8F8F8;
}

.border2{
	border: 1px solid #CCCCCC;
}

.border4{
	border: 1px solid #CCCCCC;
	background: #F8F8F8 url(../../../images/frontend/DefaultV2/backgound-header.jpg);
}

.header,
.m_header,
.maintitle{
	background: #DEDEDE url(../../../images/frontend/DefaultV2/maintitle.gif) repeat-x 0 100%;
	padding: 6px;
	color: #000000;
	font-weight: bold;

}

.header span.cat,
.m_header span.cat,
.maintitle span.cat{
	float:right;
	color: #FFF;
	font-weight:bold;
}

.m_header a:link,
.m_header a:active,
.m_header a:visited,
.m_header a:hover,
.header a:link,
.header a:active,
.header a:visited,
.header a:hover,
.maintitle a:link,
.maintitle a:active,
.maintitle a:visited,
.maintitle a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.m_header a:hover,
.header a:hover,
.maintitle a:hover{
	text-decoration: underline;
}

.header img{
	vertical-align: middle;
}

.main_content{
	padding: 8px;
}


/********************************************/
/********** FOOTER *************************/
/*******************************************/

#footer_pub{background-image:url(../../../images/frontend/DefaultV2/footer-fond-pub.jpg);	width:980px; height:138px; margin:0 auto 0 auto;}

#footer_box{
	width:978px;
	margin:0 auto 0 auto;
	background: #161717;
	text-align: left;
	border: 1px solid #CCCCCC;
	
}
#footer_bas{background-image:url(../../../images/frontend/DefaultV2/bg_footer.gif);	width:980px; height:39px; text-align: left; margin:0 auto 0 auto;}

#footer_col{
	width: 90%;
	margin: 2px 0 2px 0;
}

#footer_col td{
	width: 25%; /* 100% divided by number of columns */
	padding: 5px 5px 5px 15px;
}

#footer_col td.end{
	border: 0;
}

#footer_col a:link,
#footer_col a:active,
#footer_col a:visited{
	color: #ffffff;
	font-size:12px;
	font-family: "Lucida Grande", Arial, Sans-serif;
}

#footer_col a:hover{
	color:#49CB08;
	text-decoration:none;
}

.copyright{
	text-align: center;
	padding: 5px;
}

.copyright a:link,
.copyright a:active,
.copyright a:visited,
.copyright a:hover{
	color: #328ccc;
	text-decoration: none;
}

.content{
	padding: 8px;
}

.box{
	border: 1px solid #CCCCCC;
	background: #F8F8F8;
	padding: 10px;
	margin: 5px 0 5px 0;
}

.title{
	border-bottom: 1px solid #cfcfcf;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}

.title a:link,
.title a:active,
.title a:visited,
.title a:hover{
	text-decoration: none;
}

.title span{
	font-size: 11px;
	font-weight: normal;
	float: right;
}

.box img.img{
	border: 2px solid #868686;
	margin: 0 12px 8px 0;
}



/* Pagination */

/**** page links **********************************************/
#pageLinks{
	padding: 10px 15px 3px 0;
	font-size: 11px;
	font-weight: bold;
	line-height:25px
}
	#pageLinks em{
		font-style: normal;
		padding: 1px 4px 2px 4px;
		background: #328ccc;
		color: #fff;
		text-decoration: none;
		border: 1px solid #3676ac;
	}
	#pageLinks a:link,
	#pageLinks a:active,
	#pageLinks a:visited,
	#pageLinks a:hover{
		padding: 1px 4px 2px 4px;
		border: 1px solid #838383;
		background: #e3e3e3;
		text-decoration: none;
	}
	#pageLinks a:hover{
		background: #fff;
		color: #328ccc;
		text-decoration: none;
	}
		

/* Left navigation styles */

.lnav{
	border: 1px solid #CCCCCC;
	background: #f8f8f8;
}
.lnav a:link,
.lnav a:active,
.lnav a:visited,
.lnav a:hover{
	text-decoration: none;
}

.lnav_l,
.lnav_d{
	background-color: #f8f8f8;
	background: url(../../../images/frontend/DefaultV2/nav.gif) no-repeat 10px 50%;
	display: block;
	padding: 3px 0 3px 25px;
}
.lnav_d{
	background-color: #e3e3e3;
}


/* Side navigation */                                                /* Why so many???? */

#search_nav{
	width: 250px;
	vertical-align: top;
	padding-right: 8px;
}

#group_nav{
	width: 300px;
	vertical-align: top;
	padding-right: 8px;
}

#profile_nav{
	width: 250px;
	vertical-align: top;
	padding-right: 8px;
}

#media_nav{
	width: 300px;
	vertical-align: top;
	padding-left: 8px;
}

#nav{
	width: 180px;
	vertical-align: top;
	padding-right: 8px;
}




/* Other */

.clear{
	clear: both;
}

.input,

.button{
	border: 1px solid #969696;
	padding: 5px;
	background: #FFF;
	color: #666;
	font-size: 10px;
	margin: 1px;
	display: inline;
}

.button{
	background: #40B307;
	padding: 5px;
	font-weight: bold;
	color:#FFF;
	cursor:pointer;
}
.button:hover{
	color:#000000;
	
}

input {
	/*border: 1px solid #969696;*/
}

textarea {
	/*border: 1px solid #969696;*/
}

/* Admin only styles */

a.admin_button:link,
a.admin_button:active,
a.admin_button:visited,
a.admin_button:hover{
	background: #e2e2e2;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #3E3E3E;
	margin: 1px;
	border: 1px solid #c3c3c3;
	width: auto;
	vertical-align: middle;
	float: right;
	text-align: center;
	display: block;
	text-decoration: none;
}
a.admin_button:hover{
	color: #3E3E3E;
	background: #ffffff;
	border:1px solid #3E3E3E;
	
}

.admin_button img{
	vertical-align: middle;
	border:0;
}



















.fm_des{
	background: #F8F8F8;
	border-bottom: 1px solid #666664;
	padding: 4px;
	margin: 4px 0 4px 0;
}

.shadetabs{
	height: 25px;
	position: relative;
	top: 1px;
}
.shadetabs ul{
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
	display: block;
	float: left;
	margin: 0;
	margin-right: 1px;
	padding: 0 0 0 5px;
	background: url(../../../images/frontend/DefaultV2/tabs_small.gif) no-repeat 0 0;
}

.shadetabs li a:link,
.shadetabs li a:active,
.shadetabs li a:visited,
.shadetabs li a:hover{
	text-decoration: none;
	padding: 6px 10px 6px 5px;
	display: block;
	float: left;
	color: #808080;
	background: url(../../../images/frontend/DefaultV2/tabs_small.gif) no-repeat 100% 0;
}

.shadetabs li a:visited{
	color: #808080;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #808080;
}

.shadetabs li.selected{
	background: url(../../../images/frontend/DefaultV2/tabs_small.gif) no-repeat 0 -25px;
}

.shadetabs li.selected a:link,
.shadetabs li.selected a:active,
.shadetabs li.selected a:visited,
.shadetabs li.selected a:hover{ 
	background: url(../../../images/frontend/DefaultV2/tabs_small.gif) no-repeat 100% -25px;
	text-decoration: none;
	color: #fff;
}

.contentstyle{
	border: 1px solid #CCCCCC;
	background: #e3e3e3;
	margin-bottom: 1em;
	padding: 5px 0 5px 0;
	clear: both;
}


.thumb{
	border: 1px solid #437181;
	margin: 2px;
}

.progress{
	background:#FFF;
	border:1px solid #000;
	width:300px;
	height:12px;
	text-align:left;
}
.progress_in{
	background:#EEAE1D;
	border-right:1px solid #000;
	height:100%;
	line-height:12px;
}
.radio {
	border:0;
	padding:0;
}

.media_title{
	font-size: 18px;
	text-align: left;
}
.media_title span{
	float:right;
}

.row_l,
.row_d{
	background-color: #E6EAEB;
	background: url(../../../images/frontend/DefaultV2/nav.gif) no-repeat 10px 50%;
	display: block;
	padding: 3px 0 3px 25px;
}
.row_d{
	background-color: #DCDEDD;
}

/* TOP FRIEND ARRANGE BOXES */

#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 10px;
	padding: 4px;
}
#boxes  li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5E5E5;
}
.handle {
	font-size: 14px;
	font-family: Arial, sans-serif;
	border: 1px solid #aaa;
	cursor: move;
	height: 14px;
	border-width: 0px 0px 1px 0px;
	background: #E5E5E5;
	color: #eee;
	padding: 2px 6px;
	margin: 0px;
}
div.topFriendslabel {
	font-size: 18px;
	width:776px;
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0 ;
}

/* PLAYLIST ARRANGE BOXES */

#pl_boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 10px;
	padding: 4px;
}

#pl_boxes  li {
	cursor: move;
	position: relative;
	float: left;
	margin: 5px 5px 0px 0px;
	border: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5EBEB;
}

/* FORM BOX */

.form_box {
	background-color:#F5F5F5;
	border-width:1px;
	border-color:#D5D5D5;
	border-style:solid;
	margin:2px 0 10px 0;
	padding:1px;
	padding-top:5px;
}

.form_box legend {
	color:#76AC4C;
	font-weight:bold;
	margin-left:20px;
}

.form_box table td {
	padding:4px;
	vertical-align:top;
}

.small_br {
	display:block;
}


/* VIEW SELECT */

.view_select {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
}

.view_select a:link,
.view_select a:active,
.view_select a:visited,
.view_select a:hover {
	text-decoration:none;
}

/* SMALL TEXT */

.small_desc {
	font-size: 10px; 
	padding: 5px 0 5px 3px;
}

.img_border {
	border: 2px solid #437181;
	margin: 0 12px 8px 0;
}

.tag_cloud {
}

.tag_cloud a:link,
.tag_cloud a:active,
.tag_cloud a:visited,
.tag_cloud a:hover {
	text-decoration:none;
}


/* PICTURE COMMENTS */

.pic_comments{
	margin: 0 auto 0 auto;
	width: 85%; /* Change width to change entire width of picture comments */
	text-align: left;
}

.pic_comments table{
	width:100%;
	text-align:left;
	background-color:#D5D5D5;
}

.pic_comments table td {
	background-color:#F5F5F5;
}


/* Alternating table rows */

.main_row_color {
	background-color:#c3c3c3;
	color:#ffffff;
}

.row1_color {
	background-color:#FFFFFF;
}

.row2_color {
	background-color:#E3E3E3;
}

.content_table{
	width:100%;
	text-align:left;
	background-color:#c3c3c3;
}

.admin_table{
	width:100%;
	text-align:left;
	background-color:#7BA0B2;
}

.admin_msg {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

.admin_msg_info {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

.admin_msg_green {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

.admin_msg_red {
	border:1px solid #7497A4; 
	padding:5px; 
	background-color:#F5F6F8;
}

/* BULLETNS */

#bulletinb {
	width:600px;
	border:1px solid #C5D8EB;
	background-color:#fff;
	border-collapse:collapse;
	margin-bottom:.5em;
}
#bulletinb th{
	width:14%;
	background-color:#E8F1FA;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	border-right:1px solid #C5D8EB;
}
#bulletinb td,
#bulletinb th{
	padding:5px; 
	vertical-align:top;
	border-bottom:1px solid #C5D8EB;
}

#bulletinb img{
	border:0;
}

.result_msg {
	border:1px solid #969696; 
	padding:5px; 
	background-color:#F5F6F8;
	color:#F00;
	font-weight:bold;
}

/* MEDIA DISPLAY */

.media_box1,
.media_box2{
	background: #E5E9EC;
	padding: 10px;
	margin: 5px 0 5px 0;
	line-height: 15px;
}

.media_box2{
	background: #D1DCDF;
}

.media_img2{
	border: 2px solid #437181;
	background: #fff;
	padding: 1px;
	margin: 0 12px 8px 0;
}

.media_desc{
	padding-bottom:5px;
}

.greyb {
	color:#000000;
	
}

.commentEntry {
	margin:6px 0 10px;
}

.commentHead {
	border-top: 1px solid #cfcfcf;
	padding:4px;
}

.commentHeadHighlight {
	border-top: 1px solid #cfcfcf;
	padding:4px;
	background:#D1DCDF;
}

.commentBody {
	margin-top:4px;
	margin-left:4px;
}

.media_options {
	border:1px solid #CCCCCC; 
	padding:5px; 
	background-color:#F5F6F8;
}

.media_icons {
	width:80%;
}

.media_icons td {
	text-align:left;
	padding:3px 3px 3px 10px;
	vertical-align:middle;
}

.media_icons td img {
	vertical-align:middle;
}

.media_user_details{
	border-bottom: 1px solid #cfcfcf;
	padding:8px;
}

.media_user_details img{
	width: 120px;
	height: 90px;
	border: 1px solid #000;
	float: left;
}
.media_user_details div{
	line-height: 15px;
	padding-left:8px;
	margin-left:125px;
	height:95px;
}

.media_info {
	line-height: 15px;
}

.media_info_box {
	margin-bottom:8px;
}

.media_ajax_list {
	width:100%;
}

.media_ajax_list td {
	border-bottom: 1px solid #cfcfcf;
	padding: 3px;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
}

.media_ajax_list td img{
	width: 90px;
	height: 70px;
	border: 0;
}

.wide_thumb{
	width: 90px;
	height: 54px;
	overflow: hidden;
	border: 1px solid #000;
}

.member_thumb {
	border:3px double #cfcfcf;
	margin: 2px;
}

.media_thumb{
	border:3px double #cfcfcf;
	margin: 2px;
}

.media_thumb_detailed{
	border:3px double #cfcfcf;
	margin: 0 12px 8px 0;
}

.group_thumb{
	border:3px double #cfcfcf;
	margin: 0 12px 8px 0;
}

.group_thumb_div{
	width: 90px;
	height: 70px;
	overflow: hidden;
	border:3px double #cfcfcf;
	margin: 2px;
	text-align:center;
}

.group_thumb_div img{
	margin:-10px 0 0 -15px;
}

.pic_thumb{
	border:3px double #cfcfcf;
	margin: 0 12px 8px 0;
}

.line_seperator{
	border-bottom: 1px solid #cfcfcf;
	padding: 5px 3px 5px 3px;
	margin-bottom:5px;
}

.group_forum_table{
	width:100%;
	text-align:left;
	background-color:#c3c3c3;
}

.group_forum_avatar{
	width: 58px;
	height: 43px;
	border: 1px solid #000;
}

.dropmenudiv{
	position:absolute;
	border:1px solid #838383;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
}

.dropmenudiv a:link,
.dropmenudiv a:active,
.dropmenudiv a:visited,
.dropmenudiv a:hover{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #838383;
	padding: 1px 0;
	text-decoration: none;
	text-align:left;
	background-color: #e3e3e3;
	color:#838383;
}

.dropmenudiv a:hover{
	/*background-color: #c3c3c3;
	color:#FFFFFF;*/
	background-color: #ffffff;
	color:#328ccc;
}


/* INDEX MEDIA SELECT LINKS */

.media_tabs_bar{
	width: 650px;
}

.index_media_links a:link{ 
color:#4e7491;
}

.index_media_links a:link,
.index_media_links a:active,
.index_media_links a:visited,
.index_media_links a:hover{
	text-decoration: none;
	font-weight: 100;
}

.index_media_links a.selected:link,
.index_media_links a.selected:active,
.index_media_links a.selected:visited,
.index_media_links a.selected:hover{
	font-weight: bold;
}

.group_table {
	width:1%;
}

.group_table td {
	width:1%;
	padding:3px 15px 3px 15px;
}

/* VERSION 2.1 */

/* PAID PACKAGES */

.pack_progress{
	background:#FFF;
	border:1px solid #000;
	width:200px;
	height:8px;
	text-align:left;
	overflow:hidden;
	position:relative;
}
.pack_progress_in{
	background:#328ccc;
	height:100%;
	line-height:8px;
	padding:0;
	position:relative;
}

#pack_nav{
	width: 250px;
	vertical-align: top;
	padding-right: 8px;
}

.pack_box {
	border:1px solid #969696; 
	padding:5px; 
	background-color:#F5F6F8;
	height:120px;
	margin:2px;
}

.pack_box_con {
	float:left;
	width:33.33%;
}

.lnav_sel{
	background-color: #f8f8f8;
	background: url(../../../images/frontend/DefaultV2/nav.gif) no-repeat 10px 50%;
	display: block;
	padding: 3px 0 3px 25px;
	font-weight:bold;
}

.result_alert {
	color:#FFFFFF; 
	border:1px solid #AF3646; 
	background-color:#BF3B50;
	padding:5px; 
}

.main_title {
	color:#328CCC;
	font-weight:bold;
}

.mresponse_table {
	width:1%;
}

.mresponse_table td {
	width:1%;
	padding:3px 20px 3px 20px;
}

.media_response_text {
	text-align:center;
}

.media_list_info {
	float:right;
	width:175px;
	margin:0 5px 0 5px;
	padding-left:5px;
	white-space:nowrap;
	border-left:1px solid #cfcfcf;
	line-height:15px;
}

.media_list_desc {
	padding-bottom:5px;
	height:48px;
	margin-right:5px;
	overflow-y:hidden;
}

/********************************************
*  Ajouté le 10/01/2009 Par Pierre VOISIN
*   Style pour annuaire
*/
.menu_annuaire {
	float:left;
	width:250px;
}
.cadre_annuaire {
	margin-left:8px;
	width:704px;
	float:left;
	}
.pub_728 {
	text-align:center;
	margin-bottom:8px;
}
a.selection:link,a.selection:active,a.selection:visited,a.selection:hover{ font-weight:bold; text-decoration:underline; }

.lien { border:1px dashed #666; margin-bottom:10px; }

.block_legend {
  width:130px;
  text-align:right;
  color:#F04B15;
}

#ajout_site p {
	height:30px;
	line-height:20px;
	clear:both;
}
#ajout_site p label{
	width:130px;
	float:left;
	text-align:right;
	line-height:20px;
}
#ajout_site input[type=text],#ajout_site textarea,#ajout_site select,#ajout_site input[type=file] {
	margin-left:10px;
	float:left;
}
#ajout_site textarea {
	width:350px;
	height:100px;
}
.h1style { font-size:11px; padding:0 0 0 0; margin:0 0 0 0; height:13px; }

.abonne { background-image:url(../../../images/frontend/DefaultV2/abonne.png); width:83px; height:19px; text-align:center; margin-left:190px; line-height:20px; margin-top:5px;}
.abonne a{color:#9d4800; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; }
.abonne a:hover{color:#9d4800; text-decoration:underline; }
.abonne a:visited{color:#9d4800; }


.contact_seller{
  background-image:url(../../../images/frontend/DefaultV2/bouton_d.png);
  background-repeat:no-repeat;
  background-position:100% 0;
  height:25px;
  display:inline-block;
  padding-right:8px; /* épaisseur de l'arrondi */
  line-height:25px; /* hauteur de l'image */
  vertical-align:middle;
  color:#FFF;
  font-family: "Lucida Grande", Arial, Sans-serif;
  font-size: 10px;
  font-weight:bold;
  /*margin-left:170px;*/
  margin-top:10px;
}
.contact_seller span{display:inline-block;
  background-image:url(../../../images/frontend/DefaultV2/bouton_g.png);
  background-position:0 0;
  background-repeat:no-repeat;
  height:25px; /* hauteur de l'image */
  padding-left:8px; /* épaisseur de l'arrondi */
  white-space:nowrap; /* pas de retour à la ligne */
  color:#FFF;
  font-family: "Lucida Grande", Arial, Sans-serif;
  font-size: 10px;
  font-weight:bold;
}
.contact_seller:hover span{
  background-position:0 -25px;
}
.contact_seller:hover{
  background-position:100% -25px;
  text-decoration:none;
}







.slogan {color:#2986C3; font-family:Arial; font-size:13px; font-weight:bold; margin-top:45px; margin-left:8px; float:left; }

.dragableBoxContent
{
	background-image:url(../../../images/frontend/DefaultV2/maintitle.gif);
	background-repeat:repeat-x;
	padding: 6px;
	color: #DEDEDE;
}

.dragableBoxHeader
{
	background-image:url(../../../images/frontend/DefaultV2/maintitle.gif);
	background-repeat:repeat-x;
	padding: 6px;
	color: #DEDEDE;
	font-weight:bold;
	height:20px;
	
}
.boxheader {width:250px; float:left; background-color:#E7E7E7; height:90px; }
.boxheader form {text-align:center; }
.boxheader form input[type=text]{ border:1px solid #5a990b; }
.boxheader form input[type=password]{ border:1px solid #5a990b; }
.boxheader .pub{ margin:0 0 0 15px; }


/************ PETITES ANNONCES *******************/
.annonce_img_div  { width:150px; float:left; }
.annonce_desc_div  { width:350px; float:left; margin-left:10px; }
.annonce_lieu_div {width:150px; float:left; margin-left:10px; }
.annonce_description { padding:0 0 10px 15px; float:left ;}

.contactvend { background-image:url(../../../images/frontend/DefaultV2/upload_tab2.png); width:185px; border:0; text-align:center; line-height:20px; background-repeat:no-repeat; float:right; clear:both;color:#9d4800; font-family:Arial; font-size:12px; font-weight:bold; padding:0 0 3px 0; cursor:pointer; height:19px;}

.lienh1 a:link,
.lienh1 a:active,
.lienh1 a:visited,
.lienh1 a:hover{
	color: #324860;
	text-decoration: none;
}

.lienh1 a:hover{
	color: #324860;
	text-decoration: underline;
}


.plus { width:54px; height:25px; margin-top:10px; }
.plus1 { background-image:url(../../../images/frontend/DefaultV2/plus.png); width:26px; height:25px; float:left; cursor:pointer; border:0;}
.plus1:hover { background-image:url(../../../images/frontend/DefaultV2/plus2.png); }
.plus2 { width:28px; height:25px; background-image:url(../../../images/frontend/DefaultV2/plus3.png); float:left; font-size:11px; text-align:center; color:#999; line-height:25px; font-weight:bold; }

