body{
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	width: 900px;
}

#nav iframe{
	height: 620px;
	border-style: none;
	width: 254px;
	position: fixed;
	margin-top: 17px;
}

#fiche{
	padding-top: 25px;
}
#head {
	height: 28px;
	width: 900px;
	display: block;
	position: fixed;
	background-color: black;
	z-index: 1;
	padding-top: 0;
	text-align: center;
}

#head iframe {
	height: 28px;
	width: 900px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}
#texte {
	background-image: url(../img/maya.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #c4b287;
	width: 310px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	margin-left: 264px;
	margin-right: 10px;
}
#visuel{
	padding-top: 40px;
	width: 230px;
	float: left;
}
#texte #bdp{
	color: #785e54;
	background-color: black;
	width: 340px;
	padding-left: 30px;
	margin-left: -30px;
	height: 30px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	padding-top: 4px;
	margin-top: 25px;
}
p{
	color: black;
	text-align: left;
	font-size: 13px;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0;
}
p strong {
	color: #785e54;
}
p em {
	color: #634e45;
}
#texte li{
	text-align: left;
	font-size: 13px;
	margin: 0 35px 5px -11px;
	padding: 0;
}
img{
	padding-bottom: 12px;
}
h2 {
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-style: italic;
	text-align: left;
}
h2 strong{
	color: #785e54;
}
h3 {
	color: #785e54;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.2em;
	padding-bottom: 50px;
	margin-top: 120px;
}
a:link, a:visited{
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*** SOMMAIRE ACCUEIL ***/

#accueil {
	text-align: center;
	padding-top: 40px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	/width:900px;


}
#accueil h1{
	color: white;
	margin: 0;
	padding: 0;
}
#accueil h2{
	color: #785e54;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
}
#accueil p{
	color: white;
	text-align: center;
}
#accueil h4 {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	text-align: left;
	margin: 0 0 8px;
}
#accueil ul{
	margin: 0 0 8px;
	padding: 0;
}
#accueil li{
	color: #785e47;
	font-size: 12px;
	text-align: left;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 4px;
	padding-right: 10px;
}
#accueil li strong{
	color: #b5a59f;
	display: block;
	float: left;
	/*correctif IE*/
	/display:inline;
	/float: none;
}
#accueil li a:link, li a:visited{
	color: #785e54;
	text-decoration: none;
	display: block;
	margin-left: 20px;
	/*correctif IE*/
	/margin-left: 0px;
	/display:inline;
}
#accueil li a:hover{
	color: #b5a59f;
}
#col1 {
	width: 25%;
	float: left;
	/*correctif IE*/
	/width: 190px;
	/margin-left: 100px;
}
#col2 {
	width: 25%;
	float: left;
	/width: 190px;
}
#col3 {
	width: 25%;
	float: left;
	/width: 190px;
}
#col4 {
	width: 25%;
	float: left;
	/width: 190px;
}
#accueil #bdp{
	color: #785e54;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
