/*
 +----------------------------------------------------------------------------+
 | Auteur : Julien Peronnet <http://jabberwock.fr/pro/>          |
 +----------------------------------------------------------------------------+
*/

/*****************Proprietes generales******************************************/


* {
	text-indent:0;
	margin:0;
	padding:0;
	}

body {
	background: #fff;
	font:12px Myriad, Arial, sans-serif;
	color:#000;
	text-align:center;
	}

a {
	text-decoration:underline;
	color:#90afc7;
	margin:0;
	padding:0;
	}

a:hover {
	text-decoration:underline;
	color: #9fc1db;
	}

table {
	margin:0 auto;
}


/*****************Proprietes de la page******************************************/

#page {
	/*width: 800px;*/
	margin:0 auto;
	padding:0;
	background:white;
	background:url(image/top.png) top repeat-x;
	}

#top {	
	background:url(image/haut.png) no-repeat;
	width:428px;
	height:151px;
/*	padding:0 auto;*/
	margin:0 auto;
	}


#menu {
	height:56px;
	background:transparent url(image/menu.png) repeat-x;
	}

	#nav {
	margin:0 0 0 100px;
		}

.kwick {
	float: left;
	display: block;
	width: 102px;
	height: 43px;
}

#global_menu {
	width:680px;
	margin:0 auto;
	height:43px;
	text-align:left;
	}

	ul#nav {
		list-style-type: none;
		width: 100%;
	}

	ul#nav li {
		float: left;
		}

	#acceuil a{
	background:transparent url(image/lien_0.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	color: #9fc1db;
	list-style-type:circle;
	}

	#galeries a {
	background:transparent url(image/lien_1.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	color: #9fc1db;
	list-style-type:circle;
	}

	#liens a {
	background:transparent url(image/lien_2.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	color: #9fc1db;
	}

	#contact a {
	background:transparent url(image/lien_3.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	color: #9fc1db;
	}

	#galeriesactif a{
	background:transparent url(image/lien_1_actif.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	font-weight:bold;
	color: #b6cbdb;
	}

	#liensactif a {
	background:transparent url(image/lien_1_actif.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	font-weight:bold;
	color: #b6cbdb;
	}

	
	#contactactif a {
	background:transparent url(image/lien_3_actif.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	font-weight:bold;
	color: #b6cbdb;
	}

	#acceuilactif a{
	background:transparent url(image/lien_0_actif.png) no-repeat;
	display:block;
	height:33px;
	width:180px;
	padding:10px 0 0 35px;
	text-decoration:none;
	font-weight:bold;
	color: #b6cbdb;
	}

	#back {
	background:transparent url(image/lien_back.png) no-repeat;
	height:33px;
	width:180px;
	}

#corps {

	margin: 0 auto;
	padding: 10px 0 80px 0;
	background: white;
	color:#686868;
	width:700px;
	}

	#contenu {
	background:transparent url(image/fond_corps.gif) no-repeat top left;
	padding:25px 0 0 25px;
	}

	#corps p { 
	color:#90afc7;
	padding-bottom:10px;
	}
	
	#corps h1 {
	color:#8E8E8E;
	font-size:17px;
	border-bottom:solid 1px #8E8E8E;
	}


h2 {
	color:#90afc7;
	font-size:15px;
	text-decoration:none;
	text-align:left;
	}

.sous_titre {
text-align:left;
padding: 0 0 0 25px;
}

	.cat {
	text-align:left;
	padding: 0 0 0 50px;
	}

#flashcontent {
	height: 100%;
	}

#contact h1 {
	margin: 30px 0 30px 0;
}

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

#email_expediteur, #titre, #message {
	background:#7C7C7C;
	color:#C49E47;
}



/************ effet moofx liens*******/

#liens h3 {
	padding-bottom: 50px;
}

#idList {
	margin: 50px 0 0 0;
	padding: 0;
	
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 180px;
	background: white;
	background-image:none;
	color: #9FC1DB;
}

#idList li a {
	margin: 0 auto;
	width: 180px;
	background-image:none;
	height:12px;
	padding:0;
	text-align:center;
}

#idList li a:hover {
background-image:none;
}


/*********effets images************/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border:none;
	padding: 7px;
	background:url(image/image.gif) top left no-repeat;
	margin:0 5px 15px 0;
}
.highslide:hover img {
	/*border: 2px solid white;*/
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	/*border: 10px solid white;*/
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    /*border: 5px solid white;*/
    border-top: none;
    padding: 5px;
    background-color: grey;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	/*border: 1px solid black;*/
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


/*****************footer******************************************/

#footer {
	background:transparent url(image/footer.png) repeat-x;
	height:98px;
	text-align:center;
	padding-top:20px;
	margin: 0 auto;
	background-color:#3a3a3a;
	}

#titre1 {
	margin:-140px auto 0 50px;
	float:left;
	width:518px;
	height:114px;
}

* html #titre1 {
	background:transparent url(image/titre.png) no-repeat top left;
	margin:-140px auto 0 50px;
}

#titre1 img {
	border:none;
}

#credits a #titre {
	border:none;
}

#credits {
	background:transparent url(image/credits.png) repeat-x;
	height:22px;
	color:#626262;
	}

#credits p {
	padding-top:5px;
	}


#credits p a {
	text-decoration: none;
	color: #538ca2;
	border-bottom: 1px dotted #294550;
	}

#credits p a:hover {
	color: #748da0;
	border-bottom: 1px solid #294550;
	text-decoration: none;
}