/* CSS Document */
/***********************************************/
body{
	font-family: Bookman Old Style, Helvetica, sans-serif;
	font-size: 0.8em; /* affiché en 10px */
	font-weight:bolder;
	color: #000000;
	padding: inherit;
	cursor:url(../moncurseur.cur), auto; 
	background-color: #660066;
	width:100%;
	height:100%;
	margin-top: 0;
	text-align: center;
}
#baniere{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 870px;
}
#content{
	position: relative;
	width: 870px;
	padding: 0px 0px 0px 0px;
	border: 0;
	height: 100%;
	background-color:#9999FF;
	color: #000000;
}

#gauche{
	float: left;
	height:100%; 
	width: 200px;
	margin: 0px;
	padding: 140px 0px 0px 0px;/*haut - droite - dessous - gauche*/
	border-left: solid 2px #9999FF;
	border-right: solid 2px #9999FF;
	background-color: #9999FF;
	list-style-type: none; 
	text-transform: uppercase ;
}
/*********** #sectiongauche ***********/

.sectiongauche{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	font-size: 90%;
	list-style-type: none; 
	border-left: solid 1px  #660099;
	border-right: solid 1px  #660099;
}

.sectiongauche h3{
	padding: 10px 0px 2px 10px;/*haut - droite - dessous - gauche*/
	text-align:center;
	font-size:12px;
	border-bottom: 1px solid #9999FF;
}

.sectiongauche a {
	display: block;
	border-top: 1px solid #9966FF;
	border-bottom: 1px solid #9966FF;
	padding: 2px 0px 2px 2px;/*haut - droite - dessous - gauche*/
}

.sectiongauche a:hover{
	background-color: #CCCCFF;
}
ul {
	float: none;
	list-style-type: square;
	color: #000000;
	background: #17a;
	border-bottom: 0.2em solid  #660099;
	border-right: 0.2em solid  #660099;
	border-left: 0.2em solid  #660099;
	background-color: #9999FF;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


#gauche ul a:link, #gauche ul a:visited {
	color: #000000;
	display: block;
}
#gauche ul {list-style: none; margin: 0; padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#gauche li {
	border-bottom: 2px solid #9999FF;
}

.centre{
	padding: 0px 0px 5px 0px;/*haut - droite - dessous - gauche*/
	margin-left: 200px;
	text-align:center;
	font-size:1em;
	width:660px;
	margin-top:0px;
}

.centre img{

	padding: 5px 5px 0px 0px;/*haut - droite - dessous - gauche*/
}

.spacer
{
	clear: both;
	width: auto;
	background-color:#9999FF;
}
a{
	color: #FFFFFF;
}

a:link{
	color: #000000;

}

a:visited{
	color: #000000;

}

a:hover{
	color: #FFFFFF;
}

h1 {
	font-size: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center
}

 h3 {
 	padding: 10px 0px 5px 0px;/*haut - droite - dessous - gauche*/
     color:#F1E3FF;
     font-size:0.9em; /* affiché en 9px */	
     margin-bottom:0px;
	 background-color: #000000;
	 text-align: center
 }

.mot{ 
	background-color:#000000;
	 color: #ff0000; 
	} 
