/* CSS Document */

body {
	background-color:#bcd963;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#masthead {
	width: 980px;
	height: 250px;
	padding: 0;
	background : transparent url('../images/banner.png') no-repeat;
	margin: 0 auto;
	overflow: auto;*/
}

/*
#footer {
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	width: 1100px;
	height: 70px;
	background : transparent url('../images/pied-page.jpg') no-repeat;
	clear: both;
	margin:0 auto;
	overflow: auto;
}

#leftcol{
 width:180px; 
 float:left; 
 position:relative; 
}
*/
 
#twocols{
 width:980px; 
 float:right; 
 position:relative;
}

/* 
#rightcol{
 width:180px; 
 float:right; 
 position:relative; 
 }
*/

#maincol{
 background-color: #FFF;  
 float: left; 
 position: relative; 
 width:980px;
}

#pillmenu {
	position:relative;
	bottom:0;
	left:0;
	height:57px;
	width:980px;
	padding:0;
	background: transparent url("t_menu_bg.png") no-repeat top center;
}

#pillmenu ul {
	overflow: hidden;
	height:30px;
	padding:0;
	margin:0;
	list-style: none;
}

#pillmenu li {
	float: left;
}

#pillmenu li a {
	float:left;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	height:30px;
	line-height:29px;
	padding: 0 10px;
	margin:0;
	cursor:pointer;
}

#pillmenu li a:hover, #pillmenu li a#active_menu-nav {
	color:#395108;
	background: transparent url("t_menu_hover.png") repeat-x top left;
}

.titre{
	font-weight:bold;	
}

.section{
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
}

.link{
	color: white;
}

h1 {
	font-style:italic;
	font-size:18px;
}

h3, h4{
	font-style:italic;
}

/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 