html, body {
	font-size: 12px;
	background-color: #cce5e2;
	margin: 0;
	font-family: Arial, sans-serif;
}

#page {
	width: 950px;
	margin: 0 auto;
}

#head {
	width: 100%;
	height: 200px;
	background-image: url('../sys/logo.jpg');
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	text-align: center;
}

#main {
	background-color: white;	
}
#cmain {
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}


#copy {
	background-image: url('../sys/dw.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: white;
	text-align: right;
	height: 20px;
	line-height: 17px;
}
.copy {
	font-size: 10px;
	font-style: italic;
	margin-right: 12px;
}

#menu {
	background-image: url('../sys/up.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: white;
}
#menu ul {
	margin: 4px;
	padding: 0;
}
#menu li {
	letter-spacing: 1px ;
	display: block;
	float: left;
	font-size: 100%;
	color: black;
	height: 17px;
	padding-left: 14px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-top: 6px;
}
#menu li.nsel {
	background-image: url('../sys/puce1.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
#menu li.sel {
	background-image: url('../sys/puce2.jpg');
	background-position: left center;
	background-repeat: no-repeat;
}
#menu a, a:active, a:visited {
	color: black;
}
#menu a:hover {
	color: #777777;
}
.line {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #EAEAEA;
	clear: both;
}
.slideshow-images {
	margin: 0 auto;
}
.erreur {
	text-align: center;
	padding: 3px;
}
/* Formulaire de contact */

fieldset.contact {
    border: 0;
    padding: 1em;
    font: 90%/1 sans-serif;
}

div.label {
	padding: 2px;
}

label {
    float: left;
    width: 30%;
    margin-right: 0.5em;
    padding-top:0.2em;
    text-align: right;
}

input.contact {
	width: 350px;
	border-width: 1px;
	border-style: solid;
	border-color: #777777;
	padding: 2px;
}

textarea.contact {
	padding: 2px;
    width: 350px;
    border-width: 1px;
    border-style: solid;
    border-color: #777777;
}
.galthumbn {
	float: left;
	width: 310px;
	text-align: center;
}
.galthumbn img {
	background-color: #CCCCCC;
	padding: 2px;
	border: 1px solid #A0A0A0;
}
.reset {
	line-height: 0;
	font-size: 0;
	clear: both;
}

/* gallery style */
#view {  width: 680px; float: right; }
#thumbs { width: 240px; float: left; }
.image-wrapper img { max-width: 100%; }
