body
{
	font-family: verdana, Arial, sans-serif;
	font-size: 12px;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
}

.orange
{
	text-decoration: none;
	color: black;
}
.orange:hover
{
	text-decoration: none;
	color: white;
}

a
{
	text-decoration: none;
	color: black;
}
a:hover
{
	text-decoration: none;
	color: orange;
}

.white
{
	text-decoration: none;
	color: white;
}

.white:hover
{
	text-decoration: none;
	color: orange;
}

#en_tete
{

	width: 800px;
	height: 196px;
	background-image: url("../images/banniere.png");
	background-repeat: no-repeat;
	margin-bottom: 0px;
	font-family: verdana, Arial, sans-serif;
}

h2
{
	font-size: 12px;
	font-weight: normal;
}


.element_menu
{
	margin-top: 10px;
	background-image: url("../images/bouton.png");
	background-repeat: no-repeat;
	font-family: verdana, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	width: 140px;
	height: 33px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 14px;
	text-decoration: none;
	padding: 4px;
}


.bloc
{
	font-family: verdana, Arial, sans-serif;
	font-size: 12px;
	width: 237px;
	height: 111px;
	text-align: center;
	background-image: url("../images/square.png");
	background-repeat: no-repeat;
	padding: 0px;
}

.titre
{
	font-family: verdana, Arial, sans-serif;
	font-size: 14px;
	width: 750px;
	height: 50px;
	text-align: right;
	background-image: url("../images/degrade.jpg");
	background-repeat: no-repeat;
	padding-top: 7px;
	font-weight: bold;
	margin:0;
	padding:0;
}

.slogan
{
	font-family: verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: lighter;
}

a.bouton2:link
{
	width: 150px;
	height: 30px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	background-color: #52CEDD;
	padding: 5px;
	border-style: outset;
	border-width: 2px;
	border-color: silver;

}

a.bouton2:visited
{
	width: 150px;
	height: 35px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	background-color: #52CEDD;
	padding: 5px;
	border-style: outset;
	border-width: 2px;
	border-color: gold;
	font-size: 14px;
}

a.bouton2:hover
{
	width: 150px;
	height: 35px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-weight: bold;
	background-color: #52CEDD;
	padding: 5px;
	border-style: inset;
	border-width: 2px;
	border-color: silver;
	font-size: 14px;
}

.bouton2
{
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
