* {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
  background-color: #00b5e3;
  text-align: center;
}

#largeurtotale {
  background: url(images/fond_container_middle.gif);
  background-position: top center;
  background-repeat: repeat-y;
}

#container {
  background-image: url(images/fond_container_top.gif);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  width: 1100px;
  min-height: 700px;
  _height: 700px;
  margin: 0px auto 0px auto;
  padding: 18px 0px 0px 0px;
}

#subcontainer {
  background: url(images/fond_page.jpg);
  background-position: 0px 40px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: relative;
  width: 1000px;
  min-height: 700px;
  _height: 700px;
  margin: 0px 50px 0px 50px;
  text-align: left;
}

#subcontainer.home {
  background: url(images/fond_home.jpg);
  background-position: 0px 40px;
  background-repeat: no-repeat;
}


/* ----- Home ----- */

#home {
  position: relative;
  width: 1000px;
  height: 781px;
}

#home #logo {
	position: absolute;
	top: 660px;
	left: 698px;
	width: 215px;
	height: 78px;
}

#home #logo img {
	border: none;
}

#home #lien {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 780px;
}


/* ----- Header ----- */

#logo {
  position: absolute;
  left: 79px;
  top: 207px;
}

#logo img {
	border: none;
	display: block;
}


/* ----- Menu ----- */

#menu {
  background-color: #b62079;
  width: 1000px;
  height: 40px;
  z-index: 10;
}

#menu,
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 40px;
}

#menu a {
  display: block;
  padding: 0px 2px 0px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #b62079;
}

#menu a:hover {
  color: #ea697a;
}

#menu li {
  float:left;
  position:relative;
}

#menu ul {
  position: absolute;
  display: none;
  width: 100px;
  top: 40px;
  line-height: 30px;
}

#menu li ul a {
  background-color: #d91378;
  width: 100px;
  height: auto;
  float: left;
  text-align: left;
}


/* ----- Corps ----- */

#corps {
  position: relative;
  margin: 75px 0px 0px 275px;
  padding: 1px 0px 50px 0px;
  width: 700px;
  min-height: 700px;
  _height: 700px;
}

#corps h1 {
  margin: 25px 15px 10px 15px;
  color: #b62079;
  font-size: 25px;
  font-weight: normal;
}

#corps h2 {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 15px 10px 15px;
}

#corps p {
  margin: 10px 15px 10px 15px;
  color: #666666;
  font-weight: normal;
  line-height: 1.4em;
}

#corps ul {
  margin: 0px 25px 0px 30px;
  padding: 0px;
}

#corps li {
  margin: 15px 0px 10px 0px;
  color: #666666;
  font-weight: normal;
  line-height: 1.4em;
}

#corps a {
  color: #c8579a;
  text-decoration: none;
}

#corps a:hover {
	color: #883c52;
  text-decoration: none;
}

#corps hr {
  background-color: #999999;
  color: #999999;
  height: 1px;
  border: 0px;
  margin: 15px auto 15px auto;
  width: 680px;
}

#corps img.portrait {
  margin: 3px 15px 5px 0px;
}

#corps .colonne30 {
  float: left;
  width: 230px;
  margin: 0px 0px 0px 0px;
}

#corps .colonne50 {
  float: left;
  width: 350px;
  margin: 0px 0px 0px 0px;
}

#corps .colonne h2 {
  margin: 5px 25px 10px 25px;
}

#corps #encadre {  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #CFCED3;
  float: right;
  margin: 25px 0px 8px 0px;
  width: 290px;
  /*height: 140px;*/
}

#corps #encadre p {
  margin: 10px 0px 10px 15px;
}

#remparts {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/* ----- Vidéo ----- */

#video {
  margin: 30px 25px 10px 25px;
	text-align: center;
}

#webcam {
  float: right;
  margin: 30px 20px 30px 20px;
}

#webcam p {
	margin: 5px 0px;
}


/* ----- Galerie ----- */

#galerie {
  /*display: table;*/
  text-align: center;
  margin: 25px 5px 10px 5px;
}

#galerie a {
  /*display: table-cell;*/
  float: left;
  width: 122px;
  height: 122px;
  margin: 7px;
  text-align: center;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #CFCED3;
}

#galerie a:hover {
  background-color: #ffffff;
  border-color: #883c52;
}

#galerie a img.h {
  position: relative;
  margin: 25px 9px 24px 10px;
}

#galerie a img.v {
  position: relative;
  margin: 10px 24px 9px 25px;
}

.modalDialog_transparentDivs {
	filter:alpha(opacity=80);	/* Transparency */
	opacity:0.8;	/* Transparency */
	background-color:#ffffff;
	z-index:1;
	position:absolute; /* Always needed	*/
}

.modalDialog_contentDiv {
	border:1px solid #000000;
	padding:0px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#ffffff;	/* White background color for the message */
}

.modalDialog_contentDiv img {
  border: none;
}

.modalDialog_contentDiv_shadow {
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */
}


/* ----- Les amis ----- */

#amis {
	margin: 15px 0px 10px 15px;
}

#amis img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0px 12px 13px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #CFCED3;
}

#amis a:hover img {
  border-color: #883c52;
}


/* ----- Les résultats ----- */

#resultats {
  text-align: center;
  margin: 15px 15px 10px 20px;
}

#resultats a {
  float: left;
  width: 100px;
  height: 155px;
  margin: 3px 5px 0px 5px;
  text-align: center;
}

#resultats a:hover {
  background-color: #E0EAEF;
}

#resultats a img {
  border-style: solid;
  border-width: 1px;
  border-color: #CFCED3;
  margin: 10px 0px 0px 0px;
}


/* ----- Les affiches ----- */

#affiches {
  text-align: center;
  margin: 15px 5px 10px 5px;
}

#affiches a {
  float: left;
  width: 120px;
  height: 185px;
  margin: 3px 8px 5px 8px;
  text-align: center;
}

#affiches a:hover {
  background-color: #ECC997;
  background-color: #E0EAEF;
}

#affiches a img {
  border-style: solid;
  border-width: 1px;
  border-color: #CFCED3;
  margin: 10px 0px 0px 0px;
}


/* ----- Tableaux ----- */

table {
	border-collapse: collapse;
  margin: 10px 15px 10px 15px;
  width: 670px;
}

td,th {
  color: #666666;
  line-height: 1.4em;
	padding: 3px 2px 3px 2px;
}

table.tableau th {
  background-color: #6D7CFF;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}

table.tableau td {
  color: #666666;
  font-weight: normal;
}

table.tableau tr.clair {
  background-color: #DDDFF2;
  background-color: #EFF1FF;
}

table.tableau tr.fonce {
  background-color: #CCCCFF;
  background-color: #DFDFFF;
}


/* ----- Formulaires ----- */

form {
  margin: 0px 0px 0px 0px;
}

input {
	min-height: 16px;
}

#email {
  display: none;
}

#erreur {
  margin: 20px 20px 20px 0px;  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

#noerreur {
  margin: 20px 20px 20px 0px;
  color: #00bb1b;
  font-weight: bold;
  text-align: center;
}


/* ----- Forum ----- */

#forum p.forumquestion {
  background: url(images/puce_question.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  margin: 10px 25px 2px 15px;
  padding: 3px 0px 0px 24px;
}

#forum p.forumreponse {
  display: inline;
  background: url(images/puce_reponse.gif);
  background-repeat: no-repeat;
  background-position: 4px 1px;
  margin: 0px 25px 2px 15px;
  padding: 3px 0px 0px 24px;
}

#forum p.forumextrait {
  margin: 2px 10px 10px 39px;
  padding: 0px;
  font-size: 10px;
}


/* ----- Footer ----- */

#footer {
  /*background: url(images/fond_container_bottom.gif);
  background-position: top center;
  background-repeat: no-repeat;
  height: 65px;*/
}

#subfooter {
  background: url(images/fond_container_bottom2.gif);
  background-position: top center;
  background-repeat: no-repeat;
  height: 61px;
}

#subfooter.home {
  background: url(images/fond_container_bottom1.gif);
}