@charset "UTF-8";
/* CSS typography Document */

/* Table des matieres
-------------------------------------------------------------- */ 

/* Default font */
/* Headings */
/* Text elements */
/* Lists */
/* Misc text class */




/* Default font settings. 
-------------------------------------------------------------- */  

/*The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	/*font-size: 75%;*/
	font-size:12px;
	color: #6e7378;
	font-family: arial, sans-serif;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
/*
	font-size: 30px;
	color:#b4b9be;
	font-family:'Arial Narrow', arial, sans-serif;
	display:block;
	width:660px;
	margin-left:10px;
	margin-top:5px;
	border-bottom:1px solid #b4b9be;
	line-height:1.3em;
	letter-spacing:1px;
	*/
	
	border-bottom:1px solid #B4B9BE;
color:#B4B9BE;
display:block;
font-family:'Arial Narrow',arial,sans-serif;
font-size:30px;
letter-spacing:1px;
line-height:1.2em;
margin-bottom:3px;
margin-left:10px;
margin-top:5px;
width:660px;
}
h2 {
	font-size: 20px;
	color:#6e643c;
	font-family:'Arial Narrow', arial, sans-serif;
	margin-top:15px;
	margin-bottom:10px;/*30*/
	letter-spacing:1px;
	line-height:1em;
}
h3 {
	background:url("../images/base/h3_2-bk.jpg") repeat-y scroll left top transparent;

color:#6E643C;

/*
background-color:#576577;
color:#fff;
*/
font-family:arial,sans-serif;
font-size:12px;
height:0.8em;
letter-spacing:1px;
line-height:1em;
margin:0 0 8px 0;
padding:1px 5px 3px;
font-weight:normal;
}
	
h4 {
	font-size: 25px;
	color:#0078b4;
	text-transform:uppercase;
	margin-bottom: 0.5em;
	margin-top: 80px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em 0;
	color:#6e7378;
	line-height:1.2em;
	text-align:justify;
}
a:focus, a:hover {
	color: #6e7378;
}
a {
	color: #6e643c; /*#6e7378;*/
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em ,dfn {
	font-style: italic;
}
sup, sub {
	line-height: 0;
}
sup{
font-size:40%;
vertical-align:top;

}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin:0 1.5em;
}
li{
	line-height:1.2em;
	margin-bottom:1em;
}
ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
	margin:0 0 0 1em;
}

ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}

/* Misc text class
-------------------------------------------------------------- */

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}

/*
*/
a.gris{
color:#6e7378;
}
