*{
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Arial, sans-serif;	
	color: #939393;
	line-height: 1.3em;
}

/*--- liens ---*/

a{
	color: #4F4F4F;
	cursor: pointer;
}

/*--- erreur ---*/

#erreur {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	background: #FFEFF0;
	color: #3F3F3F;
	width: 500px;
	padding: 10px 10px;
	margin: 10px auto;
}

/*--- valide ---*/

#valide {
	border-top: 1px solid #0DFF00;
	border-bottom: 1px solid #0DFF00;
	background: #E1FFDF;
	color: #3F3F3F;
	width: 500px;
	padding: 10px 10px;
	margin: 10px auto;
}

/*--- form ---*/

form {
	width: 700px;
}

form.form-small {
	width: 400px;
	margin: 30px auto;
}

form.form-small fieldset {
	border: 1px solid #ddd;
	padding: 0 0 10px 0;
}

legend {
	font-size: 1.3em;
	display: block;
	background: #ddd;
	padding: 5px;
	margin: 0 0 0 20px;
}

form p {
	height: 25px;
	margin: 5px 0;
	width: 100%;
}

html>body form p {
	height: auto;
	min-height: 25px;
}

label {
	width: 150px;
	float: left;
	line-height: 23px;
	margin: 0 10px 0 0;
	text-align: right;
}

input {
	width: 200px;
	height: 18px;
	padding: 3px 0 0 5px;
	float: left;
	border: 1px solid #939393;
}

.input-small {
	width: 20px;
	float: none;
}

textarea {
	width: 450px;
	height: 200px;
	padding: 5px;
	float: left;
}

button {
	padding: 7px 10px;
	color: #fff;
	background: #949494;
	border: none;
	cursor: pointer;
	margin: 10px 0 0 160px;
}

button:hover {
	background: #3F3F3F;
}

#form-image {
	width: 840px;
	margin: 10px auto;
}

#form-image p {
	width: 260px;
	height: 200px;
	float: left;
	margin: 10px;
}

#form-image p img {
	margin: 0 0 10px 0;
}

/*--- titre ---*/

h1 {
	font-size: 2.4em;
	font-family: Georgia;
	font-style: italic;
	color: #2F2F2F;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 1.5em;
	font-family: Georgia;
	font-style: italic;
}

/*--- paragraphe ---*/

strong {
	color: #000;
}

/*--- clearer ---*/

.clearer {
	clear: both;
}

/*--- wrapper ---*/

#wrapper{
	width: 940px;
	margin: 0 auto;
}

/*---header---*/

#header {
	padding: 0 0 60px 0;
}

#header h1 {
	background: url('../images/logo/logo.png') no-repeat;
	text-indent: -9999px;
	width: 259px;
	height: 59px;
	margin: 20px 0 0 0;
	float: left;
}

/*--- menu ---*/

#menu {
	width: 610px;
	float: left;
	margin: 0 0 0 70px;
	cursor: pointer;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	height: 80px;
	background: url('../images/bg/bg-menu.png') no-repeat 0 0;
	text-indent: -9999px;
}

#menu li#nav-home a {
	width: 95px;
	background: url('../images/bg/bg-menu.png') no-repeat 0 0;
}
#menu li#nav-home a:hover,
#menu li#nav-home a.active {
	background: url('../images/bg/bg-menu.png') no-repeat  0 -80px;
}

#menu li#nav-portfolio a {
	width: 92px;
	background: url('../images/bg/bg-menu.png') no-repeat -95px 0;
}
#menu li#nav-portfolio a:hover,
#menu li#nav-portfolio a.active {
	background: url('../images/bg/bg-menu.png') no-repeat  -95px -80px;
}

#menu li#nav-itineraire a {
	width: 94px;
	background: url('../images/bg/bg-menu.png') no-repeat -187px 0;
}
#menu li#nav-itineraire a:hover,
#menu li#nav-itineraire a.active {
	background: url('../images/bg/bg-menu.png') no-repeat  -187px -80px;
}

#menu li#nav-a-votre-service a {
	width: 122px;
	background: url('../images/bg/bg-menu.png') no-repeat -281px 0;
}
#menu li#nav-a-votre-service a:hover,
#menu li#nav-a-votre-service a.active {
	background: url('../images/bg/bg-menu.png') no-repeat  -281px -80px;
}

#menu li#nav-image-du-mois a {
	width: 129px;
	background: url('../images/bg/bg-menu.png') no-repeat -403px 0;
}
#menu li#nav-image-du-mois a:hover,
#menu li#nav-image-du-mois a.active {
	background: url('../images/bg/bg-menu.png') no-repeat  -403px -80px;
}

#menu li#nav-contact a {
	width: 71px;
	background: url('../images/bg/bg-menu.png') no-repeat -531px 0;
}
#menu li#nav-contact a:hover,
#menu li#nav-contact a.active {
	background: url('../images/bg/bg-menu.png') no-repeat  -531px -80px;
}

/*--- container ---*/

#container p{
	margin: 10px 0;
}

/*---footer ---*/

#footer{
	width: 100%;
	clear: both;
	padding: 20px 0 30px 0;
	text-align: center;
}

#footer a {
	color: #939393;
}

#footer a:hover {
	color: #3F3F3F;
}

#footer p strong {
	display: block;
	margin: 20px 0 0 0;
	font-size: 1.5em;
	font-family: Georgia;
	font-style: italic;
	color: #949494;
}

/*--- images ---*/

span.ombre {
	position: absolute;
	display: block;
	width: 185px;
	height: 185px;
	overflow: hidden;
	background: url('../images/bg/bg-on-img.png') no-repeat;
}

div.contener-img {
	width: 185px;
	height: 185px;
	overflow: hidden;
	background: #ddd;
}

/*--- home ---*/

#text-home {
	width: 645px;
	margin: 0 auto;
}

/*--- diaporama ---*/

#diaporama{
	width: 800px;
	height: 282px;
	margin: 20px auto;
	background: url('../images/bg/bg_diaporama.gif') no-repeat scroll;
	position: relative;
}

#diaporama ul{
	width: 185px;
	height: 185px;
	display: inline;
	float: left;
	position: absolute;
	z-index: 1;
	top: 15px;
}

#diaporama ul#img_1{
	left: 85px;
}

#diaporama ul#img_2{
	left: 307px;
}

#diaporama ul#img_3{
	left: 531px;
}

#diaporama ul li{
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}

/*--- portfolio ---*/

#portfolio {
	padding: 0 0 40px 10px;
	background: url('../images/bg/bg-portfolio.png') no-repeat 0 bottom;
}

#portfolio li {
	width: 230px;
	height: 260px;
	margin: 0 0 30px 0;
	float: left;
	display: inline;
	position: relative;
	background: url('../images/bg/bg-galerie.png') no-repeat;
}

#portfolio li p {
	width: 150px;
	margin: 14px 0 15px 55px;
	height: 30px;
	font-size: 1.2em;
	text-align: right;
	font-family: Georgia;
	font-style: italic;
}

#portfolio li img {
	display: block;
	margin: 0 0 0 23px;
}

#portfolio li span.ombre {
	left: 23px;
	z-index: 1;
}

#portfolio li a {
	position: absolute;
	text-indent: -9999px;
	display: block;
	width: 185px;
	height: 47px;
	left: 23px;
	bottom: 20px;
	z-index: 2;
	background: url('../images/btn/btn-voirphoto.png') no-repeat;
}

#portfolio li span.news {
	width: 70px;
	height: 68px;
	display: block;
	position: absolute;
	left: 11px;
	top: 3px;
	background: url('../images/puce/puce-news.png') no-repeat;
}

/*--- galerie ---*/

#galerie {
	width: 860px;
	margin: 0 auto;
}

#titre-galerie {
	text-indent: 50px;
	margin: 0 0 20px 0;
}

#galerie li {
	width: 209px;
	height: 152px;
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	position: relative;
	background: url('../images/bg/bg-galerie-small.png') no-repeat;
}

#galerie li p {
	position: absolute;
	width: 175px;
	padding: 5px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	z-index: 2;
	bottom: 10px;
	left: 11px;
	font-family: Georgia;
	font-style: italic;
}

#galerie li a {
	display: block;
	height: 130px;
	width: 185px;
	overflow: hidden;
	background: #ddd;
	position: relative;
	float: left;
	margin: 11px 0 0 11px;
}

#galerie li a span.ombre-small {
	display: block;
	position: absolute;
	height: 130px;
	width: 185px;
	background: url('../images/bg/bg-on-img-small.png') no-repeat;
	z-index: 2;
}

#galerie li a img {
	display: block;
	position: absolute;
	z-index: 1;
}

/*--- itineraire ---*/

#itineraire {
	width: 490px;
	float: left;
	margin: 30px 0 0 0;
}

#illustr-itineraire {
	margin: 40px 0 0 0;
}

.content-img-large {
	display: block;
	width: 410px;
	float: left;
	height: 120px;
	margin: 0 0 10px 30px;
	overflow: hidden;
	background: url('../images/bg/bg-content-img-large.png') no-repeat;
}

.content-img-large img {
	display: block;
	margin: 11px 0 0 5px;
}


/*--- service ---*/

#service {
	padding: 0 0 50px 0;
	background: url('../images/bg/bg-portfolio.png') no-repeat 0 bottom;
}

#service p {
	width: 600px;
	margin: 10px 0;
}

#service ul {
	width: 750px;
	margin: 0 auto;
}

#service ul li h3 {
	height: 50px;
	padding: 20px 20px 5px 20px;
	background: url('../images/bg/bg-service.png') no-repeat 0 top;
}

#service ul li {
	background: url('../images/bg/bg-service.png') no-repeat 0 bottom;
	width: 240px;
	float: left;
	display: inline;
	position: relative;
	padding: 0 0 25px 0;
	margin: 0 10px 0 0;
}

#service ul li .ombre {
	left: 27px;
}

#service ul li img {
	display: block;
	margin: 0 auto;
}

#service ul li p {
	width: 185px;
	margin: 10px auto;
}

/*--- images-mois ---*/

#portfolio .contener-img {
	margin-left: 22px;
}

#portfolio .contener-img img{
	margin-left: 1px;
}

#portfolio .contener-img .ombre {
	z-index: 2;
	left: 1px;
}

#portfolio .contener-img a {
	height: 185px;
	background: none;
	bottom: 16px;
	left: 22px;
	z-index: 1;
}






