@charset "utf-8";
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
body {
	background-color: #FF9900;
	text-decoration: none;
}
#menu {
	background-color: #66CC00;
	height: 30px;
	text-align: center;
}
#menu a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 30px;
}
#menu a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFCC00;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFCC00;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 30px;
}
#menu a.concerne {
	color: #FFCC00;
}

#sous-menu  {
	width: 180px;
	background-color: #FFFFFF;
	float: left;
	text-decoration: none;
	text-align: right;
}
#variable {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: small;
	color: #CC0000;
	padding-right: 20px;
	padding-left: 15px;
	margin-left: 180px;
	text-decoration: none;
	padding-top: 20px;
	margin-top: 0px;
}
#variable img {
	float: left;
	padding-right: 10px;
	text-decoration: none;
}



#pied-de-page {
	background-color: #339933;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#contenu {
	background-color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
}

.info {
	font-style: normal;
	color: #009933;
	text-decoration: none;
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}

#sous-menu img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

