/* Redifinition des balises
 ------------------------------------------------------------------------------ */
body
{
background:url(/images/theme-03/a1.gif) repeat-x #F9F9F7 ;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
}
a
{
color: #FF7800;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}
ul.linklist{
	list-style: none;
	margin:0;
	padding:0;
}
	ul.linklist li{
		border-top: solid 1px #EEEEEE;
		padding-top: 5px;
		margin: 5px 0px 0px 0px;
	}
		ul.linklist li.first{
			border-top: 0px;
			margin-top: 0px;
			padding-top: 0px;
		}
/* Mise en page
 ------------------------------------------------------------------------------ */
#outer
{
position: relative;
width: 788px;
margin: auto;
background: #ffffff url(/images/theme-03/abg.gif) repeat-y;
}
#upbg
{
position: absolute;
top: 0px;
left: 0px;
background: #ffffff url(/images/theme-03/upbg.gif) no-repeat;
width: 788px;
height: 264px;
z-index: 1;
}
#inner
{
position: relative;
padding: 13px 30px 13px 30px;
z-index: 2;
}
	#header {
	
	}
		#header .pub {
	
		}
		#header .menu {
	
		}
	
#left {
	position: relative;
	width: 480px;
	float: left;
}
	#left H2{
		position: relative;
		top: 4px;
		font-size: 18px;
		line-height: 25px;
		color: #656551;
		letter-spacing: -1px;
		background: url(/images/theme-03/a22.gif) bottom repeat-x;
		padding: 0px 0px 10px 15px;
		margin-bottom: 20px;
	}
	#left UL{
		list-style:inside;
		margin:0;
		padding:0;
	}
	
#right {
	position: relative;
	width: 180px;
	float: right;
}
	#right h3{
		position: relative;
		top: 4px;
		font-size: 16px;
		line-height: 25px;
		color: #656551;
		letter-spacing: -1px;
		background: url(/images/theme-03/a22.gif) bottom repeat-x;
		padding: 0px 0px 10px 10px;
		margin-bottom: 20px;
	}
	#right .content{
		padding: 0px 10px 0px 10px;
		margin-bottom: 20px;
	}
#footer{
	position: relative;
	clear: both;
	height: 66px;
	text-align: center;
	line-height: 66px;
	background-image: url(/images/theme-03/a50.gif);
	color: #A8A88D;
}
	#footer a{
		color: #8C8C73;
	}
 
/* Header
 ------------------------------------------------------------------------------ */
#header{
position: absolute;
background: #FF7800 url(/images/theme-03/a8.gif) repeat-x;
width: 217px;
height: 92px;
color: #ffffff;
padding-left: 5px;
}
#header h1{
position: absolute;
font-size: 23px;
letter-spacing: -1px;
top: 5px;
height: 92px;
}
#header P{
position: absolute;
font-size: 10px;
line-height:11px;
font-weight: normal;
color: #FCE2CA;
top: 51px;
}
#splash
{
position: absolute;
right: 30px;
background: #EAEAE2 url(/images/theme-03/a10.jpg) no-repeat;
width: 499px;
height: 92px;
}
#menu
{
position: relative;
background: #46461F url(/images/theme-03/a16.gif) repeat-x;
height: 67px;
padding: 0px 20px 0px 5px;
margin: 98px 0px 5px 0px;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li.first
{
border-left: 0px;
}

#menu ul li a
{
background-color: transparent;
background-repeat: repeat-x;
padding: 8px 12px 8px 12px;
font-size: 12px;
color: #fff;
font-weight: bold;
}

#menu ul li a:hover
{
background: #fff url('images/a18.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}
/* Top navigation
 ------------------------------------------------------------------------------ */
#top_navigation {
	width:100%; 
	height:18px; 
	background:none; 
	border:1px solid #DEDEDE;
	padding:0px;
	margin:0 0 10px 0;
}
	#top_navigation UL {
		height:18px;
		list-style:none;
	}
	#top_navigation LI {
		min-height:18px;
		height:auto !important;
		padding:0px 20px 0px 10px;
		display: block;
		float:left;
		background: url(/images/theme-02/top_nav_bg.png) top right no-repeat;
	}
		#top_navigation LI.first{
			background: url(/images/theme-02/top_nav_home_bg.png) top right no-repeat #F5F5F5;
		}
		#top_navigation LI.last{
			background: none;
		}
	#top_navigation A {
		color:#467288;
		white-space:nowrap;
		margin:2px 0 0 0;
		display:block;
	}
	
	#top_navigation U {
		white-space:nowrap;
		margin:2px 0 0 0;
		display:block;
		background:none;
		text-decoration:underline;
	}