/* feuille style memoire et vie*/

/*liens normaux*/
a
	{
	color: #3366CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a:visited
	{	
	color: #3366CC;	
	text-decoration: none
	}
a:hover
	{	
	color: #ff66CC;	
	text-decoration: none
	}
	
/*liens menus*/
a.lienmenu
	{
	color: #CC9900;
	text-decoration: none;
	
	}

a.lienmenu:visited
	{	
	color: #CC9900;	
	text-decoration: none
	}
a.lienmenu:hover
	{	
	color: #FFFFFF;	
	text-decoration: none
	}
	
/*liens texte_bas_page*/
a.textebaspage
	{
	color: #CC9900;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;	
	}

a.textebaspage:visited
	{
	color: #CC9900;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	}
a.textebaspage:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	}

body {
		background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px
	font-size: 14px;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	}
h3 {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	font-family: Nadianne;
	color: #000000;
	font-size: 18px;
	font-weight: bold
	}
	
/*div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	white-space: pre;
	text-align: justify;
}

.center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	white-space: pre;
	text-align: center;
}

table {
	color: #FFFFFF;
	white-space: pre;
	}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
	*/
td, th, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
		}
ul {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14px;	
	list-style-type: square;	
	list-style-position: outside
	}

.menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	text-indent: 2px;
	padding:12px;
}

/*mise en relief d'un texte*/

.texterouge
	{
	color: #cc0033;font-weight: bold
	}
.textebleu
	{
	color: #6600CC;font-weight: bold
	}
.textevert
	{
	color: #33CC00;font-weight: bold
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
/* sudoku */
table.sudoku {
    margin: auto;
    font-family: arial, sans-serif;
    font-size:150%;
    padding: 0px; 
    border-collapse: collapse;
    border-width: 4px;
    border-style: solid;
    border-color: #009900;      
}

.sudoku td {
    padding: 0px;
    border-width: 2px;
    border-style: solid;
    border-color: #009900;
}

table.sudokuarea {
 width: 100%;
 height:100%;
 border-collapse: collapse;
 border: hidden;
 padding: 0px;
}
.sudokuarea td {
 padding: 0px;
 border-width: 1px;
 border-style: solid;
 border-color: #006600;
 text-align: center;
 vertical-align: top;
 background: #efebeb;
}
.sudoku input {
 font-family: arial, sans-serif;
 font-size: 150%;
 color: #006600;
 background: #efebeb;
 text-align: center;
 width: 1.1em;
 height:1.1em;
 border: none;
}
.sudoku input.given {
 color: black;
 font-weight:bold;
}
.sudoku input.ok {
 color: red;
 font-weight:bold;
}
td.motscroises{
	width:30px;
	height:30px;
	background-color:inherit;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:0;
}

td.given {
background-color:#CCCCCC;
}

input.empty{
background:"#FFF";
}

