@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCC;
}
body,td,th {
	color: #FFF;
	text-align: center;
}
.thrColFixHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 220px;
	width: 1024px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #333;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
	color: #fff;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #333;
	margin-top: -0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dmguestbook {
	background-image: url(../dmindex/header/guestbook60.png);
	background-repeat: no-repeat;
	height: 90px;
	background-position: center 5px;
	background-color: #666;
}
.dmmail {
	background-image: url(../dmindex/header/mail.png);
	background-repeat: no-repeat;
	height: 90px;
	background-position: center 15px;
	background-color: #666;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	margin-top: -0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	background-color: #333;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 275px;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 15;
	padding-left: 10;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #footer {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #999; 
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #CCC;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #999;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.navfooter {
	height: 20px;
	text-align: center;
	background-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.dmevents {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	border: 3px ridge #FFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

.dmtitrepage {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	font-weight: bolder;
	text-align: center;
	width: 300px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.dmbannertransparent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bolder;
	font-style: italic;
	float: right;
	border: 0px none #FFF;
}
.dmbannnertitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 34px;
	width: 80px;
	background-repeat: no-repeat;
	text-align: left;
	text-transform: none;
	color: #FFF;
	border: medium groove #CCC;
	margin-bottom: 3px;
	margin-top: 10px;
	background-color: #009;
	padding: 5px;
}
.dmbannerfoto {
	border: medium groove #FFF;
}
.dmheadertitle {
	font-family: "Comic Sans MS", cursive;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	font-variant: normal;
	font-style: normal;
	background-image: url(../page%20index/foto%20header/test.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	width: 650px;
	padding: 2px;
}
.dmindexbook {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	text-align: center;
	height: 150px;
	width: 160px;
	border: 2px ridge #FFF;
}
.dmdvd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	height: 200px;
	width: 255px;
	background-color: #999;
	text-align: center;
	margin-bottom: 15px;
	border: 2px ridge #FFF;
	font-weight: bold;
	font-style: italic;
}
.dmfooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}
.dmarticleindex1col {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 35px;
}
.dmarticleindex2col {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	width: 195px;
	text-align: left;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.dmtitreindex2col {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 50%;
	height: 35px;
	border: 3px ridge #CCC;
}
.dmtitreindex1col {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 35px;
	border: 3px ridge #CCC;
}

.dmindexnews {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	height: 35px;
	float: left;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 15px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 4px;
}

.dmindexnewsnew {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	height: 40px;
	width: 540px;
	float: left;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 10px;
	background-image: url(../dmfoto/gifs/new_023.gif);
	background-position: center center;
	background-repeat: no-repeat;
	border-top-width: 4px;
	border-right-width: 5px;
	border-bottom-width: 3px;
	border-left-width: 5px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.dmindexnewsfoto {
	text-align: center;
	padding: 2px;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.dmindexnewstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #999;
	text-align: left;
	float: left;
	width: 265px;
	margin-left: 5px;
	margin-top: 10px;
	padding: 5px;
	margin-bottom: 10px;
}
.dmindexrecit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	height: 30px;
	width: 206px;
	border: 3px ridge #CCC;
	float: left;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333;
	margin-top: 10px;
}
.dmindexrecit2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 206px;
	border: 3px ridge #CCC;
	float: left;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #333;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dmindexrecit2coltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	height: 35px;
	float: left;
	padding: 0px;
	background-color: #333;
	vertical-align: middle;
	margin-bottom: 10px;
	border-top-width: 15px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.dmindexrecit2coltitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	height: auto;
	float: left;
	padding: 5px;
	background-color: #333;
	vertical-align: middle;
	width: 283px;
	font-style: italic;
	font-weight: bold;
	border-top-width: 15px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.dmindexrecit3coltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	height: auto;
	float: left;
	padding: 5px;
	background-color: #333;
	vertical-align: top;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.dmindexrecit3colpicture {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: auto;
	float: left;
	padding: 5px;
	background-color: #333;
	vertical-align: middle;
	margin-bottom: 10px;
	background-position: center;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.dmindexrecitfoto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 512px;
	float: left;
	padding: 5px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-bottom-style: ridge;
	background-color: #333;
	vertical-align: middle;
	border-right-style: ridge;
	border-left-style: ridge;
	margin-bottom: 10px;
}
.dmindexrecittext0 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 277px;
	float: left;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: normal;
	border: 3px none #CCC;
}

.dmindexrecittext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	height: auto;
	width: 246px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: normal;
}
.dmindexrecittexttitre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	height: auto;
	width: 198px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: bolder;
}

.dmindexmeteo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #666;
	padding: 5px;
	float: right;
	width: 86%;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 3px ridge #FFF;
	font-weight: bold;
}
.dmindexrevue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #666;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
	width: 86%;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	float: right;
	border: 3px ridge #FFF;
	font-weight: bold;
}
.dmindexbanner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #999;
	margin-bottom: 10px;
	color: #FFF;
	text-align: center;
	width: 93%;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	border: 0px none #FFF;
	height: 20px;
}
.dmindexbannerperso {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #333;
	color: #FFF;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	border: 3px ridge #FFF;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	margin-bottom: 10px;
}
.dmindexshadtitle {
	font-size: 5px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}

.dmindexshadname {
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
	background-color: #333;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: ridge;
	border-left-style: ridge;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-bottom: 10px;
}




.dlindexbarresnb {
	background-image: url(../dmfoto/barre.png);
	background-repeat: repeat;
	background-position: left center;
	height: 50px;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.dmindextekopen00 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 253px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: bold;
	margin-right: 10px;
}

.dmindextekopen01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	height: auto;
	width: 253px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: normal;
	margin-right: 10px;
}
.dmindextekopen03 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 250px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: middle;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 0px;
}
.dmindextekopen04 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 255px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 10px;
}
.dmindextekopen04film {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 246px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: bold;
	margin-right: 10px;
	margin-top: 0px;
}

.dmindextekopen05 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 249px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: normal;
	margin-right: 10px;
}
.dmindextekopenfoto01 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 248px;
	float: left;
	background-color: #333;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 0px;
	margin-top: 5px;
	border: 3px ridge #FFF;
}
.dmindextekopen05foto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 246px;
	float: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #333;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	font-weight: normal;
	margin-right: 10px;
}

.dmindextekopenfotoname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	height: auto;
	width: 250px;
	float: left;
	background-color: #333;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 0px;
	margin-top: 5px;
	font-style: italic;
	border: 3px ridge #FFF;
}
.dmindexfastlink01 {
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	background-color: #666;
	font-style: italic;
	padding-left: 10px;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.dmindexfastlink02 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	background-color: #666;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 3px ridge #FFF;
	margin-right: 5px;
	float: right;
	margin-bottom: 5px;
}
.dmindexrecitseparation {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	height: auto;
	width: 98%;
	float: left;
	background-color: #333;
	margin-top: 0px;
	margin-bottom: 3px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.dmindexpredator2011 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #333;
	text-align: left;
	padding: 5px;
	width: 98%;
	border: medium none #FFF;
}
.dmindexcolonventetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	float: left;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	background-color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 246px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.dmindexcolonventetitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	float: left;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	background-color: #333;
	margin-top: 10px;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 246px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

