/* CSS Document */

/* global */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border : 0;
}

    

.img_corps
{
	margin:auto;
}

/* style des liens */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #090;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #090;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #060;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #090;
}




/* positionnements */
.header {
	margin: auto;
	background-image: url("../images/header_bg.jpg");
	background-position: top center;
	height: 268px;
	width: 100%;
	color: #ffffff;
	border: 0;
	margin-bottom: -7px;
	background-repeat: no-repeat;
}

.text_header{
	vertical-align:bottom;
	text-align:center;
}

.footer {
	width:100%;
}

.text_footer {
	vertical-align:bottom;
	text-align:center;
	height:24px;
}

.pages_visitees {
	text-align:right;
	vertical-align:bottom;
	height:150px;
	width:424px;
}
#corps {
	margin: auto;
	background-image: url("../images/corps_bg.jpg");
	background-position: top center;
	background-repeat: repeat-y;
	width: auto;
}
#contenu {
	padding-left: 50%;
	margin-left: -470px;
	width: 940px;
	min-height: 305px;
	background-position: top;
	margin-top:-10px


}

#deco {
	margin: auto;
	background-image: url("../images/deco_basdepage.png");
	background-position: top center;
	background-repeat:no-repeat;
	height: 165px;
	width: auto;
		
	/*position:absolute;
	bottom:0;
	width:100%;
	z-index:10;*/
}

#footer {
	margin: auto;
	background-image: url("../images/footer_bg.jpg");
	background-repeat:no-repeat;
	background-position: top center;
	height: 181px;
	width: auto;

	/* LEs menus de navigation */

	color: #FFF;
}

#logo_cap_oxygene {
	float:left;
	margin-right: 10px;
}

/* styles des textes */
.titre {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #44302F;
	line-height: 28pt;
}
.titre_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #44150D;
	line-height: 17pt;
}
.titre_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #44150D;
	line-height: 14pt;
}
.soustitre {
	color: #600;
	font-weight: bold;
	font-size: 13px;
	text-decoration:underline;
	text-align:left;
}
.liste_prestations {
	font-size: 13px;
}
.titre_menus{
	text-decoration:underline;
	color:#c5d52a;
	font-weight:bold;
}

.enorme {
	font-size: 90px;
}

.petit{
	font-size:10px;
}

.commentaire {
	color: #FFF;
	font-size: 20px;
	font-style: italic;
}
strong {
	color:#c5d52a;
}


/* styles du formulaire */
.form {
	margin: auto;
	width: 800px;
}
.menu_form {
	list-style-type: none;
	float: left;
	width: 200px;
}
.champ_form {
	list-style-type: none;
	float: right;
	width: 590px;
}
.send_form {
	float: right;
	height: 50px;
	width: 800px;
	margin: auto;
}
.rouge {
	color: #900;
}

input, textarea
{
   font-family: "Times New Roman", Times, serif;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ */
{
   background-color: #fff0f0;
}
 
label
{
   color: black; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #600;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #fef4f4;
}


/*tables*/

.table {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.corps {
	margin-bottom:20px;
	text-align:center;
}

.activite {
	margin:auto;
	margin-bottom:20px;
	text-align:center;
}

.menu {
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}

.infos{
	margin:auto;
	margin-bottom:20px;
	text-align:left;
}

.reservation{
	width: 950px;
}

.contact {
	margin-left:50px;
	margin-right:40px;
	text-align:left;
	width: 950px;
}

.table_carte{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	width:500px;
}

/* mise en forme */

.justifie {
	text-align:justify;
	margin-left:65px;
	margin-right:65px;
}
.centre {
	text-align:center;
}
.gauche {
	text-align:left;
}
.droite {
	text-align:right;
}
.gras {
	font-weight:bold;
}

/* Images */
.img_plan {
	border:1px solid black;
}
.espace{
	padding-left:50px;
}

.separation {
	background-color:#660000;
	height:2px;
}

.prix {
	width:30px;
	text-align:center;
}