a:link {
     color: #e6bd17/*couleur de base F5D900 */;
     font-weight: normal;
     text-decoration: none;
}

a:visited {
     color: #e6bd17;
     text-decoration: none;
}

a:hover {
     color: #e6bd17;
     text-shadow: 1px 1px 1px #FF9900;
}

body {
     background: url("images/bg.png") repeat-x scroll left top #808080;
}

h1 {
     color: #e6bd17;
     font-family: 'ISO',miso;
     font-size: 3em;
     font-weight: normal;
     text-align: center;
	 text-shadow: 3px 3px 2px black;
}
h2 {
     color: #e6bd17;
     font-family: 'ISO',miso;
     font-size: 1.5em;
     font-weight: normal;
     text-align: center;
	 text-shadow: 2px 2px 1px black;
}
h3{
     color: black;
     font-family: 'ISO',miso;
     font-size: 1em;
     font-weight: normal;
     text-align: center;
	 
}
h4{
     color: black;
     font-family: 'ISO',miso;
     font-size: 1.4em;
	 line-height:1em;
     font-weight: normal;
     text-align: left;
	 padding-left: 40px;
	 cursor: pointer;
	 background-image: url("images/droite.png");
	 background-position: left;
     background-repeat: no-repeat;
}
h5{
     color: black;
     font-family: 'ISO',miso;
     font-size: 1.6em;
     font-weight: normal;
     text-align: left;
	 
}
corps{
     color: black;
     font-family: arial;
     font-size: 1.2em;
     text-align: left;/*justify;*/
	 line-height:1.4em;
}
@font-face {
  font-family: "ISO";
  src: url("font/miso.eot?#iefix") format("embedded-opentype"), url("font/miso.woff") format("woff"), url("font/miso.ttf") format("truetype"), url("font/miso.svg#svgFontName") format("svg");
}

#centre {
     margin-left: auto;
     margin-right: auto;
     width: 1150px;
}

#entete {
     background-color: transparent;
     background-image: url("images/logo.png");
     background-position: left top;
     background-repeat: no-repeat;
     height: 200px;
     margin-top: 30px;
	 margin-bottom: 0px;
	 margin-left:	500px
     width: 100%;
}

#txtentete {
	 float: right;
     display: block;
     font-family: 'ISO',miso;
     font-size: 5em;
     font-weight: normal;
     margin-left: auto;
     margin-right: 30px;
     text-transform: uppercase;
     min-width: 503px;
 text-shadow: 3px 3px 3px black;
}

#denomentete {
     float: right;
     font-family: 'ISO',miso;
     font-size: 2em;
     letter-spacing: 2px;
     margin-left: auto;
     margin-right: 30px;
     text-transform: uppercase;
     min-width: 710px;
 text-shadow: 2px 2px 2px black;
}

#texte {
     background-color: #d7d7d7;
	 background-image: url("images/bgtxt1.png");
	 background-repeat:no-repeat;
	 background-position:bottom;
	 border-radius: 30px;
	 border-style: solid;
	 border-color: #CCCCCC;
	 box-shadow: 3px 3px 2px black;
     color: black;
     font-family: Arial,Helvetica,sans-serif;
     font-size: medium;
     font-weight: normal;
     line-height: normal;
	 margin-right: 255px;
	 margin-top: 0px;
	 padding-left: 50px; 
	 padding-right: 50px; 
     padding-top: 50px;
     min-height: 1000px;
}
#slide {
	 margin-top: 0px;
	 margin-right: 0px;
	 padding-left: 0px; 
	 padding-right: 0px; 
     padding-top: 0px;
	 
	 z-index:-1

}
#accordeon {
	padding-left: 50px;

}
#texte2 {
     background-color: #d7d7d7;
	 border-radius: 30px;
	 border-style: solid;
	 border-color: #CCCCCC;
	 box-shadow: 3px 3px 2px black;
     color: black;
     font-family: Arial,Helvetica,sans-serif;
     font-size: medium;
     font-weight: normal;
     line-height: normal;
     margin-top: 0px;	 
	 padding-left: 25px; 
	 padding-right: 25px; 
     padding-top: 5px;
     text-align: justify;
	 float: right;
	 width: 180px;
     min-height: 100px;
}
#pied {
     background-color: transparent;
	 padding-top: 20px;
     bottom: 0px;
     color: #CCCCCC;
     font-family: 'ISO',miso;
     font-weight: normal;
     text-align: center;
     width: 100%;
}
