/*
-----------------------------------------------
Style GIHP pour media PRINT
auteur:   Matthieu Faure // Open-S.com
version:  17/10/2005
----------------------------------------------- */

/* general
-------------------------------------------------- */

body {
	font-family: georgia, "Times New Roman", Times, serif;
}

#content a:after {
	content: " (" attr(href) ") ";
}

acronym {
	border: none;
}

acronym[title]:after {
	content: " (" attr(title) ") ";
	font-style: italic;
}

/* specifique GIHP
-------------------------------------------------- */

#prelude,
#slogan,
#search,
#navigation,
#bandeau-graphique,
#breadcrumb,
#footer {
	display: none;
}

/* =header
 -------------------------------------------------- */
#header {
	text-align: right;
	float: left;
	width: 100%;
		/* width 100% indispensable sinon les elements non-float qui suivent vont remonter */
}

#logo img {
	float: left;
	margin: 10px 10px 0px 0px;
	border: 0;
}

#logo-texte {
	float: left;
	text-align: left;
	margin: 0;
}

.logo-gihp {
	color: #4d0302;
	background: white;
	font-style: italic;
	font-size: 1.5em;
	margin: 0;
}

.logo-languedoc-roussillon {
	font-style: italic;
	font-weight: 900;
	font-size: 1.5em;
	color: #767676;
	background: white;
	margin-top: 0.5em;
}
