.menu {
	display: block;
	height: 25px;
	width: 150px;
	background: url(images/menu.png) no-repeat top right ;
	padding: 3 0px 0 5px;
	line-height: 30px;
	outline: none;
	cursor: pointer;
	margin: 0 0 0 0;
}

.bando {
	display: block;
	height: 90px;
	width: 700px;
	background: url(images/bandobas.png) no-repeat top right ;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	margin: 0 0 0 0;
	bottom:0;
	text-shadow: 2px 2px 4px #000000;
}
		

.texte {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
}

.pttexte {
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: italic;
	font-size: 21px;
	color: #ffffff;
	text-shadow: 2px 2px 4px #000000;
}

.textegras {
	font-family: 'Italianno', cursive;
	font-size: 24px;
	color: #790707;
	//font-weight: bold;
}


.pttextegras {
	font-family: 'Italianno', cursive;
	font-size: 22px;
	color: #790707;
	//font-weight: bold;
}


.titre {
	font-family: 'BlackChancery', arial;
	font-weight: normal;
	font-size: 30px;
	color: #790707;
	text-shadow: 4px 4px 4px #000000;
}

.pttitre {
	font-family: 'BlackChancery', arial;
	font-style: italic;
	font-size: 24px;
	color: #790707;
	//text-shadow: 4px 4px 4px #000000;
}


a:link {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #790707;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
}

a:visited {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #790707;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
}
a:hover {
	background: url(images/menu_active.png) no-repeat top right;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ead882;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 28px;
}


.bloc {
    position:relative;
    margin:0px auto;
    height:900px;
    width:700px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image: url(images/fond.png);
	 background-attachment:fixed;
	 background-size:cover;
	 background-position:top center;
}

.bloc2 {
    position:relative;
    margin:0px auto;
    height:1470px;
    width:700px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-image: url(images/fond.png);
	 background-attachment:fixed;
	 background-size:cover;
	 background-position:top center;
}

.apage {
    position:relative;
    margin:0px 0px;
    height:600px;
    width:600px;
    background-position:0 0;
    background-repeat:no-repeat;
    //background-image: url(images/fond.png);
	 background-attachment:fixed;
	 background-size:cover;
	 background-position:top center;
}


.page {
    position:relative;
    margin:200px 100px;
    height:600px;
    width:600px;
    background-position:0 0;
    background-repeat:no-repeat;
    //background-image: url(images/fond.png);
	 background-attachment:fixed;
	 background-size:cover;
	 background-position:top center;
}

.champ {
  border: 1px solid #ff9900;
  background-color: #ffff99;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #990000;
}
.autrechamp {
  border: 1px solid #ff9900;
  background-color: #cccccc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  width: 200px;
  color: #990000;
  font-style: italic;
  height: 20px;
}
.columnHeader {
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 11px;
  font-size-adjust: none;
  font-stretch: normal;
  color: #ff080e;
  line-height: 18px;
  letter-spacing: 0.05em;
}


