@charset "utf-8";
/* CSS Document */
/* Reset Style */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-weight: inherit;
	 font-style: inherit;
	 font-size: 100%;
	 font-family: inherit;
	 vertical-align: baseline;
}

body {
 	line-height: 1.5;
}

table { 
	border-collapse: separate; 
	border-spacing: 0; 
}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}

table, td, th { 
	vertical-align: middle; 
}

blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

a img { 
	border: none; 
}

*:focus {
 outline-style: none;
}
/* end reset style */

body {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#main {
	width: 900px;
	margin: 20px auto;
	text-align: left;
}

h1 {
	background-image: url('../images/atelier_christine_bardy.jpg');
	background-repeat: no-repeat;
	width: 336px;
	height: 43px;
	margin-bottom: 10px;
}

h1 a {
	text-indent: -9999px;
	display: block;
	width: 336px;
	height: 43px;
}

strong, a {
	color: #330;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#menu {
	float: right;
	list-style-type: none;
	margin-top: -38px;
}

#menu li {
	float: left;
}

#menu li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a.active {
	color: #330;
	text-decoration: underline;
}

#index_img {
	border: 3px solid #330;
	background-image: url('../images/atelier_marseille.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 378px;
}

#index_img h2 {
	display: none;
}

#index_content {
	margin-top: 10px;
	text-align: justify;
	color: #330;
}

#index_content a, #index_content strong {
	color: #fff;
}

#banner {
	height: 100px;
	width: 900px;
	border: 3px solid #330;
	margin-bottom: 10px;
}

.banner1 {
	background-image: url('../images/banner_1.jpg');
	background-repeat: no-repeat;
}

#content {
	width: 870px;
	color: #330;
	border: 3px solid #330;
	padding: 15px;
	background-color: #fff;	
}

#left_column {
	width: 240px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: auto;
}

.img {
	border: 1px solid #330;
	margin-bottom: 15px;
}

h2 {
	font-size: 20px;
	color: #330;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 2px solid #330;
}

h3 {
	font-size: 16px;
	color: #330;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px dashed #330;	
	clear: right;
}

h3 a {
	text-decoration: none !important;
}

em {
	font-style: italic;
}

a#contact_btn {
	display: block;
	width: 240px;
	height: 46px;
	background-image: url('../images/contact.jpg');
	background-position: 0px -46px;
	text-indent: -9999px;
}

a#contact_btn:hover {
	background-position: 0px 0px;
}

#text {
	width: 600px;
	margin-left: 260px;
}

#text p {
	margin-bottom: 15px;
}

#text ul {
	margin-left: 40px;
	margin-bottom: 15px;
}

#text ul li a {
	font-weight: normal;
}

table.horaires {
	width: 100%;
	border: 1px solid #330;
	border-collapse: collapse;
}

table.horaires th {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #330;
}

table.horaires td {
	text-align: center;
	border: 1px solid #330;
	border-collapse: collapse;
}

table.horaires td.tday {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}

table.horaires tr {
	height: 40px;
}

.star {
	font-size: 1.2em;
	color: #E92B51;
}

.clear_both {
	clear: both;
}

form label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

form input, form textarea {
	border: 1px solid #330;
	width: 300px;
	padding: 2px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus {
	border: 1px solid #E92B51;
}

form textarea {
	width: 590px;
	height: 200px;
}

form .submit {
	padding: 5px 10px;
	width: 100px;
	font-size: 1.2em;
	background-color: #fff;
	color: #330;
	font-weight: bold;
	border: 2px solid #330;
}

form .submit:hover {
	border: 2px solid #330;
	background-color: #330;
	color: #fff;
}

#footer {
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
}