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

body
{
	background: #0D3559 url("texture1.jpg");
	color: #639BE3;
}

#tout
{
	margin: auto;
	margin-top: 10px;
	width: 90%;
}

.ruban1
{
	margin:0;
	padding: 5px;
	background: #A1371D url("ruban1.jpg");
	border: 1px solid #9D2814;
}

.ruban2
{
	margin:0;
	padding: 15px;
	background: #375C6F url("ruban2.jpg");
	border: 1px solid #9D2814;
}

#contenu
{
	margin:0;
	background: #1C4D8F url("texture2.jpg");
	border: 1px solid #9D2814;
	text-align: center;
}

#coinhg
{
	margin:0;
	float: left;
	width: 147px;
	height: 223px;
	background: no-repeat left url("coinhg.jpg");
}

#coinhd
{
	margin:0;
	float: right;
	width: 147px;
	height: 223px;
	background: no-repeat right url("coinhd.jpg");
}

#coinbg
{
	margin:0;
	float: left;
	width: 147px;
	height: 223px;
	background: no-repeat bottom url("coinbg.jpg");
}

#coinbd
{
	margin:0;
	float: right;
	width: 147px;
	height: 223px;
	background: no-repeat bottom url("coinbd.jpg");
}

#entete
{
	margin-top: 15px;
}

#corps
{
	margin: auto;
	width: 90%;
}

#pied
{
	margin: 5px;
	text-align: center;
}

#copyright
{
	margin: 5px;
	text-align: center;
}	

#cont_corps
{
	margin:0;
	padding: 15px;
	background: #1C4D8F url("texture2.jpg");
	border: 1px solid #9D2814;
	text-align: left;
}

#mp
{
	clear: both;
}

.center
{
	margin: auto;
	text-align: center;
}

img
{
	margin: 5px;
	border: none;
}

a
{
	color: #639BE3;
	text-decoration: none;
}

a:hover
{
	color: #C47D4B;
	border-bottom: 1px dashed #C47D4B; 
}