body { 
	text-align: center; 
	margin: 0;	
	font-size: 12px;	
	font-family: verdana, arial, sans-serif;
	background-color: #ffefd6;	
}

h1 {
	color: #bd2163;
	font-size: 18px;
}

h2 {
	color: #f99813;
	font-size: 16px;	
}

span.h1 {
	color: #bd2163;
	font-size: 14px;
	font-weight: bold;
}

span.h2 {
	color: #f99813;
	font-size: 14px;	
	font-weight: bold;	
}

input {
	background-color: #fffaf2;
}

input.little {
	width: 100px;
}

input.normal {
	width: 250px;
}

select {
	width: 400px;
	font-size: 11px;
	background-color: #fffaf2;		
}

textarea {
	width: 250px;
	height: 100px;
	background-color: #fffaf2;	
}

a {
	color: #166297;
	text-decoration: none;
}

a:hover {
	color: #d6646b;
}

a img {
	border: 0;
}

ul {
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 0px;		
}

ul li {
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;		
	color: #f99813;
}

table th {
	color: #555;
	font-weight: bold;
	font-size: 11px;
}

.th {
	color: #555;
	font-weight: bold;
	font-size: 11px;	
}

.bold {
	font-weight: bold;
}

#page {
	width: 1000px;
	height: 620px;		
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}

#top {
	width: 1000px;
	height: 92px;
	background-color: #bd2163;
}

#top #red {
	height: 4px;
	background-color: #e7457b;
}

#top #menu {
	width: 1000px;
	padding: 0px;
	margin: 0px;	
}

#top #menu #nb1 {
	float: left;
}

#top #menu #nb2 {
	width: 850px;
	float: left;
	text-align: center;
}


#top #menu a.title {
	padding: 0px;
	margin: 0px;
}

#top #menu a.title img {
	border: 0px;
	border-left: 2px solid #e7457b;
	padding: 0px;
	margin: 0px;
}

#top #menu img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#center {
	margin-top: 25px;
}

#center #left {
	float: left;
	width: 220px;
	margin-left: 10px;
	text-align: center;
	margin-top: 20px;
	padding-right: 15px;	
}

#center #right {
	float: left;
	width: 700px;
	margin-left: 15px;
}

.error {
	color: #ee003e;
	font-weight: bold;
}

#bottom {
	padding-top: 25px;
	text-align: center;
	font-style: italic;
	font-size: 11px;
	color: #555;
}

#center #left table tr td a {
	color: #5e3567;
}

#center #right div.sideBar {
	font-size: 14px;
	background-color: #feddab;
	font-weight: bold;
	height: 22px;
}

#center #right div.sideBar img {
	vertical-align: bottom;
}

#center #left {
	float: left;
	background-color: #fef3de;
	text-align: left;
}

#center #left ul li {
	list-style-type:none; 
}

#formulaire table tr td {
	font-size: 11px;
}

#formulaire {
	font-size: 11px;
}

span.downTitle {
	color: #bd2163; 
	font-size: 14px; 
	font-weight: bold;
}

table.download {
	background-color: #fef3de;
}

table.download tr td {
	vertical-align: top;
}