﻿html , body  {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
    text-align:center;
}
body {
/*debugage IE 7, OPera maintient extreme du contenu 
dans le viewport au coordonnéé 0,0 */
	position:relative;
	padding:0;
	/* reprise largeur conteneur */
	min-width:1153px;
	/* reprise hauteur conteneur */
	min-height:768px;
	font-family:arial,helvetica;
	color:#58585A;
	}
 
.conteneur {
	text-align:left;
/* par exemple pour une page centree */
	width:1153px;
/* on force en premier une hauteur */
	height:768px;
	
	overflow:hidden;
	position:absolute;
/*centrage verticale */
	top:0;
	bottom:0;
/* centrage horizontale */
	left:0;
	right:0;
/* activation du centrage */
	margin:auto;
	
	}

.menu 
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: -327px; 
        margin-left: -85px;
        width:635px;
        height:20px;
        background-color:#FFFFFF;
        font-weight:normal;
        font-size:10.1pt;
        text-align:center; 
        padding-top:20px;  
        padding-bottom:20px; 
        }       
        
.logo
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: -348px; 
        margin-left: -531px;
        width:283px;
        height:112px;
        }
 
.feature
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: 30px; 
        margin-left: -531px;
        width:637px;
        height:87px;
        }
        
.bbox1
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: 231px; 
        margin-left: -531px;
        width:290px;
        height:123px;
        background-color:#FFFFFF;
        }
        
.bbox2
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: 231px; 
        margin-left: -231px;
        width:265px;
        height:123px;
        background-color:#FFFFFF;
        }        
        
        
.content
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: -140px; 
        margin-left: -531px;
        width:564px;
        height:450px;
        background-color:#FFFFFF;
        }
        
.contentText
{
        padding:35px;
        } 
        
.contentVertCent
{
    position:relative;
    margin:auto;
    
    }                
        
        
.content2
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: -140px; 
        margin-left: -531px;
        width:564px;
        height:494px;
        background-color:#FFFFFF;
        }
                
        
.content_under
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: 316px; 
        margin-left: -531px;
        width:564px;
        height:18px;
        background-color:#FFFFFF;
        font-weight:normal;
        font-size:11pt;
        padding-top:10px;
        padding-bottom:10px;
        text-align:center;
        }

.content_over
{
        position: absolute; 
        top: 50%; 
        left: 50%; 
        margin-top: -183px; 
        margin-left: -531px;
        width:564px;
        height:18px;
        background-color:#FFFFFF;
        font-weight:bolder;
        font-size:10.1pt;
        padding-top:10px;
        padding-bottom:10px;
        text-align:center;
        }

a:link 
    {
        color:#58585A;
        text-decoration:none;
    }

a:visited 
    {
        color:#58585A;
        text-decoration:none;
    }

a:hover 
    {
        color:#0CB8D8;
        text-decoration:none;
    }
    
    

.boldblue
    {
        font-weight:bolder;
        font-size:13pt;
        color:#0CB8D8;
    }
    
.boldgrey
    {
        font-weight:bolder;
        font-size:13pt;
    }    

.biggrey
    {
        font-weight:normal;
        font-size:17pt;
    }  
    
.smallgrey
    {
        font-weight:normal;
        font-size:10pt;
    }      
    
.bigblue
    {
        font-weight:normal;
        font-size:17pt;
        color:#0CB8D8;
    }
        
.menu_secondary 
{
        
        font-weight:normal;
        font-size:10.1pt;
        text-align:center; 
        }        
        
.blue
    {
        color:#0CB8D8;
    } 
    
input
    {
        background-color:#CCCCCC;
        border:none;
    }           
    
textarea
    {
        background-color:#CCCCCC;
        border:none;
    }   
    
.footer
    {
        background-color:#456c6b;
        font-size:8pt;
        color:#FFFFFF;
    }        