@charset "utf-8";
/* CSS Document */

body, p, table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	color:#990000;
	font-size:20px;
}
h2{
	color:#FF6600;
	font-size:16px;
}
h3{
	font-size:14px;
}
.petit{
	font-size:11px;
}
#gauche{
	height:100%;
}
#droite{
	height:100%;
}
#menu-gauche{
	background-image:url(interieur-gauche-visuel.jpg);
	border-right:1px solid #CCCCCC;
	width:199px;
	padding-bottom:16px;
}
#menu-gauche a{
	padding-left:16px;
	font-weight:bold;
	line-height:120%;
}
#contenu{
	margin-right:24px;
	margin-left:24px;
	margin-bottom:10px;
	margin-top:0px;
	padding-top:0px;
}
#bas{
	font-size:11px;
	text-align:right;
	margin-right:24px;
	margin-left:24px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #CCCCCC;
}
