/* CSS Document */

/* MENU */


body{
	background-image:url(images/couleur_fond.gif);
}


p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-style: italic;
	text-align: justify;
}


.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	list-style-image: url(images/puce_menu.gif);
	list-style-position: inside;
	line-height: 25px;
	border-bottom-style: solid;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
}

.menu a {
	text-decoration: none;
	color:#000000;
	display:block;
	position:relative;
	background-image:url(images/puce_menu.gif);
	background-repeat: no-repeat;
	background-position: left;

}

.menu a:link {
	text-decoration: none;
}


.menu a:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
}

.menu a:visited {
	text-decoration: none;
}

.menuselec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	list-style-image: url(images/puce_menu.gif);
	list-style-position: inside;
	line-height: 25px;
	border-bottom-style: solid;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #FFFFFF;
	background-color: #990000;
	
}

.menuselec a {
	text-decoration: none;
	color:#FFFFFF;
	display:block;
	position:relative;
	background-image:url(images/puce_menu.gif);
	background-repeat: no-repeat;
	background-position: left;

}

.menuselec a:link {
	text-decoration: none;
}


.menuselec a:hover {
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
}

.menuselec a:visited {
	text-decoration: none;
}

.lienBas{
	color:#FFFFFF; 
	margin-top:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-align:right;
	text-decoration:none;
	color:#FFFFFF;
}

.lienBas a{
	text-decoration:none;
	color:#FFFFFF;
}

.lienBas a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.lienPlan a{
	text-decoration:none;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	padding-left:50px;
}

.lienPlan a:hover{
	color:#990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

