@charset "utf-8";
body {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left -118px;
	margin:0px;
	padding:0px;
}
img
{
	border:none;
}

/* Fond de base avec courbes*/
#back 
{
	background:url(images/bg_all.jpg) center -118px no-repeat;
	width:100%;
	text-align:center;

}
	#centre 
	{
	position: relative;
	text-align:left;
	display:block;
	width:950px;
	margin:0px auto;
	}
		#logo40
		{
			display:block;
			text-align:right;
			height:10px;
		}
		/* Menu de navigation general*/
		#top_left
		{
			color:#fff;
			display:block;
			width:470px;
			text-transform:uppercase;
			float:left;
			padding: 0px 0px 0px 10px;
	

		}
			#top_left a
			{
				color:#fff;
				text-decoration:none;
			}
			#top_left a:hover
			{
				text-decoration:underline;
			}
		/* Recherche */
		#top_right
		{
		display:block;
		width:350px;
		float:left;
		padding-left:110px;
		padding-bottom:10px;
		}
			#top_right form
			{
				margin:0px;
				padding:0px;
			}
				#top_right .xcle
				{
					background:url(images/input_search.png) no-repeat;
					width:242px;
					height:22px;
					border:none;
					padding:5px;
					float:left;
					margin-top:24px;
				}
				#top_right .btnsearcch
				{
					float:left;
					padding-bottom:10px;
				}
			/*Recherche avancée*/
				#top_right a
				{
					color:#fff;
					display:block;
					clear:both;
					text-align:right;
					text-decoration:none;
					padding-right:14px;
				}
				#top_right a:hover
				{
					text-decoration:underline;
				}
		#logo
		{
			padding-top:20px;
			padding-left:10px;
			padding-bottom:7px;

		}
		
		#phonenumber{
			position: absolute;
			top: 50px;
			right: 20px;
			color: #FFFFFF;
			font-size: 20px;
			font-weight: 100;
		}
		
		#header
		{
	background:url(images/header.jpg) no-repeat top center;
	display:block;
	width:909px;
	height:345px;
	margin:0px 5px 5px 18px;
		}
		ul#menuh
		{
	list-style:none;
	margin:0px 0px 0px 17px;
	padding:0px;
		}
			ul#menuh li
			{
				display:block;
				width:131px;
				background:url(images/menu_arr.gif) bottom center no-repeat #dfdfdf;
				height:55px;
				border-bottom:4px solid #9a9a9a;
				float:left;
				margin-right:1px;
				padding:10px 10px 5px 10px;
				
			}
			ul#menuh li a
				{
					font-weight:bold;
					font-family:Tahoma, Verdana;
					font-size:13px;
					color:#005b98;
					text-decoration:none;
					display:block;
					margin-bottom:5px;
				}
			ul#menuh li a:hover
				{
					color:#e2a102;
				}
			ul#menuh span
				{
					color:#626262;
					font-size:9px;
					line-height:5px;
				}
	#main	
	{
		
		padding:10px 10px 50px 10px;
		background:url(images/bg_centre.png) bottom center no-repeat;

	}
	#box_left
	{
	 display:block;
	 width:250px;
	 float:left;
	 padding-top:20px;
	 padding-bottom:20px;
	 margin:0px 10px;
	}
	#box_right
	{
	display:block;
	width:650px;
	float:left;
	margin-bottom:20px;
	}
	#footer
	{
		text-align:center;
	}
	#footer a
	{
		text-decoration:underline;
		color:#666666;
	}
	#footer a:hover
	{
		text-decoration:none;
		color:#666666;
	}
	a
	{
	 color:#005b98;
	 text-decoration:none;
	}
	a:hover
	{
	text-decoration:underline;
	}
.clear
{
 clear:both;
}
