
	/****************************************************************************************************  GENERAL */

	/*---------- CONTAINERS ----------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bg.png) repeat-x #FFF9EF;
	margin: 0 0 10px 0;
	color: #9E9D6C;
	font-size: 12px;
}
div#top {
	background: url(../img/top.png) center top no-repeat;
	height: 190px;
	text-align: right;
	padding: 22px 20px 0 0;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
div#content {
	background: url(../img/bg_content.png) center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 10px 0 10px;
}
div#top a {
	color: white;
}

	/*---------- TITRES ----------*/

h1 {
	font-size: 16px;
	color: #FF9900;
	margin: 0;
}
h2 {
	color: #00A0C6;
	font-size: 14px;
	letter-spacing: 1px;
}


	/*---------- AUTRES BALISES ----------*/

img {
	border: none;
	display: block;
}
a {
	color: #00A0C6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


	/*---------- DIVERS ----------*/

.clear {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


	/*---------- TABLEAUX ----------*/

table {
	width: 100%;
	border-collapse: collapse;
}
th {
	padding: 5px;
	text-align: right;
}
td {
	text-align: center;
	padding: 5px;
}

	/*---------- FORMULAIRES ----------*/

form {
	margin: 0;
	padding: 0;
}
input {
	font-size: 10px;
}
.large {
	width: 98%;
}
table input {
	border: 1px solid #666666;
	color: #305947;
}
.needed {
	background-color: #F7F7F7;
}


	/****************************************************************************************************  LEFT */

div#left {
	width: 160px;
	float: left;
	padding: 0 20px 0 20px;
	font-size: 11px;
}
ul#menu {
	margin: 0;
	padding: 0;
}
ul#menu li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul#menu li a {
	background: url(../img/bg_btn.gif);
	border: 1px solid #9D9D6C;
	line-height: 27px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #9E9D6C;
}
ul#menu li a:hover {
	color: #00A0C6;
}
ul#menu li a.selected {
	color: #00A0C6;
}
div#left ul {
	margin: 0;
	padding: 0;
}
div#left ul li {
	list-style-type: none;
	margin-bottom: 5px;
}



	/****************************************************************************************************  RIGHT */

div#right {
	text-align: left;
	float: left;
	width: 380px;
	line-height: 18px;
}

	/****************************************************************************************************  BOTTOM */

h6 {
	background: url(../img/bottom.png) center top no-repeat;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 620px;
	text-align: center;
}
.normaweb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	background-color: white;
	padding: 0 2px 0 2px;
	letter-spacing: 1px;
	font-weight: bold;
}
.norma { color: #44715E; }
.web { color: #93AAAA; }

