/* 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: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#0e1720;
background:#fcdeaf url(../../images/layout/background.png) bottom center fixed;
}

a{
text-decoration:none;
color:#ff4001;
}

a:hover{
color:#000000;
}

/* BANNIERE */
.banniere_top{
position:absolute;
z-index:1000;
left:8px; top:9px;
}

.banniere_bottom{
position:absolute;
z-index:1000;
left:8px; top:176px;
}

#content_banniere{
position:relative;
width:572px;
height:197px;
margin-bottom:15px;
}

	#content_banniere{
	background:url(../../images/layout/banniere.bckg.png) top left no-repeat;
	width:572px; height:197px;
	}

	#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;
	z-index:100;
	left:8px;
	top:9px;
	}

/* CORPS */
#corps{
width:800px;
margin:0 auto;
padding:42px 0 0 0;
}

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

#logo{
margin:43px 0 17px 0;
}

#langues{
padding-bottom:56px;
}

	#langues li{
	display:block;
	float:left;
	line-height:25px;
	height:25px;
	padding-right:2px;
	}
	
	#langues li a{
	letter-spacing:-1px;
	}
	
	#langues li.actif, #langues li:hover{
	background:url(../../images/layout/langue.actif.gif) no-repeat;
	color:#000000;
	}
	
	#langues .actif a{ color:#000000; }

.menu_p_top{
background:url(../../images/layout/menu.top.png) top left no-repeat;
width:210px; height:17px;
clear:both;
}

.menu{
background:url(../../images/layout/menu.center.repeaty.png) repeat-y;
}

.menu_p{
width:185px;
}

	/* Item principal */
	.menu_p li{
	}
	
	.menu_p a{
	font-size:18px;
	line-height:35px;
	display:block;
	text-align:right;
	padding-right:5px;
	padding-bottom:2px;
	}
	
	.menu_p a:hover, .menu_p .actif a{
	color:#000000;
	font-style:italic;
	font-weight:bold;
	background:url(../../images/layout/menu.actif.gif) no-repeat right top;	
	}
	
	/* Item secondaire */
	.menu_p .menu_hack{
	height:auto !important;
	min-height:1px;
	height:1px;
	padding:0 0 0 0;
	}
	
	.menu_p .sous_menu li{
	padding-left:20px;
	}
	
	.menu_p .sous_menu li a{
	font-size:14px;
	line-height:24px;
	padding-left:20px;
	text-align:left;
	}
	
	.menu_p .sous_menu li.actif a,.menu_p .sous_menu a:hover{
	background:url(../../images/layout/sousmenu.gif) no-repeat left center;
	}
	
	.menu_p .menu_hack .menu_hack .sous_menu a{
	font-size:12px;
	line-height:21px;
	padding-left:20px;
	}
	
	.menu_p .menu_hack .menu_hack .sous_menu a:hover, .menu_p .menu_hack .menu_hack .sous_menu li.actif a{
	
	}

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

/* COLONE DROITE */
#colone_droite{
float:right;
width:572px;
}


/* CONTENT */

#content_top{
background:url(../../images/layout/content.top.png) top left no-repeat;
width:572px; height:18px;
}

#content_view{
height:auto !important;
min-height:500px;
height:500px;
padding:5px 15px 0 15px;
background:url(../../images/layout/content.center.png) top left repeat-y;
}

	#content_view a{
	
	}
	
	#content_view a:hover, #content_view li.actif a{
	font-weight:bold;
	}

#content_bottom{
background:url(../../images/layout/content.bottom.png) top left no-repeat;
width:572px; height:18px;
}

/* FOOTER */
#footer{
clear:both;
width:800px;
margin:0 auto;
color:#ff4001;
}

	#footer a{
	font-size:11px;
	}
	
	#footer_menu{
	text-align:right;
	background:url(../../images/layout/footer.png) top right no-repeat;
	height:42px; width:572px;
	line-height:42px;
	float:right;
	margin-top:18px;
	}
	
		#footer_menu ul{
		float:left;
		padding:0 0 0 15px;
		}
		
		#footer_menu li{
		display:inline;
		}
		
		#footer_menu li a{
		
		}
		
		#footer_menu li a:hover,#footer_menu li.actif a{
		
		}
	
	#footer_novitis{
	padding-right:15px;
	color:#d09e51;
	}
	
	#footer_novitis:hover{
	color:#000000;
	}
	
	#footer_keywords{
	clear:both;
	padding:10em 0 1em 0;
	font-size:10px;
	line-height:1.25em;
	color:#BDA684;
	text-align:justify;
	}
