/* Les menus */

table.menu {
	padding: 5px;
	margin: 0px;
}
td.menu {
	border: 1px none #666666;
	padding: 0px;
	margin: 0px;
}
td.menu a {
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 5px;
	background-color: #777777;
	text-decoration:none;
	text-align: center;
	border: 1px solid #777777;
}

td.menu a:hover {
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #777777;
	display: block;
	width: 100%;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #777777;
}

.fond {
	background-image: url(images/fond10.jpg);
	border: 10px dotted #DFE1F2;
}

.titreInterne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
.okbar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
}
.zoneSaisie {
	border: 1px solid #666666;
	background-color: #FFFFCC;
	text-indent: 2px;
}
.libelleForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.imageLien {
	border: none;
}
.ligne {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.selected {
	background-color: #FFFFCC;
	border: thin none #666666;
	padding: 2px;
}

.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #777777;
	border: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
hr {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #777777;
	border-left: none;
}
.boutonDimmed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #999999;
	border: none;
}
.listeFiches {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #777777;
}	
.lien {
	display: block;
	padding: 5px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}
.auteursMosaique {
	font-size:3px;
	margin-left:10px;
}
#auteurs a {
	font-size:3px;
	display:block;
}
#auteurs a:hover {
	 text-decoration:none;
}

