body {
	margin: 0;
	padding: 0;
	background-image: url(images/interface/bg.gif);
	background-repeat: repeat-x;
}

#global {
	width: 790px;
	margin: 0px auto;
	text-align: left;
}
#top1 {
	width: 790px;
	height: 50px;
}
#top2 {
	width: 790px;
	height: 175px;
}
#top3 {
	width: 790px;
	height: 5px;
	background-color: white;
	border-width: 0px 1px 0px 1px;
	border-color: black;
	border-style: solid;
}

#principalIndex {
	width: 790px;
	background-color: white;
	border-width: 0px 1px 0px 1px;
	border-color: black;
	border-style: solid;
	background-image: url(images/equipe.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#principal {
	width: 790px;
	background-color: white;
	border-width: 0px 1px 0px 1px;
	border-color: black;
	border-style: solid;
}

#menu {
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 160px;
	font-family: Impact;
	font-size: 18pt;
	line-height: 24pt;
	color: #930;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
#menu li {
	padding: 0;
	margin: 0;
}
.menu a {
	padding: 0;
	margin: 0;
	width: 160px;
	display: block;
	text-decoration: none;
	color: #f63;
	border-width: 0px 0px 5px 5px;
	border-color: white black;
	border-style: solid;
}
.menu a:hover
{
	text-decoration: non;
	color: #f90;
	border-width: 0px 0px 5px 5px;
	border-color: lime;
	border-style: solid;
}
.menuIndent {
	text-align: left;
	text-indent: 10px;
}

#contentIndex {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 600px;
	display: inline;
	padding-bottom: 278px;
}
#content {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 610px;
	display: inline;
}

p {
  margin: 0;
  padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
	line-height: 12pt;
}
blockquote {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
	line-height: 12pt;
	margin: 0	0	8px	0;
	padding: 0;
}
h1
{
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 13pt;
	line-height: 16pt;
	color: #f60;
	border-width: 0px 0px 1px 0px;
	border-color: lime;
	border-style: solid;
}
h2 {
	margin: 10px 0 10px 0;
  padding: 0;
	color: #f60;
	font-size: 12pt;
	line-height: 12pt;
}
h3 {
	padding: 0;
	margin: 0;
	width: 255px;
	height: 30px;
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
}
h3 span { display: none; }
h4 {
	color: #f60;
	font-size: 18px;
	line-height: 1.2em;
}
h5 {
	color: #f60;
	font-size: 16px;
	line-height: 1.2em;
}

.txtl { text-align: left; }
.txtc { text-align: center; }
.txtr { text-align: right; }
.txtp {
	text-align: right;
	font-family: Arial;
	font-size: 6px;
	line-height: 6px;
}
.txtBlanc { color: white;}

.imageR {
	float: right;
	padding: 10px 0px 10px 10px;
}
.imageL {
	float: left;
	padding: 0 10px 5px 0px;
}

td { padding: 3px; }
.tbl { border-collapse: collapse; }
.tbl2 {
 border-collapse: collapse;
 border: 1px #000 solid;
}
.tr {	border-bottom: 1px #000 solid; }
.tdTopL {
	border-top: 1px #000 solid;
	border-right: 0 #000 solid;
	border-bottom: 0 #000 solid;
	border-left: 1px #000 solid;
	text-align: right;
	vertical-align: top;
	background-color: #fc9;
}
.tdTopR {
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 0 #000 solid;
	border-left: 0 #000 solid;
}
.tdBottomL {
	border-top: 1px #000 solid;
	border-right: 0 #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	text-align: right;
	background-color: #fc9;
}
.tdBottomR {
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 0 #000 solid;
}

.tdTopL2 {
	text-align: right;
	vertical-align: middle;
	background-color: #fc9;
}
.tdTopR2 {
	vertical-align: middle;
}

.break { clear: both; }

#pied {
	width: 100%;
	height: 35px;
	background-image: url(images/interface/bg-pied.gif);
	background-repeat: repeat-x;
	color: #333;
	font-family: Times new Roman;
	font-size: 10px;
	line-height: 35px;
	text-align: center;
	background-position: left top;
}
#pied a { color: #333; }
