body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica, verdana, sans-serif;
  }
  
  .layout {
	  background: url("../images/gestion-dots-bg.png") repeat-x right 46px;
  }

p {
	color: #363636;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

/* Head Bar */

.head_bar {
	position: relative;
	width: 100%;
	height: 46px;
	background: url("../images/headbar-bg.png") repeat-x;
}

	.head_bar_content {
		position: relative;
		width: 996px;
		margin: 0px auto;
	}
	
		.top_intro_menu {
			position: relative;
			float: right;
		}
		
			.top_intro_menu ul.menu {
				margin: 0px;
				padding: 0px;
				list-style: none;
			}
			
				.top_intro_menu ul.menu li {
					position: relative;
					float: left;
					padding: 8px 0px;
				}
				
					.top_intro_menu ul.menu li a {
						padding: 0px 10px;
						font-size: 11px;
						color: #FFFFFF;
						border-left: 1px solid #FFFFFF;
					}
					
						.top_intro_menu ul.menu li:first-child a {
							border: 0;
						}

/* Wrapper */

.wrapper {
	position: relative;
	width: 996px;
	margin: 0px auto;
}

/* Header */

.header {
	position: relative;
	width: 100%;
	margin-bottom: 37px;
}

	.header .logo_area {
		position: relative;
		z-index:2;
	}
	
		.logo_area a {
			position: relative;
			float: left;
		}
	
		.logo_area img {
			margin-top: 25px;
			display: block;
		}
		
		.menu_area {
			position: relative;
			float: right;
			margin-top: 85px;
			padding: 0px 2px;
			z-index:99;
		}
		
			.menu_left_edge {
				position: absolute;
				left: 0px;
				top: 0px;
				background: url("../images/menu-edge-left.png") no-repeat;
				width: 8px;
				height: 31px;
				z-index: 1000;
			}
			
			.menu_right_edge {
				position: absolute;
				right: 0px;
				top: 0px;
				background: url("../images/menu-edge-right.png") no-repeat;
				width: 8px;
				height: 31px;
				z-index: 1000;
			}
			
			.menu_area .menu {
				position: relative;
				margin: 0px;
				padding: 0px;
				list-style: none;
				border-top: 2px solid #FFFFFF;
				border-bottom: 4px solid #FFFFFF;
				/*display: block;*/
				height: 26px;
			}
			
				.menu_area .menu li {
					position: relative;
					float: left;
					border-left: 1px solid #b3999a;
					text-align: center;
					font-size: 11px;
					text-transform: uppercase;
					color: #FFFFFF;
				}
				
					.menu_area .menu li:first-child {
						border:none;
					}

						.menu_area .menu li a {
								display: block;
								color: #FFFFFF;
								font-size: 11px;
								text-transform: uppercase;
								padding: 6px 15px;
								height: 14px;
								background: url("../images/menu-bg.png") repeat-x;
							}
							
							.menu_area .menu li:hover a, .menu_area .menu li.current a {
								background: url("../images/menu-hover-bg.png") repeat-x;
							}
							
/********************* Drop Down Menu ***/
		
				.menu_area .menu li.parent ul {
					position: absolute;
					left: 2px;
					top: 26px;
					z-index: 1000;
					margin: 0px;
					padding: 0px;
					list-style: none;
					min-width: 126px;
					display: none;
					z-index: 2000;
				}
				
					.menu_area .menu li.parent ul li {
						border: 0px !important;
						float: none;
					}
					
						.menu_area .menu li.parent ul li a {
							padding: 6px;
							height: auto;
							background: #2b3b1b;
							border-bottom: 1px solid #b1b1b1;
							display: block;
						}	
						
						.menu_area .menu li.parent ul li:first-child a {
							border-top: 1px solid #FFF;
						}						
							
	.slogan_area {
		position: relative;
		width: 990px;
		float: right;
		height: 24px;
		background: #3d601f;
		border-bottom: 3px solid #FFFFFF;
		z-index:1;
	}
	
		.slogan_edge {
			position: absolute;
			left: -5px;
			top: 0px;
			border-bottom: 3px solid #FFFFFF;
			width: 5px;
			height: 24px;
			background: url("../images/slogan-edge.png") no-repeat;
			z-index:1;
		}
		
		.slogan_area p {
			text-align: center;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 14px;
			margin: 0px;
			line-height: 24px;
		}

/* Banners */

.banners_sections {
	position: relative;
	margin-bottom: 7px;
	z-index:1;
}

.banner_area {
	position: relative;
	float: left;
	width: 748px;
	height: 250px;
	z-index:1;
}

/* Sections Menu */

.sectionsmenu_area {
	position: relative;
	float: right;
	width: 242px;
	z-index:1;
}

	.sectionsmenu_area .menu {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
		.sectionsmenu_area .menu li {
			position: relative;
			margin-top: 4px;
			background: url("../images/sectionmenu-bg.png") repeat-x;
			width: 242px;
			height: 80px;
		}
		
			.sectionsmenu_area .section-3 {
				background: url("../images/sectionmenu-active-bg.png") repeat-x !important;
			}
			
		
			.sectionsmenu_area .menu li:first-child {
				margin-top: 1px;
			}
			
				.sectionsmenu_area .menu li a {
					display: block;
					width: 100%;
					height: 80px;
				}
			
				.sectionsmenu_area .section-1 a {
					background: url("../images/formations-button.png") no-repeat center;
				}
				
				.sectionsmenu_area .section-2 a {
					background: url("../images/services-button.png") no-repeat center;
				}
				
				.sectionsmenu_area .section-3 a {
					background: url("../images/management-button.png") no-repeat center;
				}
				
				
			
					.sectionsmenu_area .menu li a span{
						display: none;
					}


			
/* Content */

.content {
	position: relative;
	width: 100%;
}

	.component {
		position: relative;
		float: left;
		width: 746px;
		padding-bottom: 40px;
	}
	
/* Home Banners */

.gestion_video_banners {
	position: relative;
}

	.gestion_video_banners .bannergroup {
		position: relative;
	}
	
		.gestion_video_banners .bannergroup .bannersrow {
			position: relative;
			background: url("../images/home-menu-bg.png")no-repeat;
			border: 4px solid #e3e3e3;
			margin-bottom: 10px;
			padding: 0px 6px;
		}
	
			.gestion_video_banners .bannergroup .bannersrow .banneritem {
				position: relative;
				float: left;
				width: 233px;
				height: 129px;
				background: url("../images/banneritems-bg.png") no-repeat;
				text-align: center;
				padding: 14px 0px;
				margin: 10px 0px 10px 12px;
			}
		
				.gestion_video_banners .bannergroup .bannersrow .banneritem:first-child {
					margin-left: 1px;
				}

/* Articles */


.component .item-page .contenttitle h2, .leading-0 h2, .contact h2, .component .search h1 {
		background: url("../images/contentheading-bg.png") repeat-x;
		height: 27px;
		color: #FFFFFF;
		padding-left: 15px;
		font-size: 16px;
		text-transform: uppercase;
		margin: 0px;
		line-height: 27px;
	}
	
		.component .item-page .contenttitle a {
			color: #FFFFFF;
		}
	
	.contenttext {
		margin-top: 5px;
	}
	
		.component .contenttext, .component .search form {
			background: url("../images/content-bg.png") repeat-x;
			text-align: justify;
			padding: 10px 15px;
		}
		
/* Contact Us */

div.contact-form {
	background: url("../images/content-bg.png") repeat-x;
	padding: 10px 15px; 
	margin-top: 10px;
}

.contact-email label {
	display: block;
	margin-top: 10px;
}

	.contact-email div {
		position: relative;
		margin: 10px 0px;
	}
	
	.login fieldset button.button, .logout button.button, button.validate {
					background: url("../images/login-button-bg.html") no-repeat;
					color: #FFFFFF;
					border: 0px;
					width: 95px;
					height: 21px;
					cursor: pointer;
					font-size: 11px;
				}
				
/* Search Result Page */

.component .search {
			font-size: 12px;
		}
		
		.search-results {
			padding: 10px 15px;
		}
		
		.component .search a {
			color: #48533C;
		}
		
			.component .search form {
				margin-top: 10px;
			}


/* Side Bar */

.right {
	position: relative;
	float: right;
	width: 240px;
}

	.right .moduletable {
		position: relative;
		margin-bottom: 20px
	}

		.right .moduletable h3 {
			background: url("../images/right-module-title-bg.png") no-repeat;
			margin: 0px;
			height: 27px;
			font-size: 12px;
			color: #FFFFFF;
			text-transform: uppercase;
			font-weight: normal;
			line-height: 27px;
			margin-bottom: 5px;
			text-align: center;
		}
	
		.right .moduletable ul {
			margin: 5px 0px;
			padding: 0px;
			list-style: none;
		}
		
			.right .moduletable ul li {
				margin-bottom: 4px;
				display: block;
				background: url("../images/module-item-bg.png") repeat-x;
				height: 25px;
				border: 1px solid #a9aaaf;
				line-height: 25px;
				font-size: 14px;
				color: #48533c;
				padding-left: 25px;
			}
			
				.right .moduletable ul li a {
					
					display: block;
					color: #48533c;
				}

	.moduletable .search {
		background: url("../images/search-area.png") no-repeat;
		width: 240px;
		height: 28px;
	}
	
		.moduletable .search .inputbox {
			border: 0 none;
		    height: 20px;
		    left: 4px;
		    padding-left: 5px;
		    position: absolute;
		    top: 4px;
		    width: 205px;
		    color: #48533c;
		    font-size: 12px;
		}
	
		.moduletable .search .button {
			background: url("../images/search-button.gif") no-repeat;
			width: 23px;
			height: 23px;
			position: absolute;
		    right: 6px;
		    top: 3px;
		}
		

.moduletable_nl {
		background: url("../images/newsletter-box-bg.png") no-repeat;
		height: 43px;
		padding: 14px 0px;
		text-align: center;
		position: relative;
		margin-bottom: 20px;
	}
	
		.moduletable_nl h3 {
			margin: 0px;
			font-size: 10px;
			text-transform: uppercase;
			color: #363E68;
			font-weight: normal;
			text-align: center;
		}
		
		.moduletable_nl .acymailing_module p {
			margin: 0px;
		}
		
		.moduletable_nl .acymailing_module {
			position: relative;
			width: 209px;
			height: 24px;
			margin: 2px auto !important;
			background: url("../images/newsletter-bg.png") no-repeat;
		}
		
			.moduletable_nl .acymailing_module input[type="text"] {
				color: #363E68;
			    float: left;
			    font-size: 10px;
			    height: 18px;
			    margin: 3px 0px 0px 9px;
			    position: relative;
			    width: 167px;
			    border: none;
			}
			
			.moduletable_nl .acymailing_module input.button {
				position: absolute;
				right: 1px;
				top: 1px;
				border: none;
				background: url("../images/submit.png") no-repeat;
				width: 28px;
				height: 24px;
				margin: 0px;
				padding: 0px;
			}
			
				.moduletable_nl .acymailing_module input.button:hover {
					cursor: pointer;
				}
				
	.moduletable_right_ad {
		position: relative;
		background: url("../images/rightad-bg.png") no-repeat;
		padding: 23px 0px 0px;
	}
		.custom_right_ad {
			position: relative;
			background: url("../images/custom-right-ad-bg.png") repeat-y;
			padding-bottom: 20px;
		}

/* FEATURED */

.readmore a {
	background: url("../images/readmore-bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 80px;
	
}

/* Footer */

.footer {
	position: relative;

	background: url("../images/footer-bg.png") repeat;
	}

	.footer_sitemap {
		position: relative;
		width: 996px;
		margin: 0px auto;
		padding: 10px 0px;
	}
	
		.footer_sitemap .moduletable {
			position: relative;
			float: left;
			border-left: 1px solid #FFFFFF;
			margin-right: 6px;
			padding: 0px 15px;
			height: 133px;
		}
		
			.footer_sitemap .moduletable:first-child {
				border: 0px;
				padding-left: 0px;
			}
		
			.footer_sitemap h3 {
				color: #FFFFFF;
				margin: 0px;
				font-size: 16px;
				text-transform: uppercase;
			}
		
			.footer_sitemap .moduletable ul.menu {
				margin: 0px;
				padding: 0px;
				list-style: none;
				text-transform: capitalize;
				font-size: 13px;
			}
			
				.footer_sitemap .moduletable a {
					color: #FFFFFF;
				}
				
					.footer_sitemap .moduletable a:hover {
						text-decoration: underline;
					}


/* CLEARFIX */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}


html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* a outlines */

a {outline:none; text-decoration:none;}
:focus{outline:none;}
*>.selector {outline:none;}

