/*Titres et paragraphes ainsi que le logo*/


p.flotte {					/*Fait flotter le logo de la guilde à gauche du nom en début de la page*/
	float:left;
	display: block;
}
p.entete{					/*Les esprits libres à côté du logo*/
    color: #ffffff;
    text-align:left;
    height: 1px;
    line-height: 1px;
    font-size: 38px;
    margin-left: 80px;
    padding: 2px;
}
p.sous-titre{				/*Guilde black desert online*/
	color: white;
	height: 1px;
	line-height: 1px;
	margin-left: 128px;
	font-size: 18px;
	margin-top: -10px;
}
h2{
	color: white;
	font-size: 50px;
	text-align: center;
	line-height: 2px;
	letter-spacing: 3px;
}
p{
    color: #ffffff;
    height: 50px;
    line-height: 15px;
}
p.linkhautdepage{			/*en bas de chaque page pour retourner en haut de la page*/
	text-align: center;
	text-decoration: underline blue;
}
p.linkhautdepage a{			/*couleur du link haut de page*/
	color: blue;
}

/*liens hypertextes*/

a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}
a:link {
  color: white;
}

a:visited {
  color: white;
}

a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

a:active {
  background: white;
  color: white;
}
body{
    background-color: #000000;
}


/*Menu de toutes les pages (accueil/charte/staff*/

p.menu{
	color:white;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	background-color: #222222;
	display: block;
	width: 100%;
}
p.menu a:hover{				/*couleur quand on survole le menu (accueil etc)*/
	background-color: #222554;
	display: box;
	width: 40px;
	font-size: 22px;
}
.footer {					/*pied de page*/
  	height: 94px;
  	color: white;
	font-size: 18px;
	text-align: center;
	background-color: #202121;
}

/*page index*/


div.parent {				/*div contenant l'image d'acceuil et devise*/
    position: relative;
    margin: 0 auto;

    }
div.child1 {				/*image de l'accueil*/
    position: absolute;
    width: 100%;
    height: 70%;
    z-index: -2;
    }
div.child2 {
    z-index: 0;				/*Joues comme tu le sens*/
    align-content: center;
    color: white;
	padding: auto; 
	margin-top: 400px;
	font-size: 100px;
	line-height: 30px; 
	text-align: center; 
	text-shadow: 1px 1px 2px #222222, 0 0 1em #222222, 0 0 0.2em #222222;
}
div.menudeux{
	position: absolute;
	margin: auto;
	width: 100%;
	padding: 0;
	z-index: 2;
	display: block;
	margin-top: -10px;
}
.testbody{
	width: 99%;
	margin: auto;
	padding: auto;
}
body{
	height: 100%;
}


/*deuxième menu de l'index*/

body nav{
	color: #ffffff;
	font-size: 20px;
	margin: auto;
	width: 1000px;

}
body nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: block;
}

body nav ul li{
	margin: 0;
	padding: 0;
	width: 200px;
	height: 60px;
	background-color: #222222;
	float: left;
	text-align: center;
	line-height: 50px;
}
nav ul a{
	display: block;
}
nav ul :hover{
	background-color: #222554;
}
body nav ul li ul li{
	display: none;
}
body nav ul li:hover ul li{
	display: block;
}
body nav ul li:visited {
  color: white;
}

/*page charte*/
	
p.charte{
	text-align: center;
	margin: 20px;
	font-size: 25px;
	line-height: 30px;

}

/*page Staff*/

h3{
	text-align: center;
	color: white;
	font-size: 90px;
}

.float{
	float: right;
	text-align: left;
	size: 300px;
	margin-top: 39px;
}
p.noms{
	font-size: 25px;
	color: white;
	text-align: left;
	line-height: 40px;

}
p.nomshead{
	font-size: 40px;
	color: white;
	text-align: left;
	line-height: 45px;
	background-color: #222222;
}
.ulcharte{
	font-size: 20px;
	color: white;
	text-align: left;
	margin: 100px;
	line-height: 30px;
}
/*page Ton écran*/

.ListeEcran{
	color: white;
	font-size: 21px;
	margin: 0;
	padding: 1;
}
/*page Optimisations*/
body.bodyopti{
	font-size: 20px;
    color: white;
    padding: auto;
    margin: auto;
    line-height: 30px
}

p.titreoptimisation{
	font-size: 50px;
	color: white;
	text-align: center;
}
p.texteopti{
	font-size: 20px;
    text-align: left;
    color: white;
    line-height: 23px;
}
p.opti{
	font-size: 20px;
    text-align: left;
    color: white;
    line-height: 21px;
}
p.texteopti a{
	color: gold;
}
/*page dressage*/

p.paragraphe1{
	color: white;
	font-size: 18px;
	line-height: 20px;
}
p.dressage{
	color: white;
	margin: auto; 
	padding: auto;
	position: relative;
	top: -250px; 
	font-size: 170px; 
	text-align: center; 
	z-index: -1;
	text-shadow: 1px 1px 2px #222222, 0 0 1em #222222, 0 0 0.2em #222222;
}
.imgdressage{
	position: relative;
    color: white;
    z-index: -2; 
    padding: auto;
}
/*page des liens utiles*/

p.liens{
	font-size: 20px;
	line-height: 23px;
	color: white;
}
/*page informations*/

p.titrepage{
	font-size: 35px;
	color: white;
	text-align: center;
	text-decoration: underline;
}

p.titreonglets{
	font-size: 25px;
	color: white;
	line-height: 15px;
	text-align: center;
	margin: -10px;
	text-decoration: underline;
}

p.onglets{
	font-size: 20px;
	color: white;
	line-height: 15px;
	text-align: center;
	margin: auto;
	text-decoration: underline;
}
.listeonglets{
	font-size: 17px;
	color: white;
	line-height: 19px;
	text-align: center;
}
/*page troc*/
p.titretroc{
	font-size: 35px;
	color: white;
	line-height: 12px;
	text-align: center;
	padding: 10px;
	text-decoration: underline;
}
p.troc{
	font-size: 19px;
	color: white;
	line-height: 23px;
	text-align: left;
	margin: auto;
	padding: auto;
}
ul.troc{
	font-size: 19px;
	color: white;
	text-align: left;
	padding: auto;
}