/* Import des styles séparés */
@import url(style-textes.css);
@import url(style-liens.css);
@import url(style-menu.css);


/* Mise en forme générale */
body {
	margin:0;
	font-family:verdana;
	font-size:10px;
	text-align:center;
	background:#4178A6 url(images/fond_pg_acc_right.gif) top repeat-x;
}

.fond_gauche_acc{
	background:url(images/fond_pg_acc_left.gif) top repeat-x;
}

#top{
	margin:0;
	padding:0;
	width: 888px;
	z-index:1;
}

#navig{
	width: 888px;
	height:57px;
	background:url(images/nav_acc.jpg) top no-repeat;
	z-index:90;
	text-align:left;
}

#smenu1{
	cursor:hand;
	padding:2px 0 0 198px;
	width:200px;
	z-index:100;
	display:inline;
}

#drapeaux{
	margin:0;
	padding:0;
	width: 888px;
	height:19px;
	background:url(images/fond_drapeaux.gif) top no-repeat;
	text-align:right;
	z-index:1;
}

#principal{
	margin:0;
	padding:0;
	width: 888px;
	z-index:1;
}

#basaccueil{
	margin:20px 0 0 0; 
	padding:0;
	width: 888px;
	text-align:left;
	z-index:1;
}