a {
	text-decoration: none;
}

a:hover {
	color: orange !important;
}

img {
	border: 0;
}

/* Template - Menu */

#menu {
	text-align: center;
	height: 50px;
	width: 100%;
	border-bottom: 1px solid black;
}

#menu a {
	text-decoration: none;
}

#menu  ul {
	height: 50px;
	padding-top: 12px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	width: 560px;
}

#menu li {
	float: left;
	padding-left: 0.7em;
	font-size: 1.2em;
}

/* Home page */

#news {
	padding: 30px;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS";
	color: #669966;
	text-align: justify;
	border-bottom: 1px inset #999;
}

#guide {
	padding: 20px;
	color: #669966;
	font-size: 0.9em;
	font-family: Times New Roman;
}

#guide h2 {
	padding-left: 8px;
	font-size: 1.2em;
	color: #667766;
	text-transform: none;
	letter-spacing: 0px;
}

#how-en {
	padding-right: 10px;
	width: 47%;
	float: left;
}

#how-fr {
	padding-left: 10px;
	width: 47%;
	float: right;
}

/* Documentations page */

#documentations {
	padding: 0px 20px 20px 20px;
}

#support {
	text-align: center;
	color: orange;
	font-size: 0.9em;
}

#documentations h2 {
	color: #667766;
}

#documentations a {
	color: #669966;
}

#documentations dt {
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 110%;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #667766;
}

#documentations dd {
	color: #667766;
	font-size: 0.9em;
}

/* Identification pages */

#identification_table {
	border-style: solid;
	border-color: #667766;
	border-collapse: collapse;
	width: 90%;
	margin: 40px auto;
	color: #669966;
}

#identification_table th {
	background-color: #667766;
	color: #ffffff;
	padding: 10px;
	font-size: 0.9em;
}

#identification_table td {
	vertical-align: top;
	padding: 5px;
	font-size: 0.8em;
}

/* Informations pages */

#informations {
	padding: 10px;
	font-family: Arial;
}

#informations h2 {
	color: #667766;
	text-transform: none;
	font-size: 2em;
}

#informations h3 {
	color: #667766;
	text-transform: none;
}

#informations_thm {
	height: 140px;
}

#informations p {
	color: #669966;
	text-align: justify;
}

#informations dt {
	color: #669966;
	padding-bottom: 10px;
}

#informations dd {
	color: #669966;
}

#source {
	padding-top: 30px;
	float: right;
}

/* Packages page */

#packages {
	padding: 20px;
}

#packages a {
	color: red;
	font-size: 0.7em;
}

#packages dt {
	color: #667766;
	padding-top: 10px;
	padding-bottom: 3px;
}

#packages dd {
	color: #669966;
	font-size: 0.9em;
}

#packages_table {
	border-style: solid;
	border-color: #667766;
	border-collapse: collapse;
	width: 90%;
	margin: 40px auto;
	color: #669966;
}

#packages_table th {
	background-color: #667766;
	color: #ffffff;
	padding: 10px;
}

#packages_table td {
	text-align: center;
}

#packages_table p {
	margin-bottom: 30px;
}

#packages_table img {
	margin: 10px;
}

/* Sockets page */

#sockets {
	padding: 20px;
}

#sockets a {
	color: red;
	font-size: 0.7em;
}

#sockets dt {
	color: #667766;
	padding-top: 10px;
	padding-bottom: 3px;
}

#sockets dd {
	color: #669966;
	font-size: 0.9em;
}

#sockets_table {
	border-style: solid;
	border-color: #667766;
	border-collapse: collapse;
	width: 90%;
	margin: 40px auto;
	color: #669966;
}

#sockets_table th {
	background-color: #667766;
	color: #ffffff;
	padding: 10px;
}

#sockets_table td {
	vertical-align: top;
	padding: 10px;
	font-size: 0.9em;
}

#sockets_table ul {
	list-style: none;
}

#sockets_table li {
	margin-left: -40px;
}

#sockets_table img {
	margin: 0px 0px 10px 0px;
}

/* Links page */

#links_table {
	border-style: solid;
	border-color: #667766;
	border-collapse: collapse;
	width: 90%;
	margin: 40px auto;
	color: #669966;
}

#links_table th {
	background-color: #667766;
	color: #ffffff;
	padding: 10px;
}

#links_table td {
	padding: 10px;
	font-size: 0.9em;
}

#links_table a {
	color: #667766;
	font-weight: bold;
}

/* Contacts page */

#copyright {
	padding: 10px;
	text-align: center;
	color: orange;
}

#contacts a {
	font-weight: bold;
	color: #667766;
}

#contacts {
	text-align: center;
	color: #669966;
}

#contacts ul {
	list-style: none;
}

#contacts li {
	padding-bottom: 10px;
	margin-left: -40px;
}