body {
    margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    background-color: #F1F1F1;
    background-image: url(../images/bg_body.gif);
}

#mainframe {
    width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
    margin-bottom: 0px;
	padding:0px 0px 0px 0px;
    background-color: #ffffff;
	}


#headeraccueil {
    position:relative;
    width:780px;
    height : 438px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image: url(../images/header_accueil_fr.jpg);
    background-repeat: no-repeat;
	}

#headerhome {
    position:relative;
    width:780px;
    height : 438px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image: url(../images/header_accueil_en.jpg);
    background-repeat: no-repeat;
	}

#headerimagesaccueil {
    position:absolute;
    left:255px;
    top:172px;
    width:220px;
    height : 142px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color: #000000;
	}

#headertitreaccueil {
    position:absolute;
    left:36px;
    top:172px;
    width:183px;
    height : 233px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	}

#headersub {
    position:relative;
    width:780px;
    height : 184px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image: url(../images/header_sub.jpg);
    background-repeat: no-repeat;
	}

#headertitre {
    position:absolute;
    left:36px;
    top:30px;
    width:219px;
    height : 126px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	}

#headerimages {
    position:absolute;
    left:255px;
    top:30px;
    width:204px;
    height : 123px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color: #000000;
	}

#navbar {
    position:absolute;
    left:625px;
    top:0px;
    width:130px;
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color: transparent;
	}


#textresizer {
    width:700px;
	padding:0px 0px 0px 0px;
    margin: 20px 40px 10px 40px;
    text-align: right;
    clear: both;
	}


#bodycontainer {
    width:700px;
	padding:0px 0px 0px 0px;
    margin: 0px 40px 0px 40px;
    background-image: url(../images/bg_sub_body.gif);
    background-repeat: no-repeat;
    clear: both;
	}


#copyright {
    width:700px;
	padding:40px 0px 40px 0px;
    margin: 0px 40px 0px 40px;
    clear: both;
	}








/****************************************************************/
/* Form and button */
/****************************************************************/

.formbutton {
	margin:0px 0px 0px 0px;
    padding:2px 5px 2px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #1676B5;
    border-style: solid;
    border-width: 1px;
    border-color: #000033;
}

.forminput {
	margin:0px 0px 0px 0px;
    padding:3px 3px 3px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #636363;
    font-weight: normal;
    background-color: #FCFDFE;
    border-style: solid;
    border-width: 1px;
    border-color: #D8DCDF;
}








