﻿@charset "utf-8";
/*
THEME NAME:msd69
THEME URI:http://www.msd69.fr
DESCRIPTION:Thème original. Création <a href="http://www.richard-atlan.com/">Richard Atlan</a>, Montage <a href="http://www.avant-gout.com">Avant-Goût Studios</a>.
VERSION:1.0
AUTHOR:Adrien Piffaretti
AUTHOR URI:http://www.avant-gout.com
*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
 background-repeat: no-repeat;
 background-position: top center;
}
address {
	font-size: 10px;
}
h2 {
	font-size: 25px;
	font-weight: normal;
	padding-top: 20px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
body.page5 { /* page notre action */
 background-image: url(images/fond_action.gif);
}
body.page6 { /* page service à la personne */
 background-image: url(images/fond_personne.gif);
}
body.page7 { /* page service de proximite */
 background-image: url(images/fond_proximite.gif);
}
#page {
	width: 980px;
	margin: auto;
}
#header h1 {
	padding: 0;
	margin: 0;
	position: absolute;
	margin-left: 240px;
	top: 120px;
	color: #E4252A;
	font-style: italic;
	font-weight: bold;
	font-size: 44px;
	line-height: 36px;
	width: 700px;
	display: none;
}
#menu {
	width: 250px;
}
#menu, #menu li {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style: none;
}
#menu li a{
	display: block;
	background-color: #FF545C;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	height: 20px;
	padding-top: 5px;
}
#menu li a.active {
	background-color: #000;
}
#menu li a:hover {
	background-color:#e02c2c;
}
#accueilmenu {
	width: 175px;
}
#actionmenu {
	margin-left: 35px;
	width: 175px;
}
#personnemenu {
	margin-left: 50px;
	width: 175px;
}

#proximitemenu {
	margin-left: 20px;
	width: 175px;
}
#tarifsmenu {
	padding-left: 10px;
	width: 175px;	
}
#contactsmenu {
	margin-left: 30px;
	width: 175px;
}
#content {
	margin: 0;
	margin-left: 250px;
	width: 620px;
}
body.page5 #content { /* page notre action */
	padding-top: 55px;
}
body.page6 #content { /* page service à la personne */
	padding-top: 10px;
}
body.page8 #content { /* page tarifs */
	padding-top: 25px;
}
body.page8 #content table { /* page tarifs */
	border: none;
	border-top: 4px solid #E4252A;
	border-left: 4px solid #E4252A;	
	padding: 5px;
}
body.page8 #content table td {
	padding: 5px;
	border: none;
	border-bottom: 1px solid black;
}
body.page8 #content table td.borderright {
	border-right: 1px solid black;
}
body.page8 #content table td.noborder {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar {
	display: none;
	float: left;
}
#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar ul {
	float: left;
	border-left: 4px solid #E4252A;
	border-top: 4px solid #E4252A;
	margin-top: 300px;
	padding-top: 10px;
}
#sidebar ul li {
	width: 205px;
	color: #E4252A;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}
#footer {
	clear: both;
	font-weight: bold;
	font-size: 10px;
	width: 480px;
	margin: auto;
	padding-top: 30px;
}
.linklove {
	display: none;
}