.upsized{
	zoom: 2;
	-moz-transform: scale(2);/* Firefox Property */
	-moz-transform-origin: 0 0;
	-o-transform: scale(2);/* Opera Property */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(2);/* Safari Property */
	-webkit-transform-origin: 0 0;
	transform: scale(2); /* Standard Property */
	transform-origin: 0 0;  /* Standard Property */
}

/*BOUTONS*/
.btn {
	cursor: pointer;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 40px;
	background-color: transparent;
}

.btn_style {
	cursor: pointer;
	border: 0px;
	padding: 0px 4px;
	margin: 0px;
	margin-top: 6px;
	height: 28px;
	background-color: #255EA1;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

.btn_style:hover {
	background-color: #000;
}

a.btn{
	display:block;
}

.newimgbtn {
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	line-height:40px;
	color: white !important;
	background-image:
		url('../../img/btn/btn_blue_pixel.png'),
		url('../../img/btn/btn_white_pixel.png'),
		url('../../img/btn/btn_gray_pixel.png'),
		url('../../img/btn/btn_gray_pixel.png');
	background-position: center, center, left top, right bottom;
	background-size: calc(100% - 12px) 26px, calc(100% - 10px) 28px, 11px 11px, 11px 11px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	font-family: canalregular, verdana;
	font-size: 16px;
	text-decoration : none;
}

.newimgbtn:hover {
	background-image:
		url('../../img/btn/btn_black_pixel.png'),
		url('../../img/btn/btn_white_pixel.png'),
		url('../../img/btn/btn_gray_pixel.png'),
		url('../../img/btn/btn_gray_pixel.png');
	background-position: center, center, left top, right bottom;
	background-size: calc(100% - 12px) 26px, calc(100% - 10px) 28px, 11px 11px, 11px 11px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.profilbtn {
	width: 100%;
	font-size: 11px;
}

.btn_valider {
	width: 96px;
	background-image: url('../../img/btn/valider.png');
}
.btn_valider:hover {
	background-image: url('../../img/btn/valider_i.png');
}

.btn_refuser {
	width: 95px;
	background-image: url('../../img/btn/refuser.png');
}
.btn_refuser:hover {
	background-image: url('../../img/btn/refuser_i.png');
}

.btn_voir {
	width: 70px;
	background-image: url('../../img/btn/voir.png');
}
.btn_voir:hover {
	background-image: url('../../img/btn/voir_i.png');
}

.btn_accepter {
	width: 113px;
	background-image: url('../../img/btn/accepter.png');
}
.btn_accepter:hover {
	background-image: url('../../img/btn/accepter_i.png');
}

.btn_enregistrer {
	width: 124px;
	background-image: url('../../img/btn/enregistrer.png');
}
.btn_enregistrer:hover {
	background-image: url('../../img/btn/enregistrer_i.png');
}

.btn_modifier {
	width: 109px;
	background-image: url('../../img/btn/modifier.png');
}
.btn_modifier:hover {
	background-image: url('../../img/btn/modifier_i.png');
}

.btn_annuler {
	width: 101px;
	background-image: url('../../img/btn/annuler.png');
}
.btn_annuler:hover {
	background-image: url('../../img/btn/annuler_i.png');
}

.btn_retour {
	width: 88px;
	background-image: url('../../img/btn/retour.png');
}
.btn_retour:hover {
	background-image: url('../../img/btn/retour_i.png');
}

.btn_nouveau {
	width: 112px;
	background-image: url('../../img/btn/nouveau.png');
}
.btn_nouveau:hover {
	background-image: url('../../img/btn/nouveau_i.png');
}

.btn_supprimer {
	width: 123px;
	background-image: url('../../img/btn/supprimer.png');
}
.btn_supprimer:hover {
	background-image: url('../../img/btn/supprimer_i.png');
}

.btn_ajouter {
	width: 98px;
	background-image: url('../../img/btn/ajouter.png');
}
.btn_ajouter:hover {
	background-image: url('../../img/btn/ajouter_i.png');
}

.btn_refresh{
	width: 21px;
	height:20px;
	background-image: url('../../img/refresh_btn.png');
	background-repeat:no-repeat;
}

.btn_refresh:hover{
	background-image: url('../../img/refresh_btn_i.png');
}

/*RESETS*/
html, body, form, p, ul, li, hr, h2 {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
	overflow-x:hidden;
}
a img {
	border: 0px;
}

a>* {
	cursor: pointer;
}

input {
	font-family: canalregular, verdana;
}

input[type="checkbox"], input[type="radio"]{
	cursor:pointer;
}

.ui-dialog { z-index: 4000 !important ;}

.ui-widget-overlay { z-index: 3950 !important ;}

/*fix ie*/
hr {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	border-top: 1px solid #0a4671;

}

div.ui-datepicker {
	z-index: 4001 !important;
}

label {
	position: relative;
	z-index: 2;
	cursor:pointer;
}
/*CLASSES GLOBAL*/
.link{
	cursor:pointer;
	text-decoration:underline;
}

.bold{
	font-weight:bold;
}

.italic{
	font-style: italic;
}

.fclear {
	clear: both;
	width: 0px;
	height: 0px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.pabs {
	position: absolute;
}

.prel {
	position: relative;
}

.pointer {
	cursor: pointer;
}

.accordion_section>label, .accordion_section>form>label {
	float: left;
	text-align: right;
	width: 200px;
	min-height: 20px;
	line-height: 20px;
	padding: 2px 4px;
	margin: 1px 2px;
	margin-right: 25px;
}

.accordion_section div.accordion_input_div {
	float: left;
	text-align: left;
	width: 202px;
	min-height: 20px;
	line-height: 20px;
	margin: 1px 2px;
}

.accordion_section div.accordion_input_div .input {
	width: 200px;
}

.accordion_section div.accordion_input_div .input.tarea {
	width: 300px;
	height: 70px;
}

/*.blockquote {
	padding-left: 70px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 10px;
	background-color: #dadada;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px;
	background-image: url('../../img/open-quote.png');
	background-position: middle left;
	background-repeat: no-repeat;
	text-indent: 23px;
}

.blockquote-content{
	padding-right: 50px;
	display: block;
	background-image: url('../../img/close-quote.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}*/

blockquote{
	font-family: Georgia, serif;
	font-size: 18px;
	text-align:left;
	font-style: italic;
	display:table-cell;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
	color: #383838;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #5a5a5a;
}
blockquote:after {
	display: block;
	content:"\201D";
	font-size: 80px;
	position: absolute;
	right: 0;
	bottom: -60px;
	color: #5a5a5a;
}

/*SIZE JQUERY UI*/
.ui-widget {
	font-size: 90% !important;
}

/*LAYOUT GLOBAL*/
#divContainer {
	width: 960px;
	margin: 0 auto;
	font-family: canalregular, verdana;
}

.col650 {
	width: 650px;
	height: 100%;
}
.col310 {
	width: 310px;
	height: 100%;
}

#home_header {
	width: 100%;
	height: 340px;
}
#home_header_top {
	width: 100%;
	height: 140px;
}
#home_header_top img.logo_sp {
	width: 250px;
	height: 109px;
	margin-top: 21px;
}
#home_header_top img.logo_cpa {
	width: 155px;
	height: 19px;
	margin-top: 111px;
	margin-right: 10px;
}
#home_header_top div.col310 {
	background-color: #1072b7;
}

#home_header_menu {
	width: 100%;
	height: 40px;
	background-color: #0a4671;
	font-family: canaldemregular, verdana;
	font-size: 17px;
}

#home_header_menu  > #menudiv {
	height: 40px;
}

#menudiv > ul > li > ul > li {
	font-size: 85%;
}

#home_header_menu .menu_actif, #home_header_menu .menu_actif a {
	background-color: #1072b7;
}
#home_header_menu>.fleft>ul>li {
	cursor: pointer;
	height: 40px;
}
#home_header_menu>.fleft>ul>li>a {
	height: 24px;
	padding-left:10px;
	padding-right:10px;
}
#home_header_menu>.fleft {
	width: 650px;
}
#home_header_menu>.fright {
	height: 40px;
	width: 310px;
}
#home_header_menu>.fright .sp_searchbar {
	float: left;
	width: 245px;
	height: 22px;
	margin-left: 13px;
	margin-top: 6px;
	font-size: 17px;
}
#home_header_menu>.fright .sp_searchbar_iconbtn {
	height: 28px;
	width: 34px;
	float: left;
	margin-top: 6px;
	cursor: pointer;
	background-image: url('../../img/btn/search.png');
}

#home_header_menu>.fright #search_extend {
	/*
	background-color: #fcfcfc;
	border: 1px dashed #005ea7;
	border-top: none;
	opacity: 0.9;
	width: 288px;
	*/
	background-color: #005EA7;
	color:#FFFFFF;
	width: 290px;
	position: absolute;
	top: 180px;
	padding:10px;
	display:none;
	z-index:1000;
	font-size: 12px;
    font-weight: normal;
}

#home_header_menu>.fright #search_extend  > ul{
	list-style:none;
	padding-left:10px;
}

#home_header_menu>.fright #search_extend #search_extend_close {
	cursor:pointer;
	width:10px;
	height:10px;
	background-image: url('../../img/search_extend_close.png');
}

#home_header_bottom {
	width: 100%;
	height: 160px;
}
#home_header_bottom div.col310 {
	background-color: #1072b7;
}

#home_body {
	width: 100%;
}
#home_footer {
	width: 100%;
	height: 70px;
	margin-top: 5px;
}
#home_footer div.hr {
	width: 100%;
	height: 4px;
	background-color: #0a4671;
	border: 0px;
}
#home_footer img.logo_sp {
	width: 98px;
	height: 30px;
	margin-top: 10px;
	margin-right: 20px;
}
#home_footer img.logo_cpa {
	width: 161px;
	height: 20px;
	margin-top: 15px;
	margin-right: 10px;
}

.href_deco {
	float: right;
	font-style: italic;
	font-size: 15px;
	margin-right: 15px;
	margin-top: 5px;
	color: #dce5f2;
}

div.inner_container {
	margin-top: 10px;
	width: 100%;
}

div.bloc_div{
	margin-bottom:15px;
	padding-bottom:6px;
	background-color: #dce5f2;
}

.bloc_title {
	background-color: #0a4671;
	color:white;
	padding-left:5px;
	display:block;
}

.bloc_property {
	margin:6px 0 6px 0;
	padding:0 10px 0 10px;
}

.bloc_property_title{
	font-style:italic;
}

.bloc_meta{
	font-weight:bold;
}

span.fyi_notice {
	font-style: italic;
	font-size: 11px;
}

/*Bloc profil du header (présent sur toutes les pages)*/

#home_header_top .img_profile_avatar {
	width: 90px;
	height: 90px;
	margin-top: 10px;
	margin-left: 13px;
}

#home_header_top .avatar_rightbloc {
	width: 197px;
	height: 90px;
	margin-top: 10px;
	margin-left: 10px;
	color: white;
}

#home_header_top .avatar_rightbloc .hp_nomprenom{
	font-size: 15px;
	line-height: 18px;
	height:26px;
	width:190px;
	padding-top:10px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* pour Opera 9 */
	text-overflow: ellipsis;
	text-transform:capitalize;
}
#home_header_top .avatar_rightbloc .hp_fonction{
	font-size: 13px;
	line-height: 15px;
	height:22px;
	width:190px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* pour Opera 9 */
	text-overflow: ellipsis;
	text-transform:capitalize;
}

#home_header_top .hp_profil_link{
	margin-top: 18px;
}

#home_header_top .avatar_rightbloc .hp_administration{
	font-size: 13px;
	font-style: italic;
	margin-right: 18px;
	line-height: 15px;
}
#home_header_top .avatar_rightbloc .hp_profil{
	font-size: 13px;
	font-style: italic;
	margin-right: 18px;
	line-height: 15px;
}
#home_header_top .avatar_rightbloc .hp_aide{
	font-size: 13px;
	font-style: italic;
	margin-right: 18px;
	line-height: 15px;
}

#home_header_top .avatar_rightbloc a {
	color: white;
	text-decoration: none;
}

#home_header_top .avatar_rightbloc a:hover {
	text-decoration: underline;
}

/*Bloc message (présent sur toutes les pages)*/
.home_msg_list > .mCSB_inside > .mCSB_container{
	margin-right:20px;
}

.home_msg_container{
	color:#FFFFFF;
	padding-left:12px;
}

.home_msg_head{
	padding: 6px 8px 0 0;
	margin-bottom:2px;
}

.home_msg_title{
	font-size:15px;
	float:left;
}

.home_msg_refresh{
	width:21px;
	height: 20px;
	margin-left:5px;
}

.home_indic_refresh{
	width: 21px;
	height: 20px;
	position: absolute;
	margin-left: 621px;
    top: 186px;
}

.home_msg_all {
	font-size:13px;
	float:right;
	
}

.home_msg_all > a{
	color:#FFFFFF;
	text-decoration:none;
}

.home_msg_list{
	/*border: 1px solid red;*/
	height:128px;
	overflow-y:auto;
	background-repeat: no-repeat;
	background-position-y:30px;
	background-position-x:right;
}

.home_msg_line{
	background-color: #1072b7;
}

.home_msg_line, .home_msg_line_unread{
	height:45px;
	width:280px;
	border-top:1px solid #FFFFFF;
	padding:2px 0 2px 0;
}

.home_msg_line_unread{
	background-color:#73ace5;
}

.home_msg_line_avatar{
	width:45px;
	height:45px;
}

.home_msg_line_avatar_img{
	width:45px;
	height:45px;
}

.home_msg_line_content{
	height:45px;
	width:213px;
	padding-left:10px;
}

.home_msg_line_content > a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}

.home_msg_line_from{
	font-size:18px;
	width:213px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* pour Opera 9 */
	text-overflow: ellipsis;
	text-transform:capitalize;
}

.home_msg_line_title{
	font-size:14px;
	width:213px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis; /* pour Opera 9 */
	text-overflow: ellipsis;
}

.home_msg_line_action{
	width:10px;
	height:10px;
	cursor:pointer;
	background-image:url('../../img/msg_close.png');
	z-index:10;
	margin-right:2px;
}

.home_msg_line_action > img {
	width:10px;
	height:10px;
}

.dialog{
	display:none;
}

/*Surcharge multiselect*/
.ms-drop ul > li{
	text-align:left;
}

/*HOME*/
.home_planning{
	width: 640px;
}

.home_planning  > #sp_agenda{
	height:350px;
}

#gmaps_canvas {
	width: 100%;
	height: 100%;
	z-index: 2000;
}

.home_gmap{
	width: 310px;
}

.gmaps_infowindow {
	width: 450px;
	height: 150px;
}

.home_gmap .inline_gmap {
	height: 350px;
}

.home_planning_gmap{
	margin-top:20px;
}

.ui-accordion-content {
	overflow: hidden !important;
}

/*Assistant GEOLOC*/
.geolocAssistantCities {
	
}

.geolocAssistantCities div.city {
	float: right;
}