﻿body
{
    margin: 0;
    padding: 0;
    background-color: #ffffff;    
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.80em;
}


/*---Header-section---*/
#header
{
    width:710px;
    margin-left:auto;
    margin-right: auto;
    border-bottom: 3px solid #005b82;
    height: 100px;  
    background-image: url('../Images/Header/Header_OAI-01.png');
    background-repeat: no-repeat;
    }




/*---Content-section---*/
#content
{
    padding:10px;
    width:690px;
    margin-left:auto;
    margin-right: auto;
    height: 900px;
    }


/*---Navigation by domains---*/

#tile-navigation-grid
{
    width: 100%;
    height: 100%;
    }

#tile-navigation-grid td 
{
    width: 50%;
    height: 50%;    
    }

/* Row 1, Col 1 */
#tile-navigation-grid tr:nth-child(1) td:nth-child(1) 
{
    padding: 10px 5px 5px 10px;
    }

/* Row 1, Col 2 */       
#tile-navigation-grid tr:nth-child(1) td:nth-child(2) 
{
    padding: 10px 10px 5px 5px;
    }
    
/* Row 2, Col 1 */    
#tile-navigation-grid tr:nth-child(2) td:nth-child(1) 
{
    padding: 5px 5px 10px 10px;
    }      
    
/* Row 2, Col 2 */    
#tile-navigation-grid tr:nth-child(2) td:nth-child(2) 
{
    padding: 5px 10px 10px 5px;
    }        

#tile-navigation-grid td div 
{
    width: 100%;
    height: 140px;
    background-color: White;  
    background-repeat: no-repeat; 
    background-position: 100px 35px;    
    cursor: pointer;
    /* border-radius: 5px; */ /*--- enlevé à la demande de CG ---*/
}


#gestion-entreprise
{
    background-image: url('../Images/IconsDomainNavi/gestion_projet.png');
    }


#construction-durable
{
    background-image: url('../Images/IconsDomainNavi/construction_durable.png');
    }


#techniques-construction
{
    background-image: url('../Images/IconsDomainNavi/techniques_construction.png');
    }
  
    
#securite-sante
{
    background-image: url('../Images/IconsDomainNavi/securite_sante.png');
    }

/*---Footer-section---*/
#footer
{
  font-size: 11px;
  line-height: 18px;
  padding: 20px 15px 25px 15px;
  width:680px;
  margin-left:auto;
  margin-right: auto;
  height: 10px;
  border-top: 3px solid #005b82;
  background-color: #eaeaea;
  color: #666666;
  background-image: url('../Images/Logos/logoFSE_droite_OAI.png');
  background-repeat: no-repeat;
  background-position: 560px;
  
    }
    
