/****************************************************************************************/
/*                                                                                      */
/*                         Stylesheet for SOIZICK.COM                                   */
/*                                                                                      */
/*                   Sebastien Malherbe / seb@7vision.com / 7vision.com                 */
/*                                                                                      */
/****************************************************************************************/

/*********** E Meyer's css reset ******************/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/********* General declarations for the layout **********/

body {
	background: #0f0f0f url(/images/bg_main.jpg) no-repeat 50% 0px;
	color:#e4e4e4;
	font-family:Arial, verdana, sans-serif;
	font-size:12px;
	margin: 0 auto;
	height: 100%;
	line-height: 15px;
}

body#intro {
	background: #0f0f0f url(/images/bg_exchange.jpg) no-repeat 50% 0px;
	color:#e4e4e4;
	font-family:Arial, verdana, sans-serif;
	font-size:12px;
	margin: 0 auto;
	height: 100%;
	line-height: 15px;
}

a:link{
	color:#fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:underline;
}

a:active{
	color:#fff;
	text-decoration:none;
}

img{
	border:0px;
}

ul {
	padding: 0;
	margin:0;
	list-style-type: none;
}

input{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

h1{
	font-size: 2em;
	font-weight: bold;
	padding: 0px;
	margin:0px 0px 4px 0px;
}

h2{
	font-size: 1.8em;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

h3{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

h4{
	font-size: 1.2em;
	font-weight: bold;
	background: transparent url(/images/bg_fade.gif) repeat-x 0px 0px;
	padding: 4px;
	margin:0px;
}

#siteContainer {
	width: 900px;
  margin: 0px auto;
  background: transparent url("/images/bg_fadeBottom.png") repeat-x bottom left;
}


/************ HEADER ***************/

#topHeader {
	height:25px;
	width: 630px;
	float: right;
}

#topHeader .proAccessClosed {
	background: transparent url("/images/bg_espacepro_closed.gif") no-repeat 0px 0px;
	width: 111px;
	padding-left: 9px;
	line-height: 25px;
	vertical-align: middle;
	margin-left: 430px;
}

#topHeader .proAccessOpen {
	background: transparent url("/images/bg_espacepro_open.gif") no-repeat 0px 0px;
	width: 390px;
	padding-left: 15px;
	line-height: 25px;
	vertical-align: middle;
	margin-left: 141px;
}

#topHeader .proAccessOpen input {
	padding: 0 0 0 3px;
	font-size: 0.9em;
	border: 1px solid #999;
	margin-left: 10px;
}

#topHeader .proAccessOpen input.submit {
	background: none;
	border: none;
	font-weight: bold;
	color:#FFF;
	cursor: pointer;
}

#topHeader a:hover{
	text-decoration: none;
}

.flags {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 60px;
	height: 20px;
	z-index: 100;
}

.flags a{
	margin-right: 4px;
}

#header {
	height: 124px;
	position: relative;
}

#logo {
	float: left;
	margin-top: 18px;
}

/******** MainNav **************/

#mainNav {
	width: 650px;
	float: right;
	margin-top: 10px;
	text-align: right;
}

#mainNav ul li{
	display: inline;
	margin: 10px;
	line-height: 50px;
	vertical-align: middle;
}

#mainNav ul li a{
	font-weight: bold;
	font-size: 1.1em;
	color: #dc50b7;
 	padding: 17px 13px 17px 13px;
}

#mainNav ul li a:hover{
	text-decoration: none;
	color: #FFF;
}

#mainNav ul li a#current{
	background: transparent url("/images/bg_mainnav_hover.png") no-repeat 50% 0px;
	text-decoration: none;
	color: #FFF;
}

/****************** CONTENT ***************/

#content {
	margin: 0 5px;
	clear: both;
	padding-bottom: 30px;
	position: relative;
}


#sidebar {
	float: left;
	width: 235px;
	position: relative;
}

#mainContent {
	float: right;
	width: 640px;
	background:transparent url("/images/bg_trans.png") repeat top left;
	position: relative;
	z-index: 0;
}

#volutes{
	width: 107px;
	height:29px;
	position: absolute;
	top: -17px;
	right: -18px;
	z-index: 1;
}

#volutes2{
	width: 29px;
	height:62px;
	position: absolute;
	top: 1px;
	right: -18px;
	z-index: 1;
}

#volutesFooter{
	width: 106px;
	height:46px;
	position: absolute;
	top: -20px;
	left: -8px;
}


/******* Sidebar Content *****************/

.sidebarBox {
	background:transparent url("/images/bg_sidebarbox.png") no-repeat bottom left;
	padding: 8px 8px 15px 8px;
	margin-bottom: 15px;
}

.sidebarBox h2{
	font-size: 1.2em;
	color: #ff0093;
	margin-bottom: 8px;
	background: transparent;
}

.sidebarContent {
	background: #030203;
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 10px;
}

#sidebar ul a{
	color: #666;
}

#sidebar ul a:hover{
	text-decoration: none;
}

#sidebar ul li{
	margin-bottom: 8px;
}

#sidebar ul li h3 a{
	color:#fff;
}

#sidebar ul li h3 {
	font-size: 1.1em;
	color:#fff;
}

#sidebar input.newsletter {
	width: 190px;
}

.submitNl input{
	clear: both;
}

/* GuestBook */

#messageGuestBook h3 {
	font-size:1.2em;
	background:transparent url("/images/bg_fadeblack.gif")repeat-x top left;
	padding: 3px 0px 3px 10px;
	color: #999;
	width: 208px;
	margin-left: -10px;
	margin-bottom: 5px;
}

#messageGuestBook .name {
	color: #ff0093;
}

#messageGuestBook .message {
	color: #999;
}

.guestBookFull {
	margin: 20px;
}

.guestBookFull ul{
	margin-top: 10px;
	background:transparent url("/images/bg_whitefade.png") repeat-x top left;
	padding: 20px 10px;
}

.guestBookFull ul li{
	margin-top: 10px;
	background:transparent url("/images/separator_gold.png") no-repeat bottom left;
	padding-bottom: 10px;
}

.guestBookFull .name{
	color: #ff0093;
	font-size: 1.2em
}

.guestBookFull .message{
	color: #999;
	margin-top: 6px;
}

/** Galery navigation ***/

ul#galeryNav{
	margin-top: 10px;
}

ul#galeryNav li a{
	color: #FFF;
	display: block
}

ul#galeryNav li{
	background:transparent url("/images/bg_galnav_close.png") no-repeat top left;
	padding: 0px 0px 0px 30px;
	color: #FFF;
	font-weight: bold;
	line-height: 27px;
	vertical-align: middle;
}

ul#galeryNav li.open{
	background:transparent url("/images/bg_galnav_open.png") no-repeat top left;
	padding: 0px 0px 0px 30px;
	color: #FFF;
	font-weight: bold;
	line-height: 27px;
	vertical-align: middle;
}

ul.ssNav {
	margin: 10px;
	margin-left: 0px;
	font-weight: normal;
}

ul.ssNav li ul.ssNav li {
	display: block;
	margin-left: 5px;
}

ul#galeryNav li ul.ssNav li {
	background:none;
	line-height: 18px;
	padding: 0px;
	color: #FFF;
	font-weight: normal;
}

ul#galeryNav li ul.ssNav li a{
	color: #fff;
	display: block;
}

ul#galeryNav li ul.ssNav li a:hover,
ul#galeryNav li ul.ssNav li a.active{
	background:transparent url("/images/bg_galnav_ssnav_hover.gif") no-repeat top right;
	color: #ff9f2c;
	display: block;
}

ul#galeryNav li ul.ssNav li a.active{
	font-weight: bold;
}

ul#galeryNav li ul.ssNav li ul.ssNav a{
	color: #ffd6a5;
	display: block;
	background:transparent url("/images/bg_galnav_ssnav_bis.gif") no-repeat 0px 2px;;
	padding-left: 10px;
	line-height: 15px;
}

ul#galeryNav li ul.ssNav li ul.ssNav a.active{
	font-weight: bold;
	color: #ff9f2c;
}

/***** Home Page ******/


.intro {
	margin: 20px;
}

.intro p{
	margin: 10px 0;
}

.homeFlash {
	margin-left: 20px;
	border: 5px solid black;
	width: 585px;
}

/*********** GALLERY ******************/

#gallery {
	background: transparent;
	padding: 5px;
	margin-top: 10px;	
	margin-left: 7px;
}

.mainDisplay {
	width: 615px;
	background:transparent url("/images/bg_gallery.gif") no-repeat top left;
	position: relative;
	z-index: 10;
	padding-bottom: 0px;
}

#gallery #pictureFrame img {
	width: 450px;
	position: relative;
	margin-left: 82px;
	margin-top: 80px;
}

#gallery #options {
	background:transparent url("/images/bg_options.gif") no-repeat top left;
	line-height: 30px;
	vertical-align: middle;
	position: absolute;
	top: 8px;
	left:7px;
	width: 100%;
	color: #333;
	padding-left:10px;
	z-index: 10000;
}

#gallery #options ul li{
	display: inline;
}

#gallery #options ul li img{
	line-height: 33px;
	vertical-align: middle;
	margin-top:-2px;
}

#gallery .help{
	width: 18px;
	height: 18px;
	background:transparent url("/images/bg_help.gif") no-repeat top left;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 5px;
}

.swaro {
	position: relative;
	height:
	color: #ccc;
	font-size: 0.9em;
}

#gallery #infos {
	text-align: justify;
	background:transparent url("/images/bg_gallery_info.gif") no-repeat top left;
	width: 100%;
	padding: 6px 10px 10px 10px;
}

#gallery #infos .desc{
	margin-right: 10px;
	padding-left: 0px;
	width: 330px;
	float: left;
}

#gallery #infos h4{
	margin-left: -4px;
}

#gallery #infos p.desc{
	font-size: 0.9em;
	color: #CCC;
}

#gallery #infos .refs{
	font-size: 0.8em;
	width: 115px;
	float: left;
	color: #ccc;
	list-style-type: none;
	min-height: 30px;
	border-left: 1px solid #999;
	padding-left: 5px;
}

#gallery #infos .motifs{
	font-size: 0.8em;
	width: 125px;
	float: left;
	color: #ccc;
	list-style-type: none;
	min-height: 30px;
	border-left: 1px solid #999;
	padding-left: 5px;
}

#galleryNav {
	padding-bottom:10px;
	float: left;
	margin-left: 7px;
}

#galleryNav ul {
	margin-top: 10px;
	
}

#galleryNav ul li{
	float: left;
}

#galleryNav ul li a {
	border: 2px solid black;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 3px;
	padding: 0;
}

#galleryNav ul li a:hover{
	border: 2px solid #fe258e;
}

a.precedent {
	border: none;
	display: block;
	width: 20px;
	height: 60px;
	margin: 0 3px;
	padding: 0;
	float: left;
}

a.suivant {
	border: none;
	display: block;
	width: 20px;
	height: 60px;
	margin: 0 3px;
	padding: 0;
	float: right;
}

.catDropDown {
	margin-bottom: 8px;
}

.catDropDown select{
	padding: 1px;
	font-size: 0.9em;
}

.mainDisplay #ajax_loader {
	position: absolute;
	left: 200px;
	top: 100px;
	z-index: 20000;
	width: 200px;
	text-align: center;
	color : #000;
}

/*********** Presse *************/

.classic {
	padding: 8px;
	position: relative;
	z-index: 3;
}

ul.altListe {
	background:transparent url("/images/bg_whitefade.png") repeat-x top left;
	padding-top: 20px;
	margin-top: 10px;
}

ul.altListe li{
	background:transparent url("/images/bg_altliste.gif") repeat-x top left;
	padding: 8px;
	padding-right: 20px
}

ul.altListe li.light{
	background:none;
}

ul.altListe li img{
	margin-right: 15px;
}

ul.altListe li div{
	padding-top: 25px;
}

ul.altListe li div.clearBoth{
	padding: 0;
}

/******* Planete *************/

.searchBar {
	background:transparent url("/images/bg_blackfade.gif") repeat-x top left;
	color: #CCC;
	font-size: 0.9em;
	padding: 5px;
	margin-top: 3px;
	position: relative;
	z-index: 5000;
}

.searchBar input.searchPlanete{
	width: 270px;
	margin-top: 3px;
}

.searchBar a{
	position: absolute;
	z-index: 5000;
	top: 12px;
	font-size: 1em;
	font-weight: bold;
}

.resultats {
	background:#a67499 url("/images/bg_purple.gif") repeat-x top left;
	padding: 10px;
	|height: 1%;
}

.myResults {
	width: 280px;
	float: left;
	margin-right: 5px;
	margin-bottom:5px;
	padding: 5px;
	cursor: pointer;
}

.resultats #current{
	background: #c298b7;
}

.topStore{
	border: 1px solid #c298b7;
	background:transparent url("/images/top_store.png") no-repeat top right;
}

.resultats #current.topStore {
	background:#c298b7 url("/images/top_store.png") no-repeat top right;
}

.myResults h4{
	border-bottom: 1px solid #931954;
	margin: 0;
}

.myResults p{
	font-size: 0.9em;
	color: #333;
}

.myResults p span{
	margin: 0px 4px;
}

.myResults a{
	color: #000;
}

.resultatsFooter {
	background: #491239;
	padding: 5px;
}

ul.pagination li{
	display: inline;
}

ul.pagination li a{
	font-size:0.8em;
	padding: 0 2px;
}

ul.pagination li a.active{
	color: #000;
	font-size:0.8em; 
	border: 1px solid #000;
	background: #fe258e; 
	font-weight: bold;
}

#headerMap, #headerMap a {
	margin: 0;
	padding: 0;
}

#map {
	border-right: 4px solid #831d6f;
	border-left: 4px solid #831d6f;
	border-bottom: 4px solid #831d6f;
	width: 96%;
	margin: 0px auto;
	text-align: center;
	margin-top: -3px;
}

/****** Univers ************/

.univers {
	margin: 15px 0px 0px 15px;
	background:transparent url("/images/bg_univers.png") no-repeat top left;
	padding: 30px;
	height: 1%;
}

.univers p{
	margin: 18px 0px 0px 5px;
}

.agents {
	width: 530px;
	height: 400px;
	padding: 5px;
	border: 1px solid #c72b88;
	background: #be0875 url("/images/bg_agents.gif") repeat-x top left;
	margin-top: 15px;
}

.agents .gmap {
	width: 530px;
	height: 400px;
	background: white;
}

/********* Form ****************/

input {
	background:transparent url("/images/bg_input.gif") repeat-x top left;
	border: 1px solid #ff0093;
	padding: 3px;
}

textarea {
	background: #FFF url("/images/bg_input.gif") repeat-x bottom left;
	border: 1px solid #ff0093;
	padding: 3px;
}

form#registerForm fieldset,
form#profil fieldset{
	border: 1px solid #999;
	padding:0px;
	margin: 0px 0;
}

form#login{
	width: 100%;
	float: left;
	text-align: left;
	
}

form#login input.submitForm{
	width: 110px;
	float: left;
	text-align: left;
	margin-left: 85px;
	background: url("/images/bg_arrowlink.png") no-repeat 0px 5px;
	padding-left: 18px; 
	color:#ff0093;
	border: none;
	cursor: pointer;
}

form#registerForm input.submitForm{
	width: 110px;
	float: left;
	text-align: left;
	margin-left: 85px;
	background: url("/images/bg_arrowlink.png") no-repeat 0px 5px;
	padding-left: 18px; 
	color:#ff0093;
	border: none;
	cursor: pointer;
}

form#login label,
form#registerForm label{
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 75px;
}

form#login p,
form#registerForm p{
	padding-top:5px;
	line-height: 25px;
	vertical-align: middle;
}

form#login p img,
form#registerForm p img{
	float: right;
	margin-top: -20px;
}

form#registerForm legend {
	padding:4px;
	fint-weight: bold;
}

form#registerForm label{
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
}


form#registerForm input, form#login input {
	width: 160px;
	float: left;
	text-align: left;
}

form#registerForm input.checkbox, form#login input.checkbox {
	width: 13px;
	float: left;
	margin-top:3px;
}

form#registerForm input.buttonGreen{
	float: left;
	margin-top:15px;
	clear: right;
	background: #caff7e;
	color: #000;
	padding: 4px;
	border:1px solid #67af00;
	cursor: pointer;
}

form#registerForm p, form#login p {
	margin: 10px 0;
	clear: both;
	position: relative;
}

.liveAlert{
	background: transparent url(/images/bg_livealert.gif) no-repeat bottom left;
	color: #000;
}

.redAlert {
	background: #ffdee3;
	border: 1px solid #e10130;
	color:  #e10130;
	padding: 10px;
	margin-top: 15px;
	border-right: 1px solid #333;
}

/******** Contact Form / Remarque Form ************/

form#contactForm p,
form#remarqueForm p{
	padding: 5px 0;
}

form#contactForm fieldset,
form#remarqueForm fieldset{
	border: 1px solid #999;
	padding:10px;
	margin: 10px 0;
}

form#contactForm legend,
form#remarqueForm legend{
	padding:4px;
	fint-weight: bold;
}

form#contactForm label,
form#remarqueForm label{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

form#contactForm input,
form#remarqueForm input{
	width: 200px;
	float: left;
	text-align: left;
}

form#contactForm input#captcha{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 12px;
}

form#contactForm input.submitForm{
	width: 100px;
	float: left;
	text-align: left;
	margin-left: 200px;
	background: url("/images/bg_arrowlink.png") no-repeat 0px 5px;
	padding-left: 18px; 
	color:#ff0093;
	border: none;
	cursor: pointer;
}

form#remarqueForm input.submitForm{
	width: 100px;
	float: left;
	text-align: left;
	margin-left: 200px;
	background: url("/images/bg_arrowlink.png") no-repeat 0px 5px;
	padding-left: 18px; 
	color:#ff0093;
	border: none;
	cursor: pointer;
}

form#remarqueForm input.radio{
	width: 18px;
}

/*login page*/

.notMember {
	border-left: 1px solid  #FFF;
	padding-left: 10px;
}

.notMember h1{
	font-size: 1.3em;
}

/************ Espace PRO ****************/

h3.homePro {
		background:transparent url("/images/bg_whitefade.png") repeat-x top left;
		padding: 10px 5px;
		margin-top: 20px;
}

ul.listNewsHomePro {
	padding: 10px;
}

ul.listNewsHomePro li{
	background:transparent url("/images/separator_gold.png") no-repeat bottom left;
	padding-bottom: 15px;
	padding-top: 5px;
}

ul.listNewsHomePro h4 a{
	color:#f203b1;
}
/*********************** FOOTER ********************/

#footer {
	background:transparent url("/images/bg_footer.gif") no-repeat top left;
	line-height: 48px;
	height: 48px;
	vertical-align: middle;
	padding: 0px 30px;
	font-size: 0.8em;
	position: relative;
}

#footer ul li {
	display: inline;
	margin-right: 4px;
}

#footer ul li a{
	border-right: 1px solid white;
	padding-right: 4px;
}

.copyright {
	position: absolute;
	top: 0px;
	right: 30px;
}

/******* USEFULL *******/

.show {display: block;}
.hide {display: none;}

.half {
	width: 48%;
}

.oneThird {
	width: 33%;
}

.twoThird {
	width: 63%;
}

.full {width: 100%}

.positionLeft {float: left;}
.positionRight {float: right;}

.clearBoth {
	clear: both;
}

.positionRelative{
	position: relative;
}

.marginTopMini { margin-top: 3px;}
.marginLeft { margin-left: 5px;}
.marginRight { margin-right: 5px;}
.marginTop { margin-top: 5px;}
.marginBottom { margin-bottom: 5px;}
.marginLeftMedium { margin-left: 10px;}
.marginRightMedium { margin-right: 10px;}
.marginTopMedium { margin-top: 10px;}
.marginBottomMedium { margin-bottom: 10px;}
.marginLeftHigh { margin-left: 20px;}
.marginRightHigh { margin-right: 20px;}
.marginTopHigh { margin-top: 20px;}
.marginBottomHigh { margin-bottom: 20px;}
.marginTopExtra { margin-top: 70px;}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

a.arrowLeft {
	background: url("/images/bg_arrowlink.png") no-repeat 0px 2px;
	padding-left: 18px; 
	color:#ff0093;
}

a:hover.arrowLeft {
	text-decoration: none;
}

a.arrowLeft2 {
	background: url("/images/bg_arrowlink.png") no-repeat 0px 1px;
	padding-left: 18px; 
	font-size: 1.1em;
	color:#FFF;
	font-weight: bold;
}

a:hover.arrowLeft2 {
	text-decoration: none;
}

input.linkstyle {
	background: url("/images/bg_arrowlink.png") no-repeat 0px 5px;
	padding-left: 16px; 
	color:#ff0093;
	border: none;
	cursor: pointer;
}

#modalContainer .modalContainer .moalData #contenu_popup {
	height: 700px;
	border: 10px pink;
}
