/**
 * This file is part of 
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 *
 * pragmaMx is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 */

/*
 * IMPORT CSS STYLING
 */
 
/* pragmamx styling */
@import url(pragmamx.css);

/* Weblayout styling */
@import url(layout.css);

/* forms styling */
@import url(forms.css);


/* 
 * general styling
 */
html, body   { color: #6b6b6b; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 120%; background-color: transparent; margin: 0; padding: 0; border: 0 }

p {	margin: 0 0 1.1em }

del, strike { text-decoration: line-through }

a img, img { border: none }

hr {
border:1px solid #6B6B6B;
height:1px
}

/* External links */
a:link, a:visited  { color: #069; text-decoration: none; background-color: transparent }

a:hover,
a:active, 
a:focus  { color: #39c; text-decoration: underline; background-color: transparent }

span.tiny a:visited, .tiny, span.tiny a:link {
	font-size: 0.9em;
}

span.tiny a:hover  { color: #069 }



/*
 * Typographie 
 */

/* heading */
h1, h2, h3, h4, h5, h6 {
  font-family:"times new roman",times,serif;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	
}

h1 { font-size: 2em }
h2 { font-size: 1.6em }
h3 { font-size: 1.3em }
h4 { font-size: 1.2em }
h5, h6 { font-size: 1.1em }


/* preformatted */
pre, code {
	background: #F6F6F6;
	font-size: 0.9em;
	color: #444;
  white-space: normal;
}

/* test Spaw2 style */
.test1 {
	font-weight: bold;
}

