/* CSS Document */
 
.bandeau {
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 1024px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.presentation {
	font-family: Verdana;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #CDE0DB;
	text-decoration: none;
	background-color: #497367;
	text-align: center;
	text-indent: 5pt;
	vertical-align: middle;
	height: 20px;
	width: 1024px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #2F4A42;
}
.breakline {
	font-family: Verdana;
	font-size: 10px;
	line-height: 28px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/breakline.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	text-indent: 5pt;
	vertical-align: middle;
	height: 25px;
	width: 1024px;
	margin-bottom: 5px;
}
.MenuSup {
	background-color: #497367;
	height: 30px;
	width: 1024px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #497367;
	border-bottom-color: #497367;
}
.BoutonSup {
	font-family: Verdana;
	font-size: 10px;
	line-height: 22pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/bouton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 22pt;
	width: 150px;
}
.BoutonSup:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22pt;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background-image: url(images/bouton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 22pt;
	width: 150px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: hidden;
	border-left-style: hidden;
	border-top-color: #314F46;
	border-left-color: #314F46;

}
.menuGauche {
	background-image: url(images/fondmenu.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 150px;
	margin-bottom: 5px;
}
.menuDroite {
	background-image: url(images/fondmenu.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 150px;
	margin-bottom: 5px;
}
.TitreMenu {
	font-family: Verdana;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/titremenu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 17px;
	width: 150px;
}
.PiedMenuGauche {
	background-image: url(images/piedmenu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 150px;
	line-height: 10px;
}
.PiedMenuDroite {
	background-image: url(images/piedmenu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	width: 150px;
	line-height: 10px;
}
.TitreRubrique {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/bouton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 120px;
	line-height: 20px;
}
.TitreRubrique :hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background-image: url(images/bouton.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 120px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #314F46;
	border-left-color: #314F46;
	border-left-width: 1px;
	border-left-style: solid;
}
.Bloc {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #497367;
	width: 460px;
	margin-bottom: 5px;
	border-top: 1px none #5A5D57;
	border-right: 1px solid #5A5D57;
	border-bottom: 1px solid #5A5D57;
	border-left: 1px solid #5A5D57;
}
.TitreBloc {
	font-family: Verdana;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	background-image: url(images/titrebloc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	text-indent: 5pt;
	vertical-align: middle;
	height: 20px;
	width: 460px;
	padding-bottom: 3px;
}
.copyright{
	font-family: Verdana;
	font-size: 9px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #497367;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 1024px;
	margin-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #5A5D57;
	border-bottom-color: #5A5D57;
}
.Contenu {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.deco1 {
	background-image: url(images/deco1.jpg);
	height: 25px;
	width: 460px;
	margin-bottom: 5px;
}
.deco2 {
	background-image: url(images/deco2.jpg);
	height: 25px;
	width: 460px;
	margin-bottom: 5px;
}
.MenuSup .BoutonSup .BoutonSup {
}
