/* Melissa Fiorentino - 13 novembre 2007 - css for my web page on HTML */



#menu
{
	background-image: url(images/menu.gif);
 	background-repeat: no-repeat;
 	text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: green;
}

a {
	color: purple;
	
}

#sousmenu a {
	font-size: 10px;
	color: white;
}

#titre {
	font-weight: bold;
	color: purple;
}


#content h2 {
	text-align: center;
	color: purple;
}

#content p {
	text-align: justify;
}

#content h3 {
	text-align: center;
	color: purple;
}

#news {
	Background-color: purple;
	border: 3px solid orange;	
}

#news h2 {
	color: orange;
}

#news p {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

#content span {
	float: right;
	text-decoration: underline;
	
}

#content a {
	color: orange;
	text-decoration: none;
}

#content a:visited {
	color: green;
	
}

#content a:hover {
	text-decoration: underline;
}


#exemple {
	border: 1px solid purple;
	
}

#exemple p {
	padding: 5px;
}

#exemple h2, h3, h4 {
	color: black;
	text-align: left;
}


#content h4 {
	color: purple;
}

#exemple h2, h3, h4 {
	color: black;
	text-align: left;
}


