/* CSS Document */
.titre{
	display:block;
	background-image:url(images/elementtexte.jpg);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:5px;
	font-size: x-large;
	color: #330C0D;
	font-weight: bold;
	height:40px;
}
.cont, td, th{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #000000;
}
.cont a:link {
	color: #B7393C;
	text-decoration: none;
}
.cont a:visited {
	color: #B7393C;
	text-decoration: none;
}
.cont a:hover {
	color: #003366;
	text-decoration: underline;
}
.cont a:active {
	color: #B7393C;
	text-decoration: none;
}
.cont h1 {
	font-size: x-large;
	color: #330C0D;
	font-weight: bold;
	padding-left:8px;
}
.onglet{
	width:75px;
	background-image:url(images/onglet.jpg);
	background-repeat:no-repeat;
}
.onglet:hover{
	background-image:url(images/onglet_hover.jpg);
}
.fade{
	display:block;
	background-image:url(images/fade-bandeau.jpg);
	background-repeat:no-repeat;
}
.tdmenu li{
	display:block;
	background-image:url(images/elementmenu-rouge.jpg);
	background-repeat:no-repeat;
	padding-left:33px;
	padding-top:10px;
	height:35px;
	width:102px;
	color:#000000;
	list-style:none;
	list-style-type:none;
}
.tdmenu a{
	color:#000000;
	text-decoration:none;
}
.tdmenu a:hover{
	color:#2D2D2D;
	font-weight:bold;
	text-decoration:underline;
	background-repeat:no-repeat;
	background-position:right;
}
.copyright{
	font-size: xx-small;
	text-align: right;
}
.textepage{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	text-align:justify;
}
.textepage a{
	color: #B7393C;
	text-decoration: none;
}
.textepage  a:visited {
	color: #B7393C;
	text-decoration: none;
}
.textepage  a:hover {
	color: #003366;
	text-decoration: underline;
}
.textepage  a:active {
	color: #B7393C;
	text-decoration: none;
}
.textepage h1 {
	background-image:url(images/pucedroite.jpg);
	background-repeat:no-repeat;
	background-position:right;
	font-size: medium;
	font-weight: bold;
	border-style:dotted;
	border-left:none;
	border-top:none;
	border-right:none;
	color: #44A93F;
	border-bottom-width:thin;
}
.textepage h2 {
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #310D0D;
	padding-left:12px;
}
