/*************************** page accueil *****************************/

#tab-011 { /* table */
position:absolute;
top:00px;
left:110px;
width:450px; 
height:400px;
color:#666666;                           /* texte courant */
font-size:8pt;
background-color:transparent;
overflow:auto;  /* places scollbars and stops overflow */
}


#tab-02 {  
position:absolute; 
top:170px;
left:120px;
width:475px; 
height:320px;
color:#666666; 
/*  background-color:lightblue; */
font-size:11pt;
text-align:justify; 
overflow-x:hidden;  /* places scollbars and stops overflow */
overflow-y:auto;  
}

/*********************** page entreprises ************************/
#tab-ent { /* table */
 position:absolute; 
top:40px;
left:30px;
width:640px; 
height:500px;
color:#666666;                           /* texte courant */
font-size:8pt;
/* background-color:white; */
overflow-y:auto;  /* places scollbars and stops overflow */
}
/*********************** page scroll menu test ************************/
/*
dl {
position:absolute;
  top:40px;
  left:00px;
} 

dl  {
position:absolute;
  top:40px;
  left:300px;
}
*/
/*********************** page listing entreprises ************************/

.ti01 {color:#1c6087; /* titre 1 */
margin-left:30px;
font-size:20pt;
font-weight:900;
}

.ti02 {color:#1c6087;  /* titre 2 */
font-size:14pt;
font-weight:900;
}

.ti02:hover {
float:left;
color:green;
background-color:#1c6087;
left:15px;
width:100px;
}

/*********************** page presentation entreprises ************************/
#tab-03 { /* table */
position:absolute;
top:90px;
left:00px;
width:640px; 
display:block;
height:400px;
color:#666666;                           /* texte courant */
font-size:10pt;
background-color:white;
overflow:auto;  /* places scollbars and stops overflow */
}


.fi01 {color:blue; /* titre 1 */
margin-left:10px;
font-size:16pt;
font-weight:900;
color:#1c6087; 
}

.fi02 {color:#1c6087;  /* titre 2 */
font-size:11pt;
font-weight:900;
width:160px;
}

.imag {
 position:absolute;
left:20px;
}

/*********************** general config ************************/

/*
body {
background-color:#a0b7c5;
}
*/





body {
position:relative;
width:1005px;
height:820px; 
margin-left:auto;
margin-right:auto;
/*text-align:center;*/ /* IE solution */
background-color:#a0b7c5;

/*background-position:$x $y;*/
background-repeat:no-repeat;
top:0px;
overflow: auto y; 
}








#mainimg { /* position and sizes of the main website image */
  position:relative;

background-image:url(../user_docs/_home/90921-orviva-fra.jpg);
  top: 0px;
  left: 0px;
  width:1000px;
  height:660px;
/* background-image:url(../user_docs/_home/<? echo $bgimg0; ?>); */
/* background-repeat:no-repeat; */
  }

a {
text-decoration:none;
font-style:normal;
font-weight:bold;
color:#1c6087;
line-height:18pt;
}

a:hover 
{text-decoration:none;
font-style:normal;
font-weight:bold;
color:red;
line-height:18pt;
width:150;
}

.menutxt {
font-family:Arial,Helvetica,Sans-serif;
font-size:10pt;
line-height:18pt;
}

#menu {
vertical-align:top;
  position:absolute;
  top:200px;
  left:80px;
  width:100px;
  vertical-align:baseline;
  text-align:right;
  font-weight:normal;
  }

#main {
  position:absolute;
  top:150px;
  left:200px; /* 100 */ 
  width:480px;
  height:100px; 
/* background-color:lightblue; */
  font-family:Arial,Helvetica,Sans-serif;
  /* overflow:auto; */
  }

