/* Un style pour la présentation */

body{
	font-family: Verdana, Arial, sasn-serif;
	font-size: 12px;
	margin: auto;
	border: 1px solid #cccccc;
	padding: 1px 10px 3px 10px;
	margin-top: 2px;  margin-bottom: 2px;
	line-height: 22px;
	width: 900px;
}
#titre{
	background: gray;
	color: white;
	/*color: #D17921;*/
	margin:auto;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px;  font-size: 18px;
}

.commun{
	display: inline-block;
    margin: 1px;
    padding: 0 2px 0 2px;
    border: 4px solid white;
}
.bordure{
	border-style: ridge;
}
.motStyle:hover{
	cursor: pointer;
	text-decoration: underline;
}

.word{
}
.adjectif{
}

.nom{
}
.unknown{
	color: red;
	cursor: pointer;
	/*border-style: ridge;  /*A REVOIR*/
}
.bordure{
	/*border-style: ridge;  */
}

#formulaire{
	width: 560px;
	margin: auto;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;     /*Pour Firefox*/
	-webkit-border-radius: 10px 10px 10px 10px;  /*Pour Chrome, Safari*/
	border-radius: 10px 10px 10px 10px;          /*Pour Opera*/
	
	background-color: #EED;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 25px;
}
#valider {
	background: #CCCCAA;
	border: 1px solid #959EAD;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	/*margin-left: 48px;*/
	-moz-border-radius: 5px 5px 5px 5px;     
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;          

}
#valider:hover {
	color: #bb3300;
	border: 1px solid gray;
}

.erreur_chargement{
	background-color: #FFF0E9;
	border: 1px solid red;
	color: #EF3030;
	font-weight: bold;
	margin: auto;
	padding: 8px;
	text-align: center;
	width: 480px;
	-moz-border-radius: 5px 5px 5px 5px;     
	-webkit-border-radius: 5px 5px 5px 5px;  
	border-radius: 5px 5px 5px 5px;         
}

#options {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}
#options label{
	margin-left: 18px;
	margin-right: -5px;
}
#resultat{
	font-weight: bold;
	padding: 2px;
	padding-top: 120px;
	background-image: url('images/fond_BlocNotes.png');
	font-family: Tribuchet;
	font-size: 14px;
	border: 1px solid #cccccc;
	margin-top: -40px;
}

#footer{
	/*background: gray;*/
	border-top: 1px solid gray;
	/*font-weight: bold;*/
	color: #D17921;
	margin:auto;
	text-align: center;
	margin-top: 50px;
}
#footer a{
	text-decoration: none;
	color: #D17921;
}
#footer a:hover{
	text-decoration: underline;
	color: #ef6102;
}
.sansStyle {
   border: 0;
    margin: 5px;
    background-image: url('images/blanc.png');
    background-color: white;
}
