/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
html {
  background: #FF9 url("images/fond.gif") repeat-x;
  color: black;
  font: 76% "times new roman", serif;
}
#mymovie {
	border: 2px solid #c69;
}

#page {
  background: #FFC url("images/header.png") no-repeat;
  margin: 20px auto 20px auto;
  padding-top: 15px;
  min-height: 550px;
  width: 750px;
}
* html #page {
  height: 550px;
}
#header {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #FFC;
}
#logo {
  color: #666;
  font: bold 25px "times new roman", serif;
	margin-bottom: 5px;
  position: relative;
}
#logo img {
  padding: 0 0 0 20px;
  z-index: 1;
}

#logo span {
  position: absolute;
  color: #c69;
  top: 80px;
  left: 450px;
  display: block;
  text-align: center;
  font-style: italic;
  z-index: 2;
}
#menu {
  background: #666;
  height: 22px;
  font: bold 14px/22px arial, sans-serif;
  text-align: center;
  margin-bottom: 5px;
}
#menu li {
  display: inline;
}
* html #menu li {
  margin-left: -1px;
}
#menu li a {
  color: #fff;
  padding: 0 1em;
  text-decoration: none;
}
#menu li a:hover {
  color: #c69;
  text-decoration: none;
}
#menu li#active a {
  color: #c69;
}


#accueildecor {
  border: 1px solid #c69;
  display: block;
  margin: 5px auto 5px auto;
}

#maincontent {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #FFC;
}
#maincontent:after {
  clear: both;
  content: "Self-clearing";
  display: block;
  height: 0;
  visibility: hidden;
}
* html #maincontent {
  height: 1%;
}

.content {
  border-right: 1px dashed #c69;
  margin: 10px auto 0 auto;
  padding: 0 10px;
  float: left;
  font: 1.2em/1.2em arial, sans-serif;
  width: 500px;
}
.large {
  margin: 10px auto 0 auto;
  padding: 0 10px;
  font: 1.2em/1.2em arial, sans-serif;
}
.content p, .large p {
  margin-bottom: 1em;
  margin-top: 1em;
}
.content p.retourligne {
	clear: both; /* retout à la ligne*/
}
.content h2, .large h2 {
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 1em 2em;
	font-size: 1.1em;
    color: #666;
}
.content h2.slogan {
	background: none;
	text-align: center;
	font-size: 1.2em;
	padding: 1em 0;
  color: #c69;
}
.content h2.titre {
  font: bold 25px "times new roman", serif;
  font-style: italic;
  color: #c69;
	/*border: 2px solid #c69;*/
	background: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.content h2.clear {
	clear: both;
}
.content ul {
	list-style-type: circle;
	padding-left: 30px;
}
.content a {
	color:#099;
	text-decoration: none;
	/*font-weight: bold;*/
}
.content a span.lien_img {
	border-bottom: 1px dashed #0cc;
}
form {
	border: 2px solid #c69;
	padding: 2em;
}
.metiers {
	list-style-type:square;
	margin-left: 40px;
}
.centre {
	text-align: center;
}
ul.puce {
	padding-left: 2em;
	list-style-type: none;
}
ul.puce li {
	padding-left: 2em;
	background: url("images/minipuce.gif") no-repeat 0 3px;
}
ul.puce li ul li{
	background-image:url('');
}
.content img.milieu {
	display: block;
	margin: 0 auto;
}
.bord {
  padding: 2px;
  border: 2px solid #c69;
}
.gauche {
  float: left;
  margin: 0 1em 0.5em 0;
}
.droite {
  float: right;
  margin: 0 0 0.5em 1em;
}
.exp {
	text-align: center;
	margin: 0 0.2em 0 0.2em;
}
.exp H4 {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
}
.lettrine {
  color: #c69;
  display: block;
  float: left;
  font: bold 2.2em/0.5em serif;
  padding: 0.2em 0.1em;
}
.deco {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 220px;
}
.deco i {
	font-size: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
}
.deco i a {
	color: #0f0;
	font-size: 1.1em;
}
.deco h3, .centre h3 {
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
}
.deco a img {
	border:0;
}
#descript {
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 0.5em;
	border: 1px dashed red;
	

}
div#clear {
	clear: both;
	padding: 1px;
}
#pied {
  background: #666 url('images/footer.png') no-repeat left bottom;
  border-top: 1px solid #000;
  clear: both;
  color: #fff;
  font: normal bold 1.2em/1.5em arial, sans-serif;
  /*padding: 0.5em 0;*/
  text-align: center;
}
#pied a {
  color: white;
  text-decoration: none;
}
#pied a:hover {
  color: red;
}
#pied .street, #pied .postal-code {
  margin-left: 2em;
}
#pied .tel {
  margin-right: 2em;
}

#xiti {
	text-align: center;
}
#xiti img {
	border: 0;
}



