/* Template Erwan Regnier pour Calendriers-de-Charme.com
   http://www.erwanregnier.fr
*/

body
{
	background-color: #999999;
	color: #FFFFFF;
}

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

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

h1 {
	font-family: verdana;
	font-size: 14px;
	color: #ccff33;
	text-decoration: underline;
	display: inline;
}

td {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.montant {
	text-align: right;
}

.haut
{
	margin:0 auto 0 auto;
	width:730px;
}

.header
{
	height:240px;
	width:730px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.menu-haut
{
	height:35px;
	text-align:center;
	background-image:url(../images/fond-menu-haut.png);
	background-repeat:no-repeat;
}

.menu-haut img {
padding: 0 12px 0 12px;
}

.int-tel {
font-family:"Arial Narrow";
font-size:14px;
}

.tel {
font-family:"Arial Narrow";
font-size:16px;
padding: 0 0 0 26px;

}

.conteneur
{
	margin:20px auto 0 auto;
	width:730px;
}

.menu
{
	width:148px;
	margin-top:10px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/fond-menu.png);
	height:241px;
	padding: 10px 0 0 12px;
	text-align: justify;
}

.menu img
{
	margin-bottom:5px;
}

.menu a
{
	line-height:28px;
	background-image: url(../images/ico-menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:underline;
	font-size:12pt;
	padding: 0 0 0 12px;
}

.menu a:hover
{
	text-decoration:none;
}

.menu-2
{
	clear:left;
}

.menu-2 a
{
	line-height:22px;
}

.central
{
	width:549px;
	margin-left:151px;
}

#central-haut
{
	height:20px;
	background-image:url(../images/fond-central-haut.png);
	background-repeat:no-repeat;
}

#copyright {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #FFFFFF;
}

#copyright, #copyright a
{
	text-align:center;
	text-decoration:none;
	background-color:#333333;
}
#copyright a:hover {
	text-decoration: underline;
}

#central-bas, #central-bas a
{
	height:20px;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/fond-central-bas.png);
	background-repeat:no-repeat;
}
#central-bas a:hover {
	text-decoration: underline;
}

#central
{
	background-color:#333333;
	min-height:486px;
	text-align:justify;
	width:542px;
	padding: 0 2px 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	clear:right
}

/* Bidouillage à la con pour IE7 et précédents  */
*+html .central, * html  .central {
	margin-left:170px;
}
