html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @group General -------------------------------------------*/
body {
	font:  12px 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #666;
	background: #FFF;
	height:100%;
	margin:0;
	padding:0;
}

/* Liens -------------------------------------------*/
a {
	color: #990914;
	text-decoration: none;
}

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

/* Listes -------------------------------------------*/
ul {
	list-style: none;
	margin: 5px 0;
}

li {
	list-style: none;
}

/* Titres -------------------------------------------*/
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #CCC;
	height: 30px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 15px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #6caa30;
	margin-bottom: 5px;
}
h6 {
  padding: 0.2em 0;
  margin: 0 0 3em 0;
}

/* Mise en forme -------------------------------------------*/
p { 
	text-align: justify;
	margin-bottom: 5px;
}

strong {
	font-weight: bold;
}

em {
  font-style: italic;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

/* @group Layout -------------------------------------------*/
#global {
	position: relative;
	width: 990px;
	height: auto;
	padding: 0;
	margin: 0 auto 30px auto;
	text-align: left;
}
#header {
	height: 20px;
	padding: 30px 0 0 20px;
}
#footer {
	clear: both;
	font: 10px Verdana, Arial, sans-serif;
	margin-top: 50px;
	text-align: center;
}
#footer p {
	text-align: center;
}

#footer a {
	color: #ccc;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
}

#footer a:hover{
	color: #990000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
}

#icons {
  float: right;
  padding: 0;
  margin: -5px 0 0 0;
}
#icons li {
  display: inline;
}

#branding {
  text-align: center;
  margin-top: 30px;
}

/* @group Navigation -------------------------------------------*/
#navigation {
  width: 600px;
	margin: 30px auto;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	height:  25px;
	margin: 0 auto;
	padding: 0;
}
#navigation li {
	float:  left;
	padding:  0 29px;
	color: #000;
	text-align: center;
}
#navigation li a {
	color: #000;
	text-decoration: none;
}
#navigation li a:hover {
	color: #012B5B;
	text-decoration: none;
}

/* @group Flash nav -------------------------------------------*/
#flashnav {
  width: 990px;
  height: 400px;
}
.nav-presentation {
  background: url(../images/flash/presentation.jpg) no-repeat 0 0;
}
.nav-reception {
  background: url(../images/flash/reception.jpg) no-repeat 0 0;
}
.nav-services {
  background: url(../images/flash/services.jpg) no-repeat 0 0;
}
.nav-seminaires {
  background: url(../images/flash/seminaires.jpg) no-repeat 0 0;
}
.nav-contact {
  background: url(../images/flash/contact.jpg) no-repeat 0 0;
}


/* @group Presentation -------------------------------------------*/
.content {
  width: 550px;
}
.gallery {
  width: 412px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}

#panorama {
  display: block;
  height: 200px;
  margin: 20px 0 30px 0;
  background: url(../images/flash/panorama.jpg) no-repeat 0 0;
}

#panorama1 {
  display: block;
  height: 300px;
  width: 550px;
  float: right;
  margin: 20px 0 30px 0;
  background: url(../images/flash/panorama1.jpg) no-repeat 0 0;
}

#panorama2 {
  display: block;
  float: left;
  width: 480px;
  height: 262px;
  margin: 20px auto 30px auto;
  background: url(../images/flash/panorama2.jpg) no-repeat 0 0;
}

#panorama3 {
  display: block;
  float: right;
  width: 480px;
  height: 262px;
  margin: 20px auto 30px auto;
  background: url(../images/flash/panorama3.jpg) no-repeat 0 0;
}

/* @group Contact -------------------------------------------*/
#contact {
  float: left;
  width: 430px;
}
#contact fieldset {
	height: 335px;
}
#acces {
  float: left;
  width: 540px;
  height: 332px; 
  margin: 0 0 0 20px;
}
#acces fieldset {
	text-align : center;
	height: 335px;
}

/* @group Form -------------------------------------------*/
form {
  
}
form ol {
  padding: 0;
  margin: 0;
}
form li {
  margin: 10px;
}
fieldset {
  border: 1px solid #CCC;
}
legend {
  font-weight: bold;
  padding: 0 5px;
}
label {
  float: left;
  width: 60px;
  padding: 3px 10px 0 0;
}
input, textarea, select {
  font:  12px 'Lucida Grande', Arial, Verdana, sans-serif;
  padding: 2px;
  border: 1px solid #666;
}
.input, textarea {
  width: 326px;
}
.action {
  text-align: right;
}

#contact-status {
	border: 1px solid #CCC;
	padding: 10px 5px 10px 35px;
	margin: 10px 0 20px 0;
	background: #EEE;
}

/* @group ShadowBox */
#shadowbox_overlay{visibility:hidden;position:absolute;display:block;margin:0;padding:0;top:0;left:0;z-index:998;}#shadowbox_container{position:fixed;height:0;width:100%;margin:0;padding:0;top:0;left:0;z-index:999;text-align:center;}#shadowbox{display:none;visibility:hidden;margin:0 auto;position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;text-align:left;}#shadowbox_title{height:25px;padding:0;overflow:hidden;}#shadowbox_title_inner{height:16px;font-size:16px;line-height:16px;white-space:nowrap;padding:5px 0 4px 8px;color:#fff;}#shadowbox_body{position:relative;overflow:hidden;margin:0;padding:0;border:2px solid #fff;background-color:#000;}#shadowbox_body_inner{position:relative;overflow:hidden;}#shadowbox_loading{position:absolute;top:0;left:0;height:10000px;width:100%;background-color:#222;}#shadowbox_loading img{float:left;margin:10px 10px 0 10px;}#shadowbox_loading span{float:left;margin-top:16px;font-size:10px;}#shadowbox_loading span a,#shadowbox_loading span a:link,#shadowbox_loading span a:visited{color:#fff;}#shadowbox_content.html{height:100%;width:100%;overflow:auto;}#shadowbox_toolbar{margin:0;padding:0;height:20px;overflow:hidden;}#shadowbox_toolbar_inner{height:20px;color:#fff;}#shadowbox_toolbar_inner div{padding-top:4px;padding-bottom:2px;font-size:10px;height:10px;line-height:10px;}#shadowbox_toolbar_inner div span.shortcut{text-decoration:underline;font-weight:bold;}#shadowbox_toolbar_inner div a{text-decoration:none;color:#fff;}#shadowbox_nav_close,#shadowbox_nav_previous,#shadowbox_nav_next{float:right;padding-right:10px;}#shadowbox_counter{float:left;padding-left:10px;}#shadowbox_counter a{padding:0 4px 0 0;}#shadowbox_counter a.shadowbox_counter_current{text-decoration:underline;font-weight:bold;}div.shadowbox_message{text-align:center;padding:10px;}div.shadowbox_message a:link,div.shadowbox_message a:visited{text-decoration:none;color:#bed333;}div.shadowbox_message a:hover,div.shadowbox_message a:focus{text-decoration:underline;}