/*
Theme Name: OFCAS
Theme URI: http://www.bruaylabuissiere-commerces.com	
Description: site de l'OFCAS
Version: 2009/2010
Author: Com Concept / Nicolas Delienne
 
Creation Theme by Com Concept / Nicolas Delienne
*/

body{
	font: 12px Arial, Helvetica, Sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(img/commons/background.jpg) top left;
}

.clear{clear: both;}

img{ border: none;}
/**********************LAYOUT***********************/

#container{
	background: url(img/commons/bg.png) repeat-y;
	width: 1020px;
	margin: 60px auto 0 auto;
}

#header{
	background: url(img/commons/top2.jpg) no-repeat top;
	height: 194px;
	padding: 6px 0 0 16px;
	text-align: left;
}

#footer{
	background: url(img/commons/footer2.jpg) no-repeat;
	width: 1020px;
	height: 108px;
}

h1{
	position: absolute;
	margin: -40px 0 0 -68px;
	
}

#content{
	width: 687px;
	float: left;
	text-align: left;
	margin: 0 0 0 30px;
}
/************************NAV********************/

#nav{
	background: #E1EBBD;
	margin: 15px 24px 20px 16px;
	text-align: right;
	padding: 5px 0;
	font: 16px Arial;
}

#nav a{
	font: 18px Arial;
	color: #000;
	padding: 0px 40px;
	text-decoration: none;
}




#sousnav{
	text-align: center;
	padding: 30px 0 5px 0;
	font: 16px Arial;
	position: absolute;
	z-index: 100;
	margin: -50px 0 0 340px;
}

*+html #sousnav{
	margin: -55px 0 0 -655px;
}

	#sousnav ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
		#sousnav ul li{
			margin: 0;
			padding: 0;
		}

	#sousnav a{
		background: #E1EBBD;
		font: 15px Arial;
		color: #000;
		padding: 4px 0;
		width: 175px;
		text-decoration: none;
		display: block;
		border-bottom: 1px dotted #333;
	}
	#nav a:hover, #sousnav a:hover{
		text-decoration: underline;
	}
	
/************************SIDEBAR********************/

#sidebar{
	width: 220px;
	float: left;
	margin: 0 0 0 30px;
}

#sidetop{
	background: url(img/commons/sidebar_top.jpg) no-repeat;
	width: 220px;
	height: 7px;
	
}
*html #sidetop{margin: 0 0 -8px 0;}

#sidebottom{
	background: url(img/commons/sidebar_bottom.jpg) no-repeat;
	width: 220px;
	height: 11px;
}

#search, #pubsbar{
	background: url(img/commons/sidebar_bg.jpg) repeat-y;
	text-align: left;
	padding: 4px 10px;
}
	#search label{
		display: block;
		font: bold 16px Arial;
		color: #000;
	}
	#search input#s{
		border: 1px solid #000;
		padding: 3px;
		width: 163px;
		color: #666;
	}
	#search input#searchsubmit{
		border: 1px solid #000;
		padding: 0px 0 0 0;
		font: bold 16px Arial;
		margin: 0 0 0 2px;
		position: relative;
		top: 2px;
		height: 24px;
	}
	
	#pubsbar div{
		margin: 0 0 10px 0;
	}
	
#news h3{
	font: bold 17px Arial;
	margin: 8px 0;
	color: #EA5E0F;
}
#news div{
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #666;
	padding: 0 0 10px 0;
}
	#news div p{
		text-align: justify;
		margin: 0;
	}
	
#photos, #pubs{
	width: 194px;
	height: 119px;
	overflow: hidden;
}
	
/************************CONTENT********************/

#content h2.titreNoContent{
	font: 18px Arial;
	margin: 20px 0;
}

#content h2.titreNoContentList{
	font: bold 20px Arial;
	margin: 20px 0;
	color: #EA5E0F;
}

#content p{
	text-align: justify;
	margin: 10px 0;
}

	#content h1{
		position: static;
		font-size: 26px;
		margin: 0.65em 0;
	}
	
	#content h2{font-size: 22px}
	#content h3{font-size: 18px}
	#content h4{font-size: 16px}
	#content h5{font-size: 14px}
	#content h6{font-size: 12px}

/************************SLIDE HOME********************/

#slides2 a{
	display: block;
	width: 687px;
	height: 180px;
	text-align: left;
	text-decoration: none;
}

#slides2 div#zoom{
	background: url(img/home/zoom.png) no-repeat;
	width: 170px;
	height: 40px;
	float: left;
	margin-top: 60px;
}

#slides2 div#zoomtitle{
	font: bold 25px Arial;
	clear: both;
	margin: 20px 0 0 40px;
}


/************************LIST COMMERCE********************/
a.listCommerce{
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #333;
	height: 64px;
	cursor: pointer;
}

	a.listCommerce div.thumbnail{
		width: 64px;
		height: 64px;
		overflow: hidden;
	}
	a.listCommerce img.photo{
		float: left;
		margin: 0;
	}
	
	a.listCommerce div{
		float: left;
		width: 420px;
		text-align: justify;
	}
	
	a.listCommerce div span{
		text-decoration: underline;
		font: normal 13px Arial;
	}
	
	a.listCommerce div.titleCommerce{
		text-align: center;
		width: 200px;
		padding: 10px 0 0 0;
		font: bold 16px Arial;
	}
	
	a.listCommerce div.titleCommerce2{
		text-align: left;
		
		padding: 10px 0 0 0;
		font: 15px Arial;
	}
	
	
/************************FICHE COMMERCE********************/

.photo{
	float: left;
	margin: 0 10px 10px 0;
}

p#commerceInfos{
	font: 15px Arial;
	margin: 0 0 10px 0;
}

#horaires{
	color: #639BCE;
	font: bold 15px Arial;
}

/************************LIST ANIMATIONS********************/
a.listAnim{
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #333;
	height: 84px;
	cursor: pointer;
}

	a.listAnim div.thumbnail{
		width: 84px;
		height: 84px;
		overflow: hidden;
	}
	a.listAnim img.photo{
		float: left;
		margin: 0;
	}
	
	a.listAnim div{
		float: left;
		width: 400px;
		text-align: justify;
	}
	
	a.listAnim div span{
		text-decoration: underline;
		font: 13px Arial;
	}
	
	a.listAnim div.titleCommerce{
		text-align: center;
		width: 200px;
		padding: 10px 0 0 0;
		font: 16px Arial;
	}
	
	a.listAnim div.titleCommerce2{
		text-align: left;
		
		padding: 10px 0 0 0;
		font: 15px Arial;
	}

