/* CSS IDS  */


/* HTML elements  */
  img{border:none}
	h1{font-size:15px; color:white; font-weight:bold;margin:0;padding:0; margin-bottom:5px;}
  h1 span{color:#ff7400;}	
	h2{font-size:15px; color:#ff7400;  font-weight:bold;}
    .blanc{color:white; font-size:12px; font-family: Arial; font-weight:regular;margin:0;padding:0}
    .footer{font-size:10px; color:#595c59; font-weight:regular;}	
    a{text-decoration:none;}
    a hover{text-decoration:none; border:none;}
    
/* //  HTML elements */	

/* common */
			
	.left{float:left;}
	.right{float:right;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */	

/* base */	
	body, table, input, textarea, select, li, button{
		font-family:Arial, sans-sherif;
		}		
	
	body{
		margin:0;
		padding:0;
		text-align:center;		
        background:url(../images/fond.jpg) repeat-x white top left; 
		}
	
	a.visit{
		position:relative;
		color:white;
		text-decoration: underline;
		font-size:11px;
	}
		
	/* layout */
	#container{	
		margin:0 auto;
		width:900px;
		text-align:left;
		position:relative;
		}

	#header{
		height:79px;	
		}

    #content{
    	position:relative;
    	width:900px;
    	height:500px;
        } 	

    #espacepro{
        position: relative;
        width:238px;
        height:270px;
        float:left;
        }
        
    #pro{
        position:relative;
    	height:250px;
        } 	
 
   #textepro{
        margin-top:110px;
        margin-left:45px;
        float:left;
        }
 
    #textepatients {
    	margin-left:65px;
    	margin-top:30px;
      }
	
    #patients{
    	position:relative;
    	height:150px;
      } 	
	
  	#footer{
		position:relative;
		width:900px;
		height:50px; 
		}			 

      #ids{
        float:left; 
        width:650px;
        }

      #logo{
		background-color:#FFFFFF;
		float:left;
		margin-left:80px;
		margin-top:5px;
		width:670px;
        }



#hg_footer_logo_int {
background:url("/ids-espacepro-sas2/images/logo_hg.gif") no-repeat scroll 0 0 #FFF;
height:50px;
/*width:731px;*/
}

#hd_footer_logo_int {
background:url("/ids-espacepro-sas2/images/logo_hd.gif") no-repeat scroll 100% 0 transparent;
height:50px;
/*width:731px;*/
}

#bg_footer_logo_int {
background:url("/ids-espacepro-sas2/images/logo_bg.gif") no-repeat scroll 0 100% transparent;
height:50px;
/*width:731px;*/
}

#bd_footer_logo_int {
background:url("/ids-espacepro-sas2/images/logo_bd.gif") no-repeat scroll 100% 100% transparent;
height:50px;
/*width:731px;*/
}



       #hon{
       float:right;
       width:200px;
       }
       
       #footer2{
       text-align:left;
       font-size:10px;
       color:#000;
       margin-left:5px;
       width:200px;
       }		 
       
/* base */	


