html, body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
} 

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

.banner1 {
	background-image:url(images/banniere1.png);
	background-repeat:no-repeat;
}
.banner2 {
	background-image:url(images/banniere2.png);
	background-repeat:no-repeat;
}


.bande1 {
	height:24px;
	font-family: Tahoma ; 
	font-size: 11px;
	background: #95B3D7;
	padding-left:3px;
}

.bande2 {
	height:24px;
	font-family: Tahoma;
	font-size: 11px;
	background: #DCE6F2;
	padding-left:3px;
}

.leftcolumn {
	width: 180px;
} 

.rightcolumn {
	background-color: transparent;
	padding: 0px 10px 10px 10px;
}

.content { 
	padding: 0px 10px 10px 10px;
} 
.contentSeparator{
	border-right:1px solid #95B3D7;
}

.VerticalNavigation {
	padding: 5px 5px 5px 5px;
}
.VerticalNavigation DIV {
	padding: 5px 0px 5px 0px;
}
.VerticalNavigation DIV A.SkinObject:hover {
	color:red;
}

.HorizontalNavigation A.SkinObject:hover {
	color:red;
}

.DNN_Documents TABLE TBODY TR.SubHead {
	display:none;
}

.wrapper example1_container a.slider_prev {
	float:right;
}

.p {font-size: 11px; font-family: Tahoma; text-align:justify;}

/*////////défilement d'image//////////////////*/


.CardiologieSlider_container .next IMG {
	position:absolute;
	top:350px;
	left:646px;
	border: 0;
}

.CardiologieSlider_container .prev IMG {
	position:absolute;
	top:350px;
	left:614px;
	border: 0;
}

.wrapper .CardiologieSlider_container div{
	position:absolute;
}

.CardiologieSlider_container .auto_controls .auto_link img{
	position:absolute;
	top:350px;
	left:630px;
}

.bx_pager {
padding-left: 309px;
padding-top: 15px;
}

.bx_pager A{
padding-bottom: 0px;
padding-lft: 7px;
width:14px;
padding-right: 0px;
background :url(../images/bg_pager.png) no-repeat 0px -21px;
float: left;
height: 17px;
color: fff;
font-size: 11px;
margin-right: 6px;
padding-top: 4px;
}

.bx_pager A.active {
background-position : 0px 0px;
text-decoration : none;
}

.bx-pager A.active{
background-position : 0px 0px;
text-decoration: none;
}

/*/////////MENU////////////*/

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	background-color: Transparent;

}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	COLOR: #003366; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	COLOR: #003366; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	white-space: nowrap;  /*Word wrapping menu item now optional*/	    
	padding: 2px 12px 0px 5px;   /*explicitly set padding for root menu items*/
	height:18px;

}

.main_dnnmenu_itemhover {  
	background-color: #95B3D7;
}

.main_dnnmenu_itemhover td {  
	background-color: #898989; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #CECECE;	  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
	display:none;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #CECECE 1px solid; 
	border-bottom: #CECECE 1px solid; 
	border-top: #CECECE 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  	background: #7994cb none; 
  	color: #ffffff;
  	font-family: verdana, sans-serif; 
 	 font-size: 11px;
 	 font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}