/* ################################################ */
/* CSS MAIN */

h1 {
	font-size: 3em;
	color: #3e6565;
	margin: 10px 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	text-transform: none;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 2em;
	color: #3e6565;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	text-transform: none;
	font-weight: normal;
	text-transform: uppercase;
}

p {
	font-size: 1.2em;
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 1.7;
	color: #333333;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

a img.logo {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	margin: 0;
	/*padding: 0;
	border: 0; */
	padding: 5px;
	border: 1px solid #F9D268;
}

a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

/* ################################################ */
/* CSS OCM */

/* --- IMAGE --- */
.image {
	border: 1px solid #B2CDE5;
	padding: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

/* --- LIST PDF --- */
.text_list_pdf {
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	/*text-align: justify;*/
	margin-right: 40px;
	list-style-image: url(../images/pdf_mini.jpg);
}

/* --- LIST --- */

div.list {
	font-size: 14px;
}

ul.cat a {
	text-decoration: underline;
}

ul.prod a {
	text-decoration: underline;
}


ul.vers a {
	text-decoration: none;
}

ol.vers a {
	text-decoration: none;
}

/* --- LINK DEFAULT --- */
a.link_default {
	color: #000000;
	text-decoration: none;
}
/*
li a.link_default:hover {
	text-decoration: none;
	color: #82AED5;
}*/




