/* ----------------------------------------------------------------------- */
/* ----------------------------- DEBUT Commun ---------------------------- */
/* -------------- Surcharge de certains attributs pour IE 7 -------------- */
/* ----------------------------------------------------------------------- */

html.popup {
	padding: 16px;
	background: white;
}

body {
	width: 1004px;
}

#page {
    width: 1004px;
    margin: 0px;
}

#conteneur {
	_height: 800px;
}

.colDroite {
    background-color: white;
}

.boutonsNavigation {
    padding: 20px 30px 10px 30px;  
    width: 100%;
}

.boutonNavigationCentre {
    padding: 20px 0px 10px 0px;
}

.fermer{
    width:13em;
}

form {
    float: left;    
}

.floatNone {
	float: none;
}

.pdfNotice {
    position: absolute;
    float: left;
    top: 65px;
    left: 0px;
    right: 0px;
    height: 400px;
}