td {
	font-family: Arial;
	font-size: 12px;
	color: #2157B0;
}
.description {
	font-family: Arial;
	font-size: 10px;
	color: #2157B0;
}

.italique {
	font-style: italic;
}
.textpied {
	font-size: 10px;
}

.titremenu{
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	font-style:italic;
}
.soustitremenu{
	font-size: 12px;
	color: #CC6600;
	font-weight: bold;
	font-style:italic;
}

a.liencontenu
{
	color:#2157B0;
	text-decoration:underline;
	font-weight: bold;
}
a.liencontenu:hover 
{
	color:#4F9CB5;
	font-weight: bold;
	text-decoration: underline;
} 
a.lienpied
{
	color:#2157B0;
	text-decoration:none;
	font-weight: bold;
}
a.lienpied:hover 
{
color:#4F9CB5; 
} 

a.lienmenu
{
	color:#4F9CB5;
	text-decoration:none;
	font-weight: bold;
}

a.lienmenu:hover 
{
	color:#2157B0;
	font-weight: bold;
	text-decoration: underline;
} 

.bas {
	vertical-align: bottom;
}

body {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.ui-dialog { position: absolute; padding: .2em; overflow: hidden; }

.ui-dialog-titlebar-close{
	color: #2157b0;
	font-weight: bold;
	text-decoration: none;
}

.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus{
	color: #4f9cb5;
	text-decoration: underline;
}

