* {
	padding:0;
	margin:0;
}
h1 {
	font-size:19px;
	margin:8px 0;
}
h2 {
	font-size:17px;
	margin:6px 0;
}
h3 {
	font-size:15px;
	margin:4px 0;
}
h4 {
	font-size:13px;
	margin:3px 0;
}
h5 {
	font-size:12px;
	margin:2px 0;
}
p {
	padding:10px 0;	
	font-size:15px;
	line-height:22px;
}
a:link,
a:visited,
a:active,
a:focus{
	text-decoration:none;
	color:#29330f;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
    display:block !important;
    float:none !important;
}
body {
	font-family:Arial;
	font-size:15px;
	color:#29330f;
	background: #c3dc74;
}
#main {
	background:url(images/footer_bg.png) repeat-x left bottom;
	position:relative;
	overflow:hidden;
	min-width:1000px;	
}
#page {
	width:940px;
	margin:0 auto;
}
.body_bg {
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	min-width:1000px;
}
a.mail {
	color:#5d831b;
	text-decoration:underline;
}
a.mail:hover {
	color:#5d831b;
	text-decoration:none;
}
/**
 * Header
 */
#header {
	width:940px;
	height:280px;
}
	.header {
		height:230px;
		width:940px;
	}
		.logo h1 {
			background: url(images/logo.png) no-repeat left top;
			width:555px;
			height:219px;
			display:block;
			text-indent:-99999px;
			margin: 0 0 0 -85px;
		}
		.logo h1 a {
			display:block;
			width:555px;
			height:219px;
		}

	.nav_bar {
		height:50px;
		width:940px;
	}
		.menu li {
			float:left;
			list-style:none;
			margin:3px 12px;
			font-size:18px;
		}
		.menu li a{
			color:#29330f;
			text-decoration:none;
		}
	.menu li a{
		color:#29330f;
		display:block;
		padding-bottom:7px;
		outline:none;
	}
	.menu li a .left {
		padding-left:6px;
		display:block;
	}
	.menu li a .right {
		display:block;
		padding:6px 12px 6px 6px;
	}
	.menu li.active a,
	.menu li a:hover {
		background:url(images/menu_center.png) no-repeat center bottom;
		color:#FFFFFF;
		text-decoration:none;
	}
	.menu li.active a .left,
	.menu li a:hover .left{
		background:url(images/menu_left.png) no-repeat left top;
	}
	.menu li.active a .right,
	.menu li a:hover .right{
		background:url(images/menu_right.png) no-repeat right bottom;
	}
/**
 * End Header
 */

.content_block {
	padding-top:11px;
	background:url(images/content_block_top.png) no-repeat left top;
	position:relative;
	margin-bottom:25px;
}
.content_block_bottom {
	padding-bottom:11px;
	background:url(images/content_block_bottom.png) no-repeat left bottom;
}
.content_block_main {
	background:url(images/content_block.png) repeat-y left top;
	padding: 15px 30px;
}

a.pdf_icon {
	background: url(images/pdf_icon.png) no-repeat center top;
	display:block;
	text-align:center;
	padding-top:60px;
	margin-left:125px;
	width:300px;
	color:#5d831b;
}
.with-left-image .left {
	float:left;
	width:340px;
}
.with-left-image .right {
	float:left;
	padding-left:20px;
	width:550px;
}
.with-left-image .content_block_main {
	padding:6px 15px;
}

/**
 * Home page
 */

.home_top .left {
	float:left;
	width:580px;
}
.home_top .right {
	float:left;
	width:270px;
	line-height:21px;
}
.home_top .left h3 {
	margin-top:0;
}
.lightbulb {
	background:transparent url(images/lightbulb.png) no-repeat scroll left top;
	bottom:-40px;
	height:199px;
	position:absolute;
	right:-43px;
	width:143px;
}

.home_bottom .content_block_main {
	padding:0 3px 0 11px;
}

.home_bottom .left {
	float:left;
	width:405px;
}
.home_bottom .right {
	float:left;
	margin-left:4px;
	padding:14px 11px 23px 15px;
	background:url(images/box.png) no-repeat left top;
}
.panel {
	width:401px;
	height:157px;
	padding-bottom:9px;
}
.panel a{
	display:block;
	height:100%;
	text-indent:-9999px;
}
.formation_l {
	background:url(images/formation.png) no-repeat left top;
}
.inscription_l {
	background:url(images/inscription.png) no-repeat left top;
}
.bibliotheque_l {
	background:url(images/bibliotheque.png) no-repeat left top;
}

.home_bottom .right .wrap {
	width:486px;
	height:450px;
	overflow-y:scroll;
}

.home_header .header {
	font-size:20px;
	font-weight:bold;
	line-height:22px;	
}
.home_header {
	padding-bottom:15px;
}
.header_raccourcis {
	margin-left:20px;
}
.header_annonces {
	margin-left:300px;
}
.annonces {
	background:url(images/annonces.gif) no-repeat left bottom;
	padding-bottom:21px;
	padding-right:7px;
	margin-bottom:30px;
}
.annonces_content {
	background:#d1dcc5;
	padding:15px;
}
.annonces_title {
	text-align:left;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
}
.annonces .more {
	text-align:right;
}
.annonces .more a{
	font-size:15px;
	font-weight:bold;
	line-height:22px;
}

/**
 * End Home page
 * * * * * * * *
 * Contract page
 */
.contact_block h2{
	font-size:24px;
	font-weight:normal;
	color:#000000;
	margin:0;
}
.contact {
	width:33%;
	float:left;
}
.contact span {
	display:block;
	width:210px;
}
.contact .mail {
	line-height:50px;
}
.adress {
	height:32px;
	padding:20px 0;
}
/**
 * End Contact page
 * * * * * * * * * *
 * Liens page
 */
.liens_block h4 {
	font-size:15px;
	font-weight:normal;
	margin:7px 0;
}
.gallery_photo {
	background: url(images/gallery_photo_liens.jpg) no-repeat left top;
	width:334px;
	height:310px;
}
.category {
	margin:22px 0 20px;
}
.category li {
	list-style:none;
	padding:3px 0;
}
.category li a{
	text-decoration:underline;
	color:#5d831b;
}
.category li a:hover{
	text-decoration:none;
}
/**
 * End Liens
 * * * * * * * * * *
 * Inscription page
 */

.inscription_block h4 {
	font-size:15px;
	font-weight:normal;
	margin:7px 0;
}
.gallery_photo_2 {
	background: url(images/gallery_photo_inscription.jpg) no-repeat left top;
	width:334px;
	height:310px;
}
.inscription_block h4{
	font-size:15px;
	font-weight:bold;
}
.inscription_top {
	height:225px;
}
/**
 * End Inscription page
 * * * * * * * * * * * *
 * Formation page
 */

.formation_block h4 {
	font-size:15px;
	font-weight:bold;
	margin:7px 0;
}
.photo {
	width:334px;
	height:310px;
}
.gallery_photo_3 {
	background: url(images/gallery_photo_1.jpg) no-repeat left top;
}
.gallery_photo_4 {
	background: url(images/gallery_photo_2.jpg) no-repeat left top;
}
.gallery_photo_5 {
	background: url(images/gallery_photo_3.jpg) no-repeat left top;
}
.gallery_photo_6 {
	background: url(images/gallery_photo_4.jpg) no-repeat left top;
}
.gallery_photo_7 {
	background: url(images/gallery_photo_5.jpg) no-repeat left top;
}
.formation_block h4{
	font-size:15px;
	font-weight:bold;
}
.formation_top {
	height:225px;
}
.ui-tabs-nav {
	height:43px;
}
.ui-tabs .ui-tabs-hide {
	display:none !important;
}
.ui-state-default {
	float:left;
	list-style:none;
}

/**
 * End Formation page
 * * * * * * * * * * *
 * Sommes page
 */

.sommes_block h4 {
	font-size:15px;
	font-weight:bold;
	margin:7px 0;
}
.gallery_photo_8 {
	background: url(images/gallery_photo_6.jpg) no-repeat left top;
}
.gallery_photo_9 {
	background: url(images/gallery_photo_7.jpg) no-repeat left top;
}
/**
 * End Sommes page
 * * * * * * * * * *
 * Bibliotheque page
 */
.bibliotheque_top {
	margin-top:20px;
}
.bibliotheque {
	margin-left:150px;
	position:relative;
}
.bibliotheque_ico {
	background:url(images/bibliotheque_ico.png) no-repeat left top;
	width:161px;
	height:145px;
	position:absolute;
	top:-15px;
	left:0;
}
#text {
	background:url(images/search_input.gif) no-repeat left top;
	border:0 none;
	font-size:19px;
	height:26px;
	margin:0 6px;
	padding:5px;
	width:328px;
}
#submit {
	background:url(images/submit.jpg) no-repeat left top;
	border:0;
	height:35px;
	width:33px;
	cursor:pointer;
	text-indent:-9999px;
}
.search_result {
	text-align:left;
	width:100%;
}
.search_result th {
	padding:7px 4px 10px;
}
.search_result td {
	padding:7px 4px;
}
.search_result .reference {
	padding-left:19px;
}
.search_result .edd td {
	background:url(images/search_table.png) repeat-x left center;
}
.search_result .edd .reference {
	background:url(images/search_table_left.png) no-repeat left center;
}
.search_result .edd .matiere {
	background:url(images/search_table_right.png) no-repeat right center;
}
.search_result th a {
	text-decoration:underline;
	color:#5d831b;
}
.search_result th a {
	text-decoration:none;
	color:#5d831b;
}
.bibliotheque_bottom .content_block_main {
	padding:15px 10px;
}
/**
 * End Bibliotheque page
 * * * * * * * * * *
 * Temp page
 */
.temp_page #main{
    background:none;
}
.temp_page_block{
    padding:45px 0;
    margin:0 auto;
    width:831px;
}
.temp_page_block_in{
    
}
.temp_page_block .t{
    background:url(images/temp_block_t.png) no-repeat;
    height:10px;
    width:100%;
}
.temp_page_block .m{
    background:url(images/temp_block_m.png) repeat-y;
    padding:13px 27px 25px;
}
.temp_page_block .b{
    background:url("images/temp_block_b.png") no-repeat scroll 0 bottom transparent;
    height:14px;
    width:100%;
}
.temp_page_block h1{
    background:url("images/temp_block_logo.png") no-repeat scroll 0 0 transparent;
    height:161px;
    margin:0 0 13px;
    text-indent:-99999px;
    width:251px;
}
.temp_page_block .l{
    float:left;
    width:604px;
}
.temp_page_block .r{
    float:left;
    padding-top:32px;
    width:173px;
}
.temp_page_block .lightbulb{
    background:url("images/lightbulb.png") no-repeat scroll 0 0 transparent;
    bottom:auto;
    float:right;
    left:auto;
    position:static;
    right:auto;
    top:auto;
}
.temp_page_block .warning{
    background:url("images/temp_block_warning.png") no-repeat scroll 0 0 transparent;
    height:38px;
    line-height:1.4;
    margin-bottom:22px;
    padding:2px 0 5px 60px;
}
.temp_page_block .contacts{
    font-weight:bold;
    width:560px;
    margin-bottom:45px;
    line-height:1.5;
}
.temp_page_block .contacts a{
    font-weight:normal;
}
.temp_page_block .other{
    margin-bottom:50px;
}
.temp_page_block .others_list{
    padding-left:5px;
    overflow:hidden;
}
.temp_page_block .others_list li{
    float:left;
    width:200px;
    display:inline;
    list-style:none;
    color:#000000;
}
.temp_page_block .others_list li.first{
    width:315px;
}
.temp_page_block .others_list li.second{
    width:280px;
}
.temp_page_block .others_list li.third{
    width:177px;
}
.temp_page_block .others_list .name{
    color:#29330f;
    font-size:15px;
    font-weight:bold;
    margin-bottom:24px;
}
.temp_page_block .others_list .address{
    min-height:17px;
    height:auto !important;
    height:17px;
}
.temp_page_block .others_list .postcode{
    margin-bottom:20px;
}
.temp_page_block .others_list .fax{
    margin-bottom:24px;
}

/**
 * Tabs
 */
.ui-tabs-panel {
	background:url(images/content_block_top_tab.png) no-repeat left top;
}
.left_tab {
	background:url(images/tab_left.png) no-repeat left bottom;
	padding-left:10px;
	display:block;
}
.right_tab {
	display:block;
}
.left_tab a {
	display:block;
	font-size:15px;
	font-weight:bold;
	line-height:43px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	outline:none;
}
.left_tab a:hover {
	text-decoration:underline;
}
.main_tab {
	background:url(images/tab.png) repeat-x left bottom;
	display:block;
}
.last .right_tab {
	background:url(images/tab_right.png) no-repeat right bottom;
	padding-right:10px;
}
.first .left_tab {
	background:url(images/tab_left_first.png) no-repeat left bottom;
}
.first .left_tab a {
	padding-left:10px;
	padding-right:10px;
}

	.ui-tabs-selected .left_tab {
		background:url(images/tab_left_active.png) no-repeat left bottom;
		padding-left:10px;
	}
	.ui-tabs-selected .right_tab {
		background:url(images/tab_right_active.png) no-repeat right bottom;
		margin-right:-10px;
		padding-right:10px;
	}
	.ui-tabs-selected .main_tab {
		background:url(images/tab_active.png) repeat-x left bottom;
	}
	.ui-tabs-selected .left_tab a {
		background:url(images/tab_bottom_active.png) no-repeat 50% 75%;
	}
	.ui-tabs-selected .last .right_tab {
		background:url(images/tab_right_last_active.png) no-repeat right bottom;
		margin:0;
		padding-right:10px;
	}
	.ui-tabs-selected .first .left_tab {
		background:url(images/tab_left_first_active.png) no-repeat left bottom;
	}
	.ui-tabs-selected .first .left_tab a {
		padding-left:10px;
		padding-right:10px;
	}
/**
 * Footer
 */
#footer {
	border-top:1px solid #90AF44;
	height:525px;
}
	.google_maps {
		height:330px;
	}
	.footer {
		background:url(images/footer.png) no-repeat right bottom;
		height:175px;
		position:relative;
	}
	
.maps {
	float:left;
	width:33%;
	font-size:12px;
}
.maps h5 {
	font-size:13px;
	padding-top:20px;
}
.maps span {
	display:block;
	width:210px;
}
.maps .mail {
	line-height:30px;
	border-bottom:1px dotted;
	text-decoration:none;
}
.maps .mail:hover {
	line-height:30px;
	border-bottom:0;
}
.maps .adress {
height:32px;
padding:5px 0;
}
#Map_1,
#Map_2,
#Map_3 {
	border:1px solid #D4D4D4;
	font-size:10px;
	height:165px;
	overflow:hidden;
	width:290px;
	margin:5px 0;
}
#Map_1 span,
#Map_2 span,
#Map_3 span,
#logocontrol,
.terms-of-use-link {
	display:none;
}
.footer a.glamrock {
	position:absolute;
	bottom:10px;
	right:20px;
	font-size:12px;
	color:#ffffff;
}
.copyright {
	position:absolute;
	bottom:10px;
	left:20px;
	font-size:12px;
	color:#2b4520;
}
