body { 
	background-color:#D9E0F2;
	font-family: verdana;
	font-size: 12px;
	margin: 10 10 10 10px;
	padding: 0 ;
	text-align: center;	
}
#conteneur
{
	margin:0 auto;
	text-align:left;
}
#barmenu {
	top: 10px;
	left: 10px;
	position:fixed;
	height: 165px;
	width: 180px;
	float:left;
}
#menugauche {
	font-size: 9px;
	background-color: #CCCCFF;
	padding-top: 10px;
	padding-left: 5px;
	border: thin solid #000000;
}
#droite {
	float:left;
	position:absolute;
	top:10px;
	left:200px;
	margin-right:0px;
	width:85%;
}

.info{
	font-size: 10px;
	font-style: italic;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-weight: bolder;
	font-variant: normal;
	color: #CC0000;
	text-align: justify;
	text-decoration: none;
}

.input {
	padding:2px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000080;
	background-color:#FFF7F7;
	border:solid #CC0000 1px;
}
select {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style:normal;
	color: #000080;
	background-color:#FFF7F7;
	border:solid #CC0000 1px;
}

#relsample {
	top: 20px;
	width: 90%;
	position: relative;
	background-color: #fff7f7;
}
#top_left, #top_right, #bottom_left, #bottom_right {
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	position: absolute;
	background-color: #D9E0F2;
}
#top_left {
	top: 0px;
	left: 0px;
	background-image: url("../pmg/corner_top_left.gif");
}
#top_right {
	top: 0px;
	right: 0px;
	background-image:url("../pmg/corner_top_right.gif");
}
#bottom_left {
	bottom: 0px;
	left: 0px;
	background-image: url("../pmg/corner_bottom_left.gif");
}
#bottom_right {
	bottom: 0px;
	right: 0px;
	background-image: url("../pmg/corner_bottom_right.gif");
}
#content {
	position: relative;
	padding: 20px;
}

a{
	color: #CC0000;
}

