
.breadcrumb{position:relative; height:30px; width:100%;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; background:url('images/breadcrumbImage.png') 0px -30px repeat-x; }
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
.breadcrumb ul li a{font:12px Arial, Helvetica, sans-serif; font-weight: bold; color:rgb(255,255,255); text-decoration:none; line-height:30px; display:block; background:url('images/breadcrumbImage.png') 100% -60px no-repeat; }
.breadcrumb ul li a span{padding:0 17px 0 15px; }
.breadcrumb ul li a:hover span{text-decoration:underline; color:rgb(255,255,255);}
.breadcrumb ul li a.active{background:none;}
.breadcrumb ul li a.active span{color:rgb(0,0,0);}
.breadcrumb ul li a.active:hover span{text-decoration:none;}
.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1; background:url('images/breadcrumbImage.png') 0% 0px no-repeat;}
.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1; background:url('images/breadcrumbImage.png') 100% -90px no-repeat; }



* { margin:0;padding:0; }

body {
	background-color:white;
	font:normal 0.7em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
	color:#000000;
}

#page {
	width:770px;
	margin:15px auto;
}

p { text-align:justify; }

h1 {
	background:url(./images/interface/logo.png) top left no-repeat;
	text-indent:-9000px;
	width:250px;
	height:83px;
}

abbr, acronym { border:0; }

em { color:#FF7200;font-style:normal; }

p#slogan {
	text-transform:uppercase;
	width:370px;
	text-align:left;
	padding-left:5px;
}

ul#menu {
	list-style-type:none;
	width:600px;
	text-align:center;
	height:12px;
	float:right;
	font-weight:bold;
	
}

ul#menu li {
	display:inline;
}

ul#menu a {
	display:block;
	float:left;
	width: auto;
	height:100%;
	color:#000000;
	text-decoration:none;
	border-right:1px solid #BABABA;
	padding:4px;
	background-color:#FA711E;
	
}

ul#menu a:hover {
	display:block;
	float:left;
	width:auto;
	height:100%;
	color:#ffffff;
	text-decoration:none;
	border-right:1px solid #BABABA;
	
}

ul#menu a:hover {
	display:block;
	float:left;
	width:auto;
	height:100%;
	color:#FE7A10;
	text-decoration:none;
	border-right:0px solid #BABABA;
	
	
}

#header {
	background:url(./images/interface/header.png) top left no-repeat;
	width:770px;
	height:216px;
	margin-top:20px;
	padding-top:25px;
	padding-left:35px;
}

#header h2 {
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	background:url(./images/interface/puce_titre.png) left no-repeat;
	height:20px;
	text-indent:25px;
}

#header h2 span {
	color:#9D9D9C;
}

#header ul { list-style-type:none; }

#header li {
	padding-left:15px;
}

#header p { padding:5px 20px; }

#header a { color:#FF7200;text-decoration:none; }

#gauche {
	width:240px;
	float:left;
}

#gauche h2 {
	background:url(./images/interface/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#gauche h2 span { color:#BFBFBF; }

#gauche form {
	width:156px;
	margin-left:10px;
}

#gauche form fieldset { border:0; }

#gauche form input, #gauche form textarea { border:1px solid #BABABA; }

#droite {
	width:500px;
	float:left;
	margin:-65px 0 0 25px;
}

#droite h2 {
	background:url(./images/interface/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#droite h2 span { color:#BFBFBF; }



.style4 {font-size: 0.7em}
.style6 {font-size: 0.7em; font-weight: bold; }


p#copyright {
	background:url(./images/interface/footer.png) left top no-repeat;
	width:770px;
	height:22px;
	float:left;
	margin-top:10px;
	text-transform:uppercase;
	font-size:9px;
	text-align:center;
	padding-top:3px;
	color:white;
}





p#copyright a { color:white;text-decoration:none; }




