/******************************** GLOBAL ***************************************/
body 
{
	float: left;
	font-family: Corbel, Verdana;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #a40e87;
	text-decoration: none;
	background-color: #fecdf4;
	min-height:900px;
}


#global
{
	width: 894px;
	margin: 0 auto;
}

#contenu 
{
	float: left;
	-moz-border-radius: 15px;
	background-color: #ffffff;
	background-image: none;
	width: 894px;
	height: auto;
	padding-top: 0;
	padding-bottom: 20px;
	min-height:200px;
	border: 2px solid #890b70;
}


/********************************** LIENS **************************************/

a:link 
{
	color: #ca16a6;
	font-style: italic;
	text-decoration: none;
}

a:visited 
{
	color: #ca16a6;
	font-style: italic;
	text-decoration: none;
}

a:hover 
{
	color: #f47dc6;
	font-style: italic;
	text-decoration: none;
}

a:active 
{
	font-style: italic;
	text-decoration: none;
}

/************************************ HEADER ***********************************/
#header
{
	padding-left: 50px;
}

#header_logo 
{
	float: left;
	-moz-border-radius:15px;
	display: block;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	width: 894px;
	height: 203px;
	margin-bottom: 10px;
}
/*******************MENU*******************/
#menu 
{
	float: left;
	background-color: white;
	width: 740px;
	background-image:url('../images/menu.png');
	background-repeat:repeat-x;
	height: 37px;
	margin: 0px 0px 0px 60px; 
	z-index: 2;
	position: relative;
	list-style-type: none;
	font-style: normal;
	padding: 0;
	border: 0;
	height: 37px;
	-moz-border-radius:15px;
}

#menu ul
{
	margin: 0;
	margin-left: 0px;
	font-style: normal;
}

#menu li
{       
	list-style-type: none;
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-style: normal;
}

#menu ul li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	display: block;
	font-style: normal;
}

#menu li a:hover 
{ 
	background-image:url('../public/images/menu_hover.png');
	background-repeat:repeat;
	font-style: normal;
}

#menu .sous_menu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
}

#menu .sous_menu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 175px;
	font-style: normal;
}

#menu .sous_menu li a:link, #menu .sous_menu li a:visited
{
	display: block;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: url("../images/font_menu_deroulant.png") repeat;
	font-style: normal;
}

#menu .sous_menu li a:hover
{
	background: url("../images/menu_hover.png") repeat-x;
}

#menu li:hover > .sous_menu { display: block; }

#menu a:link 
{
	color: white;
	font-style: italic;
	text-decoration: none;
}

/*******************FOOTER*******************/
#footer 
{
	float: left;
	-moz-border-radius:15px;
	background-color: white;
	width: 894px;
	border: 2px solid #890b70;
	margin-top: 15px;
	padding-bottom: 10px;
}

#footer ul li
{
	float: left;
	font-size: 13px;
	display: block;
	margin-left:4px;
	padding: 1px 8px 1px 8px;
}

#footer li
{
	width: 150px;
	padding-left: 80px;
}

#optimized
{
	float: left;
	width: 894px;
	text-align: left;
}

/*********************ACCUEIL**************/
.texte
{
	z-index: 1;
	float: left;
	width: 730px;
	min-height: 360px;
	margin: 10px;
	padding-left: 70px;
	margin-bottom: 15px;
	background-image: url("../images/femme.png");
	font-size: 18px;
}

#accueil
{
	float: left;
	width: 500px;
	/*height: 315px;*/
	padding: 15px;
	margin-left: 170px;
	border: 2px dashed #f075d7;
	-moz-border-radius: 15px;
	background-image: url("../images/pelle.png");
	background-repeat: no-repeat;
}

.texte h1
{
	color: #890b70;
	background-image: url("../images/title.png");
	background-repeat: repeat-x;
	width: 525px;
	height: 90px;
	text-align: center;
}

/*****************PAGES*******************/

.rubrique_content
{
	float: left;
	width: 650px;
	margin-left: 120px;
	margin-top: 30px;
	text-align: justify;
}

.rubrique_content li
{
	margin-bottom: 12px;
}

.rubrique_content h1
{
	color: #890b70;
	background-image: url("../images/title.png");
	background-repeat: repeat-x;
	width: 600px;
	height: 50px;
	font-style: italic;
	text-align: center;
}

/**************ERREUR********************/
.error
{
	float: left;
	width: 740px;
	margin-left: 90px;
	margin-top: 30px;
	text-align: center;
}



.tarifs
{
	background-image: url("../images/repassage.png");
  background-repeat: no-repeat;
	width: 400px;
	height: 310px;
	padding-top: 20px;
	padding-left: 380px;
	font-size: 21px;
}

.useless
{
	float: left;
	width: 894px;
}
