/* Affiche la structure générale du layout */
/* Intégrateur : G.Mélot */
/* Date Intégration : 30 Mars 2009 */

/* Import du reset CSS de Eric Meyer */
@import url('reset.css');

/* Import des sous-templates */
@import url('main_extend.css');

/* Import des styles pour la compatibilité avec tinyMce */
@import url('main_extend_tinymce.css');

/* Ajout des modules complémentaires */
@import url('../modules/module.catalogue.css');

/* Styles pour l'accessibilité W3C W.A.I. */
.w3c_wai{
display:none;
}

/* BODY */
#body{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
color:#262a1e;
background:#ffffff url(../../images/layout/body.bckg.png) repeat-x top left;
}

a{
text-decoration:none;
color:#6f706f;
}

/* ENTETE */
#header{
width:700px;
margin:0 auto;
}
	
	#logo{
	float:left;
	}
	
	#header_langues{
	float:right;
	padding-top:38px;
	}
		
		#header_langues li{
		display:inline;
		}
		
			#header_langues a{
			margin:0 0 0 5px;
			display:block;
			float:left;
			width:23px; height:23px;
			text-align:center;
			background:url(../../images/layout/header.lang.png) no-repeat top right;
			color:#ffffff;
			line-height:23px;
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
			}
			
			#header_langues a:hover, #header_langues a.actif{
			background-position:top left;
			color:#54790f;
			}

/* BANNIERE */
#no_banniere{
background:url(../../images/layout/nobanniere.bckg.norepeat.png);
width:740px;
height:20px;
margin:0 auto;
}

#banniere{
background:url(../../images/layout/banniere.bckg.norepeat.png);
width:740px; height:250px;
margin:0 auto;
}

.banniere_top{
position:absolute;
z-index:1000;
left:0; top:0;
}

.banniere_bottom{
position:absolute;
z-index:1000;
left:0; bottom:0;
}

#content_banniere{
position:relative;
width:740px;
height:250px;
}
			
	#content_slogan{
	position:absolute;
	top:20px;
	left:20px;
	z-index:300;
	background-color:#fff;
	padding:5px;
	line-height:16px;
	font-size:14px;
	}

	#content_banniere_js{
	position:absolute;
	left:20px;
	z-index:100;
	}

/* CORPS */
#corps{
width:740px;
margin:0 auto;
background:url(../../images/layout/corps.repeat.y.png) repeat-y;
}

#corps_bottom{
background:url(../../images/layout/corps.bottom.png);
width:740px;
height:30px;
clear:both;
}

/* COLONE GAUCHE */
#colone_gauche{
float:left;
width:209px;
}

.menu_p{
background:url(../../images/layout/menu.repeat.y.png) repeat-y;
padding:0 0 15px 0;
}

	/* Item principal */
	.menu_p li{
	line-height:23px;
	}
	
	.menu_p a{
	color:#ffffff;
	display:block;
	padding-left:15px;
	padding-bottom:1px;
	}
	
	.menu_p a:hover, .menu_p .actif a{
	color:#4a4d28;
	font-weight:bold;
	background:url(../../images/layout/menu.actif.png) no-repeat top right;
	}
	
	/* Item secondaire */
	.menu_p .menu_hack{
	height:auto !important;
	min-height:1px;
	height:1px;
	padding:0 0 0 0;
	}
	
	.menu_p .sous_menu li{
	}
	
	.menu_p .sous_menu li a{
	padding-left:30px;
	}
	
	.menu_p .sous_menu li.actif a,.menu_p .sous_menu a:hover{
	background:url(../../images/layout/menu.ss.bckg.norepeat.png) no-repeat top right;
	}
	
	.menu_p .menu_hack .menu_hack .sous_menu a{
	padding-left:45px;
	}
	
	.menu_p .menu_hack .menu_hack .sous_menu a:hover, .menu_p .menu_hack .menu_hack .sous_menu li.actif a{
	background:url(../../images/layout/menu.ss.ss.bckg.norepeat.png) no-repeat top right;
	}

.menu_p_bottom{
background:url(../../images/layout/menu.bottom.png) top left no-repeat;
width:209px; height:26px;
}

/* COLONE DROITE */
#colone_droite{
float:left;
width:531px;
}


/* CONTENT */

#content_view{
height:auto !important;
min-height:500px;
height:500px;
padding:5px 15px 0 15px;
}

	#content_view a{
	color:#F38F08;
	/*font-style:italic;*/
	}
	
	#content_view a:hover, #content_view li.actif a{
	color:#F38F08;
	font-weight:bold;
	}

/* FOOTER */
#footer{
width:710px;
margin:0 auto;
clear:both;
padding:10px 15px 0 15px;
font-size:10px;
background:url(../../images/layout/footer.bckg.norepeat.png) no-repeat top left;
color:#9e9e9e;
}

	#footer a{
	
	}
	
	#footer_menu{
	text-align:right;
	}
	
		#footer_menu li{
		display:inline;
		}
		
		#footer_menu li a{
		color:#9e9e9e;
		}
		
		#footer_menu li a:hover,#footer_menu li.actif a{
		color:#F38F08;
		}
	
	#footer_novitis{
	
	}
	
	#footer_keywords{
	padding:15px 0;
	text-align:justify;
	line-height:1.25em;
	color:#eaf2cb;
	}