/** Kit graphique crée par tite Marie
http://www.cheztitemarie.net **/

body
{
	background: #525B9C url("fond.jpg");
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#tout
{
	margin: 40px;
	padding: 30px;
	background: #CFC7DF url("rub.jpg");
	border: 1px solid #000066;
}

#content
{
	padding: 15px;
	background: #525B9C url("fond.jpg");
	border: 1px solid #000066;
}

#texte
{
	margin: 20px;
	padding: 15px;
	background: #CFC7DF url("rub.jpg");
	border: 5px double #000066;
	color: #000066;
}

#texte a
{
	color: #000066;
	text-decoration: underline;
}

#texte a:hover
{
	text-decoration: none;
	border: 1px solid #000066;
}

img
{
	border: none;
	margin: 10px;
	vertical-align: bottom;
}

.center
{
	text-align: center;
	display: block;
	margin: 0 auto;
}

a
{
	color: #000066;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}