/*************************/
/** Le Souffle de Vie   **/
/** Designed by Glucône **/
/** © - 2012            **/
/*************************/

@import url('reset.css');
@import url('fonts.css');
@import url('medias.css');

/* Chrome Frame prompt */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/***** BODY *****/
html, body {
	height: 100%;
}

body {
	font-family: 'OswaldLight';
	font-size: 16px;
	color: #727272;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -34px;
}

footer, .push {
	height: 34px;
}

/***** COMMON CLASSES *****/
.shadow1 {
	box-shadow: 			2px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 		2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 	2px 2px 2px rgba(0,0,0,0.1);
}

.clear { clear: both; }

.img-left {
	float: left;
	margin: 5px 15px 5px 0;
}

.mb20 { margin-bottom: 20px; }
.mb10 { margin-bottom: 10px; }

.p20 { padding: 20px; }

.bg-white { background: #ffffff; }

h1,
h2,
strong,
.aside-block a {
	font-family: 'OswaldBook';
}

/*a:link, a:visited {*/
a:hover, a:visited {
	text-decoration: none;
}
.btn1 {
	padding: 0 15px 0 25px;
	width: auto;
	line-height: 21px;
	background-image: url(../images/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 15px;
	font-family: 'OswaldLight';
	border-radius: 10px;
}

.btn1:hover {
	background-color: #929292;
}

.btn-back {
	float: right;
	margin: 10px 20px 0 0;
	background-image: url(../images/btn-arrow2.png);
}

.btn1:link, .btn1:visited {
	color: #ffffff;
}

/***** HEADER *****/
header {
	min-width: 980px;
	height: 30px;
	background: #ffffff;
}

/***** CONTENT *****/

.main {
	width: 980px;
	margin: auto;
}

.left {
	float: left;
	width: 196px;
}

.logo {
	display: block;
	background: #ffffff;
	/*background: url(../images/logo.jpg) no-repeat;
	height: 146px;
	*/
	width: 200px;
}

.right {
	float: right;
	width: 226px;
}

/* NAV */

nav li {
	display: block;
	margin-bottom: 10px;
	text-align: right;
}

nav a {
	line-height: 27px;
	padding-right: 10px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
nav li ul {
	margin: 8px 0;
}

/*
nav li li a {
	text-transform: none;
	font-size: 15px;
	line-height: 18px;
	padding-right: 37px;
	
}*/

nav li li {
	padding-right: 37px;
}
nav li li a {
	text-transform: none;
	font-size: 15px;
	line-height: 18px;
	padding-right: 0px;
	
}

nav li span {
	float: right;
	display: block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
}

.nav1 { background-position: 0 0; } nav li.sel .nav1, nav li:hover .nav1 { background-position: -27px 0; }
.nav2 { background-position: 0 -27px; } nav li.sel .nav2, nav li:hover .nav2 { background-position: -27px -27px; }
.nav3 { background-position: 0 -54px; } nav li.sel .nav3, nav li:hover .nav3 { background-position: -27px -54px; }
.nav4 { background-position: 0 -81px; } nav li.sel .nav4, nav li:hover .nav4 { background-position: -27px -81px; }
.nav5 { background-position: 0 -108px; } nav li.sel .nav5, nav li:hover .nav5 { background-position: -27px -108px; }
.nav6 { background-position: 0 -135px; } nav li.sel .nav6, nav li:hover .nav6 { background-position: -27px -135px; }
.nav7 { background-position: 0 -162px; } nav li.sel .nav7, nav li:hover .nav7 { background-position: -27px -162px; }
.nav8 { background-position: 0 -189px; } nav li.sel .nav8, nav li:hover .nav8 { background-position: -27px -189px; }
.nav9 { background-position: 0 -216px; } nav li.sel .nav9, nav li:hover .nav9 { background-position: -27px -216px; }
.nav10 { background-position: 0 -243px; } nav li.sel .nav10, nav li:hover .nav10 { background-position: -27px -243px; }


/* SECTION */

section {
	margin-left: 216px;
	margin-right: 246px;
	line-height: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 619px;
}

section article {
	padding: 30px 20px;
}

section article p {
	margin: 25px 0;
}

section h1 {
	text-transform: uppercase;
	font-size: 19px;
}

.indent h2,
.indent p {
	padding-left: 20px;
	padding-right: 20px;
}

.indent h2 {
	margin: 5px 0 3px;
}

.indent p {
	margin-top: 0;
}

.google-map {
	width: 470px;
	height: 333px;
	margin: 15px 0 25px;
	
}

/* TABLE */

table.grid {
	margin: 30px 20px;
}

table.grid td {
	width: 50%;
	border-bottom: 1px dashed #cccccc;
	padding:20px 0;
}

table.grid tr:first-child td {
	padding-top:0;
}

table.grid td:first-child {
	border-right: 1px dashed #cccccc;
	padding-right: 10px;
}

table.grid td:last-child {
	padding-left: 10px;
	margin-bottom: 10px;
}

table.grid tr:last-child td {
	border-bottom: none;
}

table.grid h1 {
	margin-bottom: 1px;
}

table.grid p {
	margin-bottom: 7px;
}

table.grid p a {
	color: #727272;
}

/* ASIDE RIGHT */
.aside-block {
	font-size: 14px;
}

.aside-block h1 {
	margin-bottom: 8px;
}

.aside-block p {
	line-height: 22px;
}

.aside-photo {
	padding: 4px;
}

/***** FOOTER *****/
footer {
	line-height: 34px;
	background: #ffffff;
	min-width: 980px;
	width: 100%;
	text-align: center;
}

.copyright {
	font-family: "Arial";
	font-size: 12px;
	color: #979797;
}

/***** FORMS *****/
.address {
	padding-left: 20px;
	padding-bottom: 30px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #CCCCCC;
}

address h2 {
	margin: 12px 0 2px;
}

address li {
	padding: 0 35px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

address li span {
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 5px;
	margin-top:-5px;
}

address li.tel span { background-position: 0 -294px; }
address li.fax span { background-position: -24px -270px; }
address li.gsm span { background-position: 0 -270px; }
address li.ind span { background-position: -24px -294px; }
address li.mel span { background-position: 0 -318px; }

.required-fields {
	text-align: right;
	font-size: 13px;
	margin: 0 10px 0 0;
}
section article form p { display: inline-block; margin: 8px 0 7px 20px; zoom: 1; *display: inline; }
form p.large { display: block; }
.required-fields span, form p span { color: #f10505; }
form p label { display: block; line-height: 22px; }
form p input { height: 27px; width: 197px; border: 0; background: #ececec; font-size: 12px; padding: 0 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
form p.small input { width: 38px; }
form p textarea { border: 0; background: #ececec; width: 427px; height: 97px; font-family: Arial; font-size: 12px; padding: 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
form p input#submit { cursor: pointer; height: 21px; color: #ffffff; }
form p.submit { line-height: 21px;height: 21px; padding:0; float: right; margin-top: 5px; margin-right: 20px; }

p.error input { border: 2px solid #ff002a; height: 23px; width: 193px; }
p.error textarea { border: 2px solid #ff002a; height: 23px; height: 93px; width: 423px; }
p.error-message { color: #ff002a; margin-top: 0;  margin-bottom: 0; font-size: 14px; float: left; }

#cadre_carte {
  align:center;
  }
#map_canvas {  
	background:#f1f1f1;
	border:#ccc 1px solid;
	width:300px;
	height:250px;
	margin:0 auto;
	}
#map_canvas a
{
display:none;
}
#map_canvas span
{
font-size:9px;
}
#photo_center {
	text-align: center;
	v-align: middle; 
	}