@CHARSET "UTF-8";
/*** 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;
}
/*** END Reset ***/

body {
	background-color: #e0e0e0;
	color: #222222;
	font-family: Georgia, Tahoma, Verdana, "Trebuchet MS", Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	margin: 10px 0 20px 0;
	color: #aa0000;
	background: transparent url(/images/icone_maries_h1.jpg) no-repeat scroll left top;
	padding: 5px 10px 5px 35px;
	text-shadow: -1px 1px 3px #aaa;
}
h2 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px;
}
#content .center {
	text-align: center;
}
.underline {
	border-bottom: 4px double;
}
sup {
	vertical-align: super;
	font-size: 0.7em;
}
div.error,
dd.error {
	margin: 5px 0;
	color: #ee0000;
	font-style: italic;
}
div.success,
dd.success {
	margin: 5px 0;
	color: #00ee00;
	font-style: italic;
}
.home-site {
	color: #aa0000;
	font-weight: bold;
	text-shadow: -1px 1px 3px #AAAAAA;
}
.home-site a {
	text-decoration: none;
}
.new-ribbon {
	position: absolute;
	top: -8px;
	left: -8px;
	background: transparent url(/images/ribbon-new.png) no-repeat scroll left top;
	width: 79px;
	height: 79px;
}
.new-ribbon-small {
	position: absolute;
	top: -6px;
	left: -6px;
	background: transparent url(/images/ribbon-new-50.png) no-repeat scroll left top;
	width: 50px;
	height: 50px;
}

#main-out {
	background-color: #ffffff;
}
#main {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#top {
	margin-bottom: 20px;
	background: transparent url(/images/top_fond.jpg) no-repeat scroll right top;
	height: 150px;
	position: relative;
}
#top #logo {
	background: transparent url(/images/logo_fr.jpg) no-repeat scroll right top;
	width: 338px;
	height: 63px;
	position: absolute;
	top: 0;
	left: 50px;
	filter: alpha(opacity=80); 
	opacity: 0.8;
}
#top #logo a {
	width: 338px;
	height: 63px;
	display: block;
	text-decoration: none;
}
#top #logo a #home {
	background: transparent url(/images/home.png) no-repeat scroll left -24px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 15px;
	left: -30px;
	display: block;
	text-decoration: none;
}
#top #logo a:hover #home {
	background-position: left 0;
}
#top #slogan {
	position: absolute;
	top: 85px;
	left: 110px;
	font-style: italic;
	font-size: 22px;
	text-shadow: -1px 1px 3px #aaa;
}
#top #top-banner {
	position: absolute;
	top: 0;
	left: 400px;
	width: 450px;
	height: 135px;
	font-size: 12px;
}

#content {
	line-height: 16px;
}
#content p {
	margin: 0 0 10px 0;
	text-align: justify;
}
#content a {
	color: #aa0000;
}
#content a:hover {
	color: #aaaaaa;
}

#content-left {
	float: left;
	width: 645px;
	margin: 0 20px 0 0;
}
#content-right {
	float: right;
	width: 285px;
	margin: 0 0 0 0;
	text-align: center;
}
#content #content-right p {
	margin: 0 0 20px 0;
}
#content #content-right p.demo {
	text-align: center;
}

#content ul.list-atout {
	margin: 15px 0 20px 0;
	line-height: 17px;
}
#content ul.list-atout li {
	margin: 10px 20px;
	padding: 0 30px 5px 20px;
	background: #ffffff url(/images/right-arrow.png) no-repeat scroll left 3px;
	position: relative;
}
#content ul.list-atout li a.thumb {
	position: absolute;
	top: 1px;
	right: 0;
	background: #ffffff url(/images/preview.png) no-repeat scroll 1px 1px;
	width: 17px;
	height: 18px;
	text-decoration: none;
}
#content ul.list-atout li a.thumb:hover {
	background-position: 1px 2px;
}
#content .screen {
	display: none;
}
p.screen-caption {
	text-align: center;
	margin: 10px 5px 0;
	font-weight: bold;
}
#content ol {
	list-style: decimal;
	margin: 15px 0 20px 10px;
	line-height: 17px;
}
#content ol li {
	margin: 15px 20px 0;
}

#content a.button {
	width: 235px;
	height: 38px;
	display: inline-block;
	background: transparent url(/images/bouton-model.png) no-repeat scroll left top;
	text-decoration: none;
	padding: 22px 0 0 49px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Verdana;
	color: #ffffff; /* bouton : 2dc81e*/
}
#content a.button:hover {
	background-position: left -61px;
}
#content a.button-small {
	width: 163px;
	height: 30px;
	background: transparent url(/images/bouton-small-right-2arrow.png) no-repeat scroll left top;
	padding: 15px 0 0 35px;
	font-size: 14px;
	line-height: 16px;
}
#content a.button-small-left {
	background-image: url(/images/bouton-small-left-2arrow.png);
}
#content a.button-small:hover {
	background-position: left -45px;
}
#content a.button-round {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: transparent url(/images/bouton-round-right.png) no-repeat scroll left top;
	text-decoration: none;
}
#content a.button-round:hover {
	background-position: left -45px;
}
#content #button-div {
	margin: 25px 0 20px 0;
	text-align: center;
}
#content #button-div a.button-small {
	margin: 0 10px;
}
#content .notabene {
	font-style: italic;
	font-size: 10px;
}
#content div.notabene {
	margin: 10px 0;
	text-align: center;
}

#content.creation-form p.notabene {
	margin: 0 0 15px 0;
	font-size: 11px;
}
#content.creation-form h2 {
	clear: both;
}
#content.creation-form dl dt {
	clear: both;
	float: left;
	width: 160px;
	margin: 4px 0 15px 0;
}
#content.creation-form dl dd {
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}
#content.creation-form dl dd img {
	position: absolute;
}
#content.creation-form dl dd label.tooltip {
	margin-left: 15px;
	color: #e0e0e0;
}
#content.creation-form dl dd:hover label.tooltip {
	color: #000000;
}
#content.creation-form input[type=text],
#content.creation-form input[type=password] {
	font-family: Georgia, Tahoma, Verdana, "Trebuchet MS", Geneva, sans-serif;
	width: 166px;
}
#content.creation-form input[type=text]#wedding_date {
	width: 144px;
}
#content.creation-form div#bride-div {
	float: left;
	width: 450px;
}
#content.creation-form div#groom-div {
	float: left;
	margin-left: 50px;
	width: 450px;
}
#content.creation-form div#bride-div dd,
#content.creation-form div#groom-div dd {
	width: 290px;
}
#content.creation-form #error-div {
	text-align: center;
	margin: 15px 0 10px 0;
}
#content.creation-form #error-div ul {
	text-align: left;
	margin: 0 0 0 250px;
	list-style-type: square;
}
#content.creation-form #error-div ul li {
	margin-top: 10px;
}

#content.confirmation-request-form p {
	margin: 10px 0;
}
#content.confirmation-request-form .site-title,
#content.confirmation-request-form .site-url {
	font-weight: bold;
	font-size: 16px;
}
#content.confirmation-request-form #confirmationForm {
	margin-top: 20px;
}
#content.confirmation-request-form #confirmationForm #cg {
	margin: 15px 0 30px 0;
}
#content.confirmation-request-form #confirmationForm #cg #cg-header {
	padding: 5px;
	border-bottom: 1px solid #a0a0a0;
	cursor: pointer;
	padding-left: 25px;
}
#content.confirmation-request-form #confirmationForm #cg #cg-header.closed {
	background: transparent url(/images/down-arrow.png) no-repeat scroll 5px 8px;
}
#content.confirmation-request-form #confirmationForm #cg #cg-header.opened {
	background: transparent url(/images/up-arrow.png) no-repeat scroll 5px 8px;
	background-color: #f0f0f0;
}
#content.confirmation-request-form #confirmationForm #cg #cg-header:hover {
	background-color: #f0f0f0;
}
#content.confirmation-request-form #confirmationForm #cg #cg-content {
	display: none;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	padding: 10px;
	height: 250px;
	overflow: scroll;
}
#content.confirmation-request-form #confirmationForm #cg #cg-content h2 {
	margin-top: 0;
}
#content.confirmation-invoice h2 {
	margin: 25px 0 10px 0;
}
#content.confirmation-invoice h3 {
	margin: 15px 0 10px 0;
}
#content.confirmation-invoice p {
	margin: 10px 0 10px 0;
}
#content.confirmation-invoice dl {
	margin: 0 0 0 40px;
}
#content.confirmation-invoice dl dt {
	clear: both;
	float: left;
	width: 160px;
	margin: 0 0 15px 0;
}
#content.confirmation-invoice dl dd {
	float: left;
	width: 700px;
	margin: 0 0 15px 0;
	font-weight: bold;
}
#waiting_dialog {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	background-color: #e0e0e0;
	text-align: center;
}
#waiting_dialog div {
	margin: 100px auto 0 auto;
	padding: 5px;
	width: 300px;
	height: 300px;
	font-size: 20px;
	background: #ffffff url(/images/loading-spiral.gif) no-repeat scroll center 50px;
	border: 1px solid #a0a0a0;
}

div#feature_list {
	width: 930px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin: 10px auto 30px auto;
	/*margin: 10px 0 30px 0;*/
	padding: 2px;
	border: 2px solid #efefef;
}
div#feature_list h2 {
	margin: 0;	
	padding: 15px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
div#feature_list ul#tabs {
	left: 0;
	z-index: 2;
	width: 320px;
	padding: 2px 0 0 2px;
}
div#feature_list ul#tabs li {
	font-size: 12px;
}
div#feature_list ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}
div#feature_list ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}
div#feature_list ul#tabs li a:hover {
	text-decoration: none;
}
div#feature_list ul#tabs li a.current {
	background: transparent url('/images/feature-tab-current.png') no-repeat scroll 0 0;
	color: #FFF;
}
div#feature_list ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 643px;
	height: 240px;
	position: relative;
}
div#feature_list ul#output {
	padding: 2px 2px 0 0;
}
div#feature_list ul#output li {
	position: absolute;
	width: 643px;
	height: 240px;
	overflow: hidden;
}
div#feature_list ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div#feature_list ul#output li a:hover {
	background: #aa0000;
}
div#sponsor-wedding-top {
	margin: 20px auto;
	padding: 10px 10px 10px 10px;
	border: 2px solid #efefef;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	background-color: #fafafa;
	cursor: pointer;
}
div#sponsor-wedding-top:hover {
	border-color: #e0e0e0;
}
div#sponsor-wedding-top h2 {
	font-size: 18px;
	text-align: center;
	text-shadow: -1px 1px 3px #aaa;
}
div#sponsor-wedding-top #sponsor-wedding-detail {
	margin: 10px;
	text-align: center;
}
div#sponsor-wedding-home {
	margin: 30px 0px 20px;
	padding: 10px 10px 10px 50px;
	border: 2px solid #efefef;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	background-color: #fafafa;
	cursor: pointer;
}
div#sponsor-wedding-home:hover {
	border-color: #e0e0e0;
}
div#sponsor-wedding-home h2 {
	font-size: 18px;
	text-align: center;
}
div#sponsor-wedding-home #sponsor-wedding-detail {
	float: left;
	width: 500px;
	margin: 10px 0 0;
}
div#sponsor-wedding-home #sponsor-wedding-link {
	float: right;
	width: 45px;
	margin: 10px 0 0;
}

#content ol#chronology {
	background: #fff url(/images/arrow-chronology-body.jpg) repeat-y scroll left top;
	margin: 15px 0 0 10px;
	padding: 0 0 0 30px;
	list-style-type: none;
}
#content ol#chronology li {
	color: #aaa;
	margin: 10px 0 0 0;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
}
#content ol#chronology li p {
	margin: 0;
}
#content ol#chronology li p.conclusion {
	margin: 5px 0 0 10px;
	font-style: italic;
	padding: 0 0 0 25px;
	background: #fff url(/images/conclusion.png) no-repeat scroll 0 0;
}
#content ol#chronology li.current p.conclusion {
	background: #f0f0f0 url(/images/conclusion-current.png) no-repeat scroll 0 0;
}
#content ol#chronology li p.conclusion em {
	font-style: normal;
}
#content ol#chronology li a {
	color: #aaa;
}
#content ol#chronology li.current {
	color: #222;
	border: 1px solid #e0e0e0;
	background-color: #f0f0f0;	
}
#content ol#chronology li.current a {
	color: #222;
}
#content div#chronology-tail {
	background: #fff url(/images/arrow-chronology.jpg) no-repeat scroll left top;
	margin: 0 0 20px 4px;
	width: 34px;
	height: 29px;
}

#content dl#send-mail-form dt {
	clear: left;
	float: left;
	margin: 3px 10px 10px 0;
	width: 100px;
	text-align: right;
}
#content dl#send-mail-form dd {
	float: left;
	margin-bottom: 10px;
	width: 600px;
}
#content dl#send-mail-form div.error,
#content dl#send-mail-form div.success {
	margin: 10px 0 15px;
}

/** Conditions generales */
#content .cg h2 {
	margin: 20px 0 10px;
}
#content .cg h3 {
	margin: 10px 0 5px 20px;
}
#content .cg p {
	margin: 0 0 10px 20px;
}
#content .cg ul {
	margin: 0 0 10px 40px;
}
#content .cg ul li {
	margin: 0 0 5px;
}

#content .client-sites-ul {
	margin: 0 0 15px 35px;
}
#content .client-sites-ul li {
	margin: 15px 5px;
	padding: 0 0 0 20px;
	background: #ffffff url(/images/right-arrow.png) no-repeat scroll left 1px;
	height: 20px;
}

#content.about ul li {
	background:url("/images/right-arrow.png") no-repeat scroll left 1px #FFFFFF;
	height:20px;
	margin:15px 5px;
	padding:0 0 0 20px;
}

#new-sites {
	background-color: #e0e0e0;
	border-top: 1px solid #aaaaaa;
}
#new-sites #new-sites-content {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	position: relative;
	background: #f0f0f0 url(/images/new_sites_right.png) no-repeat scroll right top;
}
#new-sites #new-sites-content #new-sites-intro {
	width: 240px;
	height: 40px;
	background: #e0e0e0 url(/images/new_sites_left.png) no-repeat scroll right top;
}
#new-sites #new-sites-content #new-sites-intro h2 {
	color: #a00;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	text-shadow: -1px 1px 3px #999;
}
#new-sites #new-sites-mask {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 240px;
	width: 683px;
	height: 40px;
}
#new-sites #new-sites-ul {
	position: relative;
	padding: 0;
	height: 40px;
}
#new-sites #new-sites-ul li {
	float: left;
	display: none;
	margin: 0 20px;
}
#new-sites #new-sites-ul li a {
	text-decoration: none;
	color: #222;
}
#new-sites #new-sites-ul li a:hover {
	text-decoration: underline;
}

.partners dl dt {
	width: 160px;
	clear: left;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0 0 0 20px;
	background: #ffffff url(/images/right-arrow.png) no-repeat scroll left 3px;
}
.partners dl dd {
	width: 430px;
	float: left;
	margin: 10px 0 10px 10px;
	line-height: 18px;
}

#content dl#sponsored-wedding-form dt {
	clear: left;
	float: left;
	margin: 3px 10px 10px 0;
	width: 150px;
	text-align: right;
}
#content dl#sponsored-wedding-form dd {
	float: left;
	margin-bottom: 10px;
	width: 450px;
}
#content dl#sponsored-wedding-form div.error,
#content dl#sponsored-wedding-form div.success {
	margin: 10px 0 15px;
}


.press h1 {
	margin: 10px 0 0;
}
.press h2 {
	margin: 30px 0 10px;
}
.press ul {
	margin: 10px 0;
}
.press ul li {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 20px;
	background: #ffffff url(/images/right-arrow.png) no-repeat scroll left 3px;
	line-height: 18px;
}
.press dl dt {
	clear: left;
	float: left;
	width: 160px;
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 20px;
	background: #ffffff url(/images/right-arrow.png) no-repeat scroll left 3px;
}
.press dl dd {
	float: left;
	width: 430px;
	margin: 10px 0;
}
.press dl dd div.img_url input[type=text] {
	font-size: 11px;
	width: 300px;
}
.press dl dd div.img_url button {
	border: 1px solid #aaaaaa;
	padding: 1px 6px;
	font-size: 11px;
	color: inherit;
}
.press dl dd div.img_url button:hover {
	border: 1px solid #555555;
}
.press dl dd div.img_url button:active {
	padding: 0px 6px;
}
.press dl dd h3 {
	margin: 0 0 5px;
}
.press dl dd p.excerpt {
	font-style: italic;
}
.press a.thumb {
	padding: 5px 20px 0 0;
	background: transparent url(/images/preview.png) no-repeat scroll right 0;
}


#bottom {
	background-color: #e0e0e0;
	border-top: 1px solid #aaaaaa;
}
#bottom #bottom-main {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
}
#bottom #bottom-main .bottom-div-container {
	clear: both;
	float: left;
	width: 950px;
}
#bottom #bottom-main .bottom-div-container .bottom-div {
	float: left;
	width: 30%;
	margin: 0 15px 20px;
}
#bottom h2 {
	color: #aa0000;
	text-shadow: -1px 1px 3px #999;
}
#bottom ul {
}
#bottom ul li {
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	font-size: 12px;
}
#bottom ul li a {
	color: #aa0000;
}
#bottom ul li a img {
	text-decoration: none;
}
#bottom ul li img {
	vertical-align: text-bottom;
}