@import url(reset.css);
@import url(default.css);
@import url(modules/modules.css);
@import url(lightbox.css);

body, html {
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans;
	height: 100%;
	background-color: #022171;
}
body.contact {
	background-image: url(images/marina-fond_popup.jpg) !important;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
br.reset {
	clear: both;
	height: 1px;
	width: 1px;
}
p {
	margin-bottom: 10px;
}

div#kw {
	text-align: center;
	/* display: none; */
	line-height: 20em;
	overflow: hidden;
	height: 10px;
	font-size: 9px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans;
}
div#page {
	margin: 20px auto 0 auto;
	width: 850px;
	position: relative;
	background-image: url(images/casamanolo-fond_page.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #001849;
	overflow: hidden;
}

div#adresse {
	text-align: center;
	font-size: 0.7em;
}
div#adresse a {
	color: #5F8EFF;
	text-decoration: none;
}

div#cr {
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans;
	font-size: 0.7em;
	color: #666;
	text-align: center;
}
div#cr A {
	color: #444;
	text-decoration: none;
}
/* --------------------------------------------------------------------- */

/************ Page contact ****************/
div#formulaire {
	width: 340px;
	margin: auto;
	padding-top: 20px;
}
p.erreur {
	color: #FFF;
	background-color: #FF6F75;
	border: 1px solid #8F080E;
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 2px;
}
p.libelle {
	color: #FFFFFF;
	width: 110px;
	line-height: 24px;
	text-align: right;
	padding-right: 3px;
	float: left;
}
p.champs {
	height: 24px;
	float: left;
}
p.champs input {
	width: 200px;
}
p.libelle_message {
	color: #FFFFFF;
	width: 110px;
	height: 150px;
	text-align: right;
	padding-right: 3px;
	float: left;
}
p.champs_message textarea {
	width: 200px;
	height: 150px;
}
p.submit {
	width: 340px;
	text-align: center;
	margin: 0;
}
/****************************************/
#player {
	position: absolute;
	left: 720px;
	top: 570px;
}
/****************************************/
#bloc_top {
    display:block;
    width:841px;
    float:left;
    position:relative;
    left:-425px;
    /*border:1px solid #A8B4D8;*/
    padding:4px;
    margin:0px 0px 0px 50%;
    font-size:11px;
    color:#fff;
    /*background:#10498F;*/
}
#bloc_top a, #bloc_top a:visited {
    color:#fff;
}
#bloc_top img {
    float:left;
    margin-right:10px;
    border:1px solid #A8B4D8;
}
#bloc_top h2 {
    font-size:22px;
    font-weight:bold;
    margin:0px;
    padding:0px;
    padding-top:4px;
    padding-bottom:7px;
}
#bloc_top h3 {
    font-size:12px;
    margin:0px;
    padding:0px;
    font-weight:bold;
    color:#FFC800;
}
/****************************************/
#flyer {
    position:fixed;
    top:47px;
    left:50%;
    margin-left:435px;
}
#flyer img {
    border:1px solid #000;
}

