@charset "utf-8";
/* CSS Celibest | Okus Pokus */



/* ===================================================================================== */
/* ======================================= GENERAL ===================================== */
/* ===================================================================================== */

* {
	/*border: 1px solid blue;*/
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font: normal 0.7em Trebuchet MS, Helvetica, sans-serif;
	background: url(/media/_img/_general/bg.png) top left repeat-x;
	background-color: white;
	color: #4c2845;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input.text,
select.text {
	color: #6d4665;
	font-size: 1em;
	padding: 1px 0 0 4px;
	border: 1px solid #7f9db9;
}
input.text {
	height: 15px;
}
select.text {
	padding-left: 2px;
	height: 19px;
}

div#page {
	position: absolute;
	width: 960px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	background: url(/media/_img/00_home/bg.jpg) top left no-repeat;
}

.clear {
	clear: both;
}
.just {
	text-align: justify;
}
.txtzero {
	font-size: 0.1em;
	color: transparent;
	text-indent: -10000em;
}
.nobrd {
	border: 0;
}
.mauve {
	color: #9e3789;
}
.mauve2 {
	color: #a5819e;
}
.orange {
	color: #f39604;
}
.orange2 {
	color: #f7bd62;
}

span.erreurChampForm{
	padding: 0px 5px;
	color: yellow;
	background-color: red;
	border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	font-size: 0.9em;
	position: absolute;
	margin-left: 5px;
}




/* ===================================================================================== */
/* ================================== PANNEAU PRINCIPAL ================================ */
/* ===================================================================================== */

div#big-panel {
	width: 920px;
	height: 661px;
	margin: 0 20px 1px 20px;
}
.visuA {
	background: url(/media/_img/00_home/visu-A.jpg) bottom left no-repeat;
}
.visuB {
	background: url(/media/_img/00_home/visu-B.jpg) bottom left no-repeat;
}
.visuC {
	background: url(/media/_img/00_home/visu-C.jpg) bottom left no-repeat;
}
.visuD {
	background: url(/media/_img/00_home/visu-D.jpg) bottom left no-repeat;
}
.visuE {
	background: url(/media/_img/00_home/visu-E.jpg) bottom left no-repeat;
}
.visuF {
	background: url(/media/_img/00_home/visu-F.jpg) bottom left no-repeat;
}
.visuG {
	background: url(/media/_img/00_home/visu-G.jpg) bottom left no-repeat;
}
.visuH {
	background: url(/media/_img/00_home/visu-H.jpg) bottom left no-repeat;
}


/*------------------------------------------ Logo ---------------------------------------*/

/*=>> cf ds les dossiers nord, normandie, picardie..


/*----------------------------------------- Slogan --------------------------------------*/

h3 {
	display: block;
	position: absolute;
	top: 85px;
	left: 315px;
	width: 352px;
	height: 15px;
	background: url(/media/_img/00_home/slogan.png) top left no-repeat;
}


/*------------------------------------------ Intro --------------------------------------*/

div#intro {
	display: block;
	position: absolute;
	top: 170px;
	left: 70px;
	width: 180px;
}
div#intro h4 {
	font-size: 1.4em;
}
div#intro span {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 0.9em;
}
div#intro p {
	padding: 6px 0 0 0;
}


/*-------------------------------------- Cartographie -----------------------------------*/

h2 {
	display: block;
	position: absolute;
	top: 240px;
	left: 740px;
	width: 147px;
	height: 47px;
	background: url(/media/_img/00_home/slogan-2.png) top left no-repeat;
}
ul#map {
	list-style-type: none;
	display: block;
	position: absolute;
	top: 254px;
	left: 683px;
	width: 255px;
	height: 258px;
	background: url(/media/_img/00_home/map-est.png) top left no-repeat;
}


/*-------------------------------------- Panneau login ----------------------------------*/

form#login {
	display: block;
	position: absolute;
	top: 6px;
	left: 50%;
	width: 248px;
	margin-left: 200px;
}
form#loginSqbox {
	width: 248px;
	margin: 20px 0 0 0;
}
form#login fieldset {
	border: 1px solid transparent;
}
form#login legend {
	position: relative;
	font-size: 1.1em;
	margin: 6px 0 -20px -86px;
}
form#login label {
	display: none;
}
form#loginSqbox label {
	width: 100px;
	float: left;
	margin-left: 10px;
}
form#loginSqbox input.text,
form#login input.text {
	width: 95px;
}
form#loginSqbox input.image,
form#login input.image {
	width: 26px;
	height: 20px;
	margin: 0 0 -6px 0;
}
form#login a {
	display: block;
	text-align: right;
	color: white;
	font-size: 0.8em;
	width: 150px;
	margin: 2px 0 0 78px;
}
p#members {
	display: block;
	position: absolute;
	top: 62px;
	left: 730px;
	width: 210px;
	height: 258px;
	font-size: 0.9em;
	padding: 0 0 0 14px;
	background: url(/media/_img/00_home/picto_user.png) 0 1px no-repeat;	
}


/*----------------------------------- Panneau inscription -------------------------------*/

form#inscription {
	display: block;
	position: absolute;
	top: 230px;
	left: 50%;
	width: 325px;
	margin-left: -150px;
}
form#inscription small {
	position: absolute;
	display: block;
	top: -38px;
	right: 5px;
	color: white;
}
form#inscription fieldset {
	border: 0;
}
form#inscription legend {
	height: 1px;
}
form#inscription fieldset#register1 label {
	position: relative;
	display: block;
	width: 165px;
	height: 19px;
	float: left;
	line-height: 1.6em;
	color: white;
	z-index: 10;
}
form#inscription fieldset#register2 label {
	position: relative;
	display: block;
	width: 280px;
	margin: 10px 0 0 0;
	float: left;
	font-size: 0.9em;
	line-height: 1.1em;
	color: white;
}
form#inscription input.text {
	position: relative;
	float: left;
	width: 150px;
	z-index: 10;
}
form#inscription input.checkbox {
	position: relative;
	clear: both;
	margin: 5px 5px 0 20px;
	float: left;
}
form#inscription select.text {
	position: relative;
	float: left;
	width: 156px;
	z-index: 10;
}
form#inscription input.image {
	position: absolute;
	top: 253px;
	left: 121px;
	width: 229px;
	height: 36px;
}
form#inscription span.sepa {
	clear: both;
	display: block;
	width: 320px;
	height: 9px;
	background: url(/media/_img/_general/sepa_pts-rose.png) center left repeat-x;
}
form#inscription fieldset#birth select {
	width: auto;
	margin-right: 0px;
}
form#inscription div#formactiv {
	position: absolute;
	z-index: 1;
	display: none;
	top: 26px;
	left: -10px;
	width: 343px;
	height: 27px;
	background: url(/media/_img/00_home/input-activ.png) top left no-repeat;
}


/*--------------------------------------- Témoignages -----------------------------------*/
div#temoignages {
	position: absolute;
	top: 510px;
	left: 480px;
	padding: 16px;
	width: 420px;
	height: 130px;
}
div#temoignages h4 {
	height: 1px;
}
div#temoignages a.btnup,
div#temoignages a.btndown {
	position: absolute;
	display: block;
	right: 0;
	width: 29px;
	height: 29px;
	padding: 0;
}
div#temoignages a.btnup {
	top: 33px;
	background: url(/media/_img/_general/btn_up-1.png) top left no-repeat;
}
div#temoignages a.btndown {
	top: 83px;
	background: url(/media/_img/_general/btn_down-1.png) top left no-repeat;
}
div#temoignages div#temoign-slider {	position: relative;
	height: 84px;
	overflow: hidden;
}
div#temoignages ul {
	position: relative;
	list-style-type: none;
	top: 0px;
	height: 10000px;
}
div#temoignages ul li {
	padding: 10px 0 30px 0;
	height:72px;
	display:block;
	
}
div#temoignages ul li span.pseudo {
	font-weight: bold;
	font-size: 1.25em;
	padding-right: 4px;
}
div#temoignages ul li span.descr {
	display: block;
	padding: 6px 30px 0 15px;
	background: url(/media/_img/_general/puce_guill-1.png) 0 7px no-repeat;
}
div#temoignages a.all {
	display: block;
	position: relative;
	bottom: 0;
	left: 250px;
	width: 130px;
	margin-top: 20px;
	padding: 0 0 0 18px;
	font-weight: bold;
	font-size: 0.9em;
	background: url(/media/_img/_general/puce_bulle-1.png) 0 3px no-repeat;	
}





/* ===================================================================================== */
/* ================================ DERNIERES INSCRIPTIONS ============================= */
/* ===================================================================================== */

div#lastreg {
	position: relative;
	width: 632px;
	height: 171px;
	float: left;
	margin: 0 0 0 20px;
}
div#lastreg h4 {
	width: 187px;
	height: 18px;
	margin: 10px 0 0 20px;
	background: url(/media/_img/00_home/title_lastreg.png) top left no-repeat;
}
div#lastreg a.btnleft,
div#lastreg a.btnright {
	position: absolute;
	display: block;
	top: 72px;
	width: 29px;
	height: 29px;
	padding: 0;
}
div#lastreg a.btnleft {
	left: 15px;
	background: url(/media/_img/_general/btn_left-1.png) top left no-repeat;
}
div#lastreg a.btnright {
	right: 15px;
	background: url(/media/_img/_general/btn_right-1.png) top left no-repeat;
}
div#lastreg div#lastreg-slider {
	position: relative;
	width: 540px;
	margin: 8px 0 0 46px;
	overflow: hidden;
}
div#lastreg ul {
	list-style-type: none;
	position: relative;
	left: 0px;
	width: 10000px;
	height: 130px;
}
div#lastreg ul li {
	display: inline;
	line-height: 80px;
	float: left;
	height: 130px;
	padding: 0 10px 0 10px;
}
div#lastreg ul li a {
	text-decoration: none;
}
div#lastreg ul li img {
	border: 3px solid white;
	margin-bottom: 4px;
	vertical-align: bottom;
}
div#lastreg ul li span {
	display: block;
	font-size: 0.85em;
	line-height: 1.2em;
	text-decoration: none;
}
div#lastreg ul li span.pseudo {
	color: white;
	font-weight: bold;
}
div#lastreg ul li span.ville {
	color: #e579d0;
}

.visuA-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-A.jpg) top left no-repeat;
}
.visuB-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-B.jpg) top left no-repeat;
}
.visuC-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-C.jpg) top left no-repeat;
}
.visuD-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-D.jpg) top left no-repeat;
}
.visuE-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-E.jpg) top left no-repeat;
}
.visuF-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-F.jpg) top left no-repeat;
}
.visuG-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-G.jpg) top left no-repeat;
}
.visuH-reflet {
	background: url(/media/_img/00_home/bg_lastreg_visu-H.jpg) top left no-repeat;
}



/* ===================================================================================== */
/* =================================== RECHERCHE RAPIDE ================================ */
/* ===================================================================================== */

div#quicksrc {
	width: 288px;
	height: 171px;
	float: left;
	margin: 0 20px 0 0;
	background: url(/media/_img/00_home/bg_quicksrc.jpg) top left no-repeat;
}
div#quicksrc h4 {
	width: 119px;
	height: 17px;
	margin: 10px 0 0 20px;
	background: url(/media/_img/00_home/title_quicksrc.png) top left no-repeat;
}
div#quicksrc form#quicksearch fieldset {
	border: 1px solid transparent;
	padding: 6px 0 0 20px;
}
div#quicksrc form#quicksearch legend {
	height: 1px;
}
div#quicksrc form#quicksearch label {
	display: block;
	width: 95px;
	padding: 2px 0 0 4px;
	float: left;
	color: white;
}
div#quicksrc form#quicksearch select.text {
	width: 140px;
	float: left;
}
div#quicksrc form#quicksearch input.checkbox {
	margin: 0px 100px 0 0;
}
div#quicksrc form#quicksearch input.image {
	clear: both;
	width: 109px;
	height: 19px;
	margin: 4px 0 0 132px;
}
div#quicksrc form#quicksearch span.sepa {
	clear: both;
	display: block;
	width: 240px;
	height: 9px;
	background: url(/media/_img/_general/sepa_pts-mauve.png) center left repeat-x;
}




/* ===================================================================================== */
/* ======================================= BASELINE ==================================== */
/* ===================================================================================== */

div#baseline {
	width: 794px;
	height: 40px;
	clear: both;
	margin: 0 0 20px 20px;
	padding: 45px 126px 0 0;
	text-align: right;
	background: url(/media/_img/00_home/bg_baseline.png) top left no-repeat;
}
div#baseline ul {
	list-style-type: none;
	width: 100%;
	padding: 0 130px 0 0;
}
div#baseline ul li.first {
	border: 0 !important;
}
div#baseline ul li {
	display: inline;
	padding: 0 5px 0 5px;
	border-left: 1px solid #ccc;
}
div#baseline ul li a {
	text-decoration: none;
}
div#baseline ul li a:hover {
	text-decoration: underline;
}
div#baseline small {
	padding: 4px 7px 0 0;
	color: #c7b9c4;
}

/* ===================================================================================== */
/* ======================================= FOOTER ====================================== */
/* ===================================================================================== */
div#homefooter {
	position: relative;
	width: 960px;
	height: 40px;
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
	background: url(/media/_img/_general/bg_homefooter.png) top left no-repeat;
}

div#homefooter ul {
	list-style-type: none;
	padding: 12px 0 0 34px;
}
div#homefooter ul li.first {
	border: 0 !important;
}
div#homefooter ul li {
	display: inline-table;
	padding: 0 5px 0 5px;
	border-left: 1px solid #ccc;
}
div#homefooter ul li a {
	color: #9d3688;
	text-decoration: none;
}
div#homefooter ul li a:hover {
	text-decoration: underline;
}
div#homefooter small {
	position: absolute;
	display: block;
	border-left: 1px solid #ccc;
	padding: 0 0 0 7px;
	top: 11px;
	right: 19px;
	width: 94px;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #c7b9c4;
}
div#homefooter dl {
	width: 125px;
	height: 400px;
	float: left;
	margin-left: 10px;
	border-right: 1px dotted gray;
}
div#homefooter dl dt{
	text-align: center;
	margin-bottom: 10px;
}
div#homefooter dl dd{
	font-size: 0.9em;
}
div#homefooter dl dd.title{
	font-size: 1em;
	font-weight: bold;
}


/* ===================================================================================== */
/* ===================================== LIGHTBOXES ==================================== */
/* ===================================================================================== */

div#lightbox1, div#lightbox2 {
	position: absolute;
	width: 100%;
	height: 100%;
}
div#lightbox1 {
	display: none;
	z-index: 500;
	background: url(/media/_img/00_home/bg_lb1.png) top center no-repeat;	
}
div#lightbox2 {
	display: none;
	z-index: 501;
	background: url(/media/_img/00_home/bg_lb2.png) top center no-repeat;	
}
div#lightbox1 a#alrreg {
	position: absolute;
	display: block;
	width: 153px;
	height: 15px;
	top: 160px;
	left: 50%;
	margin-left: 45px;
	background: url(/media/_img/00_home/lb1_alrreg.png) top left no-repeat;	
}
div#lightbox1 a.close,
div#lightbox2 a.close {
	position: absolute;
	display: block;
	width: 13px;
	height: 13px;
	left: 50%;
	background: url(/media/_img/_general/btn_close-1.png) top left no-repeat;
}
div#lightbox1 a.close {
	top: 188px;
	margin-left: 187px;
}
div#lightbox2 a.close {
	top: 0;
	margin-left: 445px;
}
.largeur60 {
width:60px;
}

/* ===================================================================================== */
/* ================================ Conditions générales =============================== */
/* ===================================================================================== */

/*Conditions générales de celibXYZ*/
div#cgcelibXYZ{
	padding: 1em;
}
/*Ecriture stylisée de "celibXYZ" et de "...celibXYZ.com"*/
div#cgcelibXYZ span.celib{
	color: #9d3688;
	font-weight: bold;
}
div#cgcelibXYZ span.XYZ{
	color: #f39604;
	font-weight: bold;
}
div#cgcelibXYZ span.www{
	color: #9d3688;
	font-weight: normal;
}
div#cgcelibXYZ span.com{
	color: #c8c8c8;
	font-weight: bold;
}
div#cgcelibXYZ a.celibXYZ{
	text-decoration: none;
}
div#cgcelibXYZ a.celibXYZ:hover{
	text-decoration: underline;
}

div#cgcelibXYZ div.titremauve{
	color: #9d3688;
	font-size: 1.6em;
	font-weight: bold;
}
div#cgcelibXYZ div.menumauve{
	color: #9d3688;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	padding-left: 2em;
}
div#cgcelibXYZ div.menumauve a{
	color: #9d3688;
}
div#cgcelibXYZ div.titreorange{
	color: #f39604;
	font-size: 1.4em;
	font-weight: bold;
	margin: 1.2em 0 0.6em 0;
	padding-left: 1em;
}
div#cgcelibXYZ div.top{
	float: right;
	color: #9d3688;
	font-weight: normal;
	width: 80px;
	text-align: right;
	font-size: 0.7em;
}
div#cgcelibXYZ div.top a{
	color: #9d3688;
}
div#cgcelibXYZ div.textecgcelibXYZ{
	color: black;
	text-align: justify;
	font-size: 1.2em;
	font-weight: normal;
}
div#cgcelibXYZ div.textecgcelibXYZ a{
	color: #9d3688;
	font-weight: bold;
}
div#cgcelibXYZ div.textecgcelibXYZ span.cgmauve{
	color: #9d3688;
	font-weight: bold;
}
div#cgcelibXYZ div.textecgcelibXYZ span.cgorange{
	color: #f39604;
	font-weight: bold;
}
div#cgcelibXYZ div.textecgcelibXYZ ul{
	color: #9d3688;
}
div#cgcelibXYZ div.textecgcelibXYZ li{
	text-align: justify;
	font-size: 1em;
	font-weight: normal;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
}
div#cgcelibXYZ div.textecgcelibXYZ ul.list2{
	color: #000;
}
div#cgcelibXYZ div.textecgcelibXYZ li.list2{
	text-align: justify;
	font-size: 1em;
	font-weight: normal;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: square;
}
div#cgcelibXYZ div.textecgcelibXYZ br.interligne{
	font-size: 0.6em;
}


/* ===================================================================================== */
/* =============================== Contact hors connexion ============================== */
/* ===================================================================================== */

div#detailmessage
 {
	clear: both;
	width: 550px;
	padding: 20px 20px 20px 30px;
	background: url(/media/_img/03_messagerie/panel_bg.png) top left no-repeat;
}

div#detailmessage span {
	display: inline;
}
div#detailmessage span.from {
	float: left;
	font-size: 1.1em;
}

/*===Contact===*/
div#contactHC{
	padding: 10px;
	color: white;
}
div#contactHC span.sepa{
	display: block;
	height: 5px;
}
div#contactHC form label{
	font-weight: bold;
	width: 100px;
	float: left;
}
div#contactHC form textarea{
	width: 424px;
	height: 150px;
}
div#contactHC form input.image{
	margin: 5px 0 0 440px;
}
div#contactHC form small {
	position: relative;
	display: block;
	text-align: right;
	color: white;
}
div#contactHC span.label {
	width: 100px;
	font-weight: bold;
	float: left;
}
div#contactHC span.value {
	margin-left: 110px;
	font-weight: normal;
	display: block;
	width: 400px;
	text-align: justify;
}
div#contactHC div.error {
	 margin-left: 110px;
	 font-size: 0.9em;
}

div#bottomContactHC {
	width: 600px;
	height: 12px;
	background: url(/media/_img/03_messagerie/panel_bottom.png) top left no-repeat;
}

/* ===================================================================================== */
/* ================= Module d'aide à la saisie automatique des e-mails ================= */
/* ===================================================================================== */

div#acceptable {
	 padding: 10px;
	 background-color: #9d3688;
	 color: white;
	 z-index: 1000;
	 border-radius: 0.6em;
	 -moz-border-radius: 0.6em;
	 -webkit-border-radius: 0.6em;
	 display: none;
}

div#acceptable div.titre {
	margin-bottom: 10px;
	text-align: center;
	text-decoration: underline;
}

div#acceptable div.probable,
div#acceptable div.acceptable {
	padding: 2px;
	cursor: pointer;
}
div#acceptable div.probable {
	font-size: 1.2em;
	font-weight: bold;
}

div#acceptable div.annulation {
	cursor: pointer;
	margin-top: 10px;
	text-align: right;
}
