/*  CSS - PILATES GYMNASTIQUE */

*{
	margin:0px;
	padding:0px;	
}

/* GENERAL INFOS */
body{ background-color:#f1f0de; }
img { border:0px; }

/* LIENS */
a {color: #ff9900; text-decoration: none; font-size: 11pt;font-family:'Arial MT'; font-weight:300;}
a:hover {color: #ff9900; text-decoration: underline; font-size: 11pt;font-family:'Arial MT'; font-weight:300;}

a.copy {color: #505050; text-decoration: none; font-size: 9pt;font-family:'Garamond';}
a.copy:hover {color: #505050; text-decoration: underline; font-size: 9pt;font-family:'Garamond'}

a.part {color: #4c6926; text-decoration: none; font-size: 10pt;font-family:'Arial MT'; font-weight:300;}
a.part:hover {color: #4c6926; text-decoration: underline; font-size: 10pt;font-family:'Arial MT'; font-weight:300;}

/* TEXTES */
.texte {color: #4c6926; text-decoration: none; font-size: 11pt; font-family:'Arial MT'; font-weight:300;}
.copyright {color: #505050; text-decoration: none; font-size: 9pt;font-family:'Garamond';}

/* AGENCEMENT CADRE */

.global
{
   width: 799px;
   min-height:600px;
   margin:auto;
   background-image: url(img/global.gif);
   background-repeat:repeat;
}

.haut
{
	width: 799px;
	height:8px;
	margin:auto;
	background-image:url(img/haut.gif);
	background-repeat:no-repeat;
}

.bas
{
	width: 799px;
	height:14px;
	margin:auto;
	background-image:url(img/bas.gif);
	background-repeat:no-repeat;
}


/* HEADER */
.header
{
	width:781px;
	height: 138px;
	margin:auto;
}

.logo {
	width: 157px;
	height: 146px;
	float: left;
	padding-left: 30px;
}

.imageheader {
	width: 523px;
	height: 115px;
	float: left;
	padding-left: 50px;
}

/* CONTAINER */
.container
{
	width:790px;
	height:inherit;
	margin:auto;
	float: left;
}

.colonne_gauche
{
	width:230px;
	margin:auto;
	float: left;
}

.colonne_droite
{
	width:560px;
	margin:auto;
	float: left;
}

/* MENU */
.menu
{
	width:230px;
	height: 200px;
	padding-top: 30px;
	padding-left: 30px;
	margin:auto;
	float: left;
}

.image_menu {
    width: 190px;
	height: 184px;
	padding-top: 30px;
	padding-left: 30px;
	float: left;
}

/* CONTENU */

.contenu_texte
{
	padding-left: 35px;
	padding-right: 20px;
	height:375px;
	float: left;
}

/* PEAK PILATES */

.peakpilates
{
	width: 220px;
	height:81px;
	padding-top: 10px;
	margin:auto;
	float: right;
	padding-right:5px;
	background-image:url(img/peakpilates.gif);
	background-repeat:no-repeat;
}
