html
{
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/site_bg.jpg);
	background-color: #ffffff;
}
body
{
	font-size: 12pt;
	font-family: Arial, sans-serif;
	width:1000px;
	margin: auto;
	
}
#content
{
	margin-left: 132px;
	width: 736px;
}
#t_droit
{
	margin-top: 90px;
	width: 132px;
	height: 502px;
	float: right;
}
#t_gauche
{
	margin-top: 90px;
	width: 132px;
	height: 502px;
	float: left;
}

table
{
	vertical-align: center;
}

td
{
	padding-top: 20px;
}

.colone
{
	padding-left: 30px;
}

img{
border: none;
}

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

#entete
{
	width: 736px;
	height: 150px;
	background-image: url(images/header.png);
}

#menu_horizontal
{

	width: 723px;
	height: 40px;
	text-align: center;
	background-image: url(images/bg.jpg);
}
#menu_horizontal a
{
	display: block;
	float: left;
	width: 144px;
}

#centre
{
	min-height:375px;
	width: 703px;
	padding: 10px;
	
}
#bord
{
	border-left: 7px solid #989898;
	border-right: 7px solid #989898;
	background-color: #dad8d8;
}

#pied, #pied a{
color: #989898;
font-weight: bold;
font-size: 10pt;
}
