body {
	margin: 30px 0 0;
	/*background: #ff6500;*/
	background: #fc0;
}
a img {
	border: none;
}
#total {
	position: relative;
	width: 960px;
	height: 629px;
	margin: 0 auto;
	font: .7em "Trebuchet MS", Arial, sans-serif;
/*	color: #ffffff;*/
	/*color: #f30;*/
	color: #fff;
}
#tete h1 {
	font: 700 1.7em/1.6em Verdana, Arial, sans-serif;
}
#tete h1 a {
	display: block;
	width: 210px;
	height: 91px;
	padding-top: 188px;
	text-indent: -9000px;
	font-size: 0;
	line-height: 1px;
	text-decoration: none;
}
#corps {
	position: absolute;
	top: 0;
	left: 200px;
	width: 615px;
	height: 450px;
	padding: 25px 120px 25px 25px;
	color: #000000;
}
#corps2 {
	width: 600px;
	height: 450px;
	overflow: auto;
	padding-right: 15px;
}
#menuv {
	width: 195px;
	margin-left: 5px;
	padding: 0;
	list-style: none;
}
#menuv a {
	display: block;
	width: 195px;
	padding: 2px 0;
	text-decoration: none;
	/*color: #ffffff;*/
	/*color: #f30;*/
	color: #fff;
	text-shadow: 1px 1px #000;
}
#menuv a:hover, #menuv .courant {
	font-weight: 700;
	/* font-style: italic; */
	text-align: right;
	/*color: #ffffff;*/
	/*color: #f30;*/
	color: #333;
	/*background: #939;*/
	/*background: #FEF8BC;*/
	background: #fff;
	text-shadow: none;
}
#menuh {
	position: absolute;
	right: 10px;
	bottom: 21px;
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}
#menuh a {
	/*color: #939;*/
	/*color: #f30;*/
	color: #333;
	text-decoration: none;
}
#menuh a:hover {
	text-decoration: underline;
}
.article {
	clear: both;
	padding: 20px 0 0;
}
.separateur {
	clear: both;
	height: 10px;
}
.separateur hr {
	display: none;
}

/*** PAGE TEXTE ***/
.article h3 {
	font-size: 1.2em;
	margin: 0 0 10px;
	text-align: center;
	color: #000000;
}
.article .image {
 width: 200px;
/* float: left;
 text-align: right;*/
}
.dispo1 .image {
	float: left;
	text-align: right;
}
.dispo2 .image {
	float: right;
	text-align: left;
}
.dispo1 .texte {
 margin-left: 220px;
}
.article h4 {
 margin: 1em 0 0;
 font-size: 1.1em;
}
.article p {
	margin: 0 0 10px;
}
.image-gauche {
	float: left;
	width: 200px;
	text-align: right;
}
.texte {
	margin-left: 215px;
}
.texte a, .texte-ssimg a {
	min-height: 11px;
	padding-left: 15px;
	text-decoration: none;
	color: #ff6500;
}
.texte a:hover, .texte-ssimg a:hover {
	text-decoration: underline;
}
#pied {
	position: absolute;
	top: 500px;
	left: 210px;
}
#pied address {
	font-style: normal;
}
#pied p {
	width: 746px;
	text-align: center;
/*	border-top: 1px solid #ffffff;*/
	/*border-top: 1px solid #f30;*/
	border-top: 1px solid #fff;
}
#pied a {
	/*color: #ffffff;*/
	/*color: #f30;*/
	color: #fff;
}
#pied a:hover {
	text-decoration: none;
}

/*** PAGE GALERIE ***/
#vignettes {
	width: 180px;
	height: 420px;
	float: left;
	overflow: auto;
	font-size: .9em;
}
#vignettes .article {
	padding: 0;
}
#vignettes .texte {
	margin: 0 5px 0 0;
}
#vignettes .image {
	width: 85px;
}
#vignettes h3 {
	margin: 5px 5px 5px 0;
	text-align: left;
	font-size: 1.2em;
}
#vignettes p {
	margin: 5px 0;
}
#vignettes .image a {
	display: block;
	width: 164px;
	border-top: 1px solid #6a576b;
	outline: none;
}
#vignettes .image a:hover, #vignettes .image a.courant {
	background: url(../images/cours1/fond_vignette.gif);
}
#vignettes .image a.courant {
	cursor: default;
}
#grand-format {
	position: relative;
	height: 400px;
	margin: 0 0 0 180px;
	text-align: center;
}
#anim-loader {
	position: absolute;
	left: 212px;
	top: 192px;
	z-index: 10;
	display: none;
}

/*** BARRE DE NAVIGATION ***/
.nav {
 float: left;
 width: 100%;
 font-size: 11px;
 margin: 0 0 10px;
}
.nav ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.nav li {
 float: left;
 width: 30%;
 margin: 0;
 padding: 0;
}
.nav .gche {
 text-align: left;
}
.nav .ctre {
 width: 40%;
 text-align: center;
}
.nav .drte {
 text-align: right;
}
