* { 
margin:0; 
padding:0; 
} 
html {
overflow:scroll;
}
body {
	background-color:#ffb3f5;
	background-image:url(voiture-mariage/background.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}
h1 {
	font-size:22px;
	color:#F39;
	font-weight:bold;
	padding-bottom:20px;
}
h2 {
	font-size:18px;
	color:#F69;
	font-weight:bold;
	padding-bottom:20px;
}
h3 {
	font-size:16px;
	color:#C09;
	font-weight:bold;
	padding-bottom:20px;
}
#container {
	background-color:#FFF;
	margin:1px auto;
	text-align:justify;
	width:950px;
	margin-top:20px;
}
#logo {
	width:950px;
	height:106px;
}
#logo img {
		border:none;
}
#entete {
	width:950px;
	height:239px;
}
#menu {
	width:940px;
	height:37px;
	padding-left:10px;
	margin-bottom:20px;
	margin-top:10px;
}
#menu img {
	border:none;
}
#contenu {
	width:868px;
	padding-left:41px;
	padding-right:41px;
	padding-top:10px;
	padding-bottom:20px;
}
#voiture-mariage {
	width:950px;
	text-align:center;
	margin-bottom:10px;
}
#mentions {
	width:940px;
	text-align:right;
	font-size:10px;
	padding-bottom:10px;
	padding-right:10px;
}
#mentions a:link, #mentions a:visited {
	text-decoration:none;
	color:#666;
}
#mentions a:hover {
	text-decoration:none;
	color:#C06;
}
#pied {
	width:100%;
	margin-top:10px;
	text-align:center;
}
#pied img {
	border:none;
}
div.formulaire {
 clear: both;
 padding-top: 3px;
 width:900px;
}
div.formulaire span.etiquette {
float: left;
width: 180px;
padding: 3px 10px 3px 3px;
text-align: right;
font-weight:bold;
color:#906;
}
div.formulaire span.element {
float: left;
text-align: left;
}
:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 54px;
	height: 50px;
	background-color: #F9C;
	text-decoration: none;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	text-align: center;	
	border: 2px solid #F6C;	
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width: 300px;
	height: 300px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li a {
	display: block;	
}

.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
}


/* Diagonal showcase ------------------------- */

.showcase#diagonal {	
	margin: 20px auto 0 auto;
	width: 620px;
	height: 620px;
}	
	
.showcase#diagonal a.previous {
	top: 0;
	left: 0;	
	}

.showcase#diagonal a.next {
	right: 0;
	bottom: 0;
	padding-top: 4px;
}

.showcase#diagonal a.controls:hover {
	border-color: #909;
}

.showcase#diagonal ul {
	position: relative;	
	width: 500px;
	height: 500px;
	top: 60px;
	left: 60px;
}
/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	margin: 20px auto 0 auto;
	width: 950px;
	height: 300px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {
	border-color: #909;
}

.showcase#horizontal ul {
	position: relative;	
	width: 850px;
	height: 300px;	
	margin: 0 auto;
}
.erreur {
	color:#F00;
}
