/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg);
}
.logo				    {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
.titre				    {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #E4784D;
	font-weight: bold;
	text-decoration: none;
	}
.titre a:link {
	color: #E4784D; font-weight: bold; text-decoration: none;
}
.titre a:visited {
	color: #E4784D; font-weight: bold; text-decoration: none;
}
.titre a:hover {
	color: #E4784D;  font-weight: bold;text-decoration: underline;
}
.soustitre 				{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #153E5C;
	font-weight: bold;
	text-decoration: none;
	}
.soustitre a:link {
	color: #153E5C; font-weight: bold; text-decoration: none;
}
.soustitre a:visited {
	color: #153E5C; font-weight: bold; text-decoration: none;
}
.soustitre a:hover {
	color: #153E5C;  font-weight: bold;text-decoration: underline;
}
.texte 					{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #153E5C;
	font-weight: normal;
	text-decoration: none;
	}
.texte a:link {
	color: #153E5C; text-decoration: none;
}
.texte a:visited {
	color: #153E5C; text-decoration: none;
}
.texte a:hover {
	color: #E4784D; text-decoration: underline;
}
.mini_texte 					{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #E4784D;
	font-weight: normal;
	text-decoration: none;
	}
.mini_texte a:link {
	color: #153E5C; text-decoration: none;
}
.mini_texte a:visited {
	color: #153E5C; text-decoration: none;
}
.mini_texte a:hover {
	color: #153E5C; text-decoration: underline;
}
.menu 					{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color: #E4784D;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:link {
	color: #E4784D; font-weight: bold; text-decoration: none;
}
.menu a:visited {
	color: #E4784D; font-weight: bold; text-decoration: none;
}
.menu a:hover {
	color: #E4784D; font-weight: bold; text-decoration: underline;
}