

body
{
	
	margin: 5px; 
	padding: 0px; 
	text-align: center;
}

#site
{
	text-align: left;
	
	padding:0px;
	margin:0px;
	text-align: left;
	position:relative; 
	margin-left: auto;
	margin-right: auto;
	width:950px;
	height:600px;
	
}

#banner
{
	
}

#mainbody
{

}

#main
{
	margin-left: 0px;
	width: 959px;

	
	position: relative;
	top: -3px;
	
	
}

#left
{
	float: left;
	margin-left: 3px;
	margin-top : -3px;
		
	width: 240px;
	
	
}


#right
{
	float: right;
	margin-top : -3px;
	margin-right : 5px;

	
}

#pub_left
{
	padding-left: 10px;
	
}




.texte
{
	background-color: #f4f3e5;
	width: 238px;
	
	border-right: 1px solid #ddd7c1;
	border-left: 1px solid #ddd7c1;
	
	
}


#content
{	
	padding-top: 0px;	
	margin-left: 6px;		
	margin-top: 0px;
	float: left;
	
	width: 450px;
	
	padding-bottom: 3px;
		
}


#bottom
{
	position: relative;
	top: -3px;
	
}



#home
{
	margin-left: 300px;
	
	height: 450px;
}




.pagination
{
	text-align: center;
	padding-right: 40px;	
}

.pagination .label
{
	display: inline;
	border: 0px;
	cursor: default;
	
	color: #9c1f32;
}


.pagination .carre, .pagination .carre_on
{
	display: inline;

	margin-left: 5px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	/*border: 1px solid #aaa;*/
	
	
	text-align: center;
	cursor: pointer;
	
	/*background: #e2e3c1;*/
	
	background: #9c1f32;
	
	
}

.pagination .carre_on
{
	/*background: #4c5671;*/
	/*background: #e2e3c1;*/
	/*background: #ccc;*/
	background: #ffb41d;
	
}

.pagination .link
{
	border: 0px;
	text-decoration: underline;
}


.pagination A
{
	text-decoration :none;
	/*color: #666;*/
	color: #ffb41d;
	
}



.pagination .carre_on A
{
	
	color: #9c1f32;
}









