html, body {
	background-image:url("http://mlle-bush.fr/fond.png");
    background-repeat:repeat-y;
	background-color: #e5e5e5;
	font-size: 9px;
	font-family: "Trebuchet MS";
	color: #e46878;
	text-align: justify;
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

}


div.titre {
	font-family: Arial;
	color: #c44657;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-bottom: 3px;
	text-shadow: #ffffff 1px 1px 1px;
}



div.soustitre {
	font-size: 10px;
	color: #ea7d8d;
	text-align: center;
}

font.menu {
	color: #ea7d8d;
	text-transform: lowercase;
	font-size: 10px;
        font-weight: normal;
}

a.menu:active, a.menu:visited, a.menu:link {
	color: #fbf4d9;	
	padding: 3px; 
	border-left: 5px solid #fbf4d9;
	display: block;
	text-transform: uppercase;
	-moz-border-radius:5px;
	font-size: 10px;
        background-color: #eaaf8f;
	margin-bottom: 2px;
}

a.menu:hover {
	color: #ffffff;	
	padding: 3px; 
	border-left: 5px solid #ffffff;
	display: block;
	text-transform: uppercase;
	-moz-border-radius:5px;
	font-size: 10px;
        background-color: #f0bb9f;
	margin-bottom: 2px;
}

a, a:visited, a:active {
	color: #ebae92;
	text-decoration: none;
}


a:hover {
	color: #b5be8a;
	text-decoration: none;
	cursor: help;
}

a.comment, a.comment:visited, a.comment:active {
	color: #b5be8a;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-shadow: #b6ada0 1px 1px 1px;
}


a.comment:hover {
	color: #b5be8a;
	text-decoration: none;
	cursor: help;
}


td {

	font-size: 11px;
	text-align: justify;
	line-height: 13px;
}




td.section {
	padding-left: 35px;
	padding-right: 35px;
	color: #ea7d8d;
	background: url("design/centre.png");
	font-size: 10px;
}

td.content {
	padding-left: 35px;
	padding-right: 35px;
	color: #ea7d8d;
	background: url("design/news_center.png");
}


b,strong {
	color: #ebae92;

}

i,em {
	color: #D87D62;
}

u {
	text-decoration: none;
	border-bottom: 1px dotted #db4453;
}

blockquote {
	background-color: #d0c8c7;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 0;
	border-left: 0;
	-moz-border-radius: 4px;
	padding: 10px;

}


a img {
	background-color: #ffffff;
	padding: 3px;
	border-bottom: 1px solid #ebae92;
	-moz-border-radius: 3px;
	border-right: 1px solid #ebae92;
	border-top: 0;
	border-left: 0;
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity: 0.6;
}

a:hover img {
	background-color: #ffffff;
	border-bottom: 1px solid #cc656b;
	border-top: 0;
	-moz-border-radius: 3px;
	border-left: 0;
	padding: 3px;
	border-right: 1px solid #cc656b;
        filter: alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity: 1.0;
}

.imgnews {
   height:50px;
   width:50px;
}

