body{
	margin: 0 auto;
	width:775px;
	background : white url(../images/template/fond-degrade.png) repeat-x;
	font-size:0.8em;
	text-align:center;
	font-family:verdana;
}

#wrapper{
	text-align:left;
	width:775px;
}

img{
	border : 0px;
}

h1{
	font-family : arial;
	font-size:2.2em;
	text-transform:lowercase;
	display:inline;
	color:#005ea8;
	clear:both;
}

h2{
	margin:5px 10px;
	font-family : arial;
	font-size:1.65em;
	color:#005ea8;
	font-weight:bold;
	clear:both;
}

h3{
	clear:both;
	margin:0px;
	padding:0px;
	padding-left:20px;
	font-family : arial;
	font-size:1.25em;
	color:black;
	font-weight:bold;
	background: transparent url(../images/template/arrow.png) left center no-repeat;
}

strong{
	font-size:1em;
}

label{
	font-size:0.8em;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
	margin : 0 auto;
}

.error{
	color:red;
	font-weight:bold;
}

.good{
	color:green;
	font-weight:bold;
}

/* HEADER */

#header{
	width:100%;
	text-align:center
}

#titre-h1{
		width:535px;
		float:left;
}

#photo_header, #logo_header{
	width:100px;
	height:75px;
	padding:10px;
}

#centre{
	
}

/* DECORATION AUTOUR CONTENU */

#deco_top{
	background: url(../images/template/bordure-top.png) no-repeat center bottom;
	height:5px;
	margin : 0px;
	padding : 0px;
}

#deco_bottom{
	height:5px;
	background: white url(../images/template/bordure-bottom.png) no-repeat center top;
	margin : 0px;
	padding : 0px;
}

#contenu{
	background: white url(../images/template/bordure-side.png) repeat-y center center;
	padding:10px;
	margin:0px;
}

/* PARTIE DE GAUCHE - CONTENU, IMAGES, ETC...*/

#contenu_gauche{
	width:530px;
	border-right:1px solid black;
	float:left;
}

#contenu_gauche #contenu-final{
	clear:both;
	text-align:justify;
	margin:0px 25px;
}

#contenu_gauche #nav-images{
	float:left;
	width:420px;
}

#contenu_gauche #grande_image{
	float:left;
	margin:5px;	
	width:400px;
	height:300px;
	border:1px black solid;
}


#contenu_gauche #miniatures-v{
	float:left;
	width:100px;
}

#contenu-final p{
	margin:5px 15px;
}


/* PARTIE DE DROITE - MENU, ETC...*/

#contenu_droite{
	width:220px;
	float:left;
}

#menu-fixe{
	text-align:center;
	margin:15px 10px;
	margin-top:0px;
	width:100%;
}

#menu-fixe2{
	text-align:center;
	margin:15px 10px;
	width:100%;
}

#navigation-image{
	margin:30px 0px;
}

ul.menu{
	list-style-type:none;
	font-size:1.2em;
	font-family:verdana;
	font-weight:bold;
	margin:0px;
	margin-left:10px;
	padding:15px 0px;
}

ul.menu a{
	color:black;
	text-decoration:none;
}

ul.menu a:hover{
	color:#005EA8;
}

.menu li{
	line-height:25px;
	background: transparent url(../images/template/arrow.png) left center no-repeat;
	margin:0px;
	padding:0px;
	padding-left:20px;
	border-bottom: 1px #005ea8 solid;
}

/* IMAGES MINIATURES */

img.miniature{
	width:85px;
	height:62px;
	margin:5px;
	/*border:1px dotted black;*/
}


img.image_menu{
	width:180px;
	height:40px;
	margin:5px;
	/*border:1px dotted black;*/
}


img.miniature_x2{
	width:170px;
	height:44px;
	margin:5px;
	/*border:1px dotted black;*/
}

.miniatures-h{
	text-align:center;
	clear:both;
}

/* SLIDE SHOW */

.slideshow{display:block;position:relative;z-index:0;}
.slideshow-images{display:block;overflow:hidden;position:relative;}
.slideshow-images img{display:block;position:absolute;z-index:1;}
.slideshow-thumbnails{overflow:hidden;}
.slideshow-images{height:300px;width:400px;}
.slideshow-images-visible{opacity:1;}
.slideshow-images-prev{opacity:0;}
.slideshow-images-next{opacity:0;}
.slideshow-images img{float:left;left:0;top:0;}
.slideshow{height:300px;margin:0 0;width:400px;}
.slideshow a img{border:0;}
.slideshow-captions{background:#000;bottom:0;color:#FFF;font:normal 12px/22px Arial,sans-serif;left:0;overflow:hidden;position:absolute;text-indent:10px;width:100%;z-index:10000;}
.slideshow-captions-hidden{height:0;opacity:0;}
.slideshow-captions-visible{height:22px;opacity:.7;}
.slideshow-controller{background:url(controller.png) no-repeat;height:42px;left:50%;margin:-21px 0 0 -119px;overflow:hidden;position:absolute;top:50%;width:238px;z-index:10000;}
.slideshow-controller *{margin:0;padding:0;}
.slideshow-controller-hidden{opacity:0;}
.slideshow-controller-visible{opacity:1;}
.slideshow-controller a{cursor:pointer;display:block;height:18px;overflow:hidden;position:absolute;top:12px;}
.slideshow-controller a.active{background-position:0 18px;}
.slideshow-controller li{list-style:none;}
.slideshow-controller li.first a{background-image:url(controller-first.gif);left:33px;width:19px;}
.slideshow-controller li.last a{background-image:url(controller-last.gif);left:186px;width:19px;}
.slideshow-controller li.next a{background-image:url(controller-next.gif);left:145px;width:28px;}
.slideshow-controller li.pause a{background-image:url(controller-pause.gif);left:109px;width:20px;}
.slideshow-controller li.play a{background-position:20px 0;}
.slideshow-controller li.play a.active{background-position:20px 18px;}
.slideshow-controller li.prev a{background-image:url(controller-prev.gif);left:65px;width:28px;}
.slideshow-loader{height:28px;right:0;position:absolute;top:0;width:28px;z-index:10001;}
.slideshow-loader-hidden{opacity:0;}.slideshow-loader-visible{opacity:1;}
.slideshow-thumbnails{bottom:-65px;height:65px;left:0;position:absolute;width:100%;}
.slideshow-thumbnails *{margin:0;padding:0;}
.slideshow-thumbnails ul{height:65px;left:0;position:absolute;top:0;width:10000px;}
.slideshow-thumbnails li{float:left;list-style:none;margin:5px 5px 5px 0;position:relative;}
.slideshow-thumbnails a{display:block;float:left;padding:5px;position:relative;}
.slideshow-thumbnails a:hover{opacity:1!important;}
.slideshow-thumbnails img{display:block;}
.slideshow-thumbnails-active{opacity:1;}
.slideshow-thumbnails-inactive{opacity:.5;}

ul#miniatures-v, .slideshow-thumbnails ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.slideshow-thumbnails ul{
	height: 500px;
	width: 95px;
}
#miniatures-v li, .slideshow-thumbnails li{
	margin:0px;
	padding:0px;
}

 .slideshow-thumbnails {
	float:left;
 }
 .slideshow-thumbnails {
    	height: 300px;
    	left: auto;
    	right: -105px;
    	top: 0;
    	width: 95px;
		float:right;
    }

ul.miniatures-h{
	margin:0px;
	margin-left:20px;
	padding:0px;
	list-style-type:none;
}

.miniatures-h li{
	float:left;
}

/* FORMULAIRE DE CONTACT */

#form_contact input{
	width:250px;
}

#form_contact{
	border:2px #b0daff dotted;
	margin:15px;
	padding:15px;
}

#form_contact textarea{
	width:250px;
	height:100px;
}

#form_contact label{
	font-weight:bold;
}

#form_contact .premCol{
	width:175px;
}

/* GOOGLEMAP */
#map{
	clear:both;
	width:522px;
	height:400px;
}

#infos-geoloc label{
	font
}
#infos-geoloc {
	width:485px;
}

#infos-geoloc .premCol{
	width:175px;
}
