/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: "Lucida Sans Unicode", sans-serif;
	color: #333333;
	background-color: #A09A8A;
	font-size: 12px;
	text-align: left;
	background-image: url(../ima/mariage/background.jpg);
	background-repeat: repeat-x;
}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #192533;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #192533;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #554B3F;
	}
	
#container {
	margin: 0 auto;
	position: relative;
	height: 100%;
	background-color: #3A3943;
	background-image: url(../images/bg.gif);
	text-align: left;
}

#friend{
	background-color: #F78F1E;
	background-repeat: no-repeat;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	position: relative;
}


#top {
	width: 780px;
	height: 56px;
	background-color: #dddcd2;
	background-image: url(images/leventa.gif);
	background-repeat: no-repeat;
}


#main {
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddcd2;
	margin: 15px;
}


#pied {
	font-size: 11px;
	text-align: center;
	padding: 10px;
}

.reg {
	position: relative;
	font-size: 14px;
	top: 2px;
}


#cleaner {
	clear:both;
	border-bottom: 1px solid #9a004d;
	margin: 10px 0 0 165px;
}

sup {
	font-size: 9px;
}


#titre {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddcd2;
	font-weight: bold;
	color: #5B7A30;
	text-align: left;
}
#news {
	background-repeat: no-repeat;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

	border-left-color: #FFFFFF;
	text-align: left;
	position: relative;
	background-color: #EAEAEA;
}

b {
	font-size: 12px;
	font-weight: bold;
	color: #4A6328;
}
#formulaire {
	font-family: "Lucida Sans Unicode", sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
}

.champs {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	background-color: #EAEAEA;
	border: 1px solid #F78F1E;
}

