body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: url("fraise_bg.png");
}


#header
{
	width: 756px;
	height: 100px;
	background-image: url("fraise_banniere.png");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 2px solid #a52a2a;
}


#menu
{
	float: left;
	width: 120px;
	background: url("fraise_gradient.png") repeat-x;
	background-color: #FFFFFF;
	border: 2px solid #a52a2a;
}


.elementmenu
{
	background-color: #FFFFFF;
}


.minimenu
{
	color:#e9967a;
	font-size: 80%;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	text-align: center;
}



ul
{
	list-style-type: none;

}


h1
{
	color:#a52a2a;
	font-size: 150%;
	font-family: "French Script MT", Arial, Verdana, serif;
	border-bottom: 2px solid #a52a2a;
	font-style: italic;
}


#corps
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #626262;
	background: url("fraise_gradient.png") repeat-x;
	background-color: #FFFFFF;
   	border: 2px solid #a52a2a;
}


#footer
{
	clear: both;
}


h1:before
{
	content: url("fraise_point.png");
}


p
{
	color:#e9967a;
	font-size: 80%;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	text-align: justify;
	text-indent: 30px;
	padding: 10px;
}

.footer
{
	text-align: center;
	text-indent: 0px;
	color:#FFFFFF;
}


strong
{
	color:#cd5c5c;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-weight: bold;
}



em
{
	color:#cd5c5c;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-style: italic;
}


a
{
	text-decoration: none;
	color:#cd5c5c;
}


a:hover
{
	text-decoration: none;
	color:#a52a2a;  
}

a:visited
{
	text-decoration:none;
	color:#cd5c5c;
}

a img
{
	border: 2px solid #a52a2a;
}


q
{
	color:#cd5c5c;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	font-style: italic;
}