@charset "utf-8";
/* CSS Document 

	Vert = #949b2d
	Gris = #323232

*/

body{
	margin:0;
	padding:0;
	border:0px;
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
}

img{
	margin:0;
	padding:0;
	border:0px;
}

a{
	margin:0;
	padding:0;
	border:0px;
	color:#333;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	color:#949b2d;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal; color:#333;}
h1 {font-size:3em; line-height:1; margin-bottom:0.5em;}
h2 {font-size:2em; margin-bottom:0.75em;}
h3 {line-height:1.3em; margin:2em 0 .75em; font-weight:bolder; font-size:16px;}
h4 {font-size:1.2em; line-height:1.25; margin:2em 0 .75em; height:1.25em;}
h5 {font-size:12px; font-weight:bold; margin:1.7em 0 1.25em; color:#333;}
h6 {font-size:12px; font-weight:bold;}

input[type=text]{
	width:170px;
	background-color:#EEE;
	margin-top:5px;
	margin-bottom:5px;
	color:#333;
	border:1px solid #CCC;
}

select{
	width:170px;
	color:#333;
	border:1px solid #CCC;
	background-color:#EEE;
}

textarea{
	color:#333;
	border:1px solid #CCC;
	background-color:#EEE;
	width:250px;
	height:150px;
}

input[type=text]:hover,
select:hover{
	background-color:#DDD;
	border:1px solid #AAA;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #333;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	text-align:center;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #333;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

label{
	font-size:12px;
	color:#333;
	font-weight:bold;
}

p{
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:14px;
	color:#333;
	text-align:justify;
}


#content ul,
#content li{
	list-style-image:url('../images/list_img.png');
	margin-left:10px;
	font-size:14px;
	color:#666;
}

#newsBoxContent a, #newsBoxContent a:visited{
	text-decoration:none;
	color:#333;
}

#newsBoxContent a:hover{
	text-decoration:underline;
	color:#666;
}
