/**************************************
*LA FEUILLE DE STYLE bandeau.css    *
	                                  *
***************************************

*/

/**************************************
*Les liens                            *
	                                  *
***************************************

*/


A { color: #000099;
	
}

a:link {color: #003399;}




a:visited {

    color: #FF0000;

    text-decoration: underline;

    }
	
a:hover {color:#FF6600}	
	

a:active {
	background-color: #0066FF;
	color: #FFFFFF;
}

a img {

border:0;

}

/**************************************
*CORPS DU CONTENU                     *
	                                  *
***************************************

*/
html, body {
	
	font-size: 14pt;
	font-family: Calibri,Verdana, Arial, Helvetica, sans-serif;	 
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	border : solid 1px #4B7FAF;
	}


DIV {	
	font-family: Calibri;
	font-size: 16pt;
	font-style: italic;
	font-variant: normal;
}
	
h1 {
	color : #CC3366;
	font-size: 36px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
}

h2 {
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
}
h3 {
	color:#666666;
	font-size: 18px;
}
h4 {
	color:#666666;
	font-size: 14px;
}

h5 {
color:#666666;
font-size:10px;
   }



#bandeau

{
	width:100%;
	margin-left:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:18px;
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-left-color: #0033CC;
	border-right-color: #0000C0;
	border-bottom-color: #0033CC;
	border-top-color: #0033CC;
}


#bandeau tr
{
	padding:1px;
	height :25px;
	color: #0066CC;

}

#bandeau td

{
	width:35%;
	height:25px;
	;
	padding:1px;
	text-align:center;
	color: #0066CC;
}

 



#DIVMENUJS {
	background-color: #FFFFFF;
	width: 100%;
}
#mots

{
width:100%;
margin-left:0px;
background-color:#4B7FAF;
border:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-size:18px;
color:#FFFFFF ;
 
}



#mots tr
{
border:#4B7FAF;
padding:1px;
height :25px;

}

#mots td

{width:25%;
height:25px;
padding:1px;
text-align:center;
}


#mots div

{ 
padding:1px;
text-align:left;
 
}

/**************************************
*Gestion des css                            *
	                                  *
***************************************

*/


.menu{
	border:0px;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:calibri,Verdana, Arial, Helvetica, sans-serif;

	 
	font-style:italic;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#4B7FAF;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#4B7FAF url("images/seperator.gif") bottom right no-repeat;
		color:#FFFFFF;
		display:block;
		font-weight:bold;
		line-height:25px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #6699FF url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#6699FF;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#4B7FAF url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
