@charset "iso-8859-2";

/* NORMALISATION */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ 
	margin : 0; 
	padding : 0; 
}
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6,h7,h8,h9{ 
	font-size : 100%; 
	margin:0px;
}
/* Removes list-style from lists */
ol,ul { 
	list-style : none; 
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ 
	font-style : normal; 
	font-weight : normal; 
}
/* Removes list-style from lists */
table { 
	border-collapse : collapse; 
	border-spacing : 0; 
}
/* Removes border from fieldset and img */
fieldset,img { 
	border : 0; 
}
/* Left-aligns text in caption and th */
caption,th { 
	text-align : left; 
}
/* Removes quotation marks from q */
q:before, q:after { 
	content :''; 
}

/* STRUCTURE */
html{
	text-align:center;
}
body{
	position:relative;
	z-index:2;	
	position : relative; 
	width:928px; /* taille du site */
	margin : 0 auto; 
	text-align : left;
	background-color:#ecece2;
}
div#Header{
	width:928px;
	height:77px;
	background: #ecece2 url(../images/header.jpg) no-repeat 0 0;
}
div#Navigation{
	width:928px;
	height:27px;
	background: #ecece2 url(../images/menu.jpg) no-repeat 0 0;
}
div#Content{
	position:relative;
	width:928px;
	background: transparent url(../images/content.jpg) no-repeat 0 0;
}
div#Trame{
	background: #ecece2 url(../images/trame.jpg) repeat-y 0 0;
}
div#Main_content{
	width:411px;
	height:inherit;
	margin-left:258px;
	min-height:630px;
	background-color:#ffffff;
}
div#Sub_content{
	position:absolute;
	width:219px;
	height:822px;
	left: 38px;
	top: 0;
	background: #ecece2 url(../images/sub_menu4.jpg) no-repeat 0 0;

}
div#Extra_content{
	position:absolute;
	width:201px;
	height:632px;
	left: 679px;
	top: 0;

}

div#Pub{
padding-top:30px;
padding-bottom:2px;
	width:201px;
	background: #ecece2 url(../images/pub1.jpg) no-repeat 0 0;
	background-color: #FFFFFF;
}

div#Footer{
	width:928px;
	height:52px;
	background: #ecece2 url(../images/footer.jpg) no-repeat 0 0;
}
