body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:180%;
	text-align:center;
	margin:0;
	padding:0;
	background-position:0 0;
	background-repeat:repeat-x;
	background-image:url(/images/iface/webBg.png);
	background-color:#d7ecf6;
}
/* Links
-------------------------------------------------------------- */
a{outline:none;}
a:link,
a:visited{color:#4e5563; text-decoration:none}
a:hover{
	color:#353639;
	text-decoration:underline;
}

a img{border:none;}
.center{text-align:center;}
.float-right{float:right;}
.float-left{float:left;}
.clear{clear:both;}
.dots{margin:10px 0; border:none; border-top:1px dotted #CCC; display:block;}
/* Structure
-------------------------------------------------------------- */
#container{
	width:980px;
	text-align:left;
	margin:0 auto;
	background-image:url(/images/iface/containerBg.png);
	background-position:top;
	background-repeat:no-repeat;
}
#wrapper{
	overflow:hidden;
	margin:0 0 20px 0;
}
#content{
	width:760px;
	float:left;
	padding:20px 0 0 0;
}
#sidebar{
	width:200px;
	padding:20px 0 0 0;
	float:right;
	background-image:url(/images/iface/drips.png);
	background-position:160px 0;
	background-repeat:no-repeat;
	}

.wrapW{
	background-color:#FFF;
	padding:10px;
}
/* Path
-------------------------------------------------------------- */
.path{
	padding:5px 15px;
	background-color:#FFF;
	border:1px solid #CCC;
	color:#444;
	overflow:hidden;
	margin:0 0 20px 0 ;
}
.path p{line-height:normal; padding:0; margin:0;}

h2.pagetitle{font-size:24px; padding:0 0 10px 0; border-bottom:1px dotted #FFF; font-weight:normal;}
h2.pagetitle strong{color:#1C5EA1;}
h2.pagetitle small{display:block; font-size:14px;}
.wrapW h2.pagetitle{margin:0; border-bottom:1px dotted #CCC;}


.tabs{
	padding:10px 15px 0 15px;
	background-color:#1D5E9F;
	border-bottom:4px solid #002B53;
	color:#FFF;
	overflow:hidden;
	margin:0 0 20px 0 ;
}

.tabs ul{overflow:hidden; margin:0; padding:0;}
.tabs ul li a{
	padding:4px 10px;
	display:block;
	text-align:center;
	font-weight:bold;
	background:#1D5E9F;
	color:#77B3EF;
	float:left;
	line-height:18px;
	}
	.tabs ul li.current a{
		position:relative;
		top:1;
		background-color:#002B53;
		color:#fff;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-top-left-radius: 3px;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-topleft: 3px;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
	}
/* Ads
-------------------------------------------------------------- */
#skyH{
	margin:0 0 20px 0;
}
#skyH .round3{
	text-align:center;
	background-color:#FFF;
}
#skyH p{
	text-align:right;
	margin:0;
	padding:0;
	}

/* Header
-------------------------------------------------------------- */
#header{overflow:hidden;}
#header h1,
#header h1 a{
	display:block;
	float:left;
	text-indent:-99999em;
	background-position:0 0;
	width:425px;
	height:88px;
}
#header h1 a{background-image:url(/images/iface/logo.png);}

#recherche_haut{
	float:right;
	padding:10px 10px 5px 10px;
	border:1px solid #d3ebf7;
	background-color:#75b7e0;
	margin:20px 0 0 0;
}
#recherche_haut div{
	position:relative;
}
#recherche_haut div input#mot{
	width:300px;
	padding:5px;
	font-size:16px;
	background-color:#FFF;
	border:1px solid #FFF;
}
#recherche_haut div input#buscar{
	position:absolute;
	top:1px;
	left:71%;
}
#recherche_haut div p{
	margin:5px 0 0 0;
	padding:0;
	text-align:right;
	line-height:normal;
}
#recherche_haut div a{
	font-size:11px;
	font-weight:bold;
}

/* Menu
-------------------------------------------------------------- */

#menu{
	width:100%;
	overflow:hidden;
	background-image:url(/images/iface/mnuBg.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#menu a#btnAdd{
	float:right;
	width:281px;
	text-indent:-9999em;
	margin:5px 7px 0 0;
	height:47px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(/images/iface/btnAdd.png);
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; 
	width: 640px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 14px 14px 13px 14px; margin:0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("/images/iface/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("/images/iface/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 12px arial;
            color: #FFF; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
		.lavaLamp li a:hover{color:#FFF;}
#menu ul.lavaLamp li.current a {
	color:#507427
}

/* Add history
-------------------------------------------------------------- */
#submit{
	margin:0 0 25px 0;
	display: none;
	background-color:#FFF
}
#submit h2{
	margin:0;
	padding:10px;
	border-bottom:1px dotted #CCC;
	background-color:#EEE;
}

#submit input{
	border: 1px solid #ADADAD;
	padding: 4px;
}

#submit input#firstname{
display:none;
}

#submit textarea{
margin-top:6px;
border:1px solid #ADADAD;
padding:4px;
font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size:13px;
width:98.5%;
}

#submit .ok{
float:right;
margin:10px 0;
width:52%;
}

#submit .ok input{
padding:4px 15px;
font-weight:bold;
border:1px solid #ADADAD;
}

#submit select{
border:1px solid #ADADAD;
padding:4px;
width:160px;
}

form.submitsh{
	padding:10px;
}
form fieldset{
	border:1px solid #CCC;
	background-color:#EEE;
	padding:10px 10px 0 10px;
}
form.submitsh .input_mail{
	float:left;
	margin-top:15px;
	width:48%;
	}

form.submitsh .input_auteur{
	float:left;
	}

form.submitsh .input_cat{
	float:right;
	}
	
form.submitsh .input_sexe{
	float:right;
	margin-right:10px;
	}

form.submitsh #firstname{
	display:none;
	}

form.submitsh #loadingsubmitsh{
	text-align:center;
	display:none;
	margin:5px 0px 5px 0px;
	padding:0;
	}

form.submitsh .captchaTxt{
	width:80px;
}
form.submitsh .result{
	margin:10px 0px 0px 0px;
	background-color:#FFC;
	border:1px solid #F96;
	text-align:center;
	display:none;
	}

form.submitsh .ok #compteur{
	float:left;
	margin:4px 5px 0px 0px;
	font-size:11px;
	}

/* Entry
-------------------------------------------------------------- */

.entry{
	background-image:url(/images/iface/postTop.png);
	background-position:0 0;
	background-repeat:no-repeat;
	position:relative;
	margin:0 0 20px 0;
}
.entry img.flag{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.entrycontent{
	padding:20px 20px 10px 20px;
	background-image:url(/images/iface/postentryBg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.entryid{
	font-style:italic;
	margin:0 10px 0 0;
}
.entrycontent p{line-height:180%; margin:0; font-size:14px; position:relative; z-index:2;}
.entrycontent p a{text-decoration:none; color:#000;}
.entrycontent p small{display:block; padding-left:15px; background-position:left; background-repeat:no-repeat; background-image:url(/images/icons/pencil.png);}
.entrycontent p small a{font-weight:bold;}
.entrycontent p small a:link,
.entrycontent p small a:visited{color:#069;}
.entrycontent p small a:hover{color: #F60;}

.addthis_button{
	position:absolute;
	bottom:14px;
	left:580px;
	z-index:10;
}

.entrymeta{
	background-position:bottom left;
	background-repeat:no-repeat;
	background-image:url(/images/iface/postBot.png);
	line-height:42px;
	padding:0 10px;
	position:relative;
}

.entrymeta a.icnShare{
	background-image:url(/images/iface/btnShare.png);
	width:82px;
	height:29px;
	line-height:29px;
	padding:0 0 0 45px;
	background-repeat:no-repeat;
	color:#FFF;
	position:absolute;
	top:-5px;
	left:80%;
	}
.entrymeta .icnAc1,
.entrymeta .icnAc2,
.entrymeta span{
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;	
	margin:0 10px 0 0;
	padding: 5px 20px 5px 30px;
	background-position:10px 10px;
	background-repeat:no-repeat;
	border-width:1px;
	border-style:solid;
	background-color:#3996c9; border-color:#3996c9; color:#FFF;
	}
.entrymeta span.icnAc2{background-image:url(/images/icons/thumbUp.png);}
.entrymeta span.icnAc1{background-image:url(/images/icons/thumbDown.png);}
.entrymeta span.icnAc1 a:link,
.entrymeta span.icnAc1 a:visited,
.entrymeta span.icnAc2 a:link,
.entrymeta span.icnAc2 a:visited{color:#FFF;}
.entrymeta span.icnAc1 a:hover,
.entrymeta span.icnAc2 a:hover{color:#00305c; text-decoration:none;}

.entrymeta a.plusToggle{
	float:right;
}

.entry .plus{
display:none;
background-color:#0C569A;
padding:10px;
color:#FFF;
overflow:hidden;
}
.entry .plus .plus_bouton{
padding:2px 6px;
margin-right:4px;
cursor:pointer;
height:23px;
width:200px;
float:right;
}

.entry .plus .plus_bouton:hover{
}

.entry .plus .plus_bouton .icone{
	margin:0 10px 0 0;
	float:left;
}

.post .plus .plus_bouton .label{
float:left;
padding:1px 0pt 0pt 6px;
color:#FFF;
}
.entry .plus .plus_bouton a:link,
.entry .plus .plus_bouton a:visited,
.entry .plus .plus_bouton a:hover{color:#FFF; text-decoration:none;}

.entry small a.icnComms{
	float:right;
	padding:0 0 0 12px;
	background:url(/images/icons/comment.png) left no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:9px;
	}


/* Pagination
-------------------------------------------------------------- */
.pagination{
	overflow:hidden;
	padding:10px;
	border:1px solid #CCC;
	background-color:#FFF;
	color:#444;
}
.pagination a:link,
.pagination a:visited{color:#007fdf;}
.pagination a:hover{color:#F30;}

.pagination .prevnext{float:right;}
/* Sidebar
-------------------------------------------------------------- */
#sidebar ul{
	padding:0;
	list-style:none;
	margin:0;
}

#sidebar ul li{
	padding:3px 0 3px 20px;
	background-position:left;
	background-repeat:no-repeat;
}

#sidebar .module{
	margin:0 0 20px 0;
}
.module .modContent{
	background-color:#FFF;
	border:1px solid #81b5d0;
	border-top:none;
	padding:10px;
	background-image:url(/images/iface/postentryBg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.module h2{
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url(/images/iface/hSidebar.png);
	line-height:36px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:3px;
}
/* categorias */
#categories h2{
	line-height:34px;
	padding:6px 0 0 0;
	background-position:0 0;
	border-bottom-color:#002b53;
	}
#categories ul li{background-image:url(/images/icons/folder.png);}

/* login */
#login h2{
	background-position:0 -40px;
	border-bottom-color:#b44d0b;
}
#login form{margin:0; padding:0;}
#login form label{
	font-weight:bold;
	display:block;
	margin:0 0 5px 0;
}
#login form input#usr,
#login form input#pwd{
	border:1px solid #6ea4e0;
	padding:5px;
	width:94%;
}
#login ul {
	margin:0 0 10px 0;
	overflow:hidden;}
#login ul li{
	background-image:url(/images/icons/arrow_small.gif);
	background-position:0px 5px;
	padding-left:10px;
	float:left; margin:0 4px 0 0; font-size:11px; font-weight:bold;
	width:90%;
	}
#login a.btnLogout{
	background: url(/images/icons/lock.png) no-repeat left;
	padding:5px 0px 3px 22px;
	font-weight:bold;
	margin:10px 0 0 0;
}


/* SIGNUP */
.bigForm p{
	overflow:hidden;
	padding:5px 0;
}
.bigForm p.nob{
	text-align:center;
	}
.bigForm label{
	display:block;
	font-size:20px;
	color:#333;
	}
.bigForm input,
.bigForm select,
.bigForm textarea{
	width:95%;
	padding:6px;
	border:1px solid #6ea4e0;
	font-size:18px;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;	
	
	}
.bigForm select{width:97%;}
.bigForm textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:180%;
	width:97%;
	height:200px;
	}

.bigForm p.nob input,
.bigForm input.btnSubmit,
#resetpasswordForm p.nob input{
	cursor:pointer;
	border:3px solid #F60 !important;
	background-color:#F90 !important;
	color:#FFF !important;
	text-transform:uppercase !important;
}

.pasgood,
.error{
	background-image:url(../images/cross.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:4px 0 4px 22px !important;
	font-weight:bold;
	color:#C30;
}
.alert{
	padding:4px 0 4px 30px;
	color:#F30;
	background:#FFC url(/images/icons/warning.png) 10px 4px no-repeat; 
}


.comment{
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #CCC;
	margin:0 0 20px 0;
}
.comment p{
	font-size:12px;
	line-height:180%;
	margin:0;
}
.comment img.avatar{
	margin:0 0 0 20px;
}

.comment .userinfos{
	margin:10px 0 0 0;
	overflow:hidden;
	clear:both;
	background-color:#EEE;
}
.comment .userinfos p{
	font-size:11px;
	padding:3px 5px;
}

.comment .userinfos p span.float-right{
	background-image:url(/images/icons/report.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:0 20px 0 0;
	font-weight:bold;
}

.btnUp{
	width:32px;
	height:32px;
	display:block;
	text-indent:-99999em;
	background:url(/images/icons/up.png) no-repeat 0 0;
}

#adsSide .modContent{
	border:1px solid #81b5d0;
	background:none;
	background-color:#FFF;
}
#social .modContent{
	border:1px solid #81b5d0;
	background:none;
	background-color:#FFF;
}


#footer{
	background-color:#ffe0a9;
	border-top:5px solid #ffd180;
	}

#footer a:link,
#footer a:visited{color:#960;}
#footer a:hover{color:#474133;}
#footer #footWrap{
	width:980px;
	margin:0 auto;
	padding:20px 0;
}
#footer #footWrap p{
	margin:10px 0;
	padding:0;
	}
	#footer #footWrap p a.rss{
		padding:0 0 0 20px;
		background:url(/images/icons/rss.png) 0 4px no-repeat;
		}
/* Misc
-------------------------------------------------------------- */
.topRound{
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	}

.botRound{
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	}
	
.round7{
	-webkit-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-radius: 7px;	
}
.round3{
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;	
}
.round5{
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;	
}

.profileInfo{
	margin:20px 0;
	overflow:hidden;
	}


.profileInfo h3{
	font-size:22px;
	font-weight:bold;
	color:#999;
	margin:0 0 10px 0;
}

.profileInfo ul{
	list-style:none;
	margin:0 0 0 40px;
	padding:0;
	}
.profileInfo ul li{
	padding:5px 0 5px 15px;;
	background-image:url(/images/icons/arrow_small.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#profileform input,
#profileform select{
	width:500px;
}
#profileform p.bday select{
	width:100px;
}

.avatar_container{
	float:left;
	width:100px;
	height:100px;
	display:block;
	margin:5px 5px 0 0;
	overflow:hidden;
	position:relative;
}
.avatar_container img{
	width:100px;
	height:100px;
}
.avatar_box{
	clear:both;
	display:block;
}
