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

body
{
	background-image: url("fd01.jpg");
	background-color: #7C6D44;
	color: #ffffff;
	margin: 0;
}

#entrer
{
	margin: 40px;
	text-align: center;
}

.entree
{
	border: 3px outset #7C6D44;
	background-color: #7C6D44;
	width: 300px;
	margin: auto;
	padding: 5px;
}

a 
{   
	color:#FFFFFF;   
	text-decoration:none;  
}  

a:hover 
{ 
	color:#7C6D44; 
	text-decoration:none; 
	background:#FFFFFF;
}

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

img
{
	border: none;
	vertical-align: bottom;
}

#tout
{
	margin: 50px;
}

.ruban
{
	padding: 10px;
	background-image: url("ruban.jpg");
	background-color: #A59A7E;
}

#entete, #centre, #pied
{
	margin-bottom: 15px;
	border: 1px solid #504529;
}

#cont_entete, #cont_centre, #cont_pied
{
	padding: 15px;
	background-color: #7C6D44;
	border: 1px solid #504529;
	overflow: hidden;
}

#entete table
{
	width: 100%;
}

#entete h1
{
	font-style: italic;
}

#menu1
{
	float: left;
	width: 160px;
}

#menu2
{
	float: right;
	width: 160px;
}

#menu1 ul, #menu2 ul
{
	list-style: none;
	margin: 5px;
	padding: 3px;
	text-align: center;
}

#menu1 li:before, #menu2 li:before, #menu1 li:after, #menu2 li:after
{
	content: " ¦ ";
}

#menu1 h3, #menu2 h3
{
	text-align: center;
	font-style: italic;
}

#corps
{
	padding: 10px;
	overflow: hidden;
}

#cont_pied
{
	text-align: center;
}