body {
	font-size:15px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align: left;
	position: center;
	margin: 10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-attachment: fixed;
	background-position: center;
}

.bouton a {
display:inline-block;
width:120px;
line-height:30px;
text-align:center;
vertical-align:middle;
text-decoration:none;
background: #008000;
color:white;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.bouton a:hover {
background: -moz-linear-gradient(top, 
  #008000 0%,
  #00ff00 24%,
  #7cfc00 41%,
  #7fff00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, 
  color-stop(0%,#008000), 
  color-stop(24%,#00ff00), 
  color-stop(41%,#7cfc00), 
  color-stop(100%,#7fff00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, 
  #008000 0%,
  #00ff00 24%,
  #7cfc00 41%,
  #7fff00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, 
  #ccc6c3 0%,
  #828c95 24%,
  #000000 41%,
  #7f7f7f 100%); /* Opera 11.10+ */
background: linear-gradient( 
  #008000 0%,
  #00ff00 24%,
  #7cfc00 41%,
  #7fff00 100%); /* W3C */
}	


p {	text-align: left; 
	margin: 15px 70px;
	font-size: 16px;
	font-family : Helvetica, Arial;
}


#menutrail {
	list-style:none;
	width:950px;
	margin:20px auto 5px auto;
	padding:10px 20px 40px 20px;
	border-width: 0px;
	border-style: solid;
	background-color: white;

	
	
	
	
	/* Borders */
	
	border: 0px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}



#menum {
	list-style:none;
	width:975px;
	margin:20px auto 5px auto;
	height:85px;
	padding:0px 0px 0px 0px;
	

	
	
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #faac58; 
	background: -moz-linear-gradient(top,#faac58 , #f6e3ce);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faac58), to(#f6e3ce));
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#menu{
	list-style:none;
	width:970px;
	margin:10px auto 5px auto;
	height:90px;
	position : center;
	padding:0px 0px 0px 0px;
	

	
	
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	background: #faac58; 
	background: -moz-linear-gradient(top,#faac58 , #f6e3ce);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faac58), to(#f6e3ce));
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}
#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 4px 10px 4px 10px;
	margin-right:20px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #006400;
	background: -moz-linear-gradient(top, #006400, #00FF00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}



#menu li:hover {
	border: 1px solid #777777;
	padding: 10px 25px 10px 25px;
	
	/* Background color and gradients */
	
	background: #df7401;
	background: -moz-linear-gradient(top, #df7401, #ffbf00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df7401), to(#ffbf00));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 10px 10px 10px 10px;
}
#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px; 
	color: black;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}


#menuverturi {
	list-style:none;
	width:910px;
	margin:5px auto 5px auto;
	height:150px;
	padding:10px 20px 40px 20px;
	border-width: 5px;
	border-style: solid;
	background-color:#ffffff ;
	background: #faac58;
	background: -moz-linear-gradient(top, #faac58, #f6e3ce);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#faac58), to(#f6e3ce));

	
	
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	/* Background color and gradients */
	
	
	
	/* Borders */
	
	border: 1px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
}




#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	color: blue;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000;
}

#menu li:hover a {
	color:red;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 200px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:16px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
	color: blue;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}
.black {
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

.green {
	font-size: 20pt;
	font-weight: bold;
	color: #6c6;
}

.red {
	font-family: "Arial Black", sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #f30;
}

.blue {
	font-size: 12pt;
	font-weight: bold;
	color: #06f;
}

h1 {
	font-family: arial, serif;
	font-size: 35pt;
	font-weight: strong;
	letter-spacing: 2px;
	color: black;
	margin: 0;
}

h2 {
	font-family: arial;
	font-size: 20pt;
	font-weight: strong;
	color: red;
}

h3 {
	font-size: 26pt;
	font-weight: bold;
	color: #360;
}

h4 {
	font-size: 15pt;
	font-weight: bolt;
	color: #360;
}

h5 {
	font-size: 18pt;
	font-weight: bolt;
	color: black;
	}
h6{
	font-size: 50pt;
	
	color: red;
}


h7{
	font-family: arial, serif;
	font-size: 26pt;
	font-weight: strong;
	letter-spacing: 2px;
	color: black;
	margin: 0;

}

h8 {
	font-size: 26pt;
	font-weight: bold;
	color: black;
}

h9{
	font-size: 17pt;
	font-weight: bolt;
	color: black;
}	
	
.content {
	font-family: courrier, sans-serif;
	font-size: 18px;
	font-weight: bolt;
	color: black;
	margin: 20px;
	padding: 20px 0 0 20px;
}
.content li {
	font-family: courrier, sans-serif;
	font-size: 18px;
	font-weight: bolt;
	color: black;
	margin: 50px;
	padding: 10px 0 0 10px;
}	
#content em {
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
	color: #390;
}
#contenttitre{
	font-size: 35px;
	font-weight: bold;
	font-style: Arial;
	color: black;
}
/* Images */

#content p.image {
	text-align: center;
}

#content img {
	border: 0;
	margin: 10px;
}

#content p.photos img {
	width: 158px;
	height: 114px;
}

.FloatLeft{
	float: left, top;
	margin: 0px;
}
#contentad {
	font-size: 30px;
	font-style: "Bodoni MT Condensed";
	color: black;
}
#FloatRight{
	position: right, bottom;
	margin: 0px;
	}
 

#content {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #06f;
	margin: 5px;
	padding: 50px 0 0 20px;
}

#contentext {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #06f;
	margin: 5px;
	padding: 50px 0 0 20px;
	font-weight: bolt;
}
#menuright {
	float: right;
	right: 50px;
	width : 410px;
	height: 330px;
	border: 1px solid #008000 ;
	list-style: solid;
	padding: 5px;
	background-color: #f5ecce;
	text-align: left;
	margin: 5px 5px 15px 5px;
	
	/* Rounded Corners */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	}
#menuleft {
	float: left;
	width : 410px;
	height: 330px;
	border: 1px solid #008000;
	list-style: solid;
	padding: 5px;
	background-color: #f5ecce;
	text-align: left;
	margin: 5px 5px 15px 5px;
	
	/* Rounded Corners */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	}	
#menucentre{
	position : center;
	width :950 px;
	height:220px;
	border: 1px solid #008000;
	list-style: solid;
	padding: 2px;
	background-color: #f5ecce;
	text-align: left;
	
	/* Rounded Corners */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
		}	

	#menudivers{
	position : center;
	width :950 px;
	height:125px;
	border: 1px solid #008000;
	list-style: solid;
	padding: 1px;
	background-color: #f5ecce;
	text-align: left;
	margin: 25px 1px 1px 1px;
	
	
	font-size: 21px;
	font-style: "Bodoni MT Condensed";
	color: black;
	
	
	/* Rounded Corners */
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
		}	
	
	
a{ 
	color: blue;
	text-decoration: none;
	
}

a:visited {
	color: black;
	
}

a:active {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	
	
}
/*gallery*/

#gallery {
	position: relative;
	width: 750px;
	height : 1000px;
}


#thumbs {
	width: 200px;
	float: left;
	}
#thumbs a {
	display: block;
	float: left;
	margin: 0 0 5px 5px;
	width: 45px;
	height: 45px;
	border: 2px solid #000;
}
#thumbs a img {
	width: 50px;
	height: 50px;
	border: 1px solid #ff0066;
}
#thumbs a:hover {border-color: #ddd
}
#thumbs a:hover img {
	position: relative;
	width: auto;
	height: auto;
	left: 190px;
	top: 10;
	border: 1px solid #333;
}

.rslides {
  position: absolute;
  list-style: none;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 50%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 52;
  }
  
.PanneauGauche {
	
		left: 0;
		position: relative;
		width: 400px;
		height: 200px;
		padding:40px 20px 40px 20px;
		border-width: 1px;
		border-style: solid;
		background-color: #f5ecce;
}
	
.PanneauDroite {

		float: right;
		position: relative;
		width: 300px;
		height: 200px;
		padding:40px 20px 40px 20px;
		border-width: 1px;
		border-style: solid;
		background-color: #f5ecce;
}
.PanneauCentral {
		margin-left: 50px; 
		position: relative;
		height: 200px;
		padding:40px 20px 40px 20px;
		border-width: 1px;
		border-style: solid;
		background-color: #f5ecce;
		vertical-align: center;
}

    .slideshow {  
       width: 300px;  
       height: 250px;  
       overflow: hidden;  
       border: 5px solid #F2F2F2;
	   background-color: #d3732f;
		padding:20px 20px 20px 00px;

    }  
	
	a { color: #264c99; text-decoration: none; }
a:hover { text-decoration: underline; }




.blueberry { max-width: 960px; }

.slideshow{ margin: 0 auto; }
.slideshow .slides {
	display: block;
	position: absolute;
	overflow: hidden;
	
}
.slideshow.slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	
}

.slideshow.slides li img {
	display: block;
	width: 450px;
	max-width: none;
	
}
.blueberry .slides li.active { display: block; position: top; }
.blueberry .crop li img { width: auto; }

.urbangreymenu{
width: 150px; /*width of menu*/
margin-left: 10px;
}

.urbangreymenu .headerbar{
width: 150px;
font-weight: bold;
font-size: 20px;
font-style: italic;
color: white;
text-align: center;
background: #8b4513 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 50px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;

padding: 15px 1px 15px 1px; /*31px is left indentation of header text*/
}
/*diaporama */
.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 10px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-size: 16px;
font-style: italic;
font-weight: bolt;
color: black;
text-align: center;
background: #f4a460;
display: block;
padding: 25px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

#gallerie {
	position: relative;
	width: 750px;
}


#thumbs {
	width: 500px;
	float: top;
	}
#thumbs a {
	display: block;
	float: top;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
	border: 2px solid #000;
}
#thumbs a img {
	width: 60px;
	height: 60px;
	border: 1px solid #ff0066;
}
#thumbs a:hover {
	border-color: #ddd
}
#thumbs a:hover img {
	position: top;
	width: auto;
	height: auto;
	left: 190px;
	top: 0;
	border: 1px solid #333;
}

