* {
	margin: 0;
	padding: 0;
}

body {
	background: #E3E3E6 url(img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2, h3 {
	color: #EC008C;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 55%;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #ED008C;
	
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 4% 0 4%;
	font-size: 92%;
	font-weight: bold;
	color: #EC008C;
	text-transform: uppercase;
}

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

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 56.5%;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(img02.jpg)
}

#logo h1 {
	margin: 0;
	padding: 120px 20px 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	letter-spacing: 2px;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
}

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

/* Page */

#page {
	width: 56.5%;
	margin: 0 auto;
	background: url(img03.gif) repeat-y;
}

#pagePlan {
	width: 56.5%;
	margin: 0 auto;
	background: url(img03Plan.gif) repeat-y;
}

#pageConsult {
	width: 56.5%;
	margin: 0 auto;
	background: url(img03Consult.gif) repeat-y;
}

#pageCabinet {
	width: 56.5%;
	margin: 0 auto;
	background: url(img03Cabinet.gif) repeat-y;
}

#pageContact {
	width: 56.5%;
	margin: 0 auto;
	background: url(img03Contact.gif) repeat-y;
}
/* Content */

#content {
	float: left;
	width: 60%;
	padding: 20px 2% 20px 6%;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	width: 48%;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #007FFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 24.1%;
	padding-top: 20px;
	padding-right: 5%;
	padding-left: 1%;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(img09.gif) no-repeat right bottom;
	border-left: 5px solid #007fff;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
	padding-right: 1%;
}

#links {
}

#links ul {
	background: url(img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(img04.gif) repeat-x left top;
    
}

#horaires {
	padding-left: 1em;
    margin-left: 2em;
	background: url(img08.gif) no-repeat left center;
	color: #FF5500;
	font-weight: bold;
}

#horaires_t {
	color: #0000FF;
	font-weight: bold;
}

#text_bleu {
	color: #0000FF;

}

#links a {
	padding-left: 1em;
	background: url(img08.gif) no-repeat left center;
	color: #FF5500;
	font-weight: bold;
}
#links a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 56.7%;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 60.1%;
	height: 34px;
	padding: 16px 2% 0 4%;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 14.7%;
	height: 34px;
	margin: 0 auto;
	padding: 16px 16.5% 0 0;
	background: #ED008C;
	text-align: right;
	font-size: 95%;    
	color: #FFFFFF;
}

#rechercherBouton {
border: none;
background: url('rechercher.png') no-repeat top center;
width: 100px;
cursor: pointer;
height: 28px;
color: white;
font-size: 14px;
font-weight: bold;
}

#rechercher {

padding: 2px 5px;
border: 2px solid #FFAA00;
font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #FF5500;
}