/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
/* Il est important de laisser une largeur, au cas où le Javascript soit désactivé.
margin aussi */
	background-color:#AA8922;
	font-size:12px;
	font-weight:bold;
	/*text-color:green;*/
	border:0px solid #EFB;
	color:white;
	width:110px;
	padding:0px;
	margin:0em;
}

.menu {
	text-align:center;
	background:#93C4D7;
	border-color:#004455;
	
}
.ssmenu {
	background:#93C4D7;
	border-color:#ABCDEF;
}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a:link, .ssmenu a:link, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	font-family: Verdana, Arial;
	text-decoration:none;
	color:#FEB;
	padding:1px 0px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
	height:100%;
	margin:0px;
	margin:0px;
/*	width:100%;*/
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
	width : 100%;
	text-align: center; 
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#BEF;
	color:#034;
	text-decoration:none;
	}

/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure et largeur des menu et ssmenu.
- l'effet spécial IE pour les ssmenu
- police et couleurs des liens "non survolés" et "survolés".
*/

.mainDiv {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #336699;
	margin : 0;
	padding: 0;
	/*overflow: visible;*/
	position:absolute;
 	margin-left: 0;
	margin-top:0;
	top:5;
	margin-bottom:auto;
	margin-right: auto;
	width: 100%;
	border:1px solid;
	background-repeat: no-repeat;
	background-position: left bottom; 
	text-align: center; 
}

.tdContent {
	padding:1em;
}

.flags {
	width:30px;
	height:20px;
	border:1px solid #FFFFFF;
}

.pieddepage {
	color:#FFFFFF;
}

.contentStyle {
	padding:1em;
	font-family: Verdana,Arial;
	font-size: 8px;
}

/*h2:first-line {
	
}*/
h2 {
	font-size: 14px;
	padding-top:20px;
}
.resultListDomaine {
	font-size: 14px;
	font-weight:bold;
}
.resultListUnit {
	font-size: 10px;
}
.formContent {
	font-size: 11px;
}

.unitViewTitle {
	font-family: Verdana,Arial;
	font-size: 16px;
	font-weight:bold;
	color:blue;
}

.unitViewTitleLink {
	font-family: Verdana,Arial;
	font-size: 14px;
	color:black;
	text-decoration:none;
}


.unitViewActivite{
	font-family: Verdana,Arial;
	font-size: 14px;
	font-style: italic;
	color:black;
}


.unitViewEtabLib{
	font-family: Verdana,Arial;
	font-size: 14px;
	color:black;
}


.unitViewEtabData{
	font-family: Verdana,Arial;
	font-size: 14px;
}


.contentSearchEntrData{
	font-family: Verdana,Arial;
	font-size: 12px;
}

.miniASPub {
	font-family: Verdana,Arial;
	font-size: 10px;
	color:white;
	text-decoration:none;
	/*border:1px solid #FFFFFF;*/
	/*background-color:#FFFFFF;*/
}
.td0
{
	background-color:#F0F0F0;
}
.td1
{
	background-color:#D0D0D0;
}
.pageTitle
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
a.logo:link, a.logo:hover, a.logo:visited
{
	color:White;
	text-decoration:none;
}
a.logo:hover
{
	font-style:italic;	
}

a.voir
{
	color:Red;
	text-decoration:none;
}