/* CSS Document */
body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	}
	
/* fontes */
.menu {
	font-size:16px;
	color:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.text {
	font-size:12px;
	color:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
}
.text a {
	font-size:12px;
	color:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.text a:hover {
	font-size:12px;
	color:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
/* tableaux */

table#header {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:200px;
	border:dashed;
	border-width:thin;
	border-color:#999999;
	}
td#header_gauche {
	width:114px;
	background-image:url(images/header1.gif);
	}
table#main {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border:dashed;
	border-width:thin;
	border-color:#999999;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	}
table#titre {
	width:200px;
	height:30px;
}
td#image_titre {
	width:43px;
}
td#corps_titre {
	width:157px;
}
table#vignette_index {
	width:600px;
	border:dashed;
	border-width:thin;
	border-color:#CCCCCC;}

td#vignette_index {
	width:132px;
}	

table#boite_droite {
	width:200px;
	}