/* ///////////////// Global /////////////// */
#global {
	width: 990px;
	position: absolute;
	margin-left: -495px;
	left: 50%;
	top: 0px;
}
a img {
	border: none;
}
body
{
scrollbar-face-color: #f4d897;
scrollbar-track-color: #f3ecc3;
scrollbar-arrow-color: #f3ecc3;
}


/* ///////////////// Header et Menu /////////////// */
#header {
	float: left;
	width: 1000px;
}
#menu {
	float: left;
	width: 1000px;
	background-image: url(../img/menu_1.jpg);
	height: 217px;
	text-align: center;
}
a.A { display: inline-table; width: 136px; height: 120px; background-image: url('../img/accueil_off.png') } 
a.A:hover { display: inline-table; width: 136px; height: 120px; background-image: url('../img/accueil_on.png') } 

a.B { display: inline-table; width: 147px; height: 120px; background-image: url('../img/sophrologie_off.png') } 
a.B:hover { display: inline-table; width: 147px; height: 120px; background-image: url('../img/sophrologie_on.png') } 

a.C { display: inline-table; width: 142px; height: 120px; background-image: url('../img/profession_off.png') } 
a.C:hover { display: inline-table; width: 142px; height: 120px; background-image: url('../img/profession_on.png') } 

a.D { display: inline-table; width: 136px; height: 120px; background-image: url('../img/ecoles_off.png') } 
a.D:hover { display: inline-table; width: 136px; height: 120px; background-image: url('../img/ecoles_on.png') } 

a.E { display: inline-table; width: 136px; height: 120px; background-image: url('../img/actualites_off.png') } 
a.E:hover { display: inline-table; width: 136px; height: 120px; background-image: url('../img/actualites_on.png') }

a.F { display: inline-table; width: 147px; height: 120px; background-image: url('../img/cycle_off.png') } 
a.F:hover { display: inline-table; width: 147px; height: 120px; background-image: url('../img/cycle_on.png') } 

a.G { display: inline-table; width: 145px; height: 120px; background-image: url('../img/annuaire_off.png') } 
a.G:hover { display: inline-table; width: 145px; height: 120px; background-image: url('../img/annuaire_on.png') }


/* ///////////////// General /////////////// */
#general {
	float: left;
	width: 1000px;
	background-image: url(../img/general_1.jpg);
	background-repeat: repeat-y;
}
#lefter {
	float: left;
	height: 450px;
	width: 170px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #842e1b;
	background-image: url(../img/cadre_menu.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 30px;
}
#lefter a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#lefter a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #842e1b;
	text-decoration: underline;
}
#center {
	float: left;
	width: 730px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
}
#center a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #9d5851;
	font-weight: bold;
}
#center a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #9d5851;
	font-weight: bold;
}


/* ///////////////// Footer /////////////// */
#footer {
	float: left;
	height: 58px;
	width: 960px;
	background-image: url(../img/footer_1.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4C4C4C;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #842e1b;
	text-decoration: underline;
}


/* ///////////////// Formulaire /////////////// */
.form {
	height: 20px;
	width: 400px;
	border: 1px solid #842e1b;
}
.inscription {
	height: 20px;
	width: 400px;
	border: 1px solid #842e1b;
	text-align: justify;
	padding: 10px;
}

