#page{
	width:  800px;
	margin: auto;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:   15pt;
}

h1{
	color:       red;
	text-align:  center;
	font-family: Trebuchet;
}

a{
	color: #0099CC;
}

a:link
{  
	text-decoration: none
}

a:visited
{  
	text-decoration: none
}
		
a:hover   
{  
	text-decoration: underline
}

.bleu{
	color: #0099CC;
}

.head{
	color: orange;
}

table{
	border-collapse: collapse;
	width:           800px;
}

.td1{
	color:          orange;
	width:          20px;
	vertical-align: top;
}

.td2{
	width: 660px;
}

.td3{
	width: 120px;
}

.td4{
	width: 400px;
	display: block;
	vertical-align: top;
}

.td5{
	width: 140px;
	margin-right: 100px;
}

i{
	font-size: 10pt;
}

.right{
	float: right;
	font-size: 12pt;
	padding-right: 30px;
}