/* @font-face {
  font-family: "gentium basic";
  src: url(GenBasR.ttf) format('truetype');
} */

body {
	background-image: url('/Content/images/background/back.png');
	background-repeat: repeat-x;
	margin: 5px 0;
	background-color: #eaeaea;
	font-family: "lucida grande", "lucida sans", "luxi sans", "lucida sans unicode", arial, sans-serif;
}

/* Global */
.content {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

.fix {
	clear: both;
}

/* Header */
#header {
	height: 199px;
	width: 930px;
	font-size: 12px;
}

.motd {
	padding-top: 4px;
	font-size: 11px;
	height: 27px;
}

.hlogo {
	background-color: #eaeaea;
	width: 464px;
	height: 100px;
	float: left;
}

.hsearch {
	padding-top: 30px;
	background-color: #eaeaea;
	width: 465px;
	height: 100px;
	float: left;
}

.objSearch {
	width: 238px;
	
}

.btnSearch {
	border-style: none;
	border-color: inherit;
	border-width: 0;
background-image: url('/Content/images/object/search.png');
		width: 70px;
		height: 22px;
		margin-left: 2px;
}

.hstext {
	margin-left: 15px;
	margin-bottom: 5px;
}

.hszone {
	padding: 10px 5px 10px 15px;
	width: 444px;
	height: 25px;
	background-color: #e0e0e0;
	border: solid 1px #cacaca;
}

.hszone_left {
	float: left;
	width: 320px;
}

.hszone_right {
	float: left;
	width: 124px;
	font-size: 9px;
}

/* Menu (header) */
#menu_grey li {
	display: block;
	float: left;
	padding: 4px 5px 0 5px;
	list-style-type: none;
	list-style-image: none;
	height: 18px;
}

#menu_grey li a:link, #menu_grey li a:active, #menu_grey li a:visited {
	color: grey;
	font-size: 11px;
	margin-left: 5px;
}

.first_grey {
	margin-left: 30px;
}

#menu_grey li a:hover {
	text-decoration: underline;
}

#menu, #menu ul {
	padding: 0;
	margin-left: 0;
}

#menu li {
	display: block;
	float: left;
	list-style-type: none;
	list-style-image: none;
	border-right: solid 1px #ECECEC;
	height: 22px;
	font-size: 14px;
	text-align: center;
	padding: 2px 8px 0 8px;
}

#menu li:hover {
	background-color: #FFFFFF;
}

#lng {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#lng ul {
	margin: 0;
	padding: 0;
}
	
#lng li {
	padding: 5px 3px 5px 10px;
	background-color: #F6FAFE;
	list-style-type: none;
	list-style-image: none;
	border-left: solid 1px #C6C6C6;
	border-right: solid 1px #C6C6C6;
	border-top: solid 1px #C6C6C6;
	width: 92px;
}

#lng li:hover, #lng li a:hover {
	background-image: url('/Content/images/background/menu-lang.png');
	color: #FFFFFF;
}

.lng_border {
	border-bottom: solid 1px #C6C6C6;
}

.fixwidth {
	width: 95px;
	background-color: transparent;
	border: solid 1px #eaeaea;
	margin-top: -1px;
}

/* DELETE ME */
.fakehover {
	background-color: #FFFFFF;
}

.separate {
	width: 930px;
	height: 3px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E3E3E3;
}

/* Footer */
#pre-footer {
	background-color: #eaeaea;
	background-image: url('/Content/images/background/back-footer.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 76px;
}

.pre-footer-zone {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: 75px;
}

.pre-footer-img {
	margin-left: 20px;
	float: left;
	width: 200px;
}

.pre-footer-text {
	width: 680px;
	float: left;
	padding-top: 25px;
}

#footer {
	background-color: #FFFFFF;
	width: 100%;
	height: 141px;
	border-top: solid 1px #E3E3E3;
}

.flogo {
	padding-top: 25px;
	text-align: center;
	width: 245px;
	height: 115px;
	float: left;
}

.ftext {
	width: 685px;
	height: 140px;
	float: left;
}

.fmenu:link, .fmenu:hover, .fmenu:active, .fmenu:visited {
	color: #268ce5;
	text-decoration: none;
}

#smallmenu, #smallmenu ul {
	padding: 0;
	margin-left: 0;
}

#smallmenu li {
	margin-top: 25px;
	margin-bottom: 5px;
	float: left;
	list-style-type: none;
	list-style-image: none;
	display: block;
}

#smallmenu_right li {
	margin-top: 35px;
	float: right;
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	display: block;
	margin-left: 10px;
}

#smallmenu_right li a:link, #smallmenu_right li a:active, #smallmenu_right li a:visited {
	color: #BEBEBE;
}

#smallmenu li a:link, #smallmenu li a:active, #smallmenu li a:visited {
	font-size: 13px;
}

.fmenu {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 10px;
	border-right: solid 1px #E3E3E3;
}

.fseparate {
	width: 685px;
	height: 3px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #E3E3E3;
	margin-bottom: 7px;
	clear: both;
}

.copyright {
	color: #444444;
	font-size: 10px;
	float: left;
}

.copyright_right {
	color: #BEBEBE;
	font-size: 10px;
	float: right;
}

/* Inner Page Section */
.in_left {
	width: 455px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-align: center;
	vertical-align:middle;
	margin-top:25px;
}

.in_right {
	width: 465px;
	float: left;
}

.in_left_alt {
	width: 435px;
	float: left;
	margin-bottom: 20px;
	margin-right: 25px;
}

.in_right_alt {
	width: 435px;
	float: left;
}

.page_cadre_left {
	width: 650px;
	float: left;
	margin-bottom: 20px;
}

.page_cadre_right {
	width: 280px;
	float: left;
	margin-bottom: 20px;
}

.zone_pub {
	text-align: center;
	width: 280px;
	height: 60px;
	font-size: 13px;
	background-image: url('/Content/images/background/small_back_right.png');
	background-repeat: no-repeat;
	padding-top: 20px;
}

.in_smenu_top {
	background-image: url('/Content/images/background/menu_top.png');
	background-repeat: repeat-x;
	color: #A9ABB1;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 18px;
	height: 35px;
	width: 264px;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

.in_menu_lnk {
	width: 260px;
	height: 22px;
	display: block;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
}

.in_menu_lnk_selected 
{
	color: #FFFFFF;
	
	width: 260px;
	height: 22px;
	display: block;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url('/Content/images/background/menu_obj.png');
	background-repeat: repeat-x;
	border-left: solid 1px #2F8C2B;
	border-right: solid 1px #2F8C2B;
}

 .in_menu_lnk_selected:link, .in_menu_lnk_selected:visited, .in_menu_lnk_selected:active
 {
 	color:White;
 }

/* In Center */


.in_ctr {
	width: 928px;
	padding: 1px;
	background-color: #FFFFFF;
	border: solid 1px #ECECEC;
	margin-bottom: 15px;
	background-image: url('/Content/images/background/fix-in-ctr.png');
	background-repeat: repeat-y;
}



/* Alternate Page Cadres */
.light_in {
	width: 930px;
	background-color: #FFFFFF;
	border: solid 1px #ECECEC;
	margin-bottom: 50px;
}

.light_in_back {
	background-image: url('/Content/images/background/fix-in-page.png');
	background-repeat: repeat-y;
}

.white_back {
	background-color: #FFFFFF;
}

.in_dsp {
	width: 635px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 20px;
}

.in_dsp_start {
	width: 635px;
	background-color: #FFFFFF;
	float: left;
	padding-left: 15px;
	font-size: 12px;
	line-height: 20px;
}

.img_news_debat 
{
	margin-left:-15px;
	vertical-align:bottom;
}

.in_menu {
	width: 279px;
	float: left;
}

.the_in_menu {
	background-color: #ECF3F9;
	border-left: solid 1px #E4E8EE;
}

.the_in_menu_box {
	background-color: #F9FBFD;
	border-left: solid 1px #ECF3F9;
	border-top: solid 1px #ECECEC;
	padding: 20px 15px 10px 15px;
	font-size: 11px;
}

.the_in_menu_box_clear {
	padding: 10px;
	font-size: 12px;
}

.the_in_menu_box_title {
	color: #5E6068;
}

.the_in_menu_box_title_center {
	color: #5E6068;
	text-align:center;
}

.the_in_menu_box_text {
	color: #A5A7AF;
}

.user_question {
	padding-top: 25px;
	padding-left: 15px;
	border-top: solid 1px #CDCDCD;
	font-size: 12px;
}

/* Top Small Bar */
.in_ctr_bar {
	height: 23px;
	width: 926px;
	background-image: url('/Content/images/object/grline.png');
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-left: 5px;
}

.in_ctr_bar_bottom {
	height: 24px;
	width: 902px;
	background-image: url('/Content/images/object/grline_sombre.png');
	background-repeat: repeat-x;
	padding-top: 2px;
	margin-left: 1px;
	padding-left: 25px;
}

.tbar {
	color: #FFFFFF;
	font-size: 12px;
}

.idoit:link, .idoit:active, .idoit:hover, .idoit:visited {
	font-size: 12px;
	color: #E4F29A;
	font-weight: bold;
}

/* Two Box */
.in_ctr_side {
	float: left;
	width: 423px;	
	padding: 25px 20px 25px 20px;
}

.box_pub_logo {
	width: 415px;
	height: 159px;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url('/Content/images/background/back-pub.png');
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}

.box_selected {
	background-color: #ECF3F9;
}
.box_selected_lv1 {
	background-color: #F2F6F8;
}

.text_explain {
	font-size: 14px;
	text-align:center;
}

.nrom {
	font-family: "gentium basic", georgia, "dejavu serif", norasi, serif;
	font-weight:normal;
}

/* Specific Table */
.tbl_size {
	font-size: 12px;
}

.tbl_title {
	color: #4795DD;
	width: 120px;
}

.tbl_value {
	color: #727377;
	width: 280px;
}

.tbl_title_alt {
	color: #78B7EF;
	width: 120px;
}

.tbl_value_alt {
	color: #9CA0AA;
	width: 280px;
}

/* RSS Section */
#rss {
	width: 930px;
	background-image: url('/Content/images/object/vline.png');
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 25px;
}

.rss_l {
	width: 415px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.rss_r {
	width: 415px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

.rtitle 
{
	font-family: "gentium basic", georgia, "dejavu serif", norasi, serif;
	font-weight: bold;
	padding-right: 10px;
	margin-right: 15px;
	border-right: solid 1px #E3E3E3;
	float: left;
}

.rinfo 
{
	font-family: "gentium basic", georgia, "dejavu serif", norasi, serif;
	float: left;
}

.rico {
	margin-top: 1px;
	float: right;
}

.quest_head {
	line-height: 20px;
}

.border_options {
	width: 568px;
	height: 26px;
	border: solid 1px #E5E5E5;
	background-color: #F7F7F7;
	padding-top: 2px;
}

.border_menu_biz {
	width: 620px;
	height: 26px;
	border: solid 1px #ECF3F9;
	background-color: #ECF3F9;
	padding-top: 2px;
}

.border_options_spage {
	width: 568px;
	height: 24px;
	border: solid 1px #E5E5E5;
	background-color: #F7F7F7;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 4px;
}

.border_options_form {
	width: 650px;
	background-image: url('/Content/images/object/vline.png');
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 20px;
	float: left;
}

.in_menu_form {
	width: 265px;
	float: left;
}

.border_options_form_cont {
	width: 552px;
	border: solid 1px #E5E5E5;
	background-color: #F7F7F7;
	padding: 8px;
	margin-top : 10px;
}

.title_table {
	border: solid 1px #E5E5E5;
	border-collapse: collapse;
	width: 568px;
	background-color: #FDFDFD;
}

.bggray {
	background-color: #FDFDFD;
}

.box_get_data {
	width: 554px;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	padding: 4px 5px 4px 10px;
}

.box_lvl1 {
	background-color: #FDFDFD;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
}

.box_lvl2 {
	background-color: #F7F7F7;
}

.box_lvl3 {
	background-color: #E9F1F7;
}

.box_lvl4 {
	background-color: #FFFFFF;
	visibility: hidden;
	position: absolute;
	height: 0;
}

/* **** JUST FOR TEST **** */
.box_lvl4_fake {
	background-color: #FFFFFF;
	visibility: visible;
	position: relative;
	height: 100%;
}

.box_bottom {
	border-bottom: 1px solid #E5E5E5;
}

.select_fixe {
	width: 300px;
}

.select_fixe_min {
	width: 200px;
}

.remarques {
	width: 380px;
	height: 75px;
}

.one_question {
	width: 522px;
	float: left;
	margin-top: 15px;
}

.pix {
	width: 46px;
	height: 46px;
	margin-top: 20px;
	float: left;
}

a.spage {
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

span.spage {
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

a.spage:hover {
	background-color: #FFFFFF;
}

.bwhite {
	background-color: #FFFFFF;
}

.stats_title {
	padding: 6px 8px 6px 10px;
	width: 380px;
	font-weight: bold;
	vertical-align: top;
}

.stats_value {
	background-color: #F7F7F7;
	padding: 6px 12px 6px 15px;
}

.devis_title {
	border-right: solid 1px #F0F0F0;
	font-weight: bold;
	padding: 6px 8px 6px 10px;
	width: 180px;
	vertical-align: top;
}

.devis_value {
	background-color: #F7F7F7;
	padding: 6px 12px 6px 15px;
}

.devis_stats {
	border-right: solid 1px #F0F0F0;
	font-weight: bold;
	padding: 6px 8px 6px 10px;
	width: 50%;
	vertical-align: top;
}

.biz_table {
	border: solid 1px #F0F0F0;
	border-collapse: collapse;
	width: 620px;
}

.biz_row {
	padding: 6px 8px 6px 10px;
	width: 310px;
	vertical-align: top;
}

.biz_row_full {
	padding: 6px 8px 6px 10px;
	width: 620px;
	vertical-align: top;
}

.biz_row_right {
	padding: 6px 8px 6px 10px;
	width: 310px;
	vertical-align: top;
	background-color: #ECF3F9;
}

.biz_brd 
{
	border: solid 1px #F0F0F0;
}

.biz_table_result {
	border: solid 1px #F0F0F0;
	border-collapse: collapse;
	width: 620px;
}

.biz_row_result {
	padding: 6px 8px 6px 10px;
	width: 400px;
	vertical-align: top;
}

.biz_row_pic_result {
	padding: 6px 8px 6px 10px;
	width: 20px;
	vertical-align: top;
}

.biz_row_right_result {
	padding: 6px 8px 6px 10px;
	width: 200px;
	vertical-align: top;
	background-color: #ECF3F9;
}

.biz_brd_result 
{
	border: solid 1px #F0F0F0;
}

.devis_table {
	border: solid 1px #F0F0F0;
	border-collapse: collapse;
	width: 568px;
}

.devis_brd {
	border-bottom: dashed 1px #F0F0F0;
}

.real_title {
	color: #A5A5A5;
	font-weight: bold;
	background-color: #FFFFFF;
}

.light_hr {
	width: 568px;
	height: 4px;
	background-color: #F7F7F7;
	border: 0;
	margin: 0;
}

.dark_hr {
	width: 568px;
	height: 4px;
	background-color: #DDDDDD;
	border: 0;
	margin: 0;
}

.form_td_title {
	width: 130px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-top: 4px;
}

.form_td_val {
	width: 410px;
	padding-left: 10px;
}

.input_form {
	width: 99%;
	border: solid 1px #8A8A8A;
}

.input_form:hover  {
	background-color: #F0F0F0;
	border: solid 1px #268CE5;
}

.input_form:focus  {
	background-color: #E0E0E0;
}

.size_area {
	height: 100px;
}

.ard_left {
	margin-top: 4px;
	width: 4px;
	height: 28px;
	background-image: url('/Content/images/background/ard_left.png');
	float: left;
}

.ard_in {
	margin-top: 4px;
	padding-top: 7px;
	padding-left: 5px;
	height: 21px;
	width: 96%;
	background-image: url('/Content/images/background/ard_in.png');
	float: left;
}

.ard_right {
	margin-top: 4px;
	width: 4px;
	height: 28px;
	background-image: url('/Content/images/background/ard_right.png');
	float: left;
}

.atag {
	margin-left: 10px;
}

/* Text Style */
a:link, a:hover, a:active, a:visited {
	color: #268CE5;
	text-decoration: none;
}

em 
{
	color: Gray;
}

label 
{
	margin-bottom:2px;
	color: Gray;
}

input:checked + label {
    color: black;
}


h1 {
	font-family: "gentium basic", georgia, "dejavu serif", norasi, serif;
	font-weight:normal;
	font-size: 32px;
	margin: 0;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 24px;
}

h3 
{
	font-family: "gentium basic", georgia, "dejavu serif", norasi, serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-top:24px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 14px;
}

h6 {
	color: #288de5;
	margin-bottom: 2px;
	font-size: 11px;
}

.linkSmall 
{
	color: #288de5;
	margin-bottom: 2px;
	font-size: 11px;
}

.small {
	font-size: 10px;
}

.size_mid {
	font-size: 14px;
}

.to_left {
	float: left;
}

.to_right {
	float: right;
	margin-right: 6px;
}

.fake-h6 {
	font-size: 12px;
}

.green {
	color: #389134;
}

img {
	border: 0;
}

.valignimg {
	vertical-align: middle;
}

.marged {
	margin-left: 15px;
}

.bgbl {
	background-color: #FFFFFF;
	font-weight: bold;
}

.date {
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

.desc {
	font-size: 11px;
}

.brown {
	color: #3F401E;
}

.centered {
	text-align: center;
}

.ttitle {
	font-weight: bold;
	margin-bottom: 12px;
}

.eco_title {
	color: #2f8c2b;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}

.home_logo_img {
	margin-right: 15px;
}

.solved {
	background-color: #2F8C2B;
	color: #FFFFFF;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 11px;
}

.small_text {
	margin-top: 4px;
	font-size: 10px;
}

.semi_small_text {
	font-size: 11px;
}

.eco_description {
	font-size: 12px;
}

.box_more_opts_filter {
	width: 560px;
	border: 1px solid #E5E5E5;
	border-top: none;
	padding: 4px 3px 6px 5px;
}

.input_small_brd {
	width: 150px;
	margin-left: 5px;
}

.Profile_title {
	font-weight: bold;
	width: 100px;
}

.grey {
	color: #8C8E97;
}

.one_project {
	width: 430px;
	background-image: url(../images/object/vline.png);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 15px;
	margin-top: 15px;
	float: left;
}

.one_project h6 {
	margin: 0;
}

.actions {
	width: 85px;
	height: 46px;
	margin-top: 15px;
	padding-left: 15px;
	float: left;
}

.in_menu_box_title_alt {
	font-size: 18px;
	font-weight: normal;
}

.assos_list {
	float: left;
	width: 225px;
}

.bottom_marged {
	height: 30px;
}

.box_percent {
	background-color: #F7F7F7;
	border: solid 1px #E5E5E5;
	margin-right: 15px;
	padding: 10px;
	padding-bottom: 0;
	width: 182px;
	height: 25px;
	float: left;
}

.box_percent_num {
	position: absolute;
	margin-top: -18px;
	margin-left: -18px;
}

.link_commu {
	display: block;
	float: left;
	padding: 2px 10px 0 10px;
	height: 24px;
}

.link_commu:hover {
	background-color: #FFFFFF;
}

.no_pad {
	padding: 0;
}

.image_zoned {
	background-color: #F7F7F7;
	text-align: center;
	padding: 3px;
	margin-right: 15px;
	border: solid 1px #E5E5E5;
	float: left;
}

.zone_limiter {
	width: 620px;
}

.progress_zone {
	line-height: 15px;
}

.commu_pix {
	margin-right: 15px;
}

.commu_tbl_pix {
	vertical-align: top;
	width: 60px;
	padding-top:5px;
}

.commu_tbl_pix_div {
	vertical-align: top;
	width: 60px;
	padding-top:5px;
}

.border_options_form {
	width: 620px;
	padding-right: 15px;
	background-image: url(../images/object/vline.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 20px;
	float: left;
}

/* CHANGE ON 21 / 04 */
.bgwhite {
	background-color: #FFFFFF;
}

.commu_text {
	font-size: 11px;
}

.UIRoundedImage
{
	display:block;
	background-color:#000000;
	overflow:hidden;
	position:relative;
	width:46px;
	height:46px;
}
.UIRoundedImage_Image
{
	display:block;
	position:absolute;
	background:transparent !important;
	top:0px;
	left:0px;
	vertical-align:middle;
	overflow:hidden;
	background:none !important;
}
.UIRoundedImage_Image_Pix
{
	margin-right: 15px;
	display:block;
	position:absolute;
	background:transparent !important;
	top:0px;
	left:0px;
	vertical-align:middle;
	overflow:hidden;
	background:none !important;
}

.UIRoundedImage_Corners
{
	display:block;
	position:absolute;
	background:none;
	top:0px;
	left:0px;
	overflow:hidden;
	width:100%;
	height:100%;
}
.UIRoundedImage_CornersSprite
{
	display:block;
	position:absolute;
	background:transparent !important;
	width:46px !important;
	height:46px !important;
}
.UIRoundedImage_CornersSprite img
{
	background:transparent !important;
	width:46px !important;height:46px !important;
}
.UIRoundedImage_CornersSprite
{
	display:block;
	width:100%;
	height:100%;
	background:transparent url(bords.png)0px 0px no-repeat;
}
.UIRoundedImage_CornersSprite
{
	/* @noflip */
	left:0px;
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('/Content/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.get_out 
{
	background:url(images/bg_get_out.png) repeat-x #ef332e top left;
	border:1px solid #be2f2a;
	height:21px;
	padding:1px 0 0 2px;
	width:566px;
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
.get_out img 
{
	float:left;
	padding:2px 0 0 0;
}
.get_in 
{
	background:url(images/bg_get_in.png) repeat-x #60be5d top left;
	border:1px solid #4b9048;
	height:21px;
	padding:1px 0 0 2px;
	width:566px;
	margin:0 0 20px 0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}
.get_in img 
{
	float:left;
	padding:4px 0 0 0;
}

.box_percent span {
	float: left;
	padding:0px 5px 0 0;
	color:#60be5d;
	font-weight:bold;
}
.hundred_percent {
	float: left;
	width:150px;
	height: 15px;
	background:#c2f0c1;
}
.percent {
	height: 15px;
	background:url(images/bg_get_in.png) repeat-x #60be5d;
}
.p_10 {
	width:10%;
}
.p_20 {
	width:20%;
}
.p_30 {
	width:30%;
}
.p_40 {
	width:40%;
}
.p_50 {
	width:50%;
}
.p_60 {
	width:60%;
}
.p_70 {
	width:70%;
}
.p_80 {
	width:80%;
}
.p_90 {
	width:90%;
}
.p_100 {
	width:100%;
}

.clr{
	clear:both;
}

.pict_rounded{
	float:left;
	height:46px;
	margin-right:10px;
	overflow-x:hidden;
	overflow-y:hidden;
	width:46px;
}

.help_text
{
	font-size:10px;
	color:Gray;
	margin-top:0px;
}

.help_title
{
	font-size:10px;
	margin-bottom:1px;
}

.lastQnA 
{
	padding-top:10px;
}

/* Bulle CSS */
div.bulle {
    width: auto;
    font-size: 1em;
    margin-bottom: 24px;
}

div.bulle blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
}

div.bulle blockquote p {
    margin: 10px;
    padding: 0px;
}

div.bulle cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 6px;
    background: transparent url(images/object/FlecheBulle.gif) no-repeat 20px 0;
    font-style: normal;
}

/* DIV Bulle Blue */
/* Bulle CSS */
div.bulleblue {
    width: 95%;
    font-size: 1em;
    margin-bottom: 24px;
}

div.bulleblue blockquote {
    margin: 0px;
    padding: 0px;
    background-color: #F9FBFD;
	border: solid 1px #ECF3F9;
}

div.bulleblue blockquote p {
    margin: 10px;
    padding: 0px;
}

div.bulleblue cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 35px;
    top: 6px;
    background: transparent url(images/object/FlecheBulleInverse.gif) no-repeat;
    background-position: center 80%;
    font-style: normal;
}

/* DIV Bulle Blue home */
/* Bulle CSS */
div.bullebluehome {
    width: 95%;
    font-size: 1em;
    margin-bottom: 24px;
}

div.bullebluehome blockquote {
    margin: 0px;
    padding: 0px;
	border: solid 1px #ECF3F9;
}

div.bullebluehome blockquote p {
    margin: 10px;
    padding-bottom:25px;
}

div.bullebluehome cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 35px;
    top: 6px;
    background: transparent url(images/object/FlecheBulleInverse.gif) no-repeat;
    background-position: center 80%;
    font-style: normal;
}

/* DIV Bulle Blue home */
/* Bulle CSS */
div.bullevideo {
    width: auto;
    font-size: 1em;
    margin-bottom: 24px;
}

div.bullevideo blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #c9c2c1;
    background-color: #fff;
}

div.bullevideo blockquote h4 {
    margin: 3px;
    padding: 0px;
    font-size: 12px;
}

div.bullevideo cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 6px;
    background: transparent url(images/object/FlecheBulle.gif) no-repeat 20px 0;
    font-style: normal;
}
/* Image slider */
#wrapper {
    width: 550px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 550px;
    margin-left:-15px;
    position: relative;
	border: 10px solid #ccc;
}

.scroll {
	overflow: hidden;
	width: 550px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(images/object/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(images/object/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #999;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}