@charset "utf-8";
/* CSS Document */
.big_one {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

.big_one h1{
	margin-bottom:25px;
}

#js_nb_result{
	float:right;
	color:#511471;
	font-size:12px;
	font-weight:bold;
	margin-top:35px;
}

.projects_content {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-top:10px;
	border: 1px solid #5b1f79;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-top:none;
}

.projects_content.detail{
	border:none;
}

/** menu projet***/

.projects_big_header {
	float: left;
	width:100%;
	height: 45px;
	background: #5b1f79;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	position:relative;
}

.projects_big_header #tabs-nav{
	float:left;
	width:100%;
	height:100%;
}

.projects_big_header #tabs-nav li{
	list-style:none;
	float:left;
	width:25%;
	background:url(../images/projects/separator-nav-project.png) no-repeat left center;
}

.projects_big_header #tabs-nav li:first-child{
	background:none;
}

.projects_big_header #tabs-nav li.active{
	background:#eaeaea;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	margin-top:2px;
}



.projects_big_header #tabs-nav li a{
	color:#ffffff;
	text-align:center;
	display:block;
	line-height:43px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

.projects_big_header #tabs-nav li a:after{
	background:url(../images/projects/bg-nav-project.png) no-repeat left center;
	content:'';
	width:10px;
	height:9px;
	display:inline-block;
	margin-left:12px;
}

.projects_big_header #tabs-nav li.active a:after{
	background:url(../images/projects/bg-nav-project-on.png) no-repeat left center;
}
.projects_big_header #tabs-nav li.active a{
	color:#5b1f79;
}


/**Fin menu projet***/

/** Filtre projet***/

#tabs-body{
	position:absolute;
	left:0;
	top:45px;
	z-index:100;
	width:100%;
}
#tabs-body li.tab-body{
	display:none;
	background:#eaeaea;
	padding:27px 22px 30px 22px;
	float:left;
	width:95.4%;
}


#tabs-body li.tab-body select{
	width:340px;
	border:1px solid #c1c1c1;
	padding:3px 8px;
}

/**Technique**/

#tabs-body li.tab-body ul .lb_boite_item{
	display:inline-block;
	width:125px;
	vertical-align:top;
	margin-left:20px;
	margin-bottom:30px;
}

#tabs-body li.tab-body ul .lb_boite_item .input{
	display:block;
	text-align:center;
	margin-bottom:5px;
}



#tabs-body li.tab-body ul .lb_boite_item label{
	color:#404040;
	font-size:11px;
	float:left;
	width:100%;
	height:38px;
	margin-bottom:0;
}

#tabs-body li.tab-body ul .lb_boite_item label.checkImg{
	height:80px;
	margin-bottom:12px;
}



#tabs-body li.tab-body ul .lb_boite_item label img{
	border:1px solid #707070;
}

/**Aspects**/

.moduletable-surface-aspects .menu-aspects li{
	width:223px;
	text-align:center;
	border:none;
	background:#ffffff;
}

.moduletable-surface-aspects .menu-aspects li#theme_0{
	color:#b82d16;
}

.moduletable-surface-aspects .menu-aspects li#theme_0.active{
	background: none repeat scroll 0 0 #b82d16;
    border: 1px solid #b82d16;
    color: #ffffff;
}

.moduletable-surface-aspects .menu-aspects li#theme_1{
	color:#0090bb;
}

.moduletable-surface-aspects .menu-aspects li#theme_1.active{
	background: none repeat scroll 0 0 #0090bb;
    border: 1px solid #0090bb;
    color: #ffffff;
}

.moduletable-surface-aspects .menu-aspects li#theme_2{
	color:#66a922;
}

.moduletable-surface-aspects .menu-aspects li#theme_2.active{
	background: none repeat scroll 0 0 #66a922;
    border: 1px solid #66a922;
    color: #ffffff;
}

.moduletable-surface-aspects .menu-aspects li#theme_3{
	color:#f9ba00;
}

.moduletable-surface-aspects .menu-aspects li#theme_3.active{
	background: none repeat scroll 0 0 #f9ba00;
    border: 1px solid #f9ba00;
    color: #ffffff;
}

.moduletable-surface-aspects .menu-aspects li span{
	width:223px;
	text-align:center;
}

.moduletable-surface-aspects .bloc_theme{
	display:none;
	width:95.5%;
	background:#fff;
}

.moduletable-surface-aspects #bloc_theme_0 {
    border: 5px solid #b82d16;

}

.moduletable-surface-aspects #bloc_theme_1 {
    border: 5px solid #0090bb;
}


.moduletable-surface-aspects #bloc_theme_2 {
    border: 5px solid #66a922;
}


.moduletable-surface-aspects #bloc_theme_3 {
    border: 5px solid #f9ba00;
}

.moduletable-surface-aspects .bloc_theme .aspects li{
	margin-bottom:0 !important;

}

.moduletable-surface-aspects .bloc_theme .aspects li label.title{
	font-size:11px;
	color:#4c4c4c !important;
	font-weight:bold;
	text-align:center;
	display:block;
	margin-bottom:10px;
}

.moduletable-surface-aspects .bloc_theme .aspects li label img{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:none !important;
}


.moduletable-surface-aspects .bloc_theme .aspects li .input{
	float:left;
	width:100%;
	text-align:center;
	margin-top:7px;
}


/** Fin Filtre projet***/

/**Affichage liste projet mosaique***/

.projects_big_content {
	float: left;
	padding-bottom: 15px;
	width: 100%;
}

.projects_content .projects_big_content.opacity{
	opacity:0.55;
	-ms-filter:alpha(opacity=55);
	filter:alpha(opacity=55);
}

.projects_content .projects_big_content .project_big_img {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-top:2px;
}

.projects_content .projects_big_content .project_big_img li {
	margin-left: 7px;
	margin-top: 7px;
	list-style-type: none;
	float: left;
	width:309px;
	position:relative;
	height:205px;
}



.projects_content .projects_big_content .project_big_img li:hover .descriptif-project{
	display:block;
}

.projects_content .projects_big_content .project_big_img li .descriptif-project{
	position:absolute;
	top:24px;
	left:24px;
	background:#ffffff;
	padding:20px;
	width:225px;
	min-height:70px;
	display:none;
}

.projects_content .projects_big_content .project_big_img li .descriptif-project .h2{
	font-size:12px;
	font-weight:bold;
	color:#511471;
}

.projects_content .projects_big_content .project_big_img li .descriptif-project a{
	background:url(../images/puce/white.png) no-repeat left center;
	font-size:12px;
	color:#d65f1b;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	position:absolute;
	left:25%;
	bottom:20px;
}

.projects_content .projects_big_content .project_big_img li li {
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: square;
	clear: left;
}

.project_big_list img {
	vertical-align: middle;
	padding-left: 10px;
}

.project_big_mosaic {
	float: left;
	border-left: 1px solid #ffffff;
	padding-right: 10px;
}

.project_big_mosaic img {
	vertical-align: middle;
}

.project_big_mosaic a {
	color: #ffffff;
	padding-left: 5px;
}

.project_big_mosaic a.on,.project_big_list a.on {
	color: #FFFFFF;
	text-decoration: underline;
}

.project_big_mosaic a.off,.project_big_list a.off {
	color: #9f7bb0;
	text-decoration: none;
}

.project_big_mosaic a.off:hover,.project_big_list a.off:hover {
	color: #FFFFFF;
}

.project_big_mosaic a.off .imghover,.project_big_list a.off .imghover {
	position: absolute;
	visibility: hidden;
}

.project_big_mosaic a.off:hover .imghover,.project_big_list a.off:hover .imghover {
	visibility: visible;
}



.page_top {
	float: left;
}

.result_page {
	float: left;
	padding-left: 14px;
}

.blog .pagination .counter {
	margin-bottom: 5px;
}

.blog .pagination {
	text-align: center;
}

.page_top .nbr_page {
	float: left;
	padding-left: 248px;
}

.nbr_page_previous {
	display: inline;
}

.nbr_page_previous a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.nbr_page_previous img {
	vertical-align: bottom;
	padding-right: 7px;
	float:none;
}


.nbr_page_nb {
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	display: inline;
}

.nbr_page_nb a {
	text-decoration: none;
	color: #000000;
}

.nbr_page_select {
	text-decoration: underline;
	font-weight: bold;
}

.nbr_page_next {
	display: inline;
}

.nbr_page_next a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.nbr_page_next a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.nbr_page_next img {
	vertical-align: bottom;
	padding-left: 7px;
	float:none;
}



.page_down {
	float: left;
	/*padding-bottom:;*/
}

.page_down .nbr_page {
	padding-left: 248px;
	float: left;
}

.link_img_list_mosa {
	border: 1px solid #FFFFFF;
}

.projects_big_content .nbr_page_previous strong span,.projects_big_content .nbr_page_next strong span {
	color: #B8B8B8;
}

/*--------------------- ASK A QUESTION ----------------------------------------------*/
.ask_content {
	height: 302px;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	width: 416px;
}

.heading_ask_question {
	background: url("../images/interne1-2/question.jpg") no-repeat left #fff;
	padding-left: 30px;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	color: #5b1f79;
	height: 21px;
}

.text_friend_mail {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #5b1f79;
}

#sbox-window {
	overflow: hidden;
}

#sbox-btn-close {
	right: 0;
	top: 0;
}


/**Design select box***/

.elSelect{
	height:30px;
	line-height:30px;
	background:#fff;
	position:relative;
	text-align:left;
	color:#353535;
	cursor:pointer;
	border:1px solid #c1c1c1;
	padding:0 10px;
	width:320px;
}

.elSelect .selected{

	height:28px;
	line-height:28px;
}

.elSelect .selectedOption{
	float:left;
	padding-left:6px;
	line-height:30px;
	overflow:hidden;
	height:30px;
	white-space:nowrap;
	padding:0 0 0 5px;
	color:#404040;
	width:92%;
}

.elSelect .selectedOption span{
	white-space:nowrap;
	overflow:hidden;
	display:block;
	color:#404040;
	font-size:12px;
}
.elSelect .dropDown{
	height:30px;
	margin-right:6px;
	background:url(../images/puce/bg-select.png) no-repeat #fff right center;
}
.elSelect .optionsContainer{
	position:absolute;
	display:none;
	left:-1px;
	top:0px;
	background:#fff;
	z-index:101;
	padding:2px 5px 2px 5px;
	overflow:hidden;
	height:auto !important;
	border:1px solid #dedede;
	margin-top:30px;
	color:#353535;
}

.elSelect .optionsContainer.limited_list{
	overflow-y:scroll;
	height:150px !important;
}

.elSelect .option{
	border-bottom:1px dotted #c9c9c7;
	cursor:pointer;
	color:#404040;
	opacity:0.57;
	-ms-filter:alpha(opacity=57);
	filter:alpha(opacity=57);
	padding:0 10px;
}
.elSelect .option.selected{
	background:none;
}
.elSelect .option.last-item{
	border-bottom:none;
}
.elSelect .option:hover{
	color:#404040;
	opacity:1;
	-ms-filter:alpha(opacity=100);
	filter:alpha(opacity=100);
}

.projects_content .moduletable-surface-aspects .bloc_theme ul li:first-child + li + li {
    clear:none;
}