* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #e3e3e3 url('images/bg.gif') repeat-y center;
	text-align: center;
	color: #636363;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
}

td {
	font-size: 12px;
	line-height: 16px;
}

#global {
	width: 800px;
	background-color: #ffffff;
	margin: 0 auto 10px auto;
}

#header {
	padding: 10px 0 0 0;
}

#gauche {
	float: left;
	width: 230px;
	margin-left: 10px;
}

.case {
	background-color: #ededed;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #e6e6e6;
	text-align: justify;
}

#droite {
	margin: 0 10px 0 250px;
}

.case h1 {
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 4px;
	margin-bottom: 10px;
	background: #E50C0C url('images/title.jpg') repeat-x;
	text-align: center;
}

.case h2 {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #333333;
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.case p {
	margin: 10px 0 0 0;
}


a:link, a:visited {
	color: #E50C0C;  
	text-decoration: none;
	cursor: main;
}

a:hover {
	color: #5293A5;  
	text-decoration: underline;
	cursor: main;
}

b, strong {
	color: #686868;
}

em, i {
	color: #9a9a9a;
	font-family: georgia;
}

u {
	color: #000000;
}

a.menulink {
	display: block;
	background-color: #ffffff;
	border-bottom: 1px solid #e2e2e2;
	padding: 3px;
	color: #E50C0C;  
	text-decoration: none;
	text-align: center;
	border-left: 3px solid #d9d9d9;
}

a.menulink:hover {
	background-color: #e2e2e2;
	color: #638D97;  
	text-decoration: underline;
	border-left: 3px solid #E50C0C;
}

.textarea, textarea{
color:#444444;
background-color: #e2e2e2;
width:300px; height:65px;
border-top: 2px solid #638D97;
border-bottom: 2px solid #5293A5;
border-left: 2px solid #638D97;
border-right: 2px solid #5293A5;}

.TextWrap{
float: left;
margin: 10px;}

table {
  border-spacing: 10px;
}