/*-----attach body.custom to any style you add here-----*/

/*-----layout-----*/
#page {width:962px; margin:0 auto; text-align:left;}
	#header{width:960px; float:left; position:relative;}
	#container{width:920px; float:left; padding:0 20px; background:#fff;}
		#rotating{width:920px; float:left; padding:20px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
		#primary{width:630px; float:left; padding:0 18px 0 0;}
		#primary-statique{width:920px; float:left; padding:0 18px 0 0;}
		#secondary{width:271px; float:right;}
			#sidebar-1{border-left:1px solid #ccc;}
			.sidebar{float:right; width:250px; padding:10px 0 0 10px;}
		#footer{width:920px; float:left; clear:both;}


/*-----custom link styles - these govern the links within post content and are here to show you how. 
modify them to your liking or delete them and add your own-----*/

body.custom .entry-content a {
	font-weight: bold;
	text-decoration: underline;
	}
	
body.custom .entry-content a:hover {
	text-decoration: none;
	color: #0098ED;
	}

/*-----tables*/
body.custom .entry-content table{margin:0 0 1.5385em; border-collapse:collapse; border:0px solid #ccc; color:#444;}
body.custom .entry-content th{font-weight:bold; background:#ccc;}
body.custom .entry-content th, .entry-content td{padding:0.2em 10px;}
body.custom .entry-content td{border:1px solid #ccc;}
body.custom .entry-content tbody tr:hover{background:#ddd;}
body.custom .entry-content tfoot{background:#ddd;}

