/* global file who gets mains rules and calls to external files */


@import url('header.css');
@import url('container.css');
@import url('blocs.css');
@import url('declinaisons.css');
@import url('extensions.css');
@import url('footer.css');
@import url('rte.css');

/* COULEURS
***********
marron/rouge bordeaux : logo, survol menu --> #8D3F1E
gris clair : liens haut de page, fond en-tete (logo + menu) --> #F0F0D9
gris : textes, menu --> #AFAF96
orange : logo --> #EB6414
***********
*/

/* reset rules */
* {
	margin: 0;
	padding: 0;
}

/* center content */
body {
	text-align: center;
	background: #FFF;
	font: 11px Arial;
	color: #7d7d64;
}

#page {
	width: 965px;
	text-align: left;
	margin: 0 auto;
}

/* behavior for html tags */
a { outline: none; }
a:link, a:hover { text-decoration: underline; }
a img { border: 0; }

/* headline */

h2 { margin-bottom: 8px; }
h3, h4 { margin-bottom: 5px; }

h1 { font-size: 23px; line-height: 25px; }
h2 { font-size: 18px; line-height: 20px; }
h3 { font-size: 15px; line-height: 18px; }
h4 { font-size: 12px; line-height: 15px; }
h5 { font-size: 13px; }


/* commons rules */
.clear { clear: both; }

/* special class "thema" 
#page.thema #menu_2 {
	width: 582px;
	background: #F0F0D9 url('../images/interface/headers/thema_1.jpg') no-repeat right center;
	margin-right: 0;
}
*/
#page.thema #navigation { position: absolute; z-index: 100; right: 0; width: 582px !important; height: 145px !important; display: block !important; margin-right: 0; background: #F0F0D9 url('../images/interface/headers/thema_1.jpg') no-repeat right center; }
/*
#page.thema #menu_2 { display: none; }

#page.thema #menu_3, #page.thema #menu_4, #page.thema #menu_5, #page.thema #menu_right { display: none; }
*/
/* special class "forum" */
#page.forum #menu_2 {
	width: 582px;
	background: #F0F0D9 url('../images/interface/headers/thema_2.jpg') no-repeat right center;
	margin-right: 0;
}

#page.forum #menu_2 ul {
	width: 112px;
}

#page.forum #menu_3, #page.forum #menu_4, #page.forum #menu_5, #page.forum #menu_right { display: none; }



