/********************************************************************************************************
												PRINT STYLES
********************************************************************************************************/

img {						/* <--- standard image type with 5 pixel padding and no border */
	padding:5px;
	border:0px;
}
img.nopadding {				/* <--- image class with no padding for all other images on the site */
	padding:0px;
}


.consecdivs{				/* <--- style for the consecutive divs on page type 2. Need to be same width as main content area*/
	width:100%;
	float:left;
}
.divider {					/* <-- style for the dividing div between each consecdiv */
	font-size:0px;
	width:100%;
	border-top:dashed 1px silver;
	margin-bottom:0px;
	margin-top:10px;
}
.item{						/* <--- Style for item titles on page type 2 */
	font-size:130%;
	font-weight:bold;
	color:#485925;
}


.menuoption{				/* <--- Style for your menu option divs*/
	float:left;
	overflow:hidden;
	height:23px;
	width:90px;
	padding-left:40px;
	background-image:url(images/framework/buttonback.gif);
	background-repeat:no-repeat;
	background-position: 10px 1px;
	position:relative;
	letter-spacing:0.02em;
}
.menulink{					/* <--- style for menu text links */
	color:#3F501D;
	font-weight:100;
}
.menulink:hover{			/* <--- style for menu text links rollovers */
	color:#000;
	text-decoration:none;
}





/****************************************************************************************************/
/************************************ TAG STYLES ****************************************************/

body{						/* <--- Main styles for pages. DO NOT set any font sizes in here */
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{							/* <--- Main defining style for anchors */
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

a:hover{					/* <--- Main style for anchor rollovers */
	text-decoration:underline;
}




/****************************************************************************************************/
/************************************* ID STYLES ****************************************************/
#container{
	width:650px;
}
#leftgrad{
	width:650px;
	float:left;
}
#rightgrad{
	width:650px;
	float:left;
}
#middle{
	width:650px;
	float:left;
}
#bottom{
	width:650px;
	float:left;
}
#header{					/* <--- This should be your header div. Add styles as necessary */
	width:650px;
	float:left;
	display:none;
}
#mainsite{
	width:650px;
	float:left;
}
#couvezmainsite{
	width:650px;
	float:left;
}
#baleinemainsite{
	width:650px;
	float:left;
}
#saussaiemainsite{
	width:650px;
	float:left;
}
#menu{						/* <--- This should be your menu div. Add styles as necessary */
	display:none;
}

#bodyholder{
	float:left;
	width:650px;
}
#pageheader{
	display:none;
}
#keepheight{
	display:none;
}
#body {				/* <--- This should be your main content div. Add styles as necessary */
	font-size:70%;
	line-height:1.7em;
	letter-spacing:0.02em;
	float:left;
	display:inline;
	width:650px;
	text-align:justify;
	color:#333;

}
#rightbar{
	display:none;
	float:right;
}
#gallerycontainer{
	width:650px;
}
#contactsubmit{
	border:solid 1px #7F9DB9;
	margin-top:5px;
	background-color:#F5F5F5;
}

/****************************************************************************************************/
/*********************************** CLASS STYLES ***************************************************/
.rightpanel{
	display:none;
}
.sidelink{
	display:none;
}
.sidelink:hover{
	display:none;
}
.imagediv{
	width:94px;
	height:94px;
	padding:10px;
	float:left;
	background-image:url(images/framework/galleryback.gif);
	background-repeat:no-repeat;
}
#contactformholder{
	display:none;
}
.contacttitle{
	display:none;
}
.contactitem{
	display:none;
}
.contactitemenq{
	display:none;
}
#contactenquiry{
	display:none;
}
.contactforminput{
	display:none;
}
.contactitembut{
	display:none;
}

/*-----------------------------------------------------------------------------------------------------*/
/*---------------------------- CODEBRUSH FOOTER STYLES ------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/

#codebrushfooter{
	width:100%;
	height:40px;
	display:inline;
	position:relative;
	float:left;
	overflow:hidden;
	margin-top:10px;
	padding-top:5px;
	border-top:solid 1px black;

}
#w3clinks{
	float:left;
	padding-left:15px;
	padding-top:0px;
}
#codebrushlinkdiv{
	float:right;
	padding-right:20px;
	font-size:70%;
	color:#333;
	margin-top:3px;
}
#codebrushlink{
	text-decoration:none;
	color:#666;
	font-weight:100;
}
#codebrushlink:hover{
	color:#000;
}
.codebrushfooterimage{
	border:solid 0px white;
	padding:0px;
}
#accessibilitylink{
	font-weight:100;
	font-size:70%;
	color:#666;
	height:20px;
	margin-top:3px;
	float:left;
	width:100px;
	padding-left:20px;
}
.accessibilityanchor{
	color:#666;
	font-weight:100;
}
.accessibilityanchor:hover{
	color:#333;
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------------*/

