/* 
CSS BY GUILLAUME HOCINE 
ADDONS & MODIFICATIONS GARGOUILLE DESIGN
*/

/* PRINCIPAL */
body {
	margin:0; 
	padding:0;
	line-height:1.4em;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:0.8em;
	color:#000000;
	background:#ffffff;
}

#principal {
	position:relative;
	width:1000px;
	margin:0 auto;
	background:#ffffff;
}

/* TOP OF PAGE | HAUT DE LA PAGE */
#top1 {
	height:360px;
	margin:0 3px 0 3px;
	padding:0;
	background:url("../images/bg_header.jpg") left no-repeat #ffffff;
}

.modes, .tendances {
	float:left;
	width:270px;
	height:135px;
	margin-top:185px;
	margin-left:33px;
	/*background:#ffcc00;*/
}
.tendances {
	margin-left:44px;
}

.title {
	font-size:1.4em;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#452e1e;
}
.texte {
	margin-top:6px;
	font-size:1.0em;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#2b2b2b;
}

#top2 {
	position:relative;
	height:33px;
	margin:0 3px 0 3px;
	padding:4px 3px 0 3px;
	border:1px #cccccc solid;
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d2d1d0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f6f6f6, #d2d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f6f6f6, #d2d1d0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f6f6f6, #d2d1d0); /* IE10 */
	background-image:      -o-linear-gradient(top, #f6f6f6, #d2d1d0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f6f6f6, #d2d1d0);
	-pie-background:          linear-gradient(top, #f6f6f6, #d2d1d0); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-khtml-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
	behavior: url(/PIE.htc);
}

#top3 {
    height:5px;
	margin:0 3px 0 3px;
    padding:0;
	background:#ffffff;
}

/* SEARCH FORM by GARGOUILLE DESIGN*/
.group {
	width: 768px;
	float: left;
	margin-top:7px;
	margin-right: 0px;
}
.search-form {
	margin-bottom: 7px;
	position: relative;
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
}
.search-form.frame {
	position: relative;
	padding: 7px;
	border: 1px solid #cccccc;
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d2d1d0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f6f6f6, #d2d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f6f6f6, #d2d1d0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f6f6f6, #d2d1d0); /* IE10 */
	background-image:      -o-linear-gradient(top, #f6f6f6, #d2d1d0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f6f6f6, #d2d1d0);
	-pie-background:          linear-gradient(top, #f6f6f6, #d2d1d0); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(/PIE.htc);
}
.search-input {
	width: 666px; /* width: 306px pour double */
	height: 20px;
	padding: 6px 10px 6px 35px;
	font-size:1.0em;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	color: #333333;
	outline: none;
	position: relative;
	background: #fff url(../images/search-dark.png) 10px center no-repeat;
	border: 1px solid #ccc;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(/PIE.htc);
}
/* hack IE6 */
* html .search-input { 
	width: 664px; /* width: 304px; pour double */
}
.search-btn {
	margin-left: 3px; /* margin-left: 3px pour double */
	width: 32px;
	height: 32px;
	color: #ffffff;
	font-size:1.0em;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	letter-spacing: 1px;
	border: 1px solid #b9b9b9;	
	outline: none;
	cursor: pointer;
	position: relative;
	background-color: #666;
    -moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(/PIE.htc);
}
.frame.rbtn .search-btn {
	-moz-border-radius:    32px;
	-webkit-border-radius: 32px;
	border-radius:         32px;
}

/**** Small round corners ****/
.search-form.frame.rsmall, .rsmall .search-input {
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
}
.frame.inbtn.rsmall .search-btn, .noframe.inbtn.rsmall .search-btn {
	-moz-border-radius:    0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius:         0 5px 5px 0;
}

/*** Light Gray ***/
.search-form.frame.lgray .search-btn {
	background-color: #a1a1a1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#4c4c4c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #a1a1a1, #4c4c4c); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #a1a1a1, #4c4c4c); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #a1a1a1, #4c4c4c); /* IE10 */
	background-image:      -o-linear-gradient(top, #a1a1a1, #4c4c4c); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #a1a1a1, #4c4c4c);
	-pie-background:          linear-gradient(top, #a1a1a1, #4c4c4c); /* IE6-IE9 */	
}

/* BOTTOM OF PAGE | BAS DE LA PAGE */
#bottom {
	height:150px;
	margin:7px 3px 0 3px;
	padding:0;
} 

#column_bottom {
	position:relative;
	width:994px;
	padding:0;
} 

#menu_bottom{
	display:block;
	width:100%;
	height:150px;
	background:transparent;
} 

.bottom_menu_first {
	float:left;
	width:240px;
	margin:5px 10px 0 0;
	padding:0;
	background:transparent;
} 
.bottom_menu_last {
	float:right;
	width:240px;
	margin:5px 3px 0 0;
	padding:0;
	background:transparent;
} 

.menubottom_title_h {
	float:left;
	position:relative;
	width:232px;
	margin:7px 0 0 0;
	padding:4px;
	border:1px #cccccc solid;
	border-bottom:0px;
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d2d1d0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f6f6f6, #d2d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f6f6f6, #d2d1d0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f6f6f6, #d2d1d0); /* IE10 */
	background-image:      -o-linear-gradient(top, #f6f6f6, #d2d1d0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f6f6f6, #d2d1d0);
	-pie-background:          linear-gradient(top, #f6f6f6, #d2d1d0); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior: url(/PIE.htc);
}

.menubottom_title_h ul {
	float:left;
	width:205px;
	margin:0;
	padding:3px 0 3px 5px;
} 

.menubottom_title_h li  {
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
	font-size:1.1em;
	color:#452e1e;
}

.menubottom  {
	float:left;
	position:relative;
	width:240px;
	margin:0;
	padding:0;
	border:1px #cccccc solid;
	border-top:0px; 
	background:#ffffff;
}

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

.menubottom li {
	margin:0;
	padding:0;
	display:inline;
} 

.menubottom li.text {
	display:block;
	line-height:1.1em;
	margin:0;
	padding:3px 0 2px 6px;
	color:#2B2B2B;
} 

.menubottom li a, .menubottom li a:link, .menubottom li a:visited {
	display:block;
	line-height:1.1em;
	margin:0 0 0 1px;
	padding:3px 0 2px 5px;
	color:#2B2B2B;
	text-decoration:none;
} 

.menubottom li a:hover, .menubottom li a:active {
	display:block;
	width:232px;
	line-height:1.1em;
	margin:0 0 0 1px;
	padding:3px 0 2px 5px;
	color:#000000;
	text-decoration:none;
} 

#copyright {
	position:relative;
	width:998px;
	margin:0 auto;
	position:relative;
	font-size:1.0em;
	color:#ffffff;
	/*margin:0 3px 0 3px;*/
	padding:6px 0 6px 0;
	text-align:center;
	border: 1px solid #5b3e2c;
	background-color: #5b3e2c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73533e), to(#452e1e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #73533e, #452e1e); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #73533e, #452e1e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #73533e, #452e1e); /* IE10 */
	background-image:      -o-linear-gradient(top, #73533e, #452e1e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #73533e, #452e1e);
	-pie-background:          linear-gradient(top, #73533e, #452e1e); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-khtml-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
	behavior: url(/PIE.htc);
}

/* MENU */
#main1 {
	margin:0;
	padding:0;
	background:#ffffff;
}

#main2 {
	margin:0 3px 0 3px;
	padding:0;
	background:#ffffff;
}

#left {
	float:left;
	width:0;
	margin:0; 
	padding:0;
}

#right {
	float:right;
	width:220px;
	margin:0; 
	padding:0;
}

/* MENU TOP */
#menutop2 {
	display:block;
	width:988px;
	margin:0 auto;
	z-index:9999;
} 

#menutop2 .menu {
	list-style:none;
	width:988px;
	margin:0px auto 0px auto;
	padding:0px;
	height:35px;
} 

.menu ul, .menu li {
	font-size:1.1em;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	line-height:30px;
	text-align:left;
} 

.menu li {
	float:left;
	position:relative;
	text-align:center;
	margin:0 10px 0 0;
	border:none;
} 

.menu li a {
	display:block;
	color:#452e1e;
	font-weight:bold;
	outline:0;
	padding: 0 15px 0 15px;
	text-decoration:none;
} 

.menu li:hover {
	border-bottom:none;
	margin-right:10px;
} 

.menu li:hover a {
	color:#ffffff;
	font-weight:bold;
	padding: 0 15px 0 15px;
	text-decoration:none;
	background:#73533e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
} 

.menu li:hover div a {
	display:inline;
} 

.menu li:hover div a {
	text-decoration:none;
	text-shadow:none;
	border:none;
	padding:0;
} 

.menu .right {
	float:right;
	right:0;
	margin-right:2px;
} 

.menu li.right:hover {
	margin-right:2px;
}

/* MENU LEFT, RIGHT */
.menuleft_header, .menuright_header {
	float:left;
	position:relative;
	width:210px;
	margin:7px 0 0 0;
	padding:4px;
	border:1px #cccccc solid;
	border-bottom:0px;
	background-color: #ededed;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#d2d1d0)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f6f6f6, #d2d1d0); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f6f6f6, #d2d1d0); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f6f6f6, #d2d1d0); /* IE10 */
	background-image:      -o-linear-gradient(top, #f6f6f6, #d2d1d0); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f6f6f6, #d2d1d0);
	-pie-background:          linear-gradient(top, #f6f6f6, #d2d1d0); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior: url(/PIE.htc);
} 

.menuleft_header ul, .menuright_header ul {
	float:left;
	width:205px;
	margin:0;
	padding:3px 0 3px 5px;
} 

.menuleft_header li, .menuright_header li {
	margin:0;
	padding:0;
	display:inline;
	font-weight:bold;
	font-size:1.1em;
	color:#2b2b2b;
} 

.menuleft, .menuright {
	float:left;
	position:relative;
	width:218px;
	margin:0;
	padding:0;
	border:1px #cccccc solid;
	border-top:0px; 
	background:#ffffff;
} 

.menuright.tags {
	text-align:center;
}

.menuleft ul, .menuright ul {
	margin:0;
	padding:0;
	list-style-type:none;
} 

.menuleft li, .menuright li {
	margin:0;
	padding:0;
	display:inline;
} 

.menuleft li.text, .menuright li.text {
	display:block;
	line-height:1.1em;
	margin:0;
	padding:3px 0 2px 6px;
	color:#5b3e2c;
} 

.menuleft li a, .menuleft li a:link, .menuleft li a:visited, .menuright li a, .menuright li a:link, .menuright li a:visited {
	display:block;
	line-height:1.1em;
	margin:0 0 0 1px;
	padding:3px 0 2px 5px;
	color:#5b3e2c;
	text-decoration:none;
} 

.menuleft li a:hover, .menuleft li a:active, .menuright li a:hover, .menuright li a:active {
	display:block;
	width:210px;
	line-height:1.1em;
	margin:0 0 0 1px;
	padding:3px 0 2px 5px;
	color:#000000;
	text-decoration:none;
}

/*Menu Publicité */
.pub_centre {
	float:left;
	position:relative;
	width:752px;
	margin:5px 0 7px 0;
	padding:9px 7px 5px 7px;
	text-align:center;
	border:1px #DBDBDB solid;
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(/PIE.htc);
}

.pub_menu {
	float:left;
	position:relative;
	width:218px;
	margin:7px 0 0 0;
	padding:7px 0 5px 0;
	border:1px solid #DBDBDB;
	text-align:center;
	background-color:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(/PIE.htc);
}

.pub_index {
	float:left;
	display:block;
	width:300px;
	margin:0;
	padding:0;
	background-color:#ffffff;
}

/*Menu Tag Cloud */
/* cloudTag1*/
.menuright li.cloudTag1 a, .menuright li.cloudTag1 a:link, .menuright li.cloudTag1 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:0.9em;
	color:#452e1e;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag1 a:hover, .menuright li.cloudTag1 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:0.9em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag2*/
.menuright li.cloudTag2 a, .menuright li.cloudTag2 a:link, .menuright li.cloudTag2 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.0em;
	color:#7c5943;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag2 a:hover, .menuright li.cloudTag2 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.0em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag3*/
.menuright li.cloudTag3 a, .menuright li.cloudTag3 a:link, .menuright li.cloudTag3 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.1em;
	color:#92aa43;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag3 a:hover, .menuright li.cloudTag3 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.1em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag4*/
.menuright li.cloudTag4 a, .menuright li.cloudTag4 a:link, .menuright li.cloudTag4 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.2em;
	color:#452e1e;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag4 a:hover, .menuright li.cloudTag4 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.2em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag5*/
.menuright li.cloudTag5 a, .menuright li.cloudTag5 a:link, .menuright li.cloudTag5 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.3em;
	color:#7c5943;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag5 a:hover, .menuright li.cloudTag5 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.3em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag6*/
.menuright li.cloudTag6 a, .menuright li.cloudTag6 a:link, .menuright li.cloudTag6 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.4em;
	color:#92aa43;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag6 a:hover, .menuright li.cloudTag6 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.4em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag7*/
.menuright li.cloudTag7 a, .menuright li.cloudTag7 a:link, .menuright li.cloudTag7 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.5em;
	color:#452e1e;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag7 a:hover, .menuright li.cloudTag7 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.5em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag8*/
.menuright li.cloudTag8 a, .menuright li.cloudTag8 a:link, .menuright li.cloudTag8 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.6em;
	color:#7c5943;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag8 a:hover, .menuright li.cloudTag8 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.6em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag9*/
.menuright li.cloudTag9 a, .menuright li.cloudTag9 a:link, .menuright li.cloudTag9 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.7em;
	color:#92aa43;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag9 a:hover, .menuright li.cloudTag9 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.7em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* cloudTag10*/
.menuright li.cloudTag10 a, .menuright li.cloudTag10 a:link, .menuright li.cloudTag10 a:visited {
	display:inline;
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.8em;
	color:#452e1e;
	background-color:transparent;
	text-decoration:none;
}

.menuright li.cloudTag10 a:hover, .menuright li.cloudTag10 a:active {
	margin:0;
	padding:3px 0 2px 2px;
	font-size:1.8em;
	color:#bababa;
	background-color:transparent;
	text-decoration:none;
}

/* Menu left - Keyword */
.menuleft_keywords {
	width:53px;
	float:left;
	margin:0;
	padding:0;
	display:inline;
}	

.menuleft_keywords ul {
	display:inline;
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}  

.menuleft_keywords li {
	float:left;
	width:53px;
	display:inline;
	padding:0;
	margin:0 0 -2px 0;
} 

.menuleft_keywords li a, .menuleft_keywords li a:link, .menuleft_keywords li a:visited {
	display:inline;
	height:19px;
	line-height:19px;
	margin:0;
	padding:0 0 0 6px;
	font-weight:bold;
	color:#2B2B2B;
	background-color:transparent;
	text-decoration:none;
}

.menuleft_keywords li a:hover, .menuleft_keywords li a:active {
	height:19px;
	line-height:19px;
	margin:0;
	padding:0 0 0 6px;
	font-weight:bold;
	color:#5b3e2c;
	background-color:transparent;
	text-decoration:none;
}

.keywords_numbers {
	font-size:0.8em;
	color:#87a23b;
}

/* MENU CATEGORIES */
.menucategories {
	float:left;
	width:246px;
	margin:0;
	padding:0 0 0 2px;
}

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

.menucategories li.maincat {
	float:left;
	width:246px;
	display:inline;
	padding:0;
	margin:5px 0 5px 0;
}

.menucategories li.subcat {
	float:left;
	width:246px;
	display:inline;
	padding:0;
	margin:-10px 0 4px 0;
}

.menucategories li.keyword {
	float:left;
	width:246px;
	display:inline;
	padding:0;
	margin:5px 0 5px 0;
}

.menucategories li.maincat a, .menucategories li.maincat a:link, .menucategories li.maincat a:visited {
	display:inline;
	width:246px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 3px 0 3px;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
	color:#2b2b2b;
}

.menucategories li.maincat a:hover, .menucategories li.maincat a:active {
	width:246px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 3px 0 3px;
	color:#5b3e2c;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:underline;
	background-color:transparent;
}

.menucategories li.subcat a, .menucategories li.subcat a:link, .menucategories li.subcat a:visited {
	width:246px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 3px 0 3px;
	color:#2B2B2B;
	font-size:0.9em;
	text-decoration:none;
	background-color:transparent;
}

.menucategories li.subcat a:hover, .menucategories li.subcat a:active {
	width:246px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 3px 0 3px;
	color:#5b3e2c;
	font-size:0.9em;
	text-decoration:none;
	background-color:transparent;
}

.menucategories li.keyword a, .menucategories li.keyword a:link, .menucategories li.keyword a:visited {
	display:inline;
	width:246px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 3px 0 3px;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}

.menucategories li.keyword a:hover, .menucategories li.keyword a:active {
	width:246px;
	height:20px;
	line-height:20px;
	margin:0;
	padding:0 3px 0 3px;
	color:#5b3e2c;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:underline;
	background-color:transparent;
}

.categories_numbers {
	font-size:0.8em;
	color:#b1b1b1;
}

/* MENU PAGERANK, KEYWORDS IN */
#menuin {
	float:left;
	width:752px;
	padding:7px;
	margin:0 0 7px 0;
	border:1px #DBDBDB solid;
	text-align:center;
}

#menuin ul {
	padding:0;
	margin:0;
	list-style-type:none;
}  

#menuin li {
	padding:0;
	margin:0;
	display:inline;
} 

#menuin li a, #menuin li a:link, #menuin li a:visited {
	display:inline;
	margin:0;
	padding:0 0 0 3px;
	color:#5b3e2c;
	font-weight:bold;
	text-decoration:none;
}

#menuin li a:hover, #menuin li a:active {
	margin:0;
	padding:0 0 0 3px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

/* MENU CHOOSE WEBSITE SUBMISSION */

.column_in_choose_left {
    float:left;
    width:300px;
}

.column_in_choose_right {
    float:right;
    width:300px;
}

.menuchoose {
	width:700px;
	margin: 20px auto 0 auto; 
}

.menuchoose .plan {
	width:290px;
	float: left; 
	position:relative;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 1px solid #c7c7c7;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(/PIE.htc);
}
* html .menuchoose .plan{ 
	margin-left:50px;
}
*+html .menuchoose .plan{ 
	margin-left:50px;
}
.menuchoose .plan:first-child {
	margin-left: 20px;
}
*+html .menuchoose .plan:first-child { 
	margin-left:30px;
}

.menuchoose .plan h3 {
	font-size: 27px;
	line-height: 30px;
	text-align: center; 
	color: #fff;
	padding: 10px 0 10px 0; 
	font-weight: bold;
}
.menuchoose .plan h3 span {
	display: block;
	line-height: 20px;
	font-size: 12px; 
	text-transform: uppercase;
}

.menuchoose .select, .plan li {text-align: center; line-height: 3.8em; }
.menuchoose .plan li {border-bottom: 1px dotted #bfbfbf; width: 250px; margin:0;}
.menuchoose .plan li:first-child {border-top: 1px dotted #bfbfbf;}

.menuchoose .features ul {list-style:none; margin-left:-20px;}
* html .menuchoose .features ul{ 
	margin-left:20px;
}
*+html .menuchoose .features ul{ 
	margin-left:20px;
}

h4 {color: #fff; }

.interval {font-size: 11px;}
.interval {display: block; text-align: center}

.menuchoose .p1 h3 {background: #99A5C8; border-top: 5px solid #395B7B}
.menuchoose .p2 h3 {background: #BC99C8; border-top: 5px solid #7B396E}
.menuchoose h4 {height: 120px;}

.menuchoose h3 span {font-weight: bold; }


.menuchoose h4 .tagline {text-align: center; display: block; position: relative; top: -22px; color: #000; font-size: 12px; width: 90%; margin: 0 auto;}

.menuchoose .packagefield, .menuchoose .packagetype {position: relative;}

.menuchoose .button {
    background: #efc47b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYzQ3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTllNDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #efc47b 0%, #e59e42 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efc47b), color-stop(100%,#e59e42));
    background: -webkit-linear-gradient(top, #efc47b 0%,#e59e42 100%);
    background: -o-linear-gradient(top, #efc47b 0%,#e59e42 100%);
    background: -ms-linear-gradient(top, #efc47b 0%,#e59e42 100%);
    background: linear-gradient(top, #efc47b 0%,#e59e42 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc47b', endColorstr='#e59e42',GradientType=0 );
    border: 1px solid #ba8d15;
    box-shadow: 0 2px 2px #f4d79d inset, 0 -2px 2px #dc9337 inset, 2px 2px 0 #C2C2C2;
    
    color: #704718;
    display: block;
    font-weight: bold;
    line-height: 35px;
    margin: 10px auto 5px auto;
    width: 122px;
    text-shadow: 1px 1px 0 #f2d093;
    font-size: 14px;
}

.menuchoose .button:hover, .menuchoose .button:hover {
    border: 1px solid #ba8d15;
    background: #ecbf6f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjYmY2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2FmNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ecbf6f 0%, #e7af55 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecbf6f), color-stop(100%,#e7af55));
    background: -webkit-linear-gradient(top, #ecbf6f 0%,#e7af55 100%);
    background: -o-linear-gradient(top, #ecbf6f 0%,#e7af55 100%);
    background: -ms-linear-gradient(top, #ecbf6f 0%,#e7af55 100%);
    background: linear-gradient(top, #ecbf6f 0%,#e7af55 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbf6f', endColorstr='#e7af55',GradientType=0 );
}

.menuchoose .button:hover {box-shadow: 0 2px 2px #f4d79d inset, 0 -2px 2px #dc9337 inset, 2px 2px 0 #C2C2C2;}
.menuchoose .button:active {box-shadow: 0 1px 1px #f4d79d inset, 0 -1px 1px #dc9337 inset, 2px 2px 0 #C2C2C2;}


/* MENU DETAILS */
.menudetails {
    float:right;
    width:213px;
    margin:14px 0 7px 0;
    padding:0 0 0 7px;
    border-left:1px #878787 solid;
}

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

.menudetails li {
	display:inline;
    margin:0;
    margin:0;
}

.menudetails li#header_interaction {
	display:block;
    line-height:1.1em;
    margin:0 0 2px 0;
    padding:0 2px 2px 0;
    color:#000000;
    text-decoration:underline;
	text-align:center;
}

.menudetails li#header_info_google {
	display:block;
    line-height:1.1em;
    margin:15px 0 2px 0;
    padding:0 2px 2px 0;
    color:#000000;
    text-decoration:underline;
	text-align:center;
}

.menudetails li.text {
	display:block;
    line-height:1.1em;
    margin:0;
    padding: 2px 0px 2px 0;
	font-size:0.9em;
    color:#000000;
}

.menudetails li#warn {
	display:block;
    line-height:0.8em;
    margin:0;
    padding: 2px 0 2px 0;
    color:#000000;
}

.menudetails li#comment_rating {
	display:block;
    line-height:0.8em;
    margin:0;
    padding: 2px 0 2px 0;
    color:#000000;
}

.menudetails li#contact {
	display:block;
    line-height:0.8em;
    margin:0;
    padding: 2px 0px 2px 0;
    color:#000000;
}

.menudetails li a, .menudetails li a:link, .menudetails li a:visited {
	display:block;
    line-height:0.8em;
    padding: 3px 2px 2px 0;
	font-size:0.9em;
    color:#000000;
    background-color:transparent;
    text-decoration:none;
}

.menudetails li a:hover, .menudetails li a:active {
    line-height:0.8em;
    padding: 3px 2px 2px 0;
    color:#1e6dab;
    background-color:transparent;
    text-decoration:underline;
}

/* CENTRAL PAGE */		
#middle {
	margin:0;
	margin-right:220px;
	margin-left:0;
	background:#ffffff;
}
		
.column {
	margin:0;
	padding:0;
}

.column_in {
	float:left;
	width:752px;
	margin:0 0 7px 0;
	padding:7px;
	border:1px #DBDBDB solid;
}

.column_in_grey {
	float:left;
	width:752px;
	margin:0 0 7px 0;
	padding:7px;
	border:1px #DBDBDB solid;
}

.column_introduction {
	float:right;
	width:430px;
	margin:0 0 0 15px;
	padding:0;
}

.column_in_description_site_category {
	float:left;
	width:570px;
	margin:0;
	padding:0 0 0 7px;
}



#column_in_right_details {
	float:right;
	width:220px;
	margin:0;
	padding:0;
}

#map {
	float:left;
	width:100%;
	height:250px;
	margin:0;
	padding:0;
}

#column_in_details{
	float:left;
	width:523px;
	margin:0 0 7px 0;
	padding:0;
}

.column_in_thematic {
	float:left;
	width:752px;
	margin:0 0 3px 0;
	padding:0 0 2px 0;
	border-bottom:1px #574d44 dotted;
}

.column_in_comment {
	float:left;
	width:752px;
	margin:0;
	padding:7px 0 7px 0;
}

.column_in_comment_grey {
	float:left;
	width:752px;
	margin:0;
	padding:7px 0 7px 0;
	background-color:#f4f4f4;
}

.column_in_comment_in {
	float:left;
	width:752px;
	margin:0;
	padding:0 0 7px 0;
}

.column_in_comment_in_left {
	float:left;
	margin:0;
	padding:0 7px 0 0;
}

.column_in_comment_in_right {
	float:left;
	margin:0;
	padding:0;
}

/* PAGINATION */
.column_in_pagination {
	float:left;
	width:766px;
	margin:0;
	padding:7px 0 7px 0;
	text-align:center;
	background:#ffffff;
	border:1px #DBDBDB solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(/PIE.htc);
} 

ul.pagination {
	width:700px;
	margin:0;
	padding:0px;
	overflow:hidden;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:1.0em;
	list-style-type:none;
} 

ul.pagination li {
	float:left;
	margin:0px;
	padding:3px 0 3px 0;
	margin-left:5px;
} 

ul.pagination li:first-child {
	margin-left:8px;
}

ul.pagination li a {
	color:#2b2b2b;
	display:block;
	text-decoration:none;
	padding:7px 10px 7px 10px;
} 

ul.pagination li a img {
	border:none;
} 

ul.paginationA li a { 
	color:#2b2b2b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(/PIE.htc);
} 

ul.paginationColor li a {
	color:#2b2b2b;
	padding:6px 9px 6px 9px;
	border:1px #cccccc solid ;
	background:#ededed;
} 

ul.paginationColor li a:hover, ul.paginationColor li a.current {
	background:#ffffff;
	color:#2b2b2b;
} 

.show_arbo {     
	float:left;
	position:relative;
	width:752px;
	margin:7px 0 0 0;
	padding:4px 7px 4px 7px;
	border:1px #DBDBDB solid;
	background-color:transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	behavior: url(/PIE.htc);
}

/* FORM */
fieldset.column_in {
    float: left;
    width:752px;
    margin:0 0 7px 0;
    padding:7px;
    text-align:right;
    border:1px #DBDBDB solid;
}

fieldset.column_in.bglogin {
	background:#f6f6f6;
}

legend.title {
	float:left;
	display:inline;
	width:679px;
	height:18px;
    margin:7px 0 25px -8px;
	padding:9px 7px 2px 7px;
    color:#ffffff;
    font-weight:bold;
    background-color:#78a3d8;
}

label {
    float:left;
    margin:0;
    padding:0;
    line-height:1.5em;
}

label.title {
    width:142px;
    padding:0 17px 0 0;
	font-size:0.9em;
    font-weight:bold;
    text-align:right;
}

div.infos {
    float: left;
	width:435px;
    margin:0;
    padding:0 0 0 7px;
    line-height:1.5em;
    text-align:left;
}

div.infos_url {
    float: left;
	width:350px;
    margin:0;
    padding:0 0 0 7px;
    line-height:1.5em;
    text-align:left;
}

/***** -------------------------- ************/
.form-input {
	float: left;
	position:relative;
	width: 400px;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 40px;
	font-family:Tahoma, Verdana, Arial, sans-serif; 
	font-size:1.2em;
	color: #333333;
	background: #ffffff;
	border: 1px solid #cccccc;
	outline: none;
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:  8px;
	border-radius:         8px;
	behavior: url(PIE.htc);
}

.form-input.categories {
	width: 200px;
	height:200px;
	margin-right:10px;
	margin-bottom: 10px;
	overflow: visible;
}

.form-input:focus {
	border: 1px solid #7a5741;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7a5741;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7a5741;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #7a5741;
}

.form-input:-moz-ui-invalid, .form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
}

.form-input.invalid {
	border: 1px solid #e00;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 3px #e00;
}

.form-input.registrer {
	height: 18px;
	margin-bottom: 5px;
}

.form-input.bloc_comment {
	min-height:200px;
	margin-bottom:5px;
}

.form-input.bloc_backlink {
	min-height:70px;
	margin-bottom:5px;
}

.form-input.captcha {
	width:80px; 
	height:27px; 
	text-align:center; 
	font: bold 18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.form-btn {
	clear: both;
	float: left;
	padding: 0 10px;
	height: 30px;
	font-family:Tahoma, Verdana, Arial, sans-serif; 
	font-size:1.1em;
	font-weight:bold;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	border: 1px solid #452e1e;
	outline: none;
	position: relative;
	background-color: #1d83e2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73533e), to(#452e1e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #73533e, #452e1e); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #73533e, #452e1e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #73533e, #452e1e); /* IE10 */
	background-image:      -o-linear-gradient(top, #73533e, #452e1e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #73533e, #452e1e);
	-pie-background:          linear-gradient(top, #73533e, #452e1e); /* IE6-IE9 */
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:  8px;
	border-radius:         8px;
	behavior: url(PIE.htc);
}

.form-btn.metas {
	float:left;
	padding: 0 15px;
	margin:0;
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:  8px;
	border-radius:         8px;
}

.form-btn:active, .form-btn.metas:active {
	border: 1px solid #77b5ee;
	background-color: #1972c4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1972c4), to(#77b5ee)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #1972c4, #77b5ee); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #1972c4, #77b5ee); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #1972c4, #77b5ee); /* IE10 */
	background-image:      -o-linear-gradient(top, #1972c4, #77b5ee); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #1972c4, #77b5ee);
	-pie-background:          linear-gradient(top, #1972c4, #77b5ee); /* IE6-IE9 */
	-moz-box-shadow:    inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow:         inset 0 0 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
}

input[type=submit]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.select-wrapper {
	width: 250px;
	height: 26px;
	float: left;
	margin-bottom: 5px;
	padding:3px 0 0 5px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #efefef); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #efefef); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #efefef); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #efefef);
	-pie-background:          linear-gradient(top, #ffffff, #efefef); /* IE6-IE9 */
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;
	-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow:         0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.5);
	behavior: url(PIE.htc);
}

.selectTop {
	position: absolute;
	top: 0;
	left:0;
	bottom: 0;
	right: 0;
	padding: 6px 10px;
}

.select-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	pointer-events: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #efefef); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #efefef); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #efefef); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #efefef); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ffffff, #efefef);
	-pie-background:          linear-gradient(top, #ffffff, #efefef); /* IE6-IE9 */
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;
	behavior: url(PIE.htc);
}

.select-wrapper:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	border: 6px solid transparent;
	border-top: 6px solid #444;
	pointer-events: none;
}

.ie .select-wrapper:before, .ie9 .select-wrapper:before {
	display: none;
}

.select-wrapper select {
	width: 250px;
	height: 26px;
	padding: 8px 0 6px 10px;
	padding:0;
	margin:0;
	border: 0;
	background: transparent none;
	outline: none;
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-moz-appearance:    none;
	-webkit-appearance: none;
	appearance:         none;
	-moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;
}

.select-wrapper select::-moz-focus-inner {
	border: 0;
}

.select-wrapper select option {
	background: #ffffff;
	height: 28px;
	width: 100%;
	padding: 10px 0 2px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	-moz-appearance:    none;
	-webkit-appearance: none;
	appearance:         none;
	-moz-box-sizing:    content-box;
    -webkit-box-sizing: content-box;
    box-sizing:         content-box;
}



div.infos_textarea {
    float: left;
	width:365px;
    margin:0;
    padding:0;
}

div.infos_terms {
    float: left;
	width:570px;
    margin:0;
    padding:0 0 0 7px;
    line-height:1.7em;
    text-align:left;
}

label.infos_select_category {
    width:752px;
    text-align:left;
}

label.infos_checkbox {
    width:200px;
    padding-left:7px;
    text-align:left;
}

.text_error {
    float:right;
    width:140px;
    margin:0 0 -10px 0;
    padding:0 0 0 7px;
    text-align:center;
    font-size:0.8em;
    background:url("../images/error.gif") no-repeat left center #ffd0d0;
}

p.form {
    float:left;
    width:752px;
    margin:0 0 7px 0;
    padding:2px 0 2px 0;
}



div.form {
    float:left;
    width:752px;
    margin:0 0 7px 0;
    padding:2px 0 2px 0;
    text-align:left;
}

div.form_error {
    float:left;
    width:972px;
    margin:0 0 7px 0;
    padding:0;
    background-color:#ffd0d0;
}

div.error, td.error
{
    background-color:#ffd0d0;  
}

div.form_details {
    float:left;
    width:523px;
    margin:0 0 7px 0;
    padding:0;
    text-align:left;
}


label.title_details {
    width:120px;
	margin:0;
	padding:0 17px 0 0;
    font-weight:bold;
}

div.infos_details {
	float: left;
    width:377px;
	line-height: 1.5em;
    margin:0;
    padding:0 0 0 7px;
    text-align:left;
}

/* POPUP */
#popup_principal {
    width:500px;
}

#popup_top {
	height:20px;
    margin:0;
    padding:4px 0 4px 7px;
	font-size:1.4em;
    border-bottom:1px #75a8c2 solid;
}

#popup_main1 {
    margin:0;
    padding:0;
    border-left:1px #75a8c2 solid;
    background-color:#ffffff;
}
        
#popup_main2 {
    margin:0;
    padding:0;
    border-right:1px #75a8c2 solid;
    border-bottom:1px #75a8c2 solid;
    background-color:#ffffff;
}

#popup_middle {
    margin:0 7px 0 7px;
	padding:0;
    background:#ffffff;
}
        
#popup_column {
    margin:0;
    padding:0;
}

fieldset.column_in_popup {
    float: left;
    width:480px;
    margin:7px 0 7px 0;
    padding:0;
    text-align:right;
	border:none;
}

label.title_popup {
    width:105px;
	margin:0;
    padding:0 17px 0 0;
    font-weight:bold;
    text-align:right;
}

div.infos_popup {
	float: left;
    width:295px;
	line-height:1.5em;
    margin:0;
    padding:0 0 0 7px;
    text-align:left;
}

div.form_error_popup {
    float:left;
    width:482px;
    margin:0 0 7px 0;
    padding:0;
    text-align:left;
    background-color:#ffd0d0;
}

div.form_popup {
    float:left;
    width:482px;
    margin:0 0 7px 0;
    padding:0;
    text-align:left;
}

/* table */
.table_user {
	width:752px;
	margin:0 0 14px 0;
	padding:0;
	background-color:#ffffff;
	border:1px #e5e5e5 solid;
}

.table_website {
	width:752px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	border:1px #e5e5e5 solid;
}

th {
	margin:0;
	padding:4px 0 3px 4px;
	font-size:0.8em;
	text-align:left;
	text-transform: uppercase;
	color:#ffffff;
	background-color:#1e6dab;
	border-bottom:1px solid #989898;
}

td {
	line-height:1.20em;
	padding:4px;
	text-align:left;
}

.td_right {
	text-align:right;
}

.col1-3 { width:200px; background-color:#efefef; }
.col2-3 { width:auto; background-color:#efefef; }
.line1 { background-color:#efefef; }
.line2 { background-color:#ffffff; }

/* title */
.title_h {
    float:left;
	position:relative;
	width:752px;
    margin:7px 0 0 0;
    padding:6px 7px 8px 7px;
	border:1px #5b3e2c solid;
	border-bottom:0px;
	background-color: #5b3e2c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73533e), to(#452e1e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #73533e, #452e1e); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #73533e, #452e1e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #73533e, #452e1e); /* IE10 */
	background-image:      -o-linear-gradient(top, #73533e, #452e1e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #73533e, #452e1e);
	-pie-background:          linear-gradient(top, #73533e, #452e1e); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior: url(/PIE.htc);
}

.title_h_1 {
    float:left;
	position:relative;
	width:752px;
    margin:7px 0 0 0;
    padding:6px 7px 8px 7px;
	border:1px #5b3e2c solid;
	border-bottom:0px;
	background-color: #5b3e2c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73533e), to(#452e1e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #73533e, #452e1e); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #73533e, #452e1e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #73533e, #452e1e); /* IE10 */
	background-image:      -o-linear-gradient(top, #73533e, #452e1e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #73533e, #452e1e);
	-pie-background:          linear-gradient(top, #73533e, #452e1e); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior: url(/PIE.htc);
}

.title_h_2 {
    float:left;
	position:relative;
	width:752px;
    margin:7px 0 0 0;
    padding:6px 7px 8px 7px;
	border:1px #5b3e2c solid;
	border-bottom:0px;
	background-color: #5b3e2c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#73533e), to(#452e1e)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #73533e, #452e1e); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #73533e, #452e1e); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #73533e, #452e1e); /* IE10 */
	background-image:      -o-linear-gradient(top, #73533e, #452e1e); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #73533e, #452e1e);
	-pie-background:          linear-gradient(top, #73533e, #452e1e); /* IE6-IE9 */
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior: url(/PIE.htc);
}

.fixe {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

.fixe1 {
	line-height:0.1em;
	margin:0;
	padding:0;
	background:transparent;
}	

/* LINKS AND TEXT STYLE */
a { font-family:Tahoma, Verdana, Arial, sans-serif; }
a:link, a:visited { color:#2b2b2b; text-decoration:none; }
a:hover, a:active { color:#5b3e2c; text-decoration:none; }

a#advancedSearchLink { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:0.8em; }
a#advancedSearchLink:link, a#advancedSearchLink:visited { color:#000000; text-decoration:underline; }
a#advancedSearchLink:hover, a#advancedSearchLink:active { color:#1e6dab; text-decoration:underline; }

a.link_black_blue_b_u { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:1.1em; }
a.link_black_blue_b_u:link, a.link_black_blue_b_u:visited { color:#87a23b; font-weight:bold; text-decoration:underline; }
a.link_black_blue_b_u:hover, a.link_black_blue_b_u:active { color:#5b3e2c; font-weight:bold; text-decoration:underline; }

a.link_black_blue_b_u_detail { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:1.1em;}
a.link_black_blue_b_u_detail:link, a.link_black_blue_b_u_detail:visited { color:#5b3e2c; font-weight:bold; text-decoration:underline; }
a.link_black_blue_b_u_detail:hover, a.link_black_blue_b_u_detail:active { color:#87a23b; font-weight:bold; text-decoration:underline; }

a.link_black_blue_b_u_rss { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:1.1em;}
a.link_black_blue_b_u_rss:link, a.link_black_blue_b_u_rss:visited { color:#87a23b; font-weight:bold; text-decoration:underline; }
a.link_black_blue_b_u_rss:hover, a.link_black_blue_b_u_rss:active { color:#ffffff; font-weight:bold; text-decoration:underline; }

a.link_black_grey_bold { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_black_grey_bold:link, a.link_black_grey_bold:visited { color:#000000; font-weight:bold; text-decoration:none; }
a.link_black_grey_bold:hover, a.link_black_grey_bold:active { color:#574d44; font-weight:bold; text-decoration:none; }

a.link_black_grey_normal { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_black_grey_normal:link, a.link_black_grey_normal:visited { color:#000000; text-decoration:none; }
a.link_black_grey_normal:hover, a.link_black_grey_normal:active { color:#574d44; text-decoration:none; }

a.link_black_grey_small { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:0.9em; }
a.link_black_grey_small:link, a.link_black_grey_small:visited { color:#000000; text-decoration:none; }
a.link_black_grey_small:hover, a.link_black_grey_small:active { color:#574d44; text-decoration:none; }

a.link_showarbo { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_showarbo:link, a.link_showarbo:visited { color:#000000; }
a.link_showarbo:hover, a.link_showarbo:active { color:#000000; text-decoration:underline;  }

a.link_add_website { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_add_website:link, a.link_add_website:visited { color:#ff0000; font-weight:bold; }
a.link_add_website:hover, a.link_add_website:active { color:#b70000; text-decoration:none; font-weight:bold; }

a.link_edit { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_edit:link, a.link_dit:visited { color:#00c871; text-decoration:none; }
a.link_edit:hover, a.link_edit:active { color:#008c4f; text-decoration:none; }

a.link_delete { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_delete:link, a.link_delete:visited { color:#ff0000; text-decoration:none; }
a.link_delete:hover, a.link_delete:active { color:#b70000; text-decoration:none; }

a.link_black_grey_underline { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_black_grey_underline:link, a.link_black_grey_underline:visited { color:#000000; text-decoration:underline; }
a.link_black_grey_underline:hover, a.link_black_grey_underline:active { color:#574d44; text-decoration:none; }

a.link_small_underline { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:0.8em; }
a.link_small_underline:link, a.link_small_underline:visited { color:#000000; text-decoration:underline; }
a.link_small_underline:hover, a.link_small_underline:active { color:#574d44; text-decoration:underline; }

a.link_black_grey { font-family:Tahoma, Verdana, Arial, sans-serif; }
a.link_black_grey:link, a.link_black_grey:visited { color:#000000; text-decoration:none; }
a.link_black_grey:hover, a.link_black_grey:active { color:#574d44; text-decoration:none; }

a.link_black_grey_footer { font-family:Tahoma, Verdana, Arial, sans-serif; font-size:1.0em; }
a.link_black_grey_footer:link, a.link_black_grey_footer:visited { color:#ffffff; text-decoration:none; }
a.link_black_grey_footer:hover, a.link_black_grey_footer:active { color:#ffffff; text-decoration:underline; }

h1 {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;
	background-color:transparent;
}

h2 {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
	color:#ffffff;
	background-color:transparent;
}

.text_characters_orange {
	color:#e77623		
}

.text_characters_boldgras { 
	font-weight:bold;
}

.text_green {
	color:#008c4f;		
}		

.text_red {
	color:#ff0000;		
}

.text_thematic_close {
	font-style:normal;
	color:#574d44;
}

.text_center {
    text-align:center;
    font-weight:bold;
}

.text_comment {
	font-size:0.8em;
    color:#574d44;
}

.text_color_mandatory {
    color:#ff6a4d;
}

.text_search {
	font-weight:bold;
    color:#005278;
}

/* TEXTAREA, SELECT, INPUT, */
form { 
	margin:0;
	padding:0; 
}		

select { 
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background-color:#ffffff;
}

input { 
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background-color:#ffffff;
}

input.button {
	padding:0 7px 0 7px;
	border:1px #000000 solid;
	background-color:#eff9ff;
	cursor:pointer;
}

.input_text_small {
	border:1px #000000 solid;
	width:80px;
}

.input_text_medium {
	border:1px #000000 solid;
	width:150px;
}

.input_text_large {
	border:1px #000000 solid;
	width:250px;
}

.input_text_metas {
	border:1px #000000 solid;
	width:190px;
}	

.textarea_large {
	float:left;
	border:1px #000000 solid;
	width:350px;
	height:110px;
}

.textarea_extra_large {
	float:left;
	border:1px #000000 solid;
	width:360px;
	height:200px;
}

.textarea_return {
	float:left;
	border:1px #000000 solid;
	width:300px;
	height:90px;
}

/* EXTRA FIELD : TEXTAREA, SELECT, INPUT... */

.extraField_textarea{
	float:left;
	border:1px #000000 solid;
	width:350px;
	height:110px;
}

.extraField_text{
	border:1px #000000 solid;
	width:250px;
}

.extraField_select{
}

.extraField_radio{
}

.extraField_checkbox{
}

.extraField_range{
	border:1px #000000 solid;
	width:250px;
}

.extraField_url_url{
	border:1px #000000 solid;
	width:250px;
}

.extraField_url_anchor{
	border:1px #000000 solid;
	width:250px;
}

.extraField_file_file{
	border:1px #000000 solid;
	width:250px;
}

.extraField_file_title{
	border:1px #000000 solid;
	width:250px;
}

/* RESET P */
p { 
	margin:0;
	padding:0; 
}			

/* IMAGES */
img { 
	border:0;
	margin:0;
	padding:0;
}

img.random_image {
	width:160px;
	height:120px;
	margin:0 0 4px 18px;
	padding:0;
	border:1px #DBDBDB solid;
}

img.category_image {
	float:left;
	width:24px;
	height:24px;
	margin-top:-2px;
	padding:0;
}

img.rss_image {
	display:inline;
	float:right;
	height:30px;
	margin:-5px 0 -8px 0;
	padding:0;
}

img.new_image {
	position:absolute;
	float:left;
	display:block;
	margin:-6px 0 0 -7px;
	padding:0;
}
/* hack IE6 */
* html img.new_image {
	position:relative;
	margin:-6px 0 0 -174px;
}
/* hack IE7 */
*+html img.new_image{ 
	position:relative;
	margin:-6px 0 0 -173px;
}

img.website_image {
	float:left;
	width:160px;
	height:120px;
	margin:0 5px 0 0;
	padding:0;
	border:1px #DBDBDB solid;
}

img.details_image {
	float:left;
	width:220px;
	height:165px;
	margin:0 10px 0 0;
	padding:0;
	border:1px #DBDBDB solid;
}

img.nanoImage {
	float:left;
	margin:5px 8px 0 0;
	padding:0;
	border:1px #75a8c2 solid;
}

img.mediumImage {
	float:left;
	margin:0;
	padding:0;
	border:1px #75a8c2 solid;
}

img.flag_image {
	float:left;
	width:18px;
	height:12px;
	margin:2px 0 0 -30px;
	padding:0;
}

img.flag_image_details {
	float:left;
	width:18px;
	height:12px;
	margin:3px 0 0 0;
	padding:0;
}

img.package_image {
	float:right;
	margin:0;
	padding:0;
}

img.captchaImage {
	float:left;
	position:relative;
	width:100px;
	height:35px;
	margin:0 5px 0 0;
	padding:2px;
	border: 1px solid #ccc;
	outline: none;
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius:  8px;
	border-radius:         8px;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.7);
	-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;
	behavior: url(/PIE.htc);
}

img.aide {
    margin:0 0 0 7px;
    padding:0;
    vertical-align:middle;
}

img.checkboxClassI {
    float:right;
    margin:0;
    padding:0;
    vertical-align:middle;
}

img.aide_description {
    float:left;
    margin:0 0 0 7px;
    padding: 0;
    vertical-align:middle;
}

/* ADDONS GARGOUILLE DESIGN */

/* --- ADDONS GARGOUILLE --- */
/*

!!!!!!!!!!! NOTE: All style sheets which are commented could be customized by you. The other should not be touched, if you dont know how to handle it!!!!!!!!!!!!!!
 
*/


/* the box of the preview */
.fn-newsPreview	{
	position: absolute;
	color: #FFFFFF; /* Set here the font color of the preview text */
	font-family: Myriad Pro, sans-serif; /* Set here the font of the preview text */
	font-size: 12px; /* Set here the font size of the preview text */
	cursor: pointer;
}

/* the thumbnail of each preview */
.fn-newsPreviewThumb	{
	margin: 10px; /* Set here the margin for each thumbnail */
	margin-top: 10px; /* Set here the offset for each thumbnail to the top side of the box */
	border: 2px solid #FFE5BA; /* Set here the border color and thickness for each thumbnail */
	-webkit-box-shadow: 2px 2px 6px #000000; /* Set here the shadow for the thumbnail */
	-moz-box-shadow: 2px 2px 6px #000000;
	box-shadow: 2px 2px 6px #000000;  
	float: left;
	width:90px;
	height:68px;
}

/* the text box of each news preview */
.fn-newsPreviewText	{
	display: block;
	padding: 10px; /* Set here the padding for the preview text */
}

/* the title of each news preview */
.fn-newsPreviewText h3	{
	margin: 0px;
	margin-bottom: 3px; /* Set here the offset between title and date */
	font-family: Times, serif; /* Set here the font of the title */
	font-size: 15px; /* Set here the size of the title */
	color: #FFE5BA; /* Set here the color of the title */
}

/* the date of each news preview */
.fn-newsPreviewText h4	{
	margin: 0px;
	margin-bottom: 3px;  /* Set here the offset between date and text */
	font-family: Times, serif; /* Set here the font of the date */
	font-size: 11px; /* Set here the size of the date */
	color: #97B250; /* Set here the color of the date */
}

/* the news view box */
#fn-newsView	{
	position: absolute;
	background: #333230; /* Set here the color of the news view background */
	z-index: 1000;
	visibility: hidden;
}

/* title box of the news view */
#fn-newsViewTitle	{
	position: absolute;
	margin-top: 15px; /* Set here the offset between title and the top side */
	margin-left: 20px; /* Set here the offset between title and the left side */
	font-family: Times, serif; /* Set here the font of the title */
	font-size: 17px; /* Set here the size of the title */
	color: #FFE5BA; /* Set here the color of the title */
}

/* text box of the news view */
#fn-newsViewHtml	{
	position: absolute;
	overflow: auto;
	outline: none;
	margin: 40px 0px 0px 20px; /* Set here the margin of the text */	
	color: #FFFFFF; /* Set here the color of the text */
	font-family: Myriad Pro, sans-serif; /* Set here the font of the text */
	font-size: 12px; /* Set here the size of the text */
}

/* footer bar with rounded corners */
#fn-newsFooterBar	{
	position: relative;
	height: 30px; /* Set here the height of the footer bar */
	line-height: 30px; /* Set the line-height to the height, you set above */
	color: #97B250; /* Set here the color of the text in the footer bar */
	font-family: Times, serif; /* Set here the font of the text in the footer bar */
	font-size: 14px; /* Set here the size of the text in the footer bar */
	-moz-border-radius: 0px; /* Set here the border radius of the footer bar */
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* close button for the news view */
#fn-newsViewClose	{
	position: absolute;
	background: url("../images/close.png") no-repeat transparent; /* Set here the path to the close.png */
	width: 20px; /* Same width as the close.png width */
	height: 20px; /* Same height as the close.png height */
	right: 20px; /* Set here the offset between close button and the right side */
	top: 5px; /* Set here the offset between close button and the top side */
	cursor: pointer;
}

/* text margin of the footer bar */
#fn-newsFooterBar span	{
	margin: 15px 0px 0px 20px; /* Set here the margin of the text in the footer bar */
}

/* next/previous button */
#fn-previousButton, #fn-nextButton	{
	position: absolute;
	bottom: 7px; /* Set here the offset between skip buttons and the bottom side */
	cursor: pointer;
}

#fn-previousButton	{
	background: url("../images/previous.png"); /* Set here the path to the previous.png */
	width: 22px; /* Same width as the previous.png width */
	height: 15px; /* Same height as the previous.png height */
	right: 40px; /* Set here the offset between previous button and the right side */
}

#fn-nextButton	{
	background: url("../images/next.png"); /* Set here the path to the previous.png */
	width: 22px; /* Same width as the next.png width */
	height: 15px; /* Same height as the next.png height */
	right: 10px; /* Set here the offset between next button and the right side */
}

#fn-preloader	{
	position: absolute;
	background: url("../images/preloader.gif"); /* Set here the path to the preloader.gif */
	width: 31px; /* Same width as the preloader.gif width */
	height: 31px; /* Same height as the preloader.gif height */
}

#fn-newsViewHtml a	{
	color: #97B250; /* Set here the color of each link in the text */
}

#fc-error {
	color:red; /* Set here the color of the error text */
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 5px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #736D61;
	position: relative;
	width: 1px;
}

.jspDrag
{
	background: #FFE5BA;
	position: relative;
	top: 0;
	left: -2px;
	width: 5px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}
