body {
	background-color: #91CB65;
	background-image: url(images/template/background.jpg);
	background-repeat: repeat-x;

}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}
	
a:hover {
	text-decoration: none;
	color: #FFE58A;
}

img {
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: 18px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
}

.textenormal
{
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;

}

.textenomsection
{
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	margin-right: 10px;

}

.textegras
{
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;

}

.textebasdepage
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	font-style: normal;
	color: #333333;

}

.textepetit
{
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000000;

}

.ligne
{
	margin-left: 10px;
	color: #C0E1A8;
}


/* CSS pour le menu */

#menu {
}
dl#menu {
width: 200px;
}
dl#menu dt {
	cursor: pointer;
	height: 100%;
	text-align: left;
	font-weight: normal;
	background: #81B65C;
	margin-left: 10px;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
}
dl#menu dd {
/*border: 1px solid gray;*/
}
dl#menu li {
	text-align: left;
	background: #81B65C;
	margin-left: 15px;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	list-style-type: none;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
color: FFE58A;
}
.textetitre {

	font-family: "Comic Sans MS";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

