﻿
.texte_mot{
  font-family : verdana;
  font-size : 12pt;
  color : navy;
  text-shadow: 5px 5px 10px white;
  border : 1px solid lightgray;
  text-shadow: 2px 2px 5px lightblue;
}


.table10 {
	background-color : aliceblue;
	border: 0.5px outset white;
	font-size:11pt;
	
	box-shadow: 3px 3px 8px navy;
}
.titre10 {
	background-color : navy;
	border : 1px inset white;
	padding:3px;
	padding-left:8px;
	font-size:13pt;
	color : white;
	font-family : verdana;
	box-shadow: 3px 3px 8px navy;
	border-radius: 5px;
    background: black; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, navy, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, navy, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, navy, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, navy, black); /* Standard syntax (must be last) */
}
.vert10 {
	background-color : green;
	border : 1px inset lemongreen;
	padding:3px;
	padding-left:8px;
	font-size:11pt;
	color : white;
	font-family : verdana;
	box-shadow: 2px 2px 3px #cc	cc00;
	border-radius: 5px;
    background: black; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, #006600, #003300); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #006600, #003300); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #006600, #003300); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #006600, #003300); /* Standard syntax (must be last) */
	margin-bottom:15px;
}
  .liensimple:hover {
	color : navy;
  }
  .liensimple:active {
	color : maroon;
  }
  
.lettre { 
	border : 1px outset gray; 
	background-color : gray; 
	color:white;  
	padding-left:10px;
	padding-right:10px; 
	font-size :14pt; 
	width : 15px;
}
			
.lettre:hover { 
	background-color : navy; 
	color:aliceblue;
}

.lettre:active { 
	background-color : maroon; 
	color:gold; 
}
			
.lettreencours { 
	border : 1px outset gray; 
	background-color : navy; 
	color:gold;  padding : 5px; 
	font-size :14pt; 
	width : 15px; 
	cursor : arrow;
}

.limite_haut  { 
	border : 1px outset lightgray; 
	background-color : #000066; 
	color:lightgraycc; 
	padding-bottom : 1px; 
	padding-top : 1px; 
	padding-left : 5px; 
	padding-right : 5px; 
	font-size :11pt; 
}
.affirma { 
	background-color : lightgray; 
	color:navy;  
	padding-left : 5px; 
	font-size :11pt; 
}
.titre_conjugue { 
	border : 1px outset gray; 
	background-color : gray; 
	color:white;  
	padding-left : 5px; 
	font-size :13pt; 
}
.box_conjugue { 
	box-shadow: 1px 5px 3px lightgray;
	border-radius: 10px;
    background: aliceblue; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, white, aliceblue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, white, aliceblue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, white, aliceblue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, white, aliceblue); /* Standard syntax (must be last) */
	margin-bottom:10px; 
	border : 1px outset gray;
	padding-left:3px;
}

.motliste { 
	box-shadow: 1px 5px 3px lightgray;
	border-radius: 3px;
    background: aliceblue; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left top, white, aliceblue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, white, aliceblue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, white, aliceblue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, white, aliceblue); /* Standard syntax (must be last) */
	margin-bottom:3px; 
	border : 1px outset gray;
	padding-left:3px;
	padding-right:3px;
}
.lettre {box-shadow: 1px 1px 3px navy; 
	border : 1px outset gray; 
	background-color : gray; 
	color:white;  
	padding : 5px; 
	font-size :10pt; 
	padding-top : 1px;
	padding-bottom : 1px;
}
.lettre:hover { 
	background-color : navy; 
	color:aliceblue;
}
.lettre:active { 
	background-color : maroon; 
	color:gold; 
}
.limite_haut {
	border-top : 5px solid teal;
	margin-top :5px;
}
