/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------------------MISE EN PAGE----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
#chapeau {
	width : auto;
	height : 20px;
	margin-bottom : 5px;
	margin-left: 5px;
	margin-right: 6px;
}

#presse {
	width : auto;
	padding : 16px;
	margin-left : 5px;
	margin-right : 6px;
	margin-bottom : 5px;
}

.encadre {
	width : auto;
	margin-bottom : 5px;
}
.titreencadre
{
	padding: 2px 0px 2px 5px ;
	background-color: #b1cb0f ;
	font-size: 10pt ;
	font-weight : bold;
}
.soustitreencadre
{
	padding: 2px 0px 2px 5px ;
	background-color: #d0d4af ;
	font-size: 9pt ;
}
.contenuencadre
{
	height : 100px;
	padding: 5px;
}
.contenuencadre img
{
	float : left;
	margin-right : 5px;
	border : none;
}
.contact {
	width : auto;
	padding : 8px;
	margin-bottom : 10px;
}

#maj {
	width : auto;
	font-size : 8pt;
	font-style : italic;
	text-align : right;
	margin-top : 5px;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* ------------------------------------------------------- TYPOGRAPHIE ----------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
#chapeau h1 {
	text-align : left;
	font-size : 11pt;
	line-height : 20px;
	font-weight : bold;
	margin-top : 0px;
	margin-left : 5px;
	margin-bottom : 3px;
}
#chapeau a:link { 
	color: #ffffff;
}
#chapeau a:visited {
	color: #ffffff;
}
#chapeau a:hover { 
	color: #ffffff;
}

#presse {
	font-family : helvetica, serif;
	text-align : justify;
}
#presse h2 {
	text-align : left;
	font-size : 15pt;
	font-weight : bold;
	margin-top : 6px;
	margin-bottom : 6px;
}
#presse h3 {
	text-align : left;
	font-size : 12pt;
	font-weight : normal;
	font-style : italic;
	margin-top : 6px;
	margin-bottom : 6px;
}
#presse h4{
	text-align : left;
	font-size : 10pt;
	font-weight : bold;
	padding : 0;
	margin-top : 5px;
	margin-bottom : 5px;
}

#presse a:link { 
	color: #93aa00;
	font-weight : bold;
}
#presse a:visited {
	color: #93aa00;
	font-weight : bold;
}
#presse a:hover { 
	color: #93aa00;
	font-weight : bold;
}
.encadre {
	font-size : 9pt;
}
.contact {
	font-size : 9pt;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
/* -------------------------------------------- IMAGES COULEURS BORDURES----------------------------------------------------- */
/*---------------------------------------------------------------------------------------------------------------------------------------------  */
#chapeau {
	color: #ffffff;
	background-image : url(produit/fr/chapeau/general.gif);
	background-repeat:repeat-y;
}
#presse {
	background-color : #f2f4e7;
}

#presse h4 {
	color: #6e7f00;
}
.encadre {
	border: 1px solid #b1cb0f ;
}

.contact {
	background-color : #d0d4af;
}

