/* CSS Document */
@import url("texte.css");
@import url("elements.css");

body {background-color:#ECFFB9; background-image:url(../images/fond-site.gif); padding:0; margin:0;}
/* général */
div#conteneur {width:800px; height:auto; margin:auto;}
	div#tete {width:800px; height:138px; background:url(../images/design-1_01.png) no-repeat; padding-top:20px;}
		div#titresite {width:650px; height:22px; margin-left:150px;}
		div#menu {width:695px; height:28px; margin-left:105px;}
			div.separateurmenu {float:left; width:13px; height:28px; font-size:5px; background:url(../images/separateur-menu.png) no-repeat;}
		div#coordonnee {width:620px; height:43px; margin:10px 0 5px 180px;} 
			div#coordonnee div {float:left; margin-right:10px;}
		a#english {display:block; height:22px; width:117px;  padding:8px 20px 0px 20px; margin-left:350px; margin-right:250px; background:url(../images/english-version.png) no-repeat;}
		a#francais {display:block; height:22px; width:117px;  padding:8px 20px 0px 20px; margin-left:350px; margin-right:250px; background:url(../images/francais-version.png) no-repeat;}

	div#corps {width:800px; height:auto;}
		div#gauche {width:141px; height:216px; float:left; background:url(../images/design-1_02.png) no-repeat;}
		div#page {width:593px; padding:5px 10px 0 30px; height:auto; float:left; margin-right:26px; background:url(../images/design-1_03.png) no-repeat #FFFED4;}
	div#pied {width:750px; height:114px; background:url(../images/design-1_05.png) no-repeat; padding-top:12px; clear:both; padding-left:50px;}
		div#menusec {margin:0 100px 12px 100px; border-top:1px solid #FFBB57;}
		
/* Acceuil */
	object {border:0; margin:0;}
	div#tete_acc {width:800px; height:138px; background:url(../images/tete-acceuil.png) no-repeat; padding-top:20px;}
		div#accroche_acc {margin:0 170px 0 155px;}
	div#page_acc {width:659px; height:216px; padding-left:141px; background:url(../images/page-acceuil.png) no-repeat; float:left;}
		div#page_acc div#flash {width:248px; float:left;}
		div#page_acc div#adresse {width:250px; margin-top:13px; float:left;}
	div#pied_acc {width:750px; height:173px; background:url(../images/pied-acceuil.png) no-repeat; padding-top:4px; clear:both; padding-left:50px;}
		div#pied_acc a#english {margin-bottom:6px;}
		div#pied_acc a#francais {margin-bottom:6px;}
		div#partenaires {margin-top:15px;}
		div#partenaires img {margin:5px;}
		
		
	div#pan_admin {width:776px; height:auto; margin-top:20px; padding:10px; background-color:#FFFED4; border-bottom:2px solid #E38B0A; border-right:2px solid #E38B0A; border-left:2px solid #9DB461; border-top:2px solid #9DB461;}
	div#foot_admin {width:790px; height:auto; padding:3px; text-align:right; background-color:#E38B0A; border-left:2px solid #9DB461; border-top:2px solid #FFBD5F;  border-right:2px solid #FFBD5F;}
