/*//////////////////////////////////////////////////////////////////////////////////
								   page principale
//////////////////////////////////////////////////////////////////////////////////*/
@charset "UTF-8";
@import url("style.css");
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
a img { 
	border: none;
}
a:link {
	text-decoration: none;
	color: #999999;
	border:none;
	outline:none;
	}
a:visited {
	text-decoration: none;
	color: #999999;
	border:none;
	outline:none;
	}
a:hover, a:active {
	color: #333333;
	border:none;
    outline:none;
	}

/*//////////////////////////////////////////////////////////////////////////////////
								      body style
//////////////////////////////////////////////////////////////////////////////////*/
.body1 {
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.body2 {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}


/*//////////////////////////////////////////////////////////////////////////////////
								    highlight style
//////////////////////////////////////////////////////////////////////////////////*/
.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
}
.h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #999999;
}

/*//////////////////////////////////////////////////////////////////////////////////
								        border
//////////////////////////////////////////////////////////////////////////////////*/
.border1 {
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
}
