/* CSS Document */
body {
	background-color: #FF66CC;
}
.content {
	border: 8px dashed #FFCCFF;
}
.content2 {
	border: 8px solid #000000;
}
.tdtxt {
	border: 1px dashed #FFFFFF;
	background-image: url(imgs/fondcol.png);
	background-repeat: repeat-y;
	background-color: #EBBFED;
}
.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF00CC;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #392106;
	text-decoration: none;
}
.txt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	background-color:#FF6600;
	text-decoration: none;
}
.txt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF00CC;
	text-decoration: none;
	font-weight: bold;
}
.txt3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCCFF;
	background-color:#FF0000;
	text-decoration: none;
}
.txt4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.txt4:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
	background-color:#FF0000;
	text-decoration: none;
}
.descvid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330000;
	text-decoration: none;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #330000;
}
.titre a{
	color: #FFFFFF;	
}
.imgsmall {
	height: 120px;
	width: 155px;
	border: 1px solid #330000;
}
.imgsmall:hover {
	height: 120px;
	width: 155px;
	border: 1px solid #FF0000;
}
.imgsmall2 {
	height: 130px;
	width: 166px;
	border: 1px solid #000000;
}
.imgsmall2:hover {
	border: 1px solid #000000;
}
.imgsmallvid {
	height: 100px;
	width: 120px;
	border: 1px solid #392106;
}
.minitop {
	height: 88px;
	width: 88px;
	border: 1px solid #FFFFFF;
}
.minitop:hover {
	height: 88px;
	width: 88px;
	border: 1px solid #000000;
}
.imgbig {
	height: 240px;
	width: 335px;
	border: 1px solid #FFFFFF;
}
.imgbig:hover {
	height: 240px;
	width: 335px;
	border: 1px solid #000000;
}
.tdtop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	background-color: #330000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.video {
	border: 1px solid #FFFFFF;
}
.video:hover{
	border: 1px solid #000000;
}
.tit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	background-color: #990000;
	display: block;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
}
.milieu{
	background-image: url(imgs/fondmilieu.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E4AEE9;
}
