/* CSS Document */

/* -------------------------RESET------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {margin:0; padding:0;}
table {border:0 none; border-collapse: collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight: normal;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%; font-weight: normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/* -------------------------------------------------------  */

BODY, TABLE, TD, TH, P, FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333;
}

BODY {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	background-color: #4e6d24;
}

/* ==============================================
CONTAINER
============================================== */
#all {
	background: url(../design/bgr.jpg) top repeat-x #4e6d24 !important;
	padding-left: 65px;
}
#container {
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	width: 986px;
}

/* Search */
form.search {
	width: 100%;
	height: 30px;
}
.search_top {
	float: right;
	padding-right: 72px;
	width: 199px;
}
.search_top input {
	border: 1px solid #d4d0c8;
	color: #4b4b4b;
	font: normal 10px Tahoma;
	float: left;
	width: 170px;
	height: 18px;
	padding: 3px 0 0 3px;
}
.search_top a,
.search_top a:visited {
	display: block;
	float: right;
	cursor: hand;
	height: 21px;
	width: 22px;
	background: url(../design/search.gif) no-repeat;
}

/* Logo */
a.logo, a.logo:visited {
	display: block;
	width: 219px;
	height: 252px;
	background: url(../design/logo.jpg) no-repeat;
	z-index: 5;
	position: absolute;
	left: -70px;
	top: -21px;
}

/* Page */
#page {
	background: url(../design/page_bgr.gif) repeat-y;
	position: relative;
	top: 13px;
	z-index: 1;
}
.page_top {
	background: url(../design/page_top.jpg) no-repeat;
	height: 11px;
	width: 917px;
}
.neo_banner {
	padding: 3px;
	background-color: #9fc90f;
	width: 595px;
}
.neo_banner img {
	display: block;
	border: 1px solid #bcd957;
}
/* Motto */
.motto {
	 /* height: 70px; */
}
.big_motto {
	font-size: 26px;
	color: #bc0061;
	padding: 10px 0 3px 0;
}
.big_motto span {
	color: #97bf11;
}
.small_motto {
	font-size: 10px;
	color: #bc0061;
}

/* Left top */
a.small_banner, a.small_banner:visited {
	display: block;
	position: absolute;
	z-index: 10 !important;
	top: 228px;
	left: 40px;
	font-size: 18px;
	font-family: Myriad Pro;
	color: #9f283e !important;
	text-decoration: none;
	width: 202px;
	height: 49px;
	text-align: center;
	padding: 3px 0 0 0;
}
.top_icons {
	position: absolute;
	top: 17px;
	left: 140px;
	z-index: 20 !important;
	width: 122px;
	height: 69px;
}
.top_icons a, .top_icons a:visited {
	display: block;
	text-decoration: none;
	color: #9fc90f;
}
.top_icons a:hover {
	text-decoration: underline;
}
.top_icons a.contact, .top_icons a.contact:visited {
	background: url(../design/ico_contact.gif) left no-repeat;
	padding-left: 15px;
	margin: 0 0 0 10px;
}
.top_icons a.print, .top_icons a.print:visited {
	background: url(../design/ico_print.gif) left no-repeat;
	padding-left: 18px;
	margin: 8px 0 0 32px;
}
.top_icons a.sitemap, .top_icons a.sitemap:visited {
	background: url(../design/ico_sitemap.gif) left no-repeat;
	padding-left: 12px;
	margin: 8px 0 0 46px;
}
td.top_right, td.top_left, td.left_column, td.right_column {
	vertical-align: top;
}

/* Left menu */
.left_menu {
	background: url(../design/left_menu_bgr.jpg) bottom no-repeat;
	width: 202px;
	margin: 10px 0 75px 40px;
}
.left_menu .top {
	background: url(../design/left_menu_top.jpg) no-repeat;
	height: 11px;
	width: 202px;
}
.left_menu .elements {
	padding: 10px 19px 20px 19px;
}
.left_menu a, .left_menu a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: url(../design/left_menu_marker.gif) left top no-repeat;
	padding: 1px 0 10px 18px;
}
.left_menu a:hover {
	text-decoration: underline;
}
.left_menu .second_level {
	margin-bottom: 10px;
}
.second_level a.active {
	font-weight: bold !important;
}
.left_menu .second_level a,
.left_menu .second_level a:visited {
	font-size: 11px;
	font-weight: normal;
	background: none;
	padding: 0 0 2px 18px;
}


/* ==============================================
CONTENT
============================================== */
.content {
	line-height: 1.4;
	padding: 0 140px 20px 30px;
}
P {
	margin: 0 0 15px 0; 
	padding:0;
}

.content A, .content A:visited {color: #9fc90e;}
.content A:hover {text-decoration: none}

h1.top {
	font-size: 18px;
	color: #bc0061;
	margin: 30px 0 10px 30px;
}
h1.title {
	font-size: 18px;
	color: #bc0061;
	margin: 0 0 10px 0px;
}
h2.subtitle {
	font-size: 16px;
	color: #84AA17;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
h3.Intertitle {
	font-size: 13px;
	color: #BA2060;
	font-weight: bold;
}
ul {
	margin: 0 0 15px 20px;
}
ul li {
	background: url(../design/bullet.gif) top left no-repeat;
	list-style: none;
	padding-left: 13px;
}

/* ==============================================
FOOTER
============================================== */
td.footer .line {
	background: url(../design/footer_line.gif) no-repeat;
	height: 10px;
}
.bottom_menu {
	background: url(../design/bottom_menu.gif) no-repeat;
	height: 31px;
	color: #9fc90f;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}
.bottom_menu a, .bottom_menu a:visited {
	color: #9fc90f;
	font-size: 11px;
	padding: 0px 8px;
}


#copyright {
	color: #72951b;
	font-size: 10px;
	text-align: right;
	margin: 23px 70px 30px 0;
}

#copyright A, #copyright A:visited {color: #72951b; text-decoration: none;}
#copyright A:hover {text-decoration: underline;}

/* Sitemap */
#sitemap_cmp_1 DIV, #sitemap_cmp_2 DIV, 
#sitemap_cmp_3 DIV, #sitemap_cmp_4 DIV {
	height: 23px;
	padding-top: 7px;
}
#sitemap_cmp_1 DIV A, #sitemap_cmp_1 DIV A:visited , 
#sitemap_cmp_2 DIV A, #sitemap_cmp_2 DIV A:visited , 
#sitemap_cmp_3 DIV A, #sitemap_cmp_3 DIV A:visited,
#sitemap_cmp_4 DIV A, #sitemap_cmp_4 DIV A:visited {
	text-decoration: none;
}
#sitemap_cmp_1 DIV A:hover, #sitemap_cmp_1 DIV A:active , 
#sitemap_cmp_2 DIV A:hover, #sitemap_cmp_2 DIV A:active , 
#sitemap_cmp_3 DIV A:hover, #sitemap_cmp_3 DIV A:active , 
#sitemap_cmp_4 DIV A:hover, #sitemap_cmp_4 DIV A:active {
	text-decoration: underline;
}

.level_xxx {
	font-weight: bold;
	margin-top: 30px;
}
.level_xyx {
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
	margin-left: 45px;
	padding-left: 30px;
}
.level_xyx_last {
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
	margin-left: 45px;
	padding-left: 30px;
}
.level_yxx{
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
	padding-left: 30px;
}
.level_yxx_last{
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
	padding-left: 30px;
}
.level_yyx {
	padding-left: 70px;
	background: url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_yyx_last {
	padding-left: 70px;
	background: url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xyy {
	padding-left: 70px;
	margin-left: 45px;
	background: url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_xyy_last {
	padding-left: 70px;
	margin-left: 45px;
	background: url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xxy {
	padding-left: 30px;
	margin-left: 75px;
	background: url(/design/sitemap/sitemap01.gif) left no-repeat;
}
.level_xxy_last {
	padding-left: 30px;
	margin-left: 75px;
	background: url(/design/sitemap/sitemap02.gif) left no-repeat;
}
.level_yyy {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0301.gif) left no-repeat;
}
.level_yyy_last {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0302.gif) left no-repeat;
}
.level_yxy {
	padding-left: 110px;
	background:url(/design/sitemap/sitemap0304.gif) left no-repeat;
}
.level_yxy_last {
	padding-left: 110px;
	background: url(/design/sitemap/sitemap0303.gif) left no-repeat;

}

.exposant {
    border:1px solid #A21B46;
	padding:10px;
	margin:5px;
}

.exposant IMG {
  float:left;
  margin-right:5px;
}

.exposant B {
 display:block;
}

