@charset "UTF-8";
/* CSS Document */

/* HTML, containers and hack
_____________________________ */

html, body {
	background-color:#990000;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	width:100%;
	margin: 0;
	padding: 0;
}
			
img, div, a, input { behavior: url(/css/resources/iepngfix.htc); border:0;}

a:active {outline:none;}

a:focus {outline:none;}

.spip_logos {border:none;}
			
.spip_documents {
	text-align:center;
	border:none;
}
	

/* Structure page
_____________________________ */
			
#containerglobal {
	margin: 0 auto;
	width: 850px;
	border: none;
}
			
#header {
	margin-top:20px;
	width:850px;
	height:70px;
	text-align:right;
}


#content {
	width:850px;
	height:460px;
}

#homebloc {
	height:36px;
	margin-left:10px;
}

#home {
	width:15px;
	height:36px;
	float:left;
}

#adress {
	margin-left:25px;
}

#adress p {
	margin:0;
}


#foot {
	padding-top:5px;
	clear:left;
	font-size:9px;
	text-align:right;
	width:850px;
}

/* Graphic elements
_____________________________ */

#pucefoot {
	color:#336600;
	margin-left:2px;
	margin-right:2px;
}

.filet2 {
	color:#000;
	height:1px;
	width:20px;
}



