/* ==========================Début  CADRAGE SITE ==================== */

#box
{
	text-align: left;	/* pour rétablir l'alignement par défaut à gauche */
	margin: 0 auto;
	width: 770px;
	padding: 4px 4px 0 4px; 
	border: 2px solid green ;
	background: #eee;
}

#header1
{
	position: relative;
	/*background: #99AAAA url(../IMAGES/bandeau.jpg); */
	background: #dea;
	width: 770px;
	height: 100px;
}

#header2
{
	position: relative;
	background-color: #eee; 
	/*background: url(../IMAGES/y.jpg) top left; */
	width: 770px;
	height: 20px;
}

#menu
{
	width: 23%;
	float: left;
	padding: 2px;
	background-color: #eee; 
	border: 1px solid white; 
}

#principal
{
	background-color: #fff;	
	float: right;
	width: 72%;
	padding: 5px 10px 10px 20px; 
}

#pied
{
    position: relative;	 
	clear: both; 
	border: 0;
	color: #666;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	background: url(../IMAGES/fond03.jpg);
	text-align: center;
}

#xiti-logo
{
    text-align: center;
}

#xiti-logo-noscript
{
    text-align: center;
}
