body{
	font-family: sans-serif;
	
	}
a img{
	border:0;
	}
	
a div{
	cursor:hand;
	cursor:pointer;
	}
	
a:link, a:visited{
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}

a:hover div{
	text-decoration: none;
	}

/*----------OVERDIV---------------*/

/*==========TOOLTIP===============*/

.overbg{
	font-family:arial;
	font-size:12px;
	min-height:50px;
	background-color:transparent; 
	background-image:url('/images/survol_footer.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	width:266px;
	padding-bottom:5px;
	
}


.overtitle{
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	color:#000;
	background-color:transparent;
	border:solid 0 #ccc;
	margin-left:25px;
	width:241px;
	}
	
.overclose{
	
	}
	
.olfg{
	background:transparent url('/images/survol_bg.png') top left repeat-y;
	padding:0 0 0 0;
	width:266px;
	text-align:justify;
	
	}
.olcg{
	background: transparent url('/images/survol_caption.png') top left no-repeat;
	width:266px;
	height:25px;
	
	}
	
.olcg_alert{
	background: transparent url('/images/survol_caption_alert.png') top left no-repeat;
	width:266px;
	height:25px;	
	}
.overtext{
	font-family:verdana;
	font-size:12px;
	color:#000;
	vertical-align:top;
	
	background-color:transparent;
	display:block;
	margin:5px;
	width:256px;
	}


/*==================BIG TOOLTIP=================*/

.overbg_big{
	font-family:arial;
	font-size:12px;
	min-width:100px;
	min-height:50px;
	
	width:154px;
	height:69px;
}
	
.overtitle_big{
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	color:#000;
	background:transparent;
	border:solid 0 #ccc;
	
	}
	
.overclose_big{
	
	}
	
.olfg_big{
	
	}
.olcg_big{
	background:transparent;
	margin-left:25px;
	width:129px;
	}
.overtext_big{
	font-family:verdana;
	font-size:12px;
	color:#000;
	}









/*==================STICKY TOOLTIP=================*/






/*--------------Fenetre Web 2.0----------------*/


#contentwebclose {
	text-align: right;
	color: #f00;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	width:20px;
}
#contentweb2_bg_table{
	
	}
#contentweb2_outter {
	width: 800px;
	margin-left: 50%;
	left: -400px;
	position:absolute;
	top: 50px;
	
	z-index: 1500;
	background: transparent;
}

html > body #contentweb2_outter{
	position: fixed;
	}

#contentloading_outter {
	width: 300px;
	margin-left: 50%;
	left: -150px;
	position: absolute;
	top: 150px;
	max-height:300px;
	z-index: 1500;
	background: transparent;
}

#contentweb2_outter.off {
	display: none;
}

#contentweb2 {
	background: #fff;
	width: 728px;
	
	z-index: 2000;
	overflow:auto;	
}

#contentloading {
	background: #fff;
	width: 228px;
	max-height:70%;
	z-index: 2000;
	overflow:auto;	
	text-align: center;
	vertical-align:middle;
	font-size:14px;
	font-family: arial;
	font-weight: bold;
}

html>body #contentloading_outter{
	position:fixed;
	}

#contentweb2 h1 {
	background: #fff;
}


.contentweb2_topleft{
	width:36px;
	height:41px;
	background: transparent url('/images/popup/bg_top_left.png') top left no-repeat;
	padding:0;
	margin:0;
	}

.contentweb2_top{
	height:41px;
	background: transparent url('/images/popup/bg_top.png') top left repeat-x;
	padding:0;
	margin:0;
	}

.contentweb2_topright{
	width:36px;
	height:41px;
	background: transparent url('/images/popup/bg_top_right.png') top left no-repeat;
	padding:0;
	margin:0;
	}
	
.contentweb2_left{
	width:36px;
	background: transparent url('/images/popup/bg_left.png') top left repeat-y;
	padding:0;
	margin:0;
	}

.contentweb2_center{
	background: #fff;
	padding:0;
	margin:0;
	}

.contentweb2_right{
	width:36px;
	
	background: transparent url('/images/popup/bg_right.png') top left repeat-y;
	padding:0;
	margin:0;
	}
	
.contentweb2_bottomleft{
	width:36px;
	height:24px;
	background: transparent url('/images/popup/bg_bottom_left.png') top left no-repeat;
	padding:0;
	margin:0;
	}
.contentweb2_bottom{
	
	height:41px;
	background: transparent url('/images/popup/bg_bottom.png') top left repeat-x;
	padding:0;
	margin:0;
	}
.contentweb2_bottomright{
	width:36px;
	height:24px;
	background: transparent url('/images/popup/bg_bottom_right.png') top left no-repeat;
	padding:0;
	margin:0;
	}

.winwebvisible {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
	background-color: #fff;
	z-index: 1050;
}

html>body .winwebvisible{
	
	position: fixed;
	width:auto;
	height:auto;
	}


.importanterr{
color:#cc0000;
font-weight: bold;
font-size:12px;
}

.white_back{
	border: solid 1px #cbca20;
	padding: 10px 10px 10px 12px;
	background: #fff;
	}