/* Fichier CSS principal pour le site links */

/* Classes principales */

body {
	background: url("images/mesmots1.png") no-repeat center 5px;;
	font-family: "Times New Roman",Times,serif;
	background-color: #111111;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 120px;
}

h1 {
    text-align: center;
    font-family: "Times New Roman",Times,serif;
    color: #FFFFFF;
    font-size: 180%;
    font-weight: bold;
}

p {
	font-family: "Times New Roman",Times,serif;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;
}

a:link, a:hover, a:visited, a:active {
    font-family: "Times New Roman",Times,serif;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
    font-size: 100%;
    border:0px;
  }

a img {
	border: 0px;
}

.ordre {
	font-size: 100%;
	padding-right: 10px;
}

.mot_rouge, .mot_vert, .mot_rouge_reponse, .mot_vert_reponse {
	font-size: 120%;
	font-weight: bold;

}

.mot_rouge, .mot_vert { cursor: pointer; }
.mot_rouge, .mot_rouge_reponse { color: #f00000 }
.mot_vert, .mot_vert_reponse { color: #00f000 } 

.mot_top {
	font-size: 110%;
	font-weight: bold;
	color: #00f000;
}

.grammaire {
	font-size: 90%;
	font-style: italic;
	padding-left: 20px; 
}

.liste {
   width: 400px;
   
	margin: 50px auto 10px auto;
	padding: 20px;
	border-style:solid;
	border-width: 1px;
   border-color: #f0a900;
}

.regle {
	width: 650px;
	margin: 10px auto 10px auto;
	padding: 15px;
	border-style:solid;
	border-width: 1px;
   border-color: #f0a900;
	font-size: 100%;
}

.regle p {
	padding-left: 18px;
	background: url(images/fleche3.gif) no-repeat 0% 4%;
}

.formulaire {
	text-align: left;
	width: 550px;
	margin: 20px auto 10px auto;
	padding: 20px;
	border-style:solid;
	border-width: 1px;
   border-color: #f0a900;
	font-size: 120%;
}

.bouton {
	text-align: center;
	margin-top: 20px;
}

#bouton_validation {
   background:url('images/fleche1.gif') no-repeat #999999;
   width: 135px;
   height: 41px;
   padding-left: 40px;
   border:2px groove #000000;
   color:#000000;
   font-size: 110%;
}

.compteur {
    margin-left: 45%;
	text-align: center;
}

.tricheur {
	position:absolute;
	top: 540px;
	left: 100px;
	width: 200px;
	/*height: 50px;*/
	background: red;
	color: black;
	padding: 10px;
}

.encore a {
	text-align: center;
	position:absolute;
	top: 190px;
	left: 70px;
	width: 120px;
	/*height: 50px;*/
	background: #f0a900;
	color: black;
	padding: 10px;
}

#pied {
	margin-top: 130px;
	text-align: center;
	font-size: 90%;
}