/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#fff; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:11px; }

h1 { color:#fff; font-size: 11px; line-height: 1.6em; font-weight:bold; }

h2 { color:#fff; font-size: 1.3em; }

h3 { color:#fff; font-size: 1.17em; }

h4 { color:#fff; font-size: 1em; }

h5 { color:#fff; font-size: 0.83em; }

h6 { color:#fff; font-size: 0.67em; }

p { color:#fff; font-size: 1em; }

ul, ol { color:#fff; font-size: 1em; }

li {
	color:#fff;
	font-size: 1em;
	/*text-indent:30px;*/
	padding: 0 0 5px 30px; min-height:20px; _height:20px;
}
.li {
	color:#fff;
	font-size: 1em;
	background: transparent url('../images/puce.jpg') no-repeat top left ;
	/*text-indent:30px;*/
	list-style:none;
	padding: 0 0 5px 30px; min-height:20px; _height:20px;
}
.li2 {
	color:#fff;
	font-size: 1em;
	background: transparent url('../images/puce2.jpg') no-repeat top left ;
	/*text-indent:30px;*/
	list-style:none;
	padding: 0 0 5px 30px; min-height:20px; _height:20px;
}

a { color:#fff; text-decoration:underline; }

a:hover { text-decoration:none; } /* si changement de couleur au survol */

a:visited { } /* si changement de couleur après le clic */

a.lien { color:yellow; text-decoration:underline; font-weight:bolder; }
a.lien:hover { text-decoration:none; } /* si changement de couleur au survol */

a.lien:visited { } /* si changement de couleur après le clic */



input { border-width:thin; padding:3px; color:#fff; }

textarea { border-width:thin; padding:3px; color:#fff; }

em { }

strong { }

/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft { float:left; margin-right:2.5em; }
.encadreimg {
	border: thin solid #000000;
}


.imgRight {
	float:right;
	margin-left:1em;
	text-align: center;
}

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }

.alignbottom { vertical-align:bottom; }

.aligncenter {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/* Des classes d'alignement du texte */
.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }

.italic, .italique { font-style: italic; }

.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }

.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }

.clearer { clear: both; /*width: 0; height: 0; line-height: 0;*/ }

/* Formulaire de contact */
#frmEnvoi { width:470px; }

#frmEnvoi input, textarea { background-color:transparent; border-width:thin; }

#frmEnvoi .field { text-align:right; margin-top:10px; }

.songche {
	height: 24px;
	width: 24px;
	margin: 0 auto;
}
/* highslide*/
/*.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
	list-style-image:none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #000;
}
.highslide:hover img {
	border: 2px solid #000;
}

.highslide-wrapper {
	background: #000;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	color:#000000;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example 
.controlbar {	
	background: url(../highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	margin: 0px 0 0 4px;
	height: 27px;
	color:#fff;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
*//*

/* Necessary for functionality 
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}*/

/* Styles CSS pour LightBox PopUp */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #db0304;/*fd image*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { background: url(../images/prevlabel.gif) left 100% no-repeat; left: 0; float: left;}
#nextLink { background: url(../images/nextlabel.gif) right 100% no-repeat; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #db0304;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{
	padding:0 10px;
	color: #fff;
}/* texte ss image*/
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* fin LightBox*/	

.cotemariage {
	height: 230px;
	width: 189px;
	margin: 0 auto;
}
.tablemariagediv{
	width: 95%;
	border: none;
	margin:0 auto;
}
.tablemariage {
	width: 95%;
	border: none;
	margin: 0 0 0 20px;
}
.tablemariage td{
	width: 50%;
	border: none;
}

.txtpresta {
	background-color: #000000;
	font-weight: bold;
	height: 20px;
	padding: 0 0 0 5px;
	width: 450px;
}

.li3 {
	color:#fff;
	font-size: 1em;
	/*text-indent:30px;*/
	list-style:none;
	padding: 0 0 5px 30px;
	min-height:20px;
	_height:20px;
}
#ys, #mns { color:#000;
}
.gchecontact {
	width: 170px;
	margin: 0 auto;
}

.encadreimg2 {
	border: thin solid #A50102;
}

.mentions {
	font-size:9px;
	color:#5D5D5D;
}
.liens img{ border:1px solid #fff;}
