/* CSS Document */

/* ! ////// RESET BASE STYLES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: inherit;
	
}
/* remember to define focus styles! */


:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
hr {
    
    color: #ffcccc;
    border-color: #ffcccc;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #fcf2f7;
    border-left-color: #fcf2f7;
    border-bottom-color: #fcf2f7;
    border-top-color: #fcf2f7;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ! ////// DEFAULTS */

/* purplerounded		vlight purple	#9b6a8b */
/* purplerounded		dark purple		#520535 */
/* purplerounded		light purple	#810555 */

body {
	
	margin:0;
	padding:0;
	color: #280012;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
        background-image: url(../images/body_bg.png);
        background-repeat: repeat-x;
}


a {
    color: #990066;
    
    text-decoration: none;
    outline: none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}
a:visited {
	color: #990066;
}
a:hover {
    
    color: #FF3399;
    cursor:pointer;
    
}
a:active {
        color: #000000;
        text-decoration: underline;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    
}
a:selected {
        color: #000000;
        text-decoration: underline;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffccff;
}

img {
	border: none;
}

ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
	line-height: 1.2em;;
}

small {
	font-size: 90%;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5F5034;
	padding:5px 0 0 10px;
	font-size:2em;
	line-height: 2em;
	letter-spacing: 3px;
}
h2 {
	font-size: 1.4em;
	color: #ff6699;
}
h3 { font-size: 1.0em; margin-bottom: 0.3em; margin-top: 0.3em}
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.9em; }

pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.2em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.2em;
	background:#fdffc3;
	border:none !important;
}    
    
/* ! ////// PAGE LAYOUT - MAIN STRUCTURE */

#page_container {
        width: 972px;
        background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	margin:auto;
	padding:0px;
	background-color: transparent;
        text-align: left;
	
        
}
#page_wrapper {
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
        background-color: #000;
	
}
#menu_top {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 50px;
	text-align: right;

}
#menu_top ul{
	width: 100%;
	text-align: right;
	height: 50px;
}
#menu_top ul li{
	width: 100px;
        height: 50px;
	float:left;
	margin-right: 10px;
	margin-left: 0px;
	clear: none;
	text-align: center;
}
#menu_top ul li a{
	color: #A10E48;
}
#menu_top ul li a:hover{
	color: #CCC;
}
#menu_down {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 40px;
        width: 900px;

}
#menu_down ul{
	width: 100%;
        text-align: right;
}
#menu_down ul li{
	
	float:left;
	margin-right: 10px;
	margin-left: 0px;
	clear: none;
	text-align: center;
}
#menu_down ul li a{
	color: #A10E48;
}
#menu_down ul li a:hover{
	color: #CCC;
}
#logo{
	height: 200px;
        margin-bottom: 0px;
        background-image: url(../images/logo.png);
        background-repeat: no-repeat;
        background-color: #000;
}
#layout_header {
	text-align:left;
	width:100%;
	background: transparent url(../images/backgroundstrip.gif) repeat-x left top;
}
#wrapper_header_index {
	margin:0;
	padding-right: 20px;
	padding-left: 40px;
	height: 30px;
	padding-top: 5px;
	background-repeat: repeat-x;
}
#wrapper_header_index_total {
	margin:0;
	background-image: url(../images/logo_web_total.png);
	padding-right: 20px;
	padding-left: 40px;
	height: 50px;
	padding-top: 10px;
}
#wrapper_header {
	margin:0;
	background: url(../images/menu.png) no-repeat;
        background-color: #000;
        padding-left: 200px;
	height: 50px;
	clear: both;
	float: none;
}
#wrapper_header h1 {
	padding:0 0 10px 0px;
	letter-spacing: -0.03em;
	color:#400040;
	text-transform: uppercase;
}
#wrapper_header h1 a {
	color:#400040;
}
#layout_canvas {
    width: 100%;
	margin:0px;
	min-height: 360px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}


/* canvas layout: 1 column, no sidebar */
#one_column {
	width:918px;
	margin:0px 0 0px 36px;
	min-height: 360px;
	padding:0px;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
	width:210px;
	margin:0px 0 20px 36px;
	min-height:360px;
	float:left;
	padding:0px;
}

#two_column_left_sidebar_maincontent {
	width:655px;
	margin:0px 0 20px 30px;
	min-height: 360px;
	float:left;
}

/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:290px;
	min-height:360px;
	padding:0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#widgets_menu {
	width:290px;
	padding:0;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#widgets_menu_440 {
	width:440px;
	padding:0;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#widgets_menu500 {
	width:500px;
	padding:0;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#widgets_menu600 {
	width:600px;
	padding:0;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}
#widgets_middle {
	width:290px;
	margin:0px 0 20px 0;
	padding:0;
}
#widgets_right {
	width:290px;
	margin:0px 20px 20px 20px;
	float:left;
	padding:0;
}
#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
}


/* IE 6 fixes */
* html #widgets_left { 
	height:360px;
}
* html #widgets_middle { 
	height:360px;
}
* html #widgets_right { 
	height:360px;
	float:none;
}

/* IE6 layout fixes */
* html #profile_info_column_left {
	margin:0;
	width:290px;
}
/* IE7 */
*:first-child+html #profile_info_column_left {
	width:300px;
}
* html #two_column_left_sidebar {
	width:210px;
	margin:0px 0 20px 18px;
}
* html #two_column_left_sidebar_maincontent {
	width:655px;
	margin:0px 0px 20px 30px;
}
* html a.toggle_customise_edit_panel { 
	float:none;
	clear:none;
	color: #FF0080;
	background: white;
	border:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:0px 28px 20px 20px;
	width:266px;
	display:block;
	text-align: left;
}

* html #dashboard_info {
	width:525px;
}

#layout_spotlight {
	margin:0;
	padding:175px 0 0 0;
	background: url(../images/contentarea_pic.png) no-repeat center top;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
	background:transparent url(../images/contentarea_back.png) repeat-y center top;
}



/* ! ////// SPOTLIGHT */
/* IE7 */
*:first-child+html #wrapper_spotlight {
	max-height:214px;
}

#wrapper_spotlight #spotlight_table h2 {
	color:white;
	font-size:1.25em;
	line-height:1.2em;
}
#wrapper_spotlight #spotlight_table li {
	list-style: square;
	line-height: 1.2em;
	margin:5px 20px 5px 0;
	color:#cccccc;
}
#wrapper_spotlight #spotlight_table li a {
	color:#cccccc;
}
#wrapper_spotlight #spotlight_table li a:hover {
	color:#2ab2e3;
}
#wrapper_spotlight .collapsable_box_content  {
	margin:0 7px 0 7px;
	padding:20px 20px 10px 20px;
	background:#520535;
	min-height:60px;
	border:none;
}
#layout_spotlight .collapsable_box_content p {
	padding:0;
	color:#cccccc;
}
#wrapper_spotlight .collapsable_box_header  {
	border-left: none;
	border-right: none;
	border-top: 1px solid #9b6a8b;
	border-bottom: none;
	margin:0 7px 0 7px;
	height:30px;
	background: url(../images/boxtop_spotlight.gif) no-repeat left top;
}
#wrapper_spotlight .collapsable_box_header h1 {
	padding:5px 0 0 30px;
}
#wrapper_spotlight .collapsable_box {
	padding:0;
	background-image: none;
}


/* ! ////// FOOTER */
#layout_footer {
	background: url(../images/contentarea_bottom.png) no-repeat center top;
	height:80px;
}
#layout_footer table {
   margin:0 0 0 10px;
}
#layout_footer a, #layout_footer p {
	color:#000;
	margin:0;
}
#layout_footer .footer_toolbar_links {
	text-align:right;
	padding:28px 40px 0 40px;
	font-size:1.0em;
	color:#000;
}
#layout_footer .footer_toolbar_links a:hover {
	color:white;
}
#layout_footer .footer_legal_links {
	text-align:right;
	color:#892C87;
	padding:0 40px 0 0;
}
img.elggbadge {
	padding:28px 0 0 40px;
}
#page_bottom_links { 
    color:white;
    margin: 0 0 0 40px;
} 
#page_bottom_links a {
    text-decoration:none;
    color:#2ab2e3;
}
#page_bottom_links a:hover {
    text-decoration:underline;
    color:white;
}
#links_column {
    float:left;
    width:150px;
    margin: 0px 24px 20px 10px;
}
#links_column strong {
	text-transform: uppercase;
}
/* IE6 */
* html #links_column { margin: 0px 24px 20px 5px; } 

#sep_entete {
	height:20px;
}
/* ! ////// HORIZONTAL TOP TOOLBAR */
#elgg_topbar {
	padding-left: 1%;
        height:35px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-bottom: 10px;
	width: 99%;
	color: #FFFFFF;
	letter-spacing: 2px;
	line-height: 27px;
	vertical-align: middle;
	background-color: #7f725f;
}

#elgg_topbar_container_left {
    left:0px;
    top:0px;
    text-align:left;
    padding-left: 5px;
    float: left;
    font-weight: 600;
    color: #000000;
   
}

#elgg_topbar_container_right {
	height:19px;
	right:0px;
	text-align:right;
	font-size: 12px;
	color: #FFF;
	float: right;
}

#elgg_topbar_container_search {
	height:21px;
	right:120px;
	text-align:right;
	margin: 0;
}

#elgg_topbar_container_left .toolbarimages {
	padding-top:3px;
	margin-right:20px;
}
#elgg_topbar_container_left .toolbarlinks {
	margin:5px 0 0 0;
	font-size: 1.8em;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}
#elgg_topbar_container_left .toolbarlinks2 {
	margin:3px 0 0 0;
}
#elgg_topbar_container_left a.loggedinuser {
	color:#eeeeee;
	font-weight:bold;
	margin:0 0 0 5px;
}
#elgg_topbar_container_left a.pagelinks {
	color:white;
	margin:0 15px 0 5px;
	display:block;
	padding:3px;
}
#elgg_topbar_container_left a.pagelinks:hover {
	background: #333333;
	text-decoration: none;
}
#elgg_topbar_container_left a.privatemessages {
	background:transparent url(http://www.cap-echangisme.com/social/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
	padding:0 0 4px 16px;
	margin:0 15px 0 5px;
	cursor:pointer;
}
#elgg_topbar_container_left a.privatemessages:hover {
	text-decoration: none;
	background:transparent url(http://www.cap-echangisme.com/social/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar_container_left a.privatemessages_new {
	background:transparent url(http://www.cap-echangisme.com/social/_graphics/toolbar_messages_icon.gif) no-repeat left -17px;
	padding:0 0 0 18px;
	margin:0 15px 0 5px;
	color:white;
}
/* IE6 */
* html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 
/* IE7 */
*+html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 

#elgg_topbar_container_left a.privatemessages_new:hover {
	text-decoration: none;
}

#elgg_topbar_container_left a.usersettings {
	margin:0 0 0 20px;
	color:#999999;
	padding:3px;
}
#elgg_topbar_container_left a.usersettings:hover {
	color:#eeeeee;
}


#elgg_topbar_container_left img {
	margin:2px 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
	border:1px solid #eeeeee;
	margin:0 0 0 20px;
}
#elgg_topbar_container_right {
	padding:3px 0 0 0;
}
#elgg_topbar_container_right a {
	color:#FFFFFF;
	margin:0 5px 0 0;
	background:transparent url(http://www.cap-echangisme.com/social/_graphics/elgg_toolbar_logout.gif) no-repeat top right;
	padding:0 21px 0 0;
	display:block;
	height:20px;
}
/* IE6 fix */
* html #elgg_topbar_container_right a { 
	width: 120px;
}

#elgg_topbar_container_right a:hover {
	background-position: right -21px;
}

#elgg_topbar_panel {
	background:#333333;
	color:#eeeeee;
	height:200px;
	width:100%;
	padding:10px 20px 10px 20px;
	display:none;
}

#searchform input.search_input {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:2px;
	width:180px;
	height:12px;
}
#searchform input.search_submit_button {
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	color:white;
	background: #810555;
	border:none;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
#searchform input.search_submit_button:hover {
	color:white;
	background: #2ab2e3;
}

/* ! ////// VERTICAL TOOLS MENU */
#topbardropdownmenu, #topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 99999;
}
#topbardropdownmenu {
	margin:0pt 15px 0pt 5px;
}
#topbardropdownmenu ul {
}
/* Tools link in top menu */
#topbardropdownmenu a, #topbardropdownmenu a:visited {
	display:block;
	padding:3px 13px 3px 3px;
	text-decoration:none;
	color:white;
}
#topbardropdownmenu li ul a {
	width:120px;
	height:auto;
	float:left;
}
#topbardropdownmenu li ul a:hover {
	color:white;
}
/* menu list items */
#topbardropdownmenu li {float:left; position:relative; background:#333333;}
#topbardropdownmenu ul a {
	border-left:1px solid #cccccc;
	border-right:1px solid #000000;
	color:#333333 !important;
	padding:2px 6px 2px 6px !important;
	background: #cccccc !important;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #000000;
}

/* IE7 */
#topbardropdownmenu li:hover {position:relative;}
/* Make the Tools nav color persist */
#topbardropdownmenu li:hover > a {color:white;background: #333333 url(http://www.cap-echangisme.com/social/_graphics/toolbar_arrow.png) no-repeat right -18px;}
#topbardropdownmenu li ul {display:none;width:134px !important;}
#topbardropdownmenu li:hover > ul {
	display:block;
	position:absolute; 
	top:-11px;
	left:80px;
	padding:10px 30px 30px 30px;
	background:transparent url(http://www.cap-echangisme.com/social/_graphics/spacer.gif); 
}
/* Position the first sub level beneath the top level links */
#topbardropdownmenu > li:hover > ul {
	left:-30px;
	top:16px;
}
#topbardropdownmenu li a:active, #topbardropdownmenu li a:focus {
	background:#333333;
	color:white;
}
#topbardropdownmenu li.drop {
	background: url(http://www.cap-echangisme.com/social/_graphics/toolbar_arrow.png) no-repeat right 9px;	
}
/* dropdown list links hover */
#topbardropdownmenu li.drop ul li a:hover {
	color:white !important; 
	background: #520535 !important;
	border-left:1px solid #666666;
	border-top:1px solid #666666;	
}
/* IE6 ONLY - make the sublevels appear */
* html #topbardropdownmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(http://www.cap-echangisme.com/social/_graphics/spacer.gif);}
#topbardropdownmenu li a:hover ul {visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;}
#topbardropdownmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:99999; font-size:1em;}
* html #topbardropdownmenu li.drop {background: url(../images/toolbar_arrow_ie.gif) no-repeat right 9px;}
* html #topbardropdownmenu li a:hover {position:relative; background:#333333 url(../images/toolbar_arrow_ie.gif) no-repeat right -18px;}


/* ! ////// SYSTEM MESSAGES */
.messages {
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin:0 0 0 7px;
	position:fixed;
	top:30px;
	width:927px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border:4px solid #00CC00;
	cursor: pointer;
}
.messages_error {
    border:4px solid #D3322A;
    background:#F7DAD8;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin:0 0 0 7px;
	position:fixed;
	top:30px;
	width:927px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	cursor: pointer;
}
.closeMessages {
	float:right;
	margin-top:17px;
}
.closeMessages a {
	color:#666666;
	cursor: pointer;
	text-decoration: none;
	font-size: 80%;
}
.closeMessages a:hover {
	color:black;
}


/* ! ////// COLLAPSABLE BOXES */

.collapsable_box {
	margin: 0 0 20px 0;
	height:auto;
	padding:0 0 11px 0;
	background: url(../images/boxbottom_290.png) no-repeat left bottom;
}
/* IE6 fix */
* html .collapsable_box  { 
	height:10px;
}
* html .collapsable_box500  { 
	height:10px;
}
* html .collapsable_box600  {
	height:10px;
}
.collapsable_box_header {
	color: white;
	margin:0;
	height:35px;
    padding-top: 5px;
	background: url(../images/boxtop_290.png) no-repeat left top;

}
.collapsable_box_header h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	padding:5px 0 0 10px;
	font-size:1.3em;
	line-height: 1.4em;
	margin-top: 5px;
	letter-spacing: 3px;
}
.collapsable_box_content {
	padding: 5px;
	margin:0;
	height:auto;
	background: white;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	width: 274px;
	border-left-color: #CCCCCC;
}
.collapsable_box_content440 {
	padding: 10px;
	margin:0;
	height:auto;
	background: white;

	width: 420px;

    background-image: url(../images/collapsable_box_content440.png);
}
.collapsable_box440 {
	margin: 0 0 20px 0;
	height:auto;
	padding:0 0 11px 0;
	background: url(../images/boxbottom_440.png) no-repeat left bottom;
}
.collapsable_box140 {
	margin: 0 0 20px 0;
	height:auto;
	padding:0 0 11px 0;
	background: url(../images/boxbottom_140.png) no-repeat left bottom;
}
.collapsable_box500 {
	margin: 0 0 20px 0;
	height:auto;
	padding:0 0 11px 0;
	background-image: url(../images/boxbottom_500.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.collapsable_box_header500 {
	color: white;
	margin:0;
	height:30px;
	background: url(../images/boxtop_500.png) no-repeat left top;
}
.collapsable_box_header440 {
	color: white;
	margin:0;
        height:30px;
	background: url(../images/boxtop_440.png) no-repeat left top;
}
.collapsable_box_header140 {
	color: white;
	margin:0;
        height:30px;
	background: url(../images/boxtop_140.png) no-repeat left top;
}
.collapsable_box_header500 h1 {
	font-family: Arial,Helvetica,sans-serif;
	color: #fbe7fb;
	padding:5px 0 0 10px;
	font-size:1.25em;
	line-height: 1.2em;
}
.collapsable_box_header440 h1 {
        font-family: Arial,Helvetica,sans-serif;
	color: #DB0B73;
	padding:5px 0 0 10px;
	font-size:1.25em;
	line-height: 1.2em;
        margin-top: 5px;
}
.collapsable_box_header140 h1 {
        font-family: Arial,Helvetica,sans-serif;
	color: #990066;
	padding:10px 0 0 10px;
	font-size:0.8em;
	line-height: 0.9em;
        margin-top: 5px;
}
.collapsable_box_content140 {
	padding: 5px;
	margin:0;
	height:auto;
	
	width: 130px;
	
    background-image: url(../images/collapsable_box_content140.png);
}

.collapsable_box600 {
	margin: 0 0 20px 0;
	height:auto;
	padding:0 0 11px 0;
	background-image: url(../images/boxbottom_600.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.collapsable_box_header600 {
	color: white;
	margin:0;
	height:40px;
	background: url(../images/boxtop_600.png) no-repeat left top;
	padding: 0px;
}
.collapsable_box_header600 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5F5034;
	padding:5px 0 0 10px;
	font-size:1.6em;
	letter-spacing: 3px;
}
.collapsable_box_content600 {
	padding: 5px;
	padding-top: 0px;
	margin:0;
	height:auto;
	background: white;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	width: 584px;
	border-left-color: #CCCCCC;
}
.collapsable_box_editpanel {
	display: none;
	background: #9b6a8b;
	padding:5px 10px 5px 10px;
}

.collapsable_box_editpanel input[type="submit"] {
	border:2px solid white !important;
}


.collapsable_box_header a.toggle_box_contents {
	color: white;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0 10px 0 0;
	/* margin-top: -7px; */
}
.collapsable_box_header a.toggle_box_edit_panel {
	color: white;
	cursor:pointer;
	font-size:9px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: normal;
	float:right;
	margin: 9px 10px 0 0;
}
.collapsable_box_editpanel label {
	font-weight: normal;
	font-size: 100%;
}
/* used for collapsing a content box */
.display_none {
	display:none;
}
/* used on spotlight box - to cancel default box margin */
.no_space_after {
	margin: 0 0 0 0;
}



/* ! ////// GENERAL FORM ELEMENTS */

.checkbox {
    
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    color: #00ff00;
    background-color: #ff3366;
}

.select_big {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #51001D;
	background-color: #f5efef;
	
	border: 2px dotted #F0F0F0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;    
}

.submit_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	height: 25px;
	padding: 3px;
	margin:10px 0 10px 0;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 100%;
	background-color: #FF3399;
}

.cancel_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	background:#dddddd;
	border: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 10px;
	cursor: pointer;
}
.cancel_button:hover {
	background: #cccccc;
}


/* ! ////// LOGIN / REGISTER */
#login-box {
    text-align:left;
}
#login-box .login-textarea {
	width:198px;
}
#login-box label,
#register-box label {
	font-size: 1.2em;
	color:gray;
}
#login-box p.loginbox {
	margin:10px 0 0 0;
}
#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#register-box input[type="password"] {
	margin:0 0 10px 0;
}

#login-box-openid {
	margin: 10px;
    text-align:left;
    padding:10px;
    background: #ffffff;
}
#login-box h2,
#login-box-openid h2,
#register-box h2,
#add-box h2 {
	height:25px;
	background: url(../images/boxtop_655.gif) no-repeat left top;
	color:white;
	font-size:1.25em;
	margin:0pt 0pt 10px;
	padding:5px 0 0 30px;
}

#register-box {
    text-align:left;
    border-bottom:1px solid white;
    width:655px;
    padding:0;
    margin:0 20px 0 28px;
}
#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}
#forgotten_box {
	width:655px;
}


/* ! ////// PROFILE */
#profile_info {
	padding:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#profile_info_column_left {
	float:left;
	padding: 0;
	width: 290px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#profile_info_column_middle {
	float:left;
	width:520px;
	padding: 0px;
}
#profile_info_column_right {
	float:right;
	width:550px;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
        
}
#profile_chat_column_left {
	float:left;
	padding: 0;
	width: 290px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#profile_chat_column_middle {
	float:left;
	width:440px;
	padding: 0px;
}
#profile_chat_column_right {
	float:right;
	width:140px;
	padding: 0;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;

}
#dashboard_info {
	margin:0 0px 20px 36px;
	padding:20px 20px 10px 20px;
	background: #9b6a8b;
	color:white;
}
#dashboard_info a:hover {
	color:white;
	text-decoration: underline;
}
#profile_menu_wrapper {
	margin:10px 0 10px 0;
	width:200px;
}
#profile_menu_wrapper p {
	border-bottom-color: #810555;
}
#profile_menu_wrapper p:first-child {
	
}
#profile_menu_wrapper a {
	display:block;
	padding:0 0 0 3px;
	color:#903;
}
#profile_menu_wrapper a:hover {
	color:#999;
	text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile, 
p.user_menu_removefriend, 
p.user_menu_friends_of {
	margin:0;
}
#profile_menu_wrapper .user_menu_admin {
	border-top:none;
}
#profile_menu_wrapper .user_menu_admin a {
	color:#ff0000 !important;
}
#profile_menu_wrapper .user_menu_admin a:hover {
	color:white !important;
	background:#ff0000 !important;
}

#profile_info_column_middle p {
	margin:7px 0 7px 0;
	padding:2px 4px 2px 4px;
}
/* profile owner name */
#profile_info_column_middle h2 {
	padding:0 0 4px 0;
	margin:0;
}
#profile_info_column_right p {
	margin:0 0 7px 0;
}
#profile_info_column_right .profile_aboutme_title {
	margin:0;
	padding:0;
	line-height:1em;
}
/* edit profile button */
.profile_info_edit_buttons {
	float:right;
	margin:0  !important;
	padding:0 !important;
	font-size: 90%;
}

/* ! ////// RIVER */
.activity_item p {
	margin:0;
	padding:2px 0 0 0;
	line-height:1.1em;
	min-height:17px;	
}
.activity_item .activity_item_time {
	font-size:90%;
	color:#666666;
}
#river {
	border-top:1px solid #dddddd;
}
.river_item p {
	margin:0;
	padding:2px 0 0 20px;
	line-height:1.1em;
	min-height:17px;
}
.river_item {
	border-bottom:1px solid #dddddd;
	padding:2px 0 2px 0;
}
.river_item_time {
	font-size:90%;
	color:#666666;
}
/* IE6 fix */
* html .river_item p { 
	padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
	min-height:17px;
}
.river_user_update {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_user_profileupdate {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_user_profileiconupdate {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_annotate {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/dummy_river_icon.gif) no-repeat left -1px;
}
.river_bookmarks_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_status_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_file_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_widget_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_forums_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_forums_update {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_widget_update {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;	
}
.river_blog_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_blog_update {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_forumtopic_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_relationship_friend_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_relationship_member_create {
	background: url(http://www.cap-echangisme.com/social/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}


/* ! ////// SEARCH LISTINGS */

.search_listing {
	display: block;
	background-color: #eee;
	padding: 5px;
	margin-bottom: 10px;
}

.search_listing_icon {
	float:left;
}
.search_listing_icon img {
	width: 40px;
}
.search_listing_icon .avatar_menu_button img {
	width: 15px;
}
	
.search_listing_info {
	margin-left: 50px;
	min-height: 40px;
}
/* IE 6 fix */
* html .search_listing_info {
	height:40px;
}
.search_listing_info p {
	margin:0 0 3px 0;
	line-height:1.2em;
}
.search_listing_info p.owner_timestamp {
	margin:0;
	padding:0;
	color:#666666;
	font-size: 90%;
}

table.search_gallery {
	border-spacing: 2px;
	margin:0 0 20px 0;
}
.search_gallery td {
	padding: 5px;
}

.search_gallery_item {
	background: #eeeeee;
}
.search_gallery_item:hover {
	background: #dedede;
}

.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}

.search_gallery_item .search_listing_header {
	text-align: center;
}

.search_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
}

.search_gallery_item .search_listing_info {
	margin: 5px;
}

.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}

.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}

.search_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}

.search_gallery_item .search_listing_info {
	margin: 5px;
}

.search_gallery_item .search_listing_info p {
	margin: 5px;
	margin-bottom: 10px;
}


/* ! ////// FRIENDS */

/* friends widget */
#widget_friends_list {
	display:table;
	width:100%;
    line-height: 12px;
}
.widget_friends_singlefriend {
	float:left;
	margin:0 5px 5px 0;
}


/* ! ////// ADMIN AREA - PLUGIN SETTINGS */
	
.plugin_details {
	margin:0 0 10px 0;
	padding:5px 10px 5px 10px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
}
.active {
	border:1px solid #00cc00;
    background:#ccffcc;
}
.not-active {
    border:1px solid #D3322A;
    background:#F7DAD8;
}
.plugin_details p {
	margin:0;
	padding:4px 0 0 0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
}
.not-active .admin_plugin_enable_disable a {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	background:#2ab2e3;
	border: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	padding: 4px;
	margin:5px 0 0 0;
	cursor: pointer;
}
.not-active .admin_plugin_enable_disable a:hover {
	background: #810555;
}
.active .admin_plugin_enable_disable a {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	width: auto;
	padding: 4px;
	margin:5px 0 0 0;
	cursor: pointer;
}
.active .admin_plugin_enable_disable a:hover {
	background: #333333;
}
.pluginsettings {
	margin:20px 0 0 0;
}
.pluginsettings h3 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #999999;
}
#updateclient_settings h3 {
	padding:0;
	margin:0;
	border:none;
}
.input-access {
	margin:5px 0 0 0;
}


/* ! ////// GENERIC COMMENTS */

.generic_comment_owner {
	font-size: 90%;
	color:#666666;
}

.generic_comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.generic_comment_icon {
	float:left;
}

.generic_comment_details {
	margin-left: 60px;
	border-bottom: 1px solid #aaaaaa;
}

.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:90%;
}

	
/* ! ////// OWNER BLOCK */

#owner_block {
	padding:10px;
	background: #9b6a8b url(../images/boxtopflat_210.gif) no-repeat left top;
}
#owner_block_bottom {
	background: #9b6a8b url(../images/boxbottomflat_210.gif) no-repeat left bottom;
	width:210px;
	height:20px;
}
#owner_block_icon {
	float:left;
	margin:0 10px 0 0;
}
#owner_block_rss_feed,
#owner_block_odd_feed,
#owner_block_bookmark_this,
#owner_block_report_this {
	padding:2px 0 3px 0;
}
#owner_block_report_this {
	border-bottom:1px solid #edcfe3;
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#520535;
	padding:0 0 4px 20px;
	background: url(http://www.cap-echangisme.com/social/_graphics/icon_rss.gif) no-repeat left top;
}
#owner_block_odd_feed a {
	font-size: 90%;
	color:#520535;
	padding:0 0 4px 20px;
	background: url(../images/icon_odd.gif) no-repeat left top;
}
#owner_block_bookmark_this a {
	font-size: 90%;
	color:#520535;
	padding:0 0 4px 20px;
	background: url(../images/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_report_this a {
	font-size: 90%;
	color:#520535;
	padding:0 0 4px 20px;
	background: url(../images/icon_reportthis.gif) no-repeat left top;
}
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover,
#owner_block_bookmark_this a:hover,
#owner_block_report_this a:hover {
	color: white;
}

#owner_block_desc {
	padding:4px 0 4px 0;
	margin:0 0 0 0;
	line-height: 1.2em;
	border-bottom:1px solid #edcfe3;
	color:#edcfe3;
}
#owner_block_content {
	margin:0 0 4px 0;
	padding:3px 0 0 0;
	min-height:35px;
	font-weight: bold;
	color:#520535;
}
.ownerblockline {
	padding:0;
	margin:0;
	border-bottom:1px solid #edcfe3;
	height:1px;
}
#owner_block_submenu {
	margin:20px 0 20px 0;
	padding: 0;
	width:100%;
}

#owner_block_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#owner_block_submenu ul li.selected a {
	background: url(../images/owner_block_menu_arrow.gif) no-repeat left 6px;
	padding-left:10px;
}
#owner_block_submenu ul li a {
	text-decoration: none;
	display: block;
	padding: 0;
	margin: 0;
	color:#520535;
	padding:4px 6px 4px 10px;
	border-top: 1px solid #520535;
	font-weight: bold;
	line-height: 1.1em;
}

#owner_block_submenu ul li a:hover {
	color:#7bd0ef;
	background: #520535;
}

/* IE 6 + 7 menu arrow position fix */
* html #owner_block_submenu ul li.selected a {
	background-position: left 10px;
}
*:first-child+html #owner_block_submenu ul li.selected a {
	background-position: left 8px;
}

#owner_block_submenu .submenu_group {
	border-bottom: 1px solid #520535;
	margin:22px 0 0 0;
}

/* filetypes filter menu */
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a {
	color:white;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
	background: url(../images/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
	color:#7bd0ef;
	background: #520535;
}

/* pages actions menu */
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a {
	color:#520535;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li.selected a {
	background: url(../images/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a:hover {
	color:#7bd0ef;
	background: #520535;
}


/* ! ////// PAGINATION */

.pagination {
	margin:10px 0 20px 0;
}

.pagination .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #520535;
	text-align: center;
	color:#520535;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_number:hover {
	background:#520535;
	color:white;
	text-decoration: none;
}
.pagination .pagination_more {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #ffffff;
	text-align: center;
	color:#520535;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
}

.pagination .pagination_previous,
.pagination .pagination_next {
	display:block;
	float:left;
	border:1px solid #520535;
	color:#520535;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_previous:hover,
.pagination .pagination_next:hover {
	background:#520535;
	color:white;
	text-decoration: none;
}
.pagination .pagination_currentpage {
	display:block;
	float:left;
	background:#520535;
	border:1px solid #520535;
	text-align: center;
	color:white;
	font-size: 12px;
	font-weight: bold;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}



	
/* ! ////// FRIENDS COLLECTIONS ACCORDIAN */
	
ul#friends_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
	border-bottom:1px solid #cccccc;
}
#friends_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#friends_collections_accordian li h2 {
	background:#efefef;
	color: #999999;
	padding:4px 2px 4px 6px;
	margin:0;
	border-top:1px solid #cccccc;
	font-size:1.2em;
	cursor:pointer;
}
#friends_collections_accordian li h2:hover {
	background:#2ab2e3;
	color:white;
}

#friends_collections_accordian .friends_picker {
	background:white;
	padding:0;
	display:none;
}
#friends_collections_accordian .friends_collections_controls {
	font-size:70%;
	float:right;
}
#friends_collections_accordian .friends_collections_controls a {
	color:#999999;
	font-weight:normal;
}

div.expandall {
	margin: 20px 0 0 0;
	padding:0;
}
div.expandall p {
	cursor:pointer;
	color:#999999;
	text-align:right;
	margin: 0;
	padding:0;
}
	
/* ! ////// FRIENDS PICKER SLIDER */
		
.friendsPicker_container h3 { font-size:3em; text-align: left; margin:0 0 20px 0; color:#999999; }

.friendsPicker .friendsPicker_container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}

.friendsPicker_wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}

.friendsPicker {
	position: relative;
	overflow: hidden; 
	margin: 0;
	padding:0;
	width: 656px;
	height: 300px;
	/*clear: right;*/
	background: white;
}

.friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}

.friendsPicker .friendsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 656px;
	margin: 0;
	padding:0;
}

.friendsPicker .friendsPicker_container .panel .wrapper {
	margin: 0;
	padding: 10px;
	background: #efefef;
	min-height: 230px;
}

.friendsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}

.friendsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}

.friendsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}

.friendsPickerNavigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
}

.tabHasContent {
	background: white; color:#333333 !important;
}

.friendsPickerNavigation li a:hover {
	background: #333333;
	color:white !important;
}

.friendsPickerNavigation li a.current {
	background: #810555;
	color:white !important;
}

.friendsPickerNavigationAll {
	margin:0px 0 0 20px;
	float:left;
}
.friendsPickerNavigationAll a {
	font-weight: bold;
	text-align: left;
	font-size:0.8em;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0 4px 0 4px;
	width:auto;
}
.friendsPickerNavigationAll a:hover {
	background: #810555;
	color:white;
}

.friendsPickerNavigationL, .friendsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}

.friendsPickerNavigationL a, .friendsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}

.friendsPickerNavigationL {
	right: 58px;
	z-index:1;
}

.friendsPickerNavigationR {
	right: 10px;
	z-index:1;
}

.friendsPickerNavigationL {
	background: url("../images/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("../images/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("../images/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("../images/friends_picker_arrows.gif") no-repeat -60px -44px;
}	

.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 0 0;
	background: url("http://www.cap-echangisme.com/social/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}


/* picker tabbed navigation */
#friendsPickerNavigationTabs {
	margin:10px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	display:table;
	width:100%;
}

#friendsPickerNavigationTabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#friendsPickerNavigationTabs li {
	float: left;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	margin: 0;
}

#friendsPickerNavigationTabs a {
	text-decoration: none;
	display: block;
	padding: 0.22em 1em;
	color: #666666;
	text-align: center;
}

#friendsPickerNavigationTabs a:hover {
	color: #810555;
}

#friendsPickerNavigationTabs .selected {
	border-color: #cccccc;
}

#friendsPickerNavigationTabs .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #2ab2e3;
}
	
	

	
/* ! ////// WIDGET PICKER */

/* 'edit page' button */
a.toggle_customise_edit_panel { 
	float:right;
	clear:right;
	color: #2ab2e3;
	background: white;
	border:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:0px 28px 20px 20px;
	width:266px;
	text-align: left;
}
a.toggle_customise_edit_panel:hover { 
	color: white;
	background: #2ab2e3;
	text-decoration:none;
}

#customise_editpanel {
	display:none;
	margin: 0 0 20px 8px;
	padding:0px 20px 10px 20px;
	width:912px;
	border-bottom:1px solid #999999;
}

/* Top area - instructions */
.customise_editpanel_instructions {
	width:656px;
	padding:0 0 10px 0;
}
.customise_editpanel_instructions h2 {
	padding:0 0 10px 0;
}
.customise_editpanel_instructions p {
	margin:0 0 5px 0;
	line-height: 1.4em;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs {
	float:right;
	width:230px;
	background:white;
}
#customise_editpanel #customise_editpanel_rhs h2 {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0;
	padding:5px;
	color: #810555;
	background: #f5f5f5;
	font-size:1.25em;
	line-height: 1.2em;
}
#widget_picker_gallery {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#eeeeee;
	width:210px; 
	height:340px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
	width:656px;
	margin:0 0 10px 0;
	background:white;
}
#customise_page_view h2 {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0;
	padding:5px;
	width:200px;
	color: #810555;
	background: #f5f5f5;
	font-size:1.25em;
	line-height: 1.2em;
}

#profile_box_widgets {
	width:422px;
	margin:0 10px 10px 0;
	padding:5px 5px 0px 5px;

	min-height: 50px;
	border:1px solid #cccccc;
	background: #f5f5f5;
}
#customise_page_view h2.profile_box {
	width:422px;
	color: #999999;
}
#profile_box_widgets p {
	color:#999999;
}

#leftcolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}

#rightcolumn_widgets.long {
	min-height: 288px;
}
/* IE6 fix */
* html #leftcolumn_widgets { 
	height: 190px;
}
* html #middlecolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets.long { 
	height: 338px;
}

#customise_editpanel table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:text-top;
	border:1px solid #cccccc;
}

#widget_picker_gallery table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
}

/* take care of long widget names */
#customise_editpanel table.draggable_widget h3 {
	word-wrap:break-word;/* safari, webkit, ie */
	width:140px;
	line-height: 1.1em;
	overflow: hidden;/* ff */
	padding:4px;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:145px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
}
#customise_editpanel img.more_info {
	background: url(http://www.cap-echangisme.com/social/_graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(http://www.cap-echangisme.com/social/_graphics/icon_customise_drag.gif) no-repeat top left;
	cursor:move;
}
#customise_editpanel img {
	margin-top:4px;
}
#widget_moreinfo {
	position:absolute;
	background:#2ab2e3;
	color:white;
	padding:5px;
	display:none;
	width: 200px;
	line-height: 1.2em;
}
/* droppable area hover class  */
.droppable-hover {
	background:#fdffc3;
}
/* target drop area class */
.placeholder {
	border:2px dashed #AAA;
	width:196px !important;
	margin: 10px 0 10px 0;
}
/* class of widget while dragging */
.ui-sortable-helper {
	background: #810555;
	color:white;
	padding: 4px;
	margin: 10px 0 0 0;
	width:200px;
}
/* IE6 fix */
* html .placeholder { 
	margin: 0;
}
/* IE7 */
*:first-child+html .placeholder {
	margin: 0;
}
/* IE6 fix */
* html .ui-sortable-helper h3 { 
	padding: 4px;
}
* html .ui-sortable-helper img.drag_handle, * html .ui-sortable-helper img.remove_me, * html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}
/* IE7 */
*:first-child+html .ui-sortable-helper h3 {
	padding: 4px;
}
*:first-child+html .ui-sortable-helper img.drag_handle, *:first-child+html .ui-sortable-helper img.remove_me, *:first-child+html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}



/* ! ////// BREADCRUMBS */

#pages_breadcrumbs {
	font-size: 80%;
	color:#999999;
	padding:0;
	margin:0 0 10px 0;
}
#pages_breadcrumbs a {
	color:#999999;
	text-decoration: none;
}
#pages_breadcrumbs a:hover {
	color: #810555;
	text-decoration: underline;
}


/* ! ////// MISC */

/* general page titles in main content area */
#content_area_user_title {	
	height:30px;
	background: url(../images/boxtop_655.gif) no-repeat left top;
	margin:0 0 10px 0;
}
#content_area_user_title h2 {
	padding:5px 0 0 30px;
	color:white;
	font-size:1.25em;
	line-height:1.2em;
}
#sidebar_page_tree {
	margin-top:20px;
}

#sidebar_page_tree h3 {
	color:white;
	height:25px;
	background: url(../images/boxtop_210.gif) repeat-x left top;
	margin:0 0 10px 0;
	font-size:1.25em;
	line-height:1.2em;
	padding:5px 0 0 30px;
}	

/* tag icon */	
.object_tag_string {
	background: url(http://www.cap-echangisme.com/social/_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 14px;
	margin:0;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
	height:145px;
}	
#current_user_avatar {
	float:left;
	width:160px;
	height:130px;
	border-right:1px solid #cccccc;
	margin:0 20px 0 0;
}	
#profile_picture_croppingtool {
	border-top: 1px solid #cccccc;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}	
#profile_picture_croppingtool #user_avatar {
	float: left;
	margin-right: 20px;
}	
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}	


/* ! ////// SETTINGS & ADMIN */

.settings_form h3,
.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3 {
	background:#9b6a8b;
	border-bottom:1px solid #810555;
	color:white;
	font-size:1.1em;
	line-height:1em;
	margin:30px 0 10px 0;
	padding:5px;	
}
.settings_form label,
.admin_debug label,
.admin_usage label {
	color:#333333;
	font-size:100%;
	font-weight:normal;
}
.settings_form {
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 0;
}
.admin_usage {
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 0;
}

.usersettings_statistics .odd,
.admin_statistics .odd {
	background:#f5f5f5;
}
.usersettings_statistics .even,
.admin_statistics .even {
	background:#ffffff;
}
.usersettings_statistics td,
.admin_statistics td {
	padding:2px 4px 2px 4px;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
	width:200px;
}

/* add user pane on user admin */
#add_user_showhide #add-box {
	background: #dedede;
}
#add_user_showhide #add-box form {
	padding:0 20px 5px 20px;
	margin-bottom:10px;
}
.admin_adduser_link {
	margin:0 0 20px 0;
}
#search-box {
	margin:0 0 20px 0;
}

.manifest_file {
	display:none;
}

/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}

div.ajax_loader {
	background: url(http://www.cap-echangisme.com/social/_graphics/ajax_loader.gif) no-repeat top center;
	width:100%;
	height:33px;
}
#page_wrapper_top{
	width: 968px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

 #entete{
	height: 30px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background: url(../images/entete_back.png) repeat-x center top;
	text-align: left;
}


#losange {
	background-image: url(../images/losange_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding-top: 40px;
	cursor:pointer;
	font-weight: bold;
}
#menu_graphique {
	line-height: 12px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
#element_menu {
	margin-right: 50px;
	float: left;
}

#menu_graphique li{
	line-height: 18px;
	
}

#losange:hover {
	background-image: url(../images/losange_on.png);
	font-weight: normal;
	color: #999;
}
#content_area_group_title {
	width: 100%;
	height: 25px;
	margin-bottom: 10px;
	color: #7366A9;
	padding-top: 5px;
}

#elements a{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #660033;
    margin-right: 2px;
}
#elements a:hover{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CCC;
    margin-right: 2px;
}

#element_kiss {
        background-image: url(../../style/images/cc_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	height: 20px;
	line-height: 15px;
        vertical-align: middle;
}
#element_message {
	background-image: url(../../style/images/message_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	height: 20px;
	line-height: 15px;
    vertical-align: middle;
}
#element_chat {
	background-image: url(../../style/images/chat_small.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	height: 20px;
	line-height: 15px;
    vertical-align: middle;
}
#element_contact {
	background-image: url(../../style/images/contact.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	height: 20px;
	line-height: 15px;
    vertical-align: middle;
}
#element_billet {
	background-image: url(../../style/images/billet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	height: 20px;
	line-height: 15px;
    vertical-align: middle;
}
#alerte {
	height: 150px;
	width: 280px;
	border: 3px solid #C60C5C;
	position: absolute;
	left: 40%;
	top: 40%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #400040;
	background-image: url(../images/fond_message_small.png);
	z-index: 20;
	padding-top: 60px;
	padding-right: 50px;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left top;
}
#box_saisie {
	height: 300px;
	width: 400px;
	border: 3px solid #7366A9;
	position: absolute;
	left: 30%;
	top: 30%;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/boite_saisie.png);
	z-index: 20;
	background-repeat: no-repeat;
	background-position: left top;
}
#box_saisie_titre {
	font-size: 14px;
        margin-top: 5px;
	margin-left: 10px;
        color: #ffffff;
}
#box_saisie_body {
	margin-top: 25px;
	margin-left: 10px;
        margin-right: 10px
}
.box_saisie_bouton {
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	float: left;
}
#valid_saisie {
	margin-top: 25px;
	margin-left: 5px;
}
#ajax_icon{
    padding: 5px;
    background-image: url(../images/ajax_loader.gif);
    background-repeat: no-repeat;
    width: 250px;
    height: 50px;
    
    
}
#titre_loader{

    margin-left: 15px;
}
#ajax_notif {
	height: 300px;
	width: 400px;
	border: 3px solid #C60C5C;
	position: absolute;
	left: 30%;
	top: 30%;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/boite_saisie.png);
	z-index: 20;
	background-repeat: no-repeat;
	background-position: left top;
}
#ajax_notif_titre {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}
#ajax_notif_texte {
	margin-top: 25px;
	margin-left: 5px;
}
.aide {
	background-image: url(../images/aide.png);
	height: 70px;
	width: 40px;
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
	margin-left: 5px;
	padding-left: 22px;
}
.row_form {
	height:70px;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.row_form p{
	font-weight: bold;
	padding-right: 3px;
}
.row_form_grand {
	height:100px;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #CCC;
}
.row_form_grand p{
	font-weight: bold;
}
.row_form_grand label{
	font-size: 80%;
}
.row_form_grand span{
	padding-right: 3px;
}
.tarif {
	font-size: 18px;
	color: #7366A9;
}
.row_form_small {
	height:30px;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.row_form_ins {
	height:30px;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
        text-align: right;

}
.row_form_small p{
	font-weight: bold;
}
.row_form_small label{
	font-size: 80%;
}
.row_form_titre {
	font-size: 120%;
	color: #7366A9;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #7366A9;
	text-align: left;
	vertical-align: bottom;
	height: 50px;
	padding-bottom: 3px;
        border-bottom-style: solid;
}
#titre_type_fiche{
	width: 200px;
	text-align: right;
	padding-right: 5px;	
}
#titre_profil{
	vertical-align: middle;
	height: 50px;
	width: 400px;
	color: #7366A9;
	font-size: 18px;
	font-weight: bold;
}
#titre_profil select{
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
#thumbs_tiny {
        
	margin-left: 2px;
        text-align: center;
        
}
#thumbs_tiny li{
    width: 80px;
    float: left;
    margin-right: 1px;
}
#thumbs{
        float: left;
        width: 80px;
	margin-left: 1px;
}
#thumbs p{
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#table_album_list {
    width: 100%;
    margin-top: 2px;
    padding-right: 6px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}
#titre_page {
    height: 30px;
    
}
#action_page {
    height: 25px;
    
    }
#titre_action{
    line-height: 20px;
    vertical-align: top;
}

#action_menu {
    margin-top: 5px;
    margin-bottom: 2px;
    height: 30px;
}
#menu_action {
    height: 25px;
    vertical-align: middle;
    display: block;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#action_ajouter {
    float: left;
    background-image: url(../images/ajouter.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 20px;
    width: 150px;
    margin-right: 30px;
    line-height: 20px;
    
    
}
#action_supprimer {
    float: left;
    background-image: url(../images/supprimer.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 20px;
    margin-right: 20px;
    padding-left: 25px;
    line-height: 20px;
    
}
#ico_ajouter {
    background-image: url(../images/ajouter.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
    
    
}
#ico_editer {
    background-image: url(../images/editer.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
    
    
}
#ico_supprimer{
    background-image: url(../images/supprimer.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float: left;
}
#menu_add_photo {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #5F5034;
    width: 580px;
    padding: 5px;
    padding-left: 15px;
    margin-bottom: 10px;
   
}
#recommendations {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #fff;
    
    width: 275px;
    padding: 5px;
    padding-top: 40px;
    margin-bottom: 10px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-image: url(../images/recommandations.png);
    background-position: left top;
}
#public {
    background-image: url(../images/cadenas_ouvert.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: 35px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
}
#prive {
    background-image: url(../images/cadenas_ferme.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: 35px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
}
#secret {
    background-image: url(../images/secret.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: 35px;
    height: 35px;
    margin-right: 5px;
    vertical-align: middle;
}
.odd{
	background-color: #D2D2A6;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 0.9em;
	height: 20px;
	line-height: 20px;
	
}
.odd h3{
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 2px;
}
.even{
    vertical-align: middle;
	padding-top: 2px;
	padding-left: 2px;
	font-size: 0.9em;
	height: 20px;
	line-height: 20px;
}
.even h3{
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 2px;
}
.row_menu {
    font-size: 0.7em;
}
#thumbs{
    width: 80px;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #330066;
    float: left;
}
#annonce {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 9px;
        line-height: 8px;
}
#annonce p{
    line-height: 8px;
}
#infobulle{
    margin-top: 10px;
    margin-left: 5px;
    background-image: url(../images/fond_aide.png);
    padding-left: 60px;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 220px;
    height: 145px;
    text-align: justify;
}
#infobulle label{
    
    color: #ffccff;
}
#ttl_infobulle {
    
    color: #ffffff;
    font-size: 11x;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#img_capech{
    width: 72px;
    height: 112px;
    background-image: url(../images/fond_capech.png);
    float: left;
}
.message_erreur{
    
    font-size: 12px;
    color: #ff0000;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    margin-top: 10px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 1.15em;
}
#bttn_form_center{
    width: 100%;
    text-align: center;
}
.row_message_l{
   height: 30px;
   background-color: #ffffff;
   margin-bottom: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}
.row_message_nl{
    
   
   margin-bottom: 5px;
      height: 30px;
      background-color: #fce3ec;
      border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}
.date_message{
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: #666666;
}
.objet_message{
    cursor: pointer;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: #666666;
}
#message_row {
    cursor: pointer;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding-left: 2px;
}
#message_row a{
    cursor: pointer;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    padding-left: 2px;
}
#message_row a:hover{
    cursor: pointer;
    color: #000000;
    
}


#filtres_messages{
    width: 98%;
    padding: 1%;
    margin-bottom: 5px;
    background-color: #7366A9;
    color: #ffffff;
    font-size: 0.9em;
}
.row_entete{
    
    background-color: #fcf6fb;
}
.supp_mess{
    padding-right: 5px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
}
.row_message{
    padding: 5px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    vertical-align: top;
}
.row_message_from{
    padding: 5px;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #999999;
    vertical-align: top;
    background-color: #ffcccc;
}
#minifiche {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #f9e4e8;
    width: 280px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 37px;
    margin-left: 5px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/header_minifiche.png);
    background-position: left top;
}
#minifiche_contact {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #f9e4e8;
    width: 280px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 37px;
    margin-left: 5px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/header_minifiche_contact.png);
    background-position: left top;
}
#minifiche li{
    
    font-size: 10px;
    color: #cc0066;
}
#repertoire{

}
#top-repertoire{
    background-image: url(../images/livre.png);
    background-repeat: no-repeat;
    text-align: right;
    padding-top: 0px;
    height: 50px;
    vertical-align: top;
}

#repertoire ul{
    margin-left: 120px;
    height: 20px;
    padding: 5px;
    vertical-align: bottom;
}
#repertoire li{
    width: 28px;
    padding: 2px;
    margin-right: 1px;
    float: left;
    height: 25px;
    
    text-align: center;
    vertical-align: bottom;
}
#corps {
    
    height: 400px;
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    background-image: url(../images/spirale.png);
    background-repeat: repeat-y;
    
}
#vignette_rep{
    width: 98%;
    height: 130px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ccccff;
    border-left-color: #ccccff;
    border-bottom-color: #ccccff;
    border-top-color: #ccccff;
    margin-bottom: 5px;
    vertical-align: top;
    padding-top: 5px;
}
#vignette_rep p{
    margin: 0px;
    padding: 0px;
    line-height: 10px;
}
#vignette_rep td{

    vertical-align: top;
}

#comment_rep{
    margin-right: 10px;
    height: 80px;
    overflow: auto;
    padding: 2px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #990066;
    font-size: 10px;
    border-right-style: dashed;
    border-left-style: dashed;
    border-bottom-style: dashed;
    border-top-style: dashed;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
    background-color: #f4edf4;
}
#depuis{
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #fb4f9d;
}
#message_ok {
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;

    margin: 5px;
    background-image: url(../images/ok.png);
    width: 90%;

    border-right-style: dashed;
    border-left-style: dashed;
    border-bottom-style: dashed;
    border-top-style: dashed;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ff3366;
    border-left-color: #ff3366;
    border-bottom-color: #ff3366;
    border-top-color: #ff3366;
}
#network{
    background-image: url(../images/network.png);
    top: 200px;
    left: 250px;
    width: 400px;
    height: 170px;
    position: absolute;
    z-index: 100;
    
}
#body_network{
    margin: 5px;
    padding: 5px;
    color: #999999;
    font-size: 10px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#titre_ajax{
    width: 100%;
    margin: 5px;
    padding: 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #cc0066;
    text-align: left;
}
.row_network{
    height: 30px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    vertical-align: middle;
    font-size: 9px;
}
.notev{

    background-image: url(http://www.cap-echangisme.com/style/images/puce_label.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 3px;
    font-family: Arial,Helvetica,sans-serif;
    color: #990033;
    font-size: 0.9em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ff9999;
    background-color: #fbecf6;
    vertical-align: top;
}
.note{
    padding-bottom: 3px;
    padding-left: 20px;
    font-family: Arial,Helvetica,sans-serif;
    color: #330000;
    font-size: 0.9em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ff9999;
    background-color: #f6f4f4;
    vertical-align: top;
}
.txtmessv{
    font-family: Arial,Helvetica,sans-serif;
    color: #990033;
    font-size: 0.8em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ff9999;
    background-color: #fbecf6;
    padding-bottom: 3px;
}
.txtmess{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
    color: #330000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ff9999;
    background-color: #f6f4f4;
    padding-bottom: 3px;
}
.pseudo_liste{

    font-size: 0.8em;
    line-height: 2em;
}
#menuactions {
    margin: 5px;
    
    background-color: #ccccff;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #330066;
}
#menuactions li{
    float: left;
    margin-right: 10px;
}
#t_annonce_minifiche{
    margin: 4px;
    padding : 2px;
    height: 200px;
    overflow: auto;
    background-color: #f9f4f4;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
    font-size: 0.9em;
    color: #660066;
}
.pseudo_encours{
    width: 100%;
    color: #ff0099;
    font-weight: bold;
    
    background-color: #ece8e8;
}
#pseudo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #C06;    
}
#tbl_profil{
    
    font-size: 0.9em;
}
#tbl_billet{
    margin: 3px;
    border-top-style: solid;
    
    border-top-width: 2px;
    
    border-top-color: #cccccc;
    
    margin-bottom: 2px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.header_billet{
    background-color: #fcf6fa;
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#add_billet{
    
    margin-left: 5px;
    background-image: url(../images/billet.png);
    padding-left: 20px;
    text-align: left;
    background-position: left center;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: #990033;
    cursor: pointer;
}
#txt_billet{
    height: 50px;
    width: 300px;
    display:inline-block;
    margin-right: 5px;
    overflow: auto;
    padding-left: 2px;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px;
}
#status_billet{
    display:inline;
    width: 220px;
    height: 25px;
    padding-bottom: 10px;
    vertical-align: middle;
    text-align: center;
}
#status_billet label{
    
    margin-left: 5px;
    height: 35px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: center;
}


#profil_beautiful {
    margin-left: 200px;
}
#beautiful{
    width: 100%;
    margin: 5px;

}
#beautiful li{
    float: left;
}
#ajax_box{

	width: 600px;
	border: 3px solid #C60C5C;
	position: absolute;
	left: 20%;
	top: 20%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #400040;
	z-index: 210;
	padding: 10px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 6px;
    border-left-width: 6px;
    border-bottom-width: 6px;
    border-top-width: 6px;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
    background-color: #ffffff;
}
#titre_ajax_box {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #cc0066;
    padding-right: 10px;
    
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    text-align: right;
    background-image: url(../images/billet.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#separateur_ajax{
    height: 10px;
    margin: 5px;
    
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
}
#overlay_ajax{ position: absolute;  left: 0; z-index: 90; width: 100%; height: 930px; background-color: #999999; }

#text_billet {
    width:98%;
        height: 200px;
}
#text_message {
    width:98%;
        height: 200px;
}
#voir_billets a{
    font-size: 0.8em;
	line-height:15px;
	vertical-align:middle;
}

#lien_myspace {
    min-width: 110px;
    display: inline;
}

.submit_mini {
	
	height: 17px;
        padding-left: 25px;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #ffffff;
	color: #7366A9;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 1px;
	margin-left: 3px;
    font-size: 0.8em;
    padding-right:2px;
}
#img_status{
margin-right: 5px;
display: block;
}
#navigo{
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: #cc0066;
}
#navigo:hover{
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    text-decoration: underline;
    color: #ccccff;
}
#notificator{
    position: fixed;
    bottom: 0px;
    margin-bottom:0px;
    right: 5px;
    height: 135px;
    width: 285px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 60px;
    background-image: url(../images/notifications.png);
    background-repeat: no-repeat;
}
#prompt{
    font-size: 1em;
    font-family: Arial,Helvetica,sans-serif;
    color: #999999;
    font-weight: bolder;
    vertical-align: middle;
}
#prompt a{
    font-size: 0.8em;
}
#close_window{
    background-image: url(../images/croix_ferme.png);
    background-position: right top;
    background-repeat: no-repeat;
    margin-left: 265px;
    margin-bottom: 25px;
    margin-top: -45px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
galerie_cc {
    width: 100%;
    height: 400px;
    overflow: auto;
}

#vignette_cc{
    width: 95px;
    float: left;
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
    margin: 3px;
    padding: 2px;
    text-align: center;
    height: 140px;
}
#vignette_cc_new{
    width: 95px;
    float: left;
    border-style: solid;
    border-width: 2px;
    border-color: #cc0066;
    margin: 3px;
    padding: 2px;
    text-align: center;
    height: 140px;
    background-image: url(../images/new_cc.png);
    background-position: left top;
    background-repeat: no-repeat;
}
#vignette_cc p{
    margin:0px;
    line-height: 0.9em;
    font-size: 0.8em;
}
#vignette_cc a{
    margin:0px;
    line-height: 1em;
    font-size: 1em;
}
#vignette_cc_new p{
    margin:0px;
    line-height: 0.9em;
    font-size: 0.8em;
}
#vignette_cc_new a{
    margin:0px;
    line-height: 1em;
    font-size: 1em;
}
#noticias{
 padding: 3px;
 margin: 3px;
 width: 100%;
}
#panel{
    width: 250px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 3px;
    margin-bottom: 5px;
    height: 250px;
    float: left;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ede8e8;
    border-left-color: #ede8e8;
    border-bottom-color: #ede8e8;
    border-top-color: #ede8e8;
}
#reload {
	width: 100%;
	padding-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	height: 20px;
	background-image: url(../images/reload.png);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
	vertical-align: middle;
}
#affinity_rect{
    width: 100px;
    padding: 2px;
    
    font-size: 8px;
    color: #990099;
    font-family: Arial,Helvetica,sans-serif;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
}
#titre_galerie_proxim {
	margin: 2px;
	padding-left: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	border-bottom-style: ridge;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	font-size: 12px;
	color: #666666;
	height: 20px;
	margin-bottom: 5px;
	vertical-align: middle;
	line-height: 15px;
}
#vignette_affinity {
    float: none;
    width: 230px;
    border-right-style: dashed;
    border-left-style: dashed;
    border-bottom-style: dashed;
    border-top-style: dashed;
    border-right-color: #cccccc;
    border-left-color: #cccccc;
    border-bottom-color: #cccccc;
    border-top-color: #cccccc;
    margin: 3px;
    padding: 2px;

}
#tx_affinity_vignette {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    margin-left: 5px;
    width: 80px;
    color: #990033;
}
#ville_suggest {
    background-color: #ebebfb;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    height: 150px;
    overflow: auto;
}
#ville_suggest ul{
    cursor: pointer;
    text-align: left;
}
#ville_suggest ul li{
    padding: 2px;
}
#ville_suggest ul li:hover{
    
    background-color: #ffccff;
}
#mini_ico_ajax {
    background-image: url(../images/mini_ico_ajax.gif);
    background-repeat: no-repeat;
    margin: 5px;
    padding: 5px;
    padding-left: 25px;
    height: 25px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9em;
    color: #990066;
    width: auto;
    line-height: 12px;
}
.container_ajax{
	background-image: url(../images/mini_ico_ajax.gif);
	background-repeat: no-repeat;
	margin: 5px;
	padding: 5px;
	padding-left: 25px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 25px;
	background-position: left;
	border-style: dashed;
	border-width: 1px;
	border-color: #cccccc;
	vertical-align: middle;
	font-weight: bold;
	color: #C36;
}
#galerie_ajax {
    background-image: url(../images/mini_ico_ajax.gif);
    height : 200px;
    background-repeat : no-repeat;
    background-position: center center;
    font-family: Arial,Helvetica,sans-serif;
    color: #cc0033;
    font-size: 0.9em;
    text-align: center;
}
.row_geo_small p{
    margin-left: 5px;
    margin-bottom: 10px;
    width: 400px;
    text-align: right;
}
#affinity {

    background-image: url(../images/affinity_logo.png);
    background-repeat: no-repeat;
    width: auto;
    padding: 5px;
    padding-top : 25px;
    margin: 3px;
    height: 110px;
    background-position: left top;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #e4e4ee;
    border-left-color: #e4e4ee;
    border-bottom-color: #e4e4ee;
    border-top-color: #e4e4ee;
}
#item_list {
    width: 96%;
    padding: 10px;
    background-color: #ffffff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #000000;
    line-height: 1.4em;
}
#item_list p{
    font-size: 1em;
}
#item_list ul{
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #930;
	
}
#item_list ul li{
	list-style-position: inside;
	list-style-type: circle;
}
#logo_contact_large{

    background-image: url(../images/contact_large.png);
    width: 50px;
    height: 50px;
    margin-left : 450px;
    margin-top: -60px;
}
#logo_intimes_large{

    background-image: url(../images/intimes_large.png);
    width: 50px;
    height: 50px;
    margin-left : 450px;
    margin-top: -60px;
}
#FlexContent {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
#galerie_visites {
    width: 650px;
    height: 480px;

    margin: 0px;
    padding: 0px;
    text-align: left;
}
