@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.formulaire td {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	vertical-align: top;
}

form {
	margin: 0px;
	padding: 0px;
}

input[type="text"] {
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
textarea {
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
input[type="button"],input[type="submit"] {
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #00CD00;
	border: 1px outset #00CD00;
	color: #FFFFFF;
}

.menu1 {
	background-color: #9A9A9A;
	height: 20px;
	width: 435px;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
	.menu1 td {
		padding-left: 20px;
		vertical-align: middle;		
	}
	.menu1 images {
		width: 29px;		
	}
	.menu1 a {
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 30px;
	}
	.menu1 a:hover {
		color: #333333;		
	}
	
.menu2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00CD00;
	height: 25px;
	width: 100%;
}

	.menu2  .blanc {
		background-color: #FFFFFF;
		height: 25px;
	}
	.menu2  a {
		font-weight: bold;
		text-transform: uppercase;
		color: #FFFFFF;
		text-decoration: none;
		padding-left: 30px;
	}
	.menu2  a:hover {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFF00;
	text-decoration: none;
	padding-left: 30px;
	}

.menu3 {
	font-size: 11px;
	width: 180px;
	padding-left: 20px;
	vertical-align: top;
}
	
	.menu3 a {
		font-size: 11px;
		padding-left: 20px;
		display: block;
		height: 15px;
		background-image: url(/images/fleche_menu.gif);
		background-repeat: no-repeat;
		background-color: #8F8D8D;
		color: #FFFFFF;
		text-decoration: none;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #FFFFFF;
	}
	.menu3 a:hover {
		font-size: 11px;
		padding-left: 20px;
		display: block;
		height: 15px;
		background-image: url(/images/fleche_menu_over.gif);
		background-repeat: no-repeat;
		background-color: #8F8D8D;
		color: #FFFFFF;
		text-decoration: none;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #FFFFFF;
	}
	
	.menu3 th {
	font-size: 12px;
	text-transform: uppercase;
	color: #008B02;
	text-decoration: none;
	height: 20px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
	background-image: url(/images/coin_menu_titre.gif);
	background-repeat: no-repeat;
	background-position: right;
	}


.haut {
	background-image: url(/images/VD/haut.gif);
	background-repeat: no-repeat;
	height: 100px;
}
.milieu {
	background-image: url(/images/fond.gif);
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: top;
}
.bas {
	background-image: url(/images/VD/bas.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-color: #00CD00;
}
.photosHaut {
	background-image: url(/images/VD/photos_haut.jpg);
	height: 100px;
}
	
.contenu {
	font-size: 11px;
	width: 720px;
	padding-left: 10px;
	vertical-align: top;
}
.milieu .contenu td {
	background-color: #FFFFFF;
}
.milieu .contenu .marge {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

	.milieu .contenu th {
	font-size: 13px;
	font-weight: bold;
	color: #00A702;
	text-decoration: none;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A9A9A;
	background-image: url(/images/coin_contenu.gif);
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	}
a {
	color: #EE0000;
	text-decoration: none;
}
a:hover {
	color: #9A9A9A;
	text-decoration: underline;
}

