/* 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:12px;
color:#001937;
background:url(../../images/layout/background.corps.jpg) center top no-repeat;
}

html{
background:#cfdce9 url(../../images/layout/background.body.jpg) repeat-x top left;
}

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

/* ENTETE */
#header{
width:866px;
height:35px;
margin:0 auto;
}
	
	#header_langues{
	float:right;
	margin-top:14px;
	padding-right:22px;
	}
		
		#header_langues li{
		display:inline;
		}
		
			#header_langues a{
			margin-left:2px;
			display:block;
			float:left;
			width:27px; height:18px;
			text-align:center;
			background:url(../../images/layout/langues.png) no-repeat top right;
			color:#004494;
			line-height:18px;
			font-size:10px;
			font-weight:bold;
			text-transform:uppercase;
			}
			
			#header_langues a:hover, #header_langues a.actif{
			background-position:top left;
			color:#FFFFFF;
			}

/* CORPS */
#corps{
width:890px;
margin:0 auto;
}

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

	#logo{
	margin-top:29px;
	margin-bottom:19px;
	}

.menu_p_top{
background:url(../../images/layout/menu.top.png) top left no-repeat;
width:215px; height:19px;
}

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

	/* Item principal */
	.menu_p li{
	line-height:24px;
	}
	
	.menu_p a{
	color:#004494;
	font-weight:bold;
	font-size:13px;
	/*font-style:italic;*/
	}
	
	.menu_p a:hover, .menu_p .actif a{
	color:#e56804;
	}
	
	/* Item secondaire */
	.menu_p .menu_hack{
	height:auto !important;
	min-height:1px;
	height:1px;
	padding:0 0 0.85em 0;
	}
	
	.menu_p .sous_menu li{
	font-size:11px;
	line-height:21px;
	}
	
	.menu_p .sous_menu li a{
	padding-left:20px;
	}

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

/* COLONE DROITE */
#colone_droite{
float:left;
width:630px;
margin-left:20px;
}

/* BANNIERE */
#content_banniere{
position:relative;
width:630px; height:240px;
}
			
	#content_slogan{
	position:absolute;
	top:35px;
	left:25px;
	z-index:300;
	background-color:#fff;
	padding:5px;
	width:300px;
	line-height:16px;
	border:4px solid #e2f0fd;
	font-size:14px;
	}

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

/* CONTENT */

#content_view_top{
background:url(../../images/layout/content.top.png) no-repeat top left;
width:630px; height:29px;
}

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

	#content_view a{
	color:#E56804;
	/*font-style:italic;*/
	}
	
	#content_view a:hover, #content_view li.actif a{
	color:#004494;
	}

#content_view_bottom{
background:url(../../images/layout/content.bottom.png) no-repeat;
width:630px;
height:26px;
}

/* FOOTER */
#footer{
width:620px;
padding-left:220px;
margin:0 auto;
clear:both;
padding-top:10px;
font-size:10px;
}

	#footer a{
	
	}
	
	#footer_menu{
	text-align:right;
	}
	
		#footer_menu li{
		display:inline;
		}
		
		#footer_menu li a{
		color:#4390cd;
		}
		
		#footer_menu li a:hover,#footer_menu li.actif a{
		color:#e56804;
		}
	
	#footer_novitis{
	
	}
	
	#footer_keywords{
	padding:15px 0;
	text-align:justify;
	line-height:1.25em;
	color:#8894b4;
	}
