/* CSS Document */

body

{

	margin:0;
	margin-left:10%; margin-right:10%;
	background:#FFFBF5;
	scrollbar-face-color: #F7F7F5;
	/*background-image:url(../imgs/backgnd.gif);
	background:url(../imgs/backgnd.gif);*/
	scrollbar-highlight-color: #F7F7F5;

	scrollbar-3dlight-color: #EAEAEA;

	scrollbar-darkshadow-color: #F7F7F5;

	scrollbar-arrow-color: #14769D;

	scrollbar-shadow-color: #EAEAEA;

	scrollbar-track-color: #FFFFFF;

}



.menu a

{

	font-size:12px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	text-decoration:none;

	

	color:#FFFFFF;

	/*color:#F5F5F5;*/

}



.menu a:hover

{

	color:#FFFF00;

}



.lien a{

	font-size:11px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	text-decoration:none;

	color:#0255BB;

}



/* pied de page style2*/

.piedPage {

	color: #E8B900;

	font-weight: bold;

}



.lien a:hover

{

	text-decoration:underline;

}

/* *********************************** */

.rech a

{

	font-size:17px;

	font-family: sylfaen;

	text-decoration:none;

	font-weight:bold;

	color:#0255BB;

}



.rech a:hover

{

	text-decoration:underline;

}









/* texte en blanc */

.txt

{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#FFFFFF;

}



.txt1

{

	color:#0151B0;

	font-family:sylfaen;

	font-size:15px;

	/*font-weight:bold;*/

}

/*texte pour les formulaires*/

.texte{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;
			
	color:#000000;

}



/*pour les zone de texte*/

.zonetext

{

	height:19px; 

	border: solid 1px #c9d8e9;

	color:#3B3A3A;

	font-family:sylfaen;

	font-size:12px;

}
/*pour les zone de texte*/
.cmd

{

	height:20px; 

	color:#0066FF;

	font-family:sylfaen;

	font-size:12px;

}


/*pour les zones textarea*/

.scrolbar 

{ 

	scrollbar-face-color: #F7F7F5;

	scrollbar-highlight-color: #F7F7F5;

	scrollbar-3dlight-color: #EAEAEA;

	scrollbar-darkshadow-color: #F7F7F5;

	scrollbar-arrow-color: #14769D;

	scrollbar-shadow-color: #EAEAEA;

	scrollbar-track-color: #FFFFFF;

	color:#3B3A3A;

	/*border: 1px solid #c9d8e9;*/

	font-family:"Times New Roman", Times, serif;

}



h3

{

	color: #0255BB;

	font-family:"Times New Roman", Times, serif;

}



/*pour les titres et les sous titres*/

.titre

{

	color: #0255BB;

	font-weight:bold;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:14px;

}


/*pour les paragraphe*/

p

{

	color:#3B3A3A;

	font-family:sylfaen;

	font-size:14px;

	text-align:justify;

}
#main-menu { 

font-family: Verdana,sans-serif; 
white-space:nowrap; 
font-size: 80%; 
text-align:left;
}

#main-menu li {
display:block;
float:left;
list-style-type:none;
text-align:left;

}

/*Les liens normaux*/
#main-menu a {
display:block;
float:left;
width:85px;
background: #0255BB;
text-align:center;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

/*Les liens au survol et rubrique en cours*/
#main-menu a:hover, #main-menu #selected a {
color:#ffffff;
background: #FF6600;
font-weight:bold;
/*border-bottom: 3px solid #D1481B;*/
font-weight: bold;
text-decoration: none;
}
#main-menu a:active
{ 
background:  #990000;
}
