
/*
***************************************

	TYPOGRAPHY AND COLOR RULES

***************************************
*/
body {
	background: #f8f8f8 url(../images/ssBack.gif) left top repeat-x;
	color: #333;
	font-size: 76%;
	font-family: tahoma, geneva, arial, sans-serif; 
	font: 11px/1.4em 	'Lucida Grande','Lucida Sans Unicode',Verdana,sans-serif;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	min-width: 800px;
		
}


img  {
	border-width: 0
}
a, a:link,  a:visited  {
	color: #000;
	text-decoration: none;
	background: transparent;
}	
a:hover   {
	
	color: #000; 
background-color: #bbbbbb;
}

/*ul {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 1em 1.2em 1em 1em;
	}
	ol {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 1em 1.2em 1em 1em;
	}
	
li {
	padding-left: 10px;
	line-height: 1.1em;
	margin: .3em;
	list-style-type: disc;

	}*/
td {
	vertical-align: top; 
	text-align: left;
	}

hr {color:#e8e8e8;}
p {
	margin:0;
	padding:0;
	margin-bottom:14px;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}

h1   {
	color: #333;
	text-align: left;
	font: 18px arial, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: 0px;
	
}


h2   {
	color: #333;
	text-align: left;
	font: 12px arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3em;
	

}

h3    {
	color: #333;
	text-align: left;
	font: 12px arial, sans-serif;
	font-weight: bold;
	text-transform:capitalize;
	border-top: 1px solid #cccccc;;

}

/*
***************************************

	LAYOUT

***************************************
*/



#wrap {
	width: 1005px;
	margin: 0px auto 0 auto; 
	background-color: transparent;margin: 0 auto;
	

}

/*#barrehaute {
	width:100%;
	height:23px;
	background:transparent;
	
}*/


#barrecontenu {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color:#333;
	text-align:right;
	margin-top: 8px;
	
}



#header {
	background: transparent url(../images/boat.gif) bottom left no-repeat; 
	height: 114px; 
	width: 990px; 
	margin: 0 auto;}

#logo {
	float:left;
	width:146px;
	margin-left:10px;
	margin-top: 13px;
}
#logo a:hover {
	background-color:transparent;
	}

#menu {
	float:right;
	font-size:12px;
	/*font-weight:bold;*/
	color:#000;
	text-align:right;
	line-height:17px;
	padding-top:35px;
}


#menu a {
	/*text-transform:uppercase;*/
	text-decoration:none;
	text-transform: lowercase;
	color:#333;padding: 2px 7px 2px 7px;
	
}
#menu a:visited {
	/*text-transform:uppercase;*/
	text-decoration:none;
	text-transform: lowercase;
	color:#333;padding: 2px 7px 2px 7px;
	
}
#menu a:hover {
	color: #000;
}




.traitgris {
	width:980px;
	height:1px;
	background:#DFDFDF;
	margin-top:15px;
	margin-bottom:17px;
}

.traitgris2 {
	width:940px;
	height:1px;
	background:#DFDFDF;
	margin-top:15px;
	margin-bottom:35px;
}






/*#logo-wrap {margin: 0 auto; text-align: left;background: transparent url(../images/logo-back.png) top left no-repeat; height: 180px; padding: 0px 0 0px 0px;position: relative;}
#logo {margin: 0 auto; text-align: left;background: transparent ; height: 102px; width: 240px; padding: 0px 0 0px 0px; position: absolute; top: 30px; left: 60px;}
#header {width: 980px;  margin: 0 auto; clear: both; background-color: #c8e8eb; position: relative; height: 35px;}
	
#navigation {
	width: 960px;
	padding: 10px 0 10px 20px;
	margin: 0px auto; color: #8cabc8; background-color:c8e8eb; font-size: 9px;
	
}
#navigation a:link {padding: 2px 12px 2px 12px; color: #fff; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: bold; letter-spacing: 1px;}
#navigation a:visited {padding: 2px 12px 2px 12px; color: #fff;  font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: bold;letter-spacing: 1px;}
#navigation a:hover {text-decoration: none; color: #fff; background-color: #66819b;}
*/



/*
***************************************

	HOMEPAGE

***************************************
*/
#featurearea {
	margin: 0px auto 0px auto; 
	/*background: #f8f5f1 url(../images/bg-features.gif) top left no-repeat;*/ 
	width: 960px; padding: 10px 10px 5px 10px;
	/* position: relative;*/}

#features {
		clear: both; 
		margin: 25px auto 5px auto; 
		width: 960px; /*position: relative;*/
		}
.feature {
	float: left;
	padding-left: 18px;
	padding-right: 18px;
	width: 202px;
	border-left: 1px solid #e0e0e0;

}
.feature img {
	/*margin-bottom: 0px;*/
}

.feature-title {
	font-size: 14.4px;
	font-weight: bold;
	color: #000;
	/*margin-top: 10px;*/

}
.feature-text {
	font-size: 12px; line-height: 1.3em;
	
}



#home-content {
	margin: 0px auto 15px auto; 
	background: transparent /*url(../images/bg-content.jpg) top left no-repeat*/; 
	width: 960px; 
	padding: 0px 10px 5px 10px; /*position: relative;*/
	}
/*
***************************************

	MAIN PHOTO

***************************************
*/
#photo-back {
	background: transparent url(../images/fram/frameSide.gif) top left repeat-y; 
	width: 1005px; 
	height: 400px;
	}
#photo-home {
	background: transparent; 
	width: 980px; height: 400px; 
	margin: 0 auto;
	}
#hphoto { 
	margin-top: 0px;
	background: transparent; 
	width: 1005px; 
	}
/*
***************************************

	FORMATTING

***************************************
*/
#content {
	margin: 0px auto 15px auto; 
	background: #ffffff /*url(../images/bg-content.jpg) top left no-repeat*/; 
	width: 960px; padding: 0px 10px 5px 10px; /*position: relative;*/
	background: #ffffff;border: 1px solid #dfdfdf;
	}
	
div#left {
	height: auto;
float: left;
padding: 10px;
margin: 0px;
width: 180px;

}

div#leftcontent {
width: 195px;
 padding-top: 20px;
margin: 0 auto;
text-align: left;

}
div#right {
min-height: 400px;
width: 680px;
height: auto;

padding: 10px 0px 20px 0px;
margin: 0px 0 50px 210px;
}

div#rightcontent {
 width: 670px;
  padding-top: 20px;
 text-align: left;
line-height: 1.7em;
}

div#rightcontent img{
 padding: 0 10px 3px 6px;
}

div#text-left {
	float: left;
	width: 430px;
font-size: 12px;
}

div#text-right {
	float: right;
	width: 240px;
	margin-top: 15px;
	font-size: 10px; line-height: 1.1em;
	
} 
/*
***************************************

	SUBNAV

***************************************
*/
#subNav { margin: 0px 0 0 20px ;
padding: 0px;
list-style: none;
text-align: left; }

#subNav ul
{
margin: 0;
padding: 0;
list-style: none;
}
#subNav li { margin: 0 0 0px 0; line-height: 1em;
 }

#subNav a {
	display: block;
	width: 150px;
	font-size: 11px; 
	text-decoration:none; 
	text-align: left;  
	background: transparent url(../images/arrow.gif) 5px 5px no-repeat; 
	font-weight: bold; 
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
}

#subNav a:hover
{

text-decoration: none;background-color: #bbb;
}
/*
***************************************

	PORTFOLIO

***************************************
*/
table#thumbs {}
table#thumbs td {padding: 12px; text-align: center; color: #757a78; vertical-align: top; line-height: 1.3em; font-size: 10px;}
table#thumbs td img {padding: 4px; border: 1px solid #c8c8c8;}
table#thumbs td a:hover {background-color: transparent;}
div#title {
	color: #323231;
	text-transform: uppercase;
	padding-left: 10px;
	letter-spacing: 1px;
	font-size: 20px;
	padding-top: 0px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
 }
/*
***************************************

	EVENTS

***************************************
*/ 
 
 div#lc-event {
 	background-color: #eeeeee;
	padding: 35px;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: center;
 }
 
 .lc-event-title {
	font-size: 1.8em; line-height: 1.8em;
 }
 
  .lc-event-text {
	font-size: 1.1em; line-height: 1.1em;
 }

/*
***************************************

	FOOTER STYLE

***************************************
*/


 div#footer{
  clear: both;
  margin: 20px auto 8px auto;
  font-size: 10px;
  background-color:transprent;  color: #666;
  /*border-top: 1px solid #DFDFDF;*/
 }
 
 div#footer a:link {color: #999;}
  div#footer a:visited {color: #999;}
   div#footer a:hover {background-color: #bbbbbb; text-decoration: none; color: #000;}

 #copyright {
	width: 980px;
	margin: 20px auto 0px 15px; padding: 28px 0 0 0;
	color: #666;
	text-align: left;
	position: relative;
}




/*
***************************************

	STYLES

***************************************
*/
.bold {font-weight: bold;}
.right {text-align: right;}
.italic {font-style: italic;}
.alignright {text-align: right;}
.uppercase {text-transform: uppercase;}
.sub-head {font-weight: bold;}




