/* Start of CMSMS style sheet 'castanet-design' */
body {
	margin: 0;	
	color: #595959;
	font-size: 12px;
	font-family: Arial,verdana,sans-serif;
	line-height: 1.35em;
	text-align: center;
	background: #f4f6f8;
}

*:focus {
	outline: none;
}
*::-moz-focus-inner {
	border: none;
}

.accessibility {
	display: none;	
}

/* HEADER */
#headerlarge {
	width: 100%;
	height: 390px;
	background: url('/images/castanet/homebg.jpg') top center;	
}

#headertop {
	width: 100%;
	height: 390px;
	background: url('/images/castanet/headertop.png') top repeat-x;
	text-align: center;	
}

#headercenter {
	width: 960px;
	height: 390px;
	margin: auto;
	text-align: left;
}

#header1 {
	width: 960px;
	float: left;
	height: 98px;
	background: url('/images/castanet/piston-top.png') top right no-repeat;	
}

a#logo {
	display: block;
	height: 98px;
	width: 330px;
	float: left;
}

#header2 {
	width: 960px;
	float: left;
	height: 292px;
	clear: both;
	background: url('/images/castanet/piston.png') top right no-repeat;	
}

img#baseline {
	margin-top: 26px;
	float: left;	
}

#baseline2 {
	width: 408px;
	height: 50px;
	float: left;
	clear: both;
	font-size: 15px;
	color: #fff;
	margin: 10px 0 0 10px;	
	line-height: 1.35em;
}

#search {
	width: 180px;
	height: 31px;
	float: left;
	clear: both;
	background: url('/images/castanet/search.png') top left;	
	margin: 10px 0 0 770px;
}

#search input[type=text]{
   border: none;
   margin: 5px 0 0 5px;
   padding: 2px 0;
   width: 130px;
   background: transparent;
  float: left;
}
#search input[type=submit]{
   border: none;
   margin: 3px 0 0 9px;
   width: 26px;
   height: 26px;
   background: transparent;
   cursor: pointer;
}

/* BTN MENU */
.menu_btn {
	float:left;
	clear: both;
	margin: 20px 0 0 -13px;
	padding: 0 0 0 0;
	font-size:11.5px;
	letter-spacing: 0.05em;
	height:44px;
	text-align: center;
}
.menu_btn ul{
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.menu_btn li{
	float:left;
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 20px;
}
.menu_btn li a{
	float:left;
	display:block;
	padding:0 0 0 11px;
	line-height:44px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	background:url("/images/castanet/btn_left.png") no-repeat left 6px;
}
.menu_btn li a span{
	float:left;
	display:block;
	padding:0 10px 0 0;
	background:url("/images/castanet/btn_right.png") no-repeat right 6px;
}
.menu_btn li.current a{
	color:#fff;
	
}
.menu_btn li.current a span{
	color:#d28824;
}
.menu_btn li a:hover{

}
.menu_btn li a:hover span{
	color:#d28824;
}

/* MAIN MENU */

#choix_lang {
   width: 40px;
   height: 90px;
   float: left;
}
#choix_lang  a img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
   margin-top: 12px;
}

#choix_lang  a:hover img, #choix_lang  a.active img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
} 

#menu_h {
	float:left;
	margin:-8px 0 0 45px;
	padding:0 0 0 0;
	font-size:13px;
	height:86px;
	text-align: center;
}
#menu_h ul{
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
#menu_h li{
	float:left;
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 12px;
}
#menu_h li a{
	float:left;
	display:block;
	padding:0 0 0 12px;
	line-height:86px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
#menu_h li a span{
	float:left;
	display:block;
	padding:0 12px 0 0;
}
#menu_h li.current a{
	color:#d28824;
	background:url("/images/castanet/menu_left.jpg") no-repeat left 8px;
}
#menu_h li.current a span{
	color:#d28824;
	background:url("/images/castanet/menu_right.jpg") no-repeat right 8px;
}
#menu_h li a:hover{
	background:url("/images/castanet/menu_left.jpg") no-repeat left 8px;
}
#menu_h li a:hover span{
	color:#d28824;
	background:url("/images/castanet/menu_right.jpg") no-repeat right 8px;
}

/* GLOBAL */
#global {
	width: 100%;
	clear: both;
	text-align: center;	
}

#wrapper {
	width: 940px;
	margin: auto;
	text-align: left;
        padding-bottom: 20px;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 163px;
	background: url('/images/castanet/footerbg.jpg') top repeat-x;
	text-align: center;
}

#footercenter {
	width: 940px;
	height: 95px;
	padding-top: 24px; 
	margin: auto;
	color: #fff;	
}
	#footercenter .footercol1 {
		width: 530px;
		float: left;
		text-align: left;	
	}
	#footercenter .footercol1 h2 {
		margin: 0 0 7px 0;	
		font-size: 15px;
		color: #fff;
	}
	#footercenter .footercol1 p {
		margin: 0;
	}

        #footercenter .footercol1 a, #footercenter .footercol1 a:link, #footercenter .footercol1 a:visited {
		color: #000;
		text-decoration: underline;	
	}
	#footercenter .footercol1 a:hover {
		text-decoration: none;
                color: #fff;	
	}
	
	#footercenter .footercol2 {
		width: 400px;
		margin-left: 10px;
		float: left;
		text-align: right;
		padding-top: 25px;	
	}
	
	#footercenter .footercol2 p {
		margin: 0;	
	}
	
	#footercenter .footercol2 a, #footercenter .footercol2 a:link, #footercenter .footercol2 a:visited {
		color: #fff;
		text-decoration: underline;	
		padding: 0 5px;
	}
	#footercenter .footercol2 a:hover {
		text-decoration: none;	
	}

#footercenter2 {
	width: 940px;
	height: 35px;
	margin: auto;
	color: #fff;
	clear: both;
	font-size: 11px;
	color: #3cc3eb;
	text-align: right;
	margin-top: 4px;
}

#footercenter2 p {
	padding: 9px 0;	
	margin: 0;
}

/* BARREMENU */
.barremenu {
	width: 100%;
	height: 39px;
	clear: both;
	float: left;
	background: url('/images/castanet/barremenu_gray.jpg') top right no-repeat;
	margin: 10px 0;
}

.barremenu a, .barremenu a:link, .barremenu a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 8px;
}

.barremenu p {
	margin: 0;
	padding: 0 8px;	
}

.barremenu_right a, .barremenu_right a:link, .barremenu_right a:visited {
	color: #3b3b3b;
	text-decoration: none;	
}

.barremenu a:hover {
	text-decoration: underline;	
}

.barremenu_left {
	height: 15px;
	padding: 12px 0;
	float: left;
	color: #fff;
	padding-right: 20px;
	background: url('/images/castanet/barremenu_orange.jpg') top right no-repeat;
}

.barremenu_right {
	float: left;
	color: #3b3b3b;
	height: 15px;
	padding: 12px 0;
}

.barremenu_rightcontact {
        float: right;
        height: 15px;
	padding: 12px 10px;
}

.barremenu_rightcontact a, .barremenu_rightcontact a:link, .barremenu_rightcontact a:visited {
        font-weight: bold;
        color: #B56D09;
	text-decoration: none;
        text-transform: uppercase;
        text-shadow: 1px 1px #E4E4E4;
}

.barremenu_rightcontact a:hover {
        text-decoration: underline;	
}

/* 3 COLUMNS */
.columns3 {
	width: 940px;
	clear: both;
	float: left;
	line-height: 1.45em;
	margin: 10px 0;	
}

.columns3 .col1 {
	width: 300px;
	float: left;
}

.columns3 .col2 {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.columns3 .col3 {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.columns3 a.link {
	float:right;
	clear: both;
	display:block;
	padding:0 0 0 11px;
	line-height:44px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	background:url("/images/castanet/btn_left.png") no-repeat left 6px;
	color: #fff;
}
.columns3 a span{
	float:left;
	display:block;
	padding:0 10px 0 0;
	background:url("/images/castanet/btn_right.png") no-repeat right 6px;
}
.columns3 a:hover{

}
.columns3 a:hover span{
	color:#d28824;
}

/* 2 COLUMNS */
.columns2 {
	width: 940px;
	clear: both;
	float: left;
	margin: 10px 0;	
}

.columns2 .col1 {
	width: 620px;
	float: left;
}

.columns2 .col2 {
	width: 300px;
	float: left;
	margin-left: 20px;
}

/* BOITE */
.boite {
	width: 298px;
	height: auto;
	border: 1px solid #c8c8c8;	
	background: #fff;
}

.boiteheader {
	width: 278px;
	height: 15px;
	padding: 11px 10px;
	background: url('/images/castanet/boitetop.jpg') top left;
	color: #de8712;
	font-size: 14px;
}

.boitewrapper {
	width: 278px;
	height: auto;
	padding: 5px 10px;
}

.boitewrapper a, .boitewrapper a:link, .boitewrapper a:visited { text-decoration: none; }

.boitewrapper .boiteitem { float: left; margin: 6px 10px 6px 0; }
.boitewrapper .boitetext { float: left; padding-top: 16px; }

/* VIEWER */
#viewertop {
	font-size: 18px;
	color: #595959;
	width: 940px;
	height: 16px;
	text-align: center;
	padding: 12px 0;
	background: url('/images/castanet/viewertop.jpg') top left;
	text-transform: uppercase;
	margin-top: 10px;
}

#viewer {
	width: 940px;
	height: 245px;
	background: url('/images/castanet/viewer.jpg') top left;
	margin-bottom: 10px;
	color: #595959;
}

#viewercol1 {
	width: 220px;
	padding-left: 20px;
	height: 240px;
	float: left;	
	text-align: left;
}


#viewerimg {
	width: 460px;
	height: 235px;
	float: left;
        text-align: left;
}

#viewerimg ul {width: 460px;
	height: 240px;margin: 0; padding: 0;}
#viewerimg ul li {width: 460px;
	height: 240px;margin: 0; padding: 0;}
#viewerimg ul li img {width: 460px;
	height: 239px;margin: 0; padding: 0;}
#viewercol3 {
	width: 220px;
	height: 240px;
	float: left;	
	text-align: right;
}

.viewerbox {
	width: 210px;
	float: left;
	height: 20px;
	padding: 20px 0;
}

.viewerbox a, .viewerbox a:link, .viewerbox a:visited {
	color: #595959;
	font-size: 16px;
        letter-spacing: -1px;
	text-transform: uppercase;
	text-decoration: none;	
}

.viewerbox a:hover {
	color: #9B9B99;	
}


#viewerimgpos {
	width: 460px;
	height: 240px;
	float: left;
}

span#prevBtn {

float: left;
	width: 30px;
	height: 30px;
display: block;
	margin: 105px 0 0 -454px;

}

span#prevBtn a, span#prevBtn a:link, span#prevBtn a:visited {
	width: 30px;
	height: 30px;
display: block;
	background: url('/images/castanet/leftarrow.png') top left;
	text-decoration: none; 
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

} 
span#prevBtn a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

span#nextBtn {
float: left;
width: 30px;
	height: 30px;
display: block;
margin: 105px 0 0 -36px;
}

span#nextBtn a, span#nextBtn a:link, span#nextBtn a:visited {
	width: 30px;
	height: 30px;
display: block;
	background: url('/images/castanet/rightarrow.png') top left;
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
span#nextBtn a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}



a#flecheleft span, a#flecheright span { visibility: hidden; }









/* End of 'castanet-design' */

