﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1134px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 1132px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	/*240*/
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	/*740*/
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 1132px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Styles de titres */
#masthead h3 {
	color: #5f8ea9;
}

#masthead a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#masthead a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}

/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Styles du contenu */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
	font-family: Calibri,sans serif;
	font-size:large;
	text-decoration:none;
	font-weight:lighter;


}
h3 {
	color: #3d6c87;
	font-family: Calibri,sans serif;
	font-size:x-large;
	text-decoration:none;
	font-weight:lighter;

}

h2 {
	color: #3d6c87;
	font-family: Calibri,sans serif;
	font-size:x-large;
	text-decoration:none;
	font-weight:lighter;
}

h1 {
	font-family: Monotype corsiva;
	font-size: xx-large;
	text-align:center;
	font-weight:lighter;
	/*font-weight: bold;*/
}

.titre {
	font-family: Cambria;
	font-size: x-large;
	text-align:center;
	font-weight:lighter;
	/*font-weight: bold;*/
}


#box_large_title2
{
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 20px;*/
	line-height: 60px;
	text-align: left;
	/*font-style: italic;*/
	padding-left: 75px;
	/* Rajouté car sa grisait le titre*/
	background-color:white;
	/*journal.png*/
	background-image: url(../images/knewsletter.png);
	background-repeat: no-repeat;
	margin-left:14px;
}

#box_large_title3
{
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 20px;*/
	line-height: 65px;
	text-align: left;
	/*font-style: italic;*/
	padding-left: 75px;
	/* Rajouté car sa grisait le titre*/
	background-color:white;
	/*journal.png*/
	background-image: url(../images/browser.png);
	background-repeat: no-repeat;
	margin-left:14px;
}

#box_large_title4
{
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size: 20px;*/
	line-height: 65px;
	text-align: left;
	/*font-style: italic;*/
	padding-left: 75px;
	/* Rajouté car sa grisait le titre*/
	background-color:white;
	/*journal.png*/
	background-image: url(../images/kdict.png);
	background-repeat: no-repeat;
	margin-left:14px;
}



.signature {
	font-family: Book antiqua;
	font-size: large;
	text-align:right;
	font-weight:bold;
	font-style:italic;
}

.date {
	font-family: Verdana;
	font-size: xx-small;
	text-align:left;
	/*font-weight: bold;*/
}

.jpmfg {
	font-family: Verdana;
	font-size: 9pt;
	text-align:justify;
}


.book {
	font-family: book antiqua;
	font-size: 12pt;
	font-style:italic;
	}

.book2 {
	font-family: book antiqua;
	font-size: 10pt;
	text-align:justify;
	font-weight:normal;
	}
	
.book2italique {
	font-family: book antiqua;
	font-size: 9pt;
	text-align:right;
	font-weight:normal;
	font-style:italic;
	}
	
	
.image_header {
	border-style: solid;
	border-width: 0;
}


/* Styles de pieds de page */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
