/************************** Balises HTML *********************/
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, tt, var,
dl, dt, dd, ol, li, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: verdana;
	vertical-align: baseline;
	text-align: justify;
}

html, body {
	height: 100%;
}
body {
	line-height: 1;
	color: black;
	background:url(../_images/design_v2/fond-roses.jpg) repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	background-color: #ebe9d2;
}
ol, li, dl, dt, dd {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p {
	margin-bottom: 6px;
}

/************************** Design *********************/
#header{
	background:url(../_images/design_v2/roses-header.jpg) no-repeat;
	height:175px;
	text-align: center;
	background-color: #fff;
}

#menu {
	background:url(../_images/design_v2/menu/fond-menu.jpg) repeat-x;
	height:30px;
	z-index:100;
}
#contenuMenu {
	width:950px;
	margin:0 auto;
}
#contenuMenu span {
	display: none;
}
#menu dl {
	float: left;
}
#menu dd {
	border: 1px solid #b41534;
	border-top: none;
	z-index:100;
	position: absolute;
	top: 205px;
	background-color: #fff;
	width: 158px;
	display: none;
}
#menu li a, #menu dt a {
	display: block;
	height: 30px;
}
#menu dt a{
	text-align:center;
}
#menu dd ul li {
	text-align: left;
	height: 22px;
}
#contenuMenu .menuInfosPratiques dd#smenu1 ul li a {
	background: none;
	font-size: 90%;
	color: #b41534;
	line-height: 1.2;
	padding-left: 4px;
	width: 154px;
	text-decoration: none;
}


#contenuMenu .menuAccueil a {
	width: 131px;
	background:url(../_images/design_v2/menu/accueil.jpg) no-repeat;
}
#contenuMenu .menuCreerSite a {
	width: 256px;
	background:url(../_images/design_v2/menu/creer-site.jpg) no-repeat;
}
#contenuMenu .menuSInscrire a {
	width: 219px;
	background:url(../_images/design_v2/menu/inscription.jpg) no-repeat;
}
#contenuMenu .menuFonctionnalites a {
	width: 227px;
	background:url(../_images/design_v2/menu/presentation.jpg) no-repeat;
}
#contenuMenu .menuAide a {
	width: 117px;
	background:url(../_images/design_v2/menu/aide.jpg) no-repeat;
}

#contenuMenu .menuMonSite a {
	width: 158px;
	background:url(../_images/design_v2/menu/mon-site.jpg) no-repeat;
}
#contenuMenu .menuMonSiteAccueil a {
	width: 158px;
	background:url(../_images/design_v2/menu/mon-site-accueil.jpg) no-repeat;
}
#contenuMenu .menuInfosPratiques a {
	width: 158px;
	background:url(../_images/design_v2/menu/infos-pratiques.jpg) no-repeat;
}
#contenuMenu .menuEvenement a {
	width: 159px;
	background:url(../_images/design_v2/menu/evenements.jpg) no-repeat;
}
#contenuMenu .menuLivreOr a {
	width: 158px;
	background:url(../_images/design_v2/menu/livre-or.jpg) no-repeat;
}
#contenuMenu .menuPhotos a {
	width: 158px;
	background:url(../_images/design_v2/menu/photos.jpg) no-repeat;
}
#contenuMenu .menuVideos a {
	width: 159px;
	background:url(../_images/design_v2/menu/videos.jpg) no-repeat;
}
#contenuMenu a:hover {
	background-position:0% -30px;
}


#container{
	font-family:verdana;
}
#corps{
	z-index:1;
	width:930px;
	margin:0 auto;
	min-height:345px;
	background:url(../_images/design_v2/fond-contenu.gif) repeat-y;
	padding:15px 10px;
	font-size:12px;
	line-height:1.5em;
	color:#444;
}
#basContenu {
	width:950px;
	margin:0 auto;
	height: 15px;
	background:url(../_images/design_v2/bas-contenu.gif) no-repeat;
}
#corps.cla-logs-site{
	position: absolute;
	left: 0;
	width: 1500px;
}
#footer{
	font-size:70%;
	width:950px;
	margin: 10px auto;
	text-align: center;
	line-height: 1.3;
	padding-bottom: 10px;
}
#footer a, #corps a, #header a {
	color:#9f151e;
	text-decoration:none;
}
#footer a:hover, #corps a:hover, #header a:hover{
	color:#660000;
	text-decoration:none;
}
#lienHome{
	text-decoration:none;
	display:block;
	width:220px;
	height:150px;
}
#corps h1{
	color:#b41534;
	font-size:20px;
	margin-bottom:10px;
	font-style:italic;
}
#corps h2{
	color:#b41534;
	font-size:16px;
	margin-bottom:6px;
	margin-top:10px;
	font-style:italic;
}
#blocTexteHautDroite{
	position:absolute;
	top:0;
	right:20px;
	font-size: 70%;
	height: 175px;
	background:url(../_images/design_v2/bagues-header.jpg) no-repeat top right;
	padding-top: 6px;
}
.inputText, .inputPassword {
	border: 1px solid #BBBBBB;
	margin: 2px 0 2px 0;
	width: 150px;
}
.inputText:focus, .inputPassword:focus {
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

.erreur {
	background-image:url(../_images/design_defaut/erreur_petit.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:6px;
	padding-left:25px;
	font-weight:700;
	color:red;
	font-family:Arial;
}


	
.inputTextErreur, .inputPasswordErreur {
border: 1px solid #000000;
background-color: #FFACAC;
margin: 2px 0 2px 0;
width: 150px;
}
.obligatoire {
	color:red;
}

.blocErreur {
	background-image:url('../_images/design_defaut/erreur.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 15px 0 20px 60px;
	font-weight: bold;
	color: #FF0000;
}

.bouton, .boutonDroite, boutonGauche {
	margin: 0;
	border: 1px solid #777;
	background: url('../_images/design_v2/fond-bouton.jpg') repeat-x;
	height: 30px;
	padding: 0 4px;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
}
#corps a.lienBouton, #corps a.lienBouton:hover, #corps a.lienBouton:visited {
	margin: 0;
	border: 1px solid #777;
	background: url('../_images/design_v2/fond-bouton.jpg') repeat-x;
	height: 30px;
	padding: 8px 6px 6px 6px;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
}
#corps a.lienBoutonGauche, #corps a.lienBoutonGauche:hover, #corps a.lienBoutonGauche:visited, #corps a.lienBoutonDroite, #corps a.lienBoutonDroite:hover, #corps a.lienBoutonDroite:visited  {
	margin: 0;
	border: 1px solid #777;
	background: url('../_images/design_v2/fond-bouton.jpg') repeat-x;
	padding: 6px 6px 6px 6px;
	height: 18px;
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
}

.hidden {
	display:none;
}
.clear {
	clear:both;
}
#corps a.lienBouton.floatLeft, #corps a.lienBouton.floatRight {
	
}
.floatLeft, .boutonGauche, .lienBoutonGauche {
	float: left;
}
.floatRight, .boutonDroite, .lienBoutonDroite {
	float: right;
}

/************************** Barre d'outils *********************/
ul#barreOutils {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	height: 22px;
}
ul#barreOutils li.outil {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background: url(../_images/design_v2/barre-outils/barre_outils_fond.gif);
	height: 22px;
}
#barreOutils a, #barreOutils a:link {
	margin: 0;
	padding: 2px 9px 0 9px;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 20px;
}
#barreOutils a:hover, #barreOutils a.menuActif {
	color: #fff;
	background: url(../_images/design_v2/barre-outils/barre_outils_fond_survol.gif);
}
#debutBarre {
	float: left;
	height: 22px;
	width: 10px;
	background: url(../_images/design_v2/barre-outils/barre_outils_debut.gif);
}
#finBarre {
	float: left;
	height: 22px;
	width: 10px;
	background: url(../_images/design_v2/barre-outils/barre_outils_fin.gif);
}


.btnOk{
background:url(../_images/bouton-validation.png);
margin-left:10px;
width:31px;
height:16px;
border:0;
vertical-align:baseline;
}


.blocConfirmation {
	background-image:url('../_images/design_defaut/confirmation.png');
	background-repeat: no-repeat;
	background-position: left;
	padding: 15px 0 20px 60px;
	font-weight: bold;
	color: #469646;
}

/************************** Index *********************/
.imgActionAccueil {
	margin-right: 4px;
}
.imgDemoAccueil {
	margin: 20px 0 0 2px;
}
.blocPartenairesAccueil {
	clear: both;
	padding-top: 10px;
}

/************************** Partenaires *********************/
#conditionsPartenaires {
	border: 1px solid #ddd;
	padding: 4px;
}
.blocPartenaire {
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 4px;
	height: 150px;
}
.logoPartenaire {
	float: left;
	margin-right: 10px;
}
.nomPartenaire {
	font-weight: bold;
	font-size: 150%;
}

/************************** Creation de site *********************/
.infosEpoux {
	margin: 10px 0 10px 0;
}
.infosEpoux td {
	padding: 2px 12px 0 0;
}
.mdpAccesSite label {
	padding-top: 3px;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
.choixModules {
	width: 750px;
}
.choixModules td {
	padding: 2px 4px 2px 0;
	text-align: left;
}
.choixModules .explications {
	background-color: #EEEEEE;
	padding: 8px;
	border: 1px dotted #999;
}
.choixModules .options a {
	text-decoration: none;
	border-bottom: 1px dashed #999;
	cursor: help;
}
.choixModules .conteneurExplication td {
	padding: 0;
}
.choixModules .choixCheck {
	width: 20px;
}
.choixModules .titreModule {
	width: 200px;
}
.listeModuleRecap, .paiementCommande {
	margin: 10px 0 10px 0;
}
.listeModuleRecap td, .listeModuleRecap th, .paiementCommande td, .paiementCommande th {
	border: 1px solid #000;
	padding: 2px 6px;
}
.listeModuleRecap th, .paiementCommande th {
	text-align: center;
	font-weight: bold;
}
.infosFacturation label {
	padding-top: 3px;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.cellPrix {
	text-align: right;
}

/************************** S'inscrire *********************/
.formInscription label, .formInscriptionConnexion label {
	padding-top: 3px;
	float: left;
	width: 160px;
	text-align: right;
	margin-right: 10px;
}
.formInscription .inputText, .formInscription .inputPassword {
	margin-bottom: 8px;
}
.formInscription .bouton {
	margin-left: 170px;
}
.formInscription .decalage, .formInscriptionConnexion .decalage {
	margin-left: 170px;
}

/************************** Se connecter *********************/
.formConnexion {
	margin-top: 50px;
}
.formConnexion label {
	padding-top: 3px;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.imageIlluConnexion {
	float:right;
	margin-right: 150px;
}
.formVerifMdpSite label.cell {
	padding-top: 3px;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.formVerifMdpSite .bouton {
	margin-left: 110px;
}
/************************** Module news *********************/
.texteNews {
	margin: 5px 0 10px 0;
	padding-left: 10px;
}

/************************** Module invites *********************/
.listeInvites {
	margin: 10px 0 10px 0;
}
.listeInvites td, .listeInvites th {
	border: 1px solid #000;
	padding: 2px 6px;
}
.listeInvites th {
	text-align: center;
	font-weight: bold;
}
.inviterMail {
	margin: 10px 0 10px 0;
}
.inviterMail td {
	padding: 2px 6px 2px 0;
	vertical-align: top;
}

/************************** Module hotels *********************/
.formHotelAjouter label {
	padding-top: 3px;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.formHotelAjouter span.obligatoire {
	margin-left: 110px;
}
.blocHotel {
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #BBB;
}
.blocHotel .nomHotel {
	margin: 4px 0 8px 0;
	color:#b41534;
	font-size:14px;
	font-weight: bold;
}
.blocHotel .blocAdresseHotel {
	float: left;
	margin-right: 20px;
}
.blocHotel .blocInfosHotel span {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

/************************** Module temoins *********************/
.formTemoinAjouter .cell {
	padding-top: 3px;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}
.formTemoinAjouter .bouton, .formTemoinAjouter span.obligatoire {
	margin-left: 160px;
}
.blocTemoin {
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #BBB;
}

/************************** Module Livre d'or *********************/
.formEcrireLivreOr label {
	padding-top: 3px;
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}
.formEcrireLivreOr span.obligatoire, .formEcrireLivreOr .bouton {
	margin-left: 90px;
}
.blocMessageLivreOr {
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #BBB;
}
.blocMessageLivreOr .messageLivreOr {
	margin: 10px 0 10px 0;
}

/************************** Module Video *********************/
/*
.blocVideo{
	float:left;
	margin-right:15px;
	margin-bottom:20px;
	width:320px;
}
*/
.label-200{
	display:block;
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
}
.form-envoi-video .bouton, .form-envoi-video span.obligatoire {
	margin-left:210px;
}
.ml10{
	margin-left:10px;
}
.videos #descVideo{
	width:320px;
}
.listeVideos {
	width: 100%;
}
.listeVideos td {
	vertical-align: top;
	width: 50%;
}
.listeVideos .action {
	margin-top: 10px;
}

.saisieInfosVideo label {
	display: inline;
  float: left;
  width: 130px;
  padding-right: 10px;
  text-align: right;
}
.saisieInfosVideo .bouton {
	margin-left: 140px;
}

/*********************** module back-office*************************/

.commandeListe, .utilisateurListe, .siteListe, .commandeDetail ,.utilisateurDetail ,.siteDetail
{
   border-collapse: collapse; 
}

.commandeListe td , .utilisateurListe td, .siteListe td ,.commandeDetail td, .commandeDetail th ,.utilisateurDetail td ,.siteDetail td
{
   border: 1px solid black;
   padding: 5px; 
}

.tableBo {
	border: 1px solid black;
}

/*********************** module utilisateur *************************/

.formProfil .cell {
	padding-top: 3px;
	float: left;
	width: 170px;
	text-align: right;
	margin-right: 10px;
}
.formProfil .decalage {
	margin-left: 160px;
}

/*********************** module evenement *************************/

.formAjoutEvenement .cell {
	padding-top: 3px;
	float: left;
	width: 90px;
	text-align: right;
	margin-right: 10px;
}
.formAjoutEvenement span.obligatoire {
	margin-left: 100px;
}
.formAjoutEvenement td {
	padding: 4px;
}

	
/******************* Module photos ******************************/
.listePhotos {
	margin-left: 20px;
}
.listePhotos td {
	width: 175px;
	height: 135px;
	text-align: center;
	vertical-align: middle;
	border: 0;
}
.suppressionPhotos td {
	height: 165px;
	vertical-align: top;
}
.listePhotos img {
	border: 1px solid #ccc;
	padding: 3px;
}
.listePhotos img:hover {
	border: 1px solid #3b5998;
}

.photos input {
	margin-bottom: 4px;
}

.photos label.cell {
	display: inline;
  float: left;
  width: 130px;
  padding-right: 10px;
  text-align: right;
}

.photos .bouton {
	margin: 10px 0 0 140px;
}
.creerGaleriePhotos label {
	display: inline;
  float: left;
  width: 160px;
  padding-right: 10px;
  text-align: right;
}

.creerGaleriePhotos .bouton {
	margin: 10px 0 0 170px;
}

.patientezEnvoi {
	position: absolute;
	top: 300px;
	background-color: #EEEEEE;
	width: 650px;
	padding: 10px;
	border: 1px solid #000000;
	margin-left: 125px;
}

.patientezEnvoi .messagePrincipal, .patientezEnvoi .imageLoading {
	text-align: center;
	color:#444;
}
.tableauGalerie .galerieMiniature {
	width: 150px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
}
.tableauGalerie .galerieTitre {
	width: 475px;
	height: 110px;
	text-align: left;
	vertical-align: middle;
}
.tableauGalerie .galerieGestion {
	width: 75px;
	height: 110px;
	text-align: center;
	vertical-align: middle;
}
#photoBoxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 900px;
}
#photoBoxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0 0;
	width: 175px;
	height: 135px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	background-color: #fff;
}
.imageIlluRight{
	float:right;
}
.imageIlluLeft{
	float:left;
}
.imageIlluLeft2{
	float:left;
	margin-right:10px;
}
.imageIlluRight2{
	float:right;
	margin-left:10px;
}
.blocIndex{
	margin-bottom:10px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
}
.texteCalendrier{
padding-top:20px;
}
.texteHebergements{
padding-top:13px;
}
.texteInvitations{
padding-top:13px;
}
.texteJournal{
padding-top:1px;
}
.textePhotosVideos{
padding-top:13px;
}
.textePersonnalisation{
padding-top:1px;
}

.blocQuestion{
	margin-bottom:15px;
}
.question{
	color:#77E;
}
.liFonctions li{
	list-style-type:square;
	margin-left:17px;
	margin-bottom:10px;
}

.tarifs th{
	font-size:120%;
	color:#f99;
	padding-bottom:10px;
}

.tarifs .gratuit td{
	color:green;
}

.tarifs td{
	padding-bottom:10px;
}
.padding20lr{
	padding-left:20px;
	padding-right:20px;
}
/*.image-index{
	background:url('../_images/illuIndex/mariage.jpg');
	height:406px;
}
.image-index p{
	position:relative;
	top:220px;
	left:290px;
	width:510px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	line-height:22px;
}*/
.tdgratuit{
	color:green;
	font-weight:bold;
}
.liste-plan-du-site li{
	list-style:square!important;
	margin-left:17px;
	color:red;
	margin-bottom:10px;
}

.descCgv {
	margin-top: 4px;
}
.descCgv li {
	margin-left: 20px;
	list-style-type: disc;
}

.listePub th {
	font-weight: bold;
}
.listePub td, .listePub th {
	padding: 4px;
}
.valeurPub {
	text-align: center;
}

.listeAnnuaires td {
	padding: 10px 5px 10px 5px;
	vertical-align: middle;
	text-align: center;
}

#animationAccueil {
	float: left;
	height: 400px;
	width: 400px;
	margin-right: 10px;
}