@charset "UTF-8";
/* CSS Document */

.amatic-sc-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.amatic-sc-bold {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}
    
body {
	background: #eaecec url(../img/bgillus.png) repeat;
	margin: 0;
	padding: 0;
	font-family: 'Amatic SC', sans-serif;
	text-transform: uppercase;
}

em {
	font-style:italic;
}

p{
	padding-bottom: 0px;
	
}
h4{
	color:#333;
	text-transform:none;
	font-weight:bold;
	background-color:#eaecec;
	font-size:2em;
	font-family: 'Amatic SC', cursive;
	width:auto;
	height:auto;
	display:block;
	padding:0;
	margin:0;
}

h5{
	color:#333;
	font-weight:normal;
	text-transform:none;
	background-color:#eaecec;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:0;
	margin:0;
	margin-bottom:50px;
}



a img {
	border:none;
}

#conteneur {
	width: 900px;
	height:auto;
	margin: 0 auto;
}

#menu_haut {
	width: 900px;
	height:250px;
	margin-left:0px;
	float:left;
}

#angle {
	width: 250px;
	height:250px;
	float:left;
}

#navigation {
	width: 620px;
	height:100px;
	float:left;
}

#illustration {
	position:relative;
	width: 250px;
	height: 250px;
	margin-top: 0px;
	float:left;
	margin-left:0px;
}

#pao {
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 0px;
	float:left;
	margin-left:5px;
}
#logo {
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 0px;
	float:left;
	margin-left:5px;
}
#website{
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 0px;
	float:left;
	margin-left:5px;
}

#informations {
	position: relative;
	width: 100px;
	height: 100px;
	margin-top: 0px;
	float:left;
	margin-left:5px;
}
#tagada {
	position: relative; 
	width:150px;
	padding-top:22px;
	padding-left:0px;
	float:right;
	}
#texte_introduction {
	width: 600px;
	height:130px;
	padding:8px;
	padding-left:12px;
	float:left;
	margin:0;
}


@-moz-document url-prefix() { 
  #texte_introduction {
	padding-top:0px;
	padding-left:12px;
}

#texte_introduction p, #texte_introduction h2 {
	color:#333;
	text-transform:none;
	font-weight:bold;
	background-color:#eaecec;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
}

#texte_introduction h1 {
	color:#b7256a;
	font-size:34px;
	font-family: 'Amatic SC', cursive;
	background-color:#eaecec;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight:bold;
}

#texte_introduction strong {
	color:#333;
	font-weight:bold;
}

#slider {
	width: 1000px;
	height:610px;
	margin: 0 auto;
	float:left;
	margin-bottom:50px;
}

#texte_presentation {
	width: 240px;
	height:590px;
	padding:10px;
	padding-left:0;
	float:left;
	margin:0;
}

#texte_presentation p {
	display:block;
	margin :0px;
	color:#333;
	text-transform:none;
	background-color:#eaecec;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

#texte_presentation h1 {
	color:#555;
	font-size:28px;
	font-family: 'Amatic SC', cursive;
	background-color:#eaecec;
	-webkit-margin-before: 5px;
	-webkit-margin-after: 5px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight:bold;
}

#texte_presentation strong {
	color:#666;
	font-weight:bold;
}


a {
	color: #ed6578;
	text-decoration: none;
	border:0;
}

#footer {
	width: 100%;
	background: #2b2b2b;
	height: 1000px;
	color: #e9b731;
	font-size:22px;
	text-decoration: none;
	font-family: 'Amatic SC', cursive;
	text-transform:none;
	font-weight:bold;
}
#footer ul{
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	text-align:center;
}

#footer li{
	display:inline;
	padding-left:5px;
	color:#e9b731;
	font-family: 'Amatic SC', cursive;
	text-transform:uppercase;
	font-weight:bold;
}

#footer li a{
	color:#58a5df;
	text-decoration:none;
	font-size:22px;
	font-family: 'Amatic SC', cursive;
	text-transform:uppercase;
	font-weight:bold;
}

#footer li a:hover{
	color:#e9b731;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}