﻿/*** Canvas
***************************************/
div#page
{
	width: 720px;	
}

/*** Hide elements
***************************************/
#header,
#video,
.navLang,
.contentRigth
{
	display: none;	
}

/*** General typo
***************************************/
body
{
	font-family: arial, verdana, "trebuchet ms", sans-serif;
	font-size: 13px;
}

p
{
	line-height: 18px;	
	margin: 0 0 15px 0;
}

a {color:black;}

ul {margin: 0 0 0 20px;padding:0;}

/*** Titles
***************************************/

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1,h2,h3,h4,h5,h6
{
	border-bottom: 1px silver solid;	
}