/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	/* html>body .clearfix { 
		width: 100%;
	} */
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'primitifs' */
@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 656px;  /* this will create a container 80% of the browser width */
	height:830px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	padding: 0 0px 0 0px; 

}


.oneColLiqCtrHdr #menu{
text-align:left;
height:65px; 
background-image:url(images/menu-top-primitifs.jpg);

}



.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #F2DEBB;
	width:607px;
	border:4px solid #A87F37;
	float:left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 566px;
}

.oneColLiqCtrHdr #mainContent1 {
	background: #F2DEBB;
	width:607px;
	border:4px solid #A87F37;
	float:left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 1400px;
}


.oneColLiqCtrHdr #col_left {
 	width:21px;
 	height:508px;
	float:left;
}

.oneColLiqCtrHdr #col_right {
 	width:20px;
	height:508px;
	text-align:left;
	float:right;
}

.oneColLiqCtrHdr #contenu {
	width:356px;
	margin-left:10px;
	padding-right:10px;
	background: #F2DEBB;
	float:left;
}

.oneColLiqCtrHdr #contenu1 {
 	width:580px;
 	height:500px;
	margin-left:10px;
	padding-right:10px;
	background: #F2DEBB;
	float:left;
}

.oneColLiqCtrHdr #contenu_droite {
 	width:208px;
	margin-top:8px;
 	height:486px;
	padding-left:8px;
	padding-right:9px;
	background: #E5C890;
	float:left;
}

.oneColLiqCtrHdr #contenu_droite1 {
 	width:208px;
	margin-top:8px;
 	height:556px;
	padding-left:8px;
	padding-right:9px;
	background: #E5C890;
	float:left;
}


.oneColLiqCtrHdr #footer { 
	margin-top: 0px;
	width:656px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(images/bg_bas.jpg);
	height:48px;
text-align:center;
} 


/* texte */
.text_main {
font-family:arial;
font-weight:normal;
font-size:11px; 
color:#6E563E;
}

.text_main2 {
font-family:arial;
font-size:12px; 
color:#6E563E;
}

.text_main3 {
font-family:arial;
font-size:11px; 
color:#F8C256;
}

/* liens */
.a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}


.a:visited {
	color: #765429;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	
}
.a:hover {
	color: #9E6C2E;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}

.a2:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-family: Arial;
	font-size: 13px;
}


.a2:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial;
	font-size: 13px;
	
}
.a2:hover {
	color: #d8c090;
	text-decoration: none;
	font-weight:bold;
	font-family: Arial;
	font-size: 13px;
}


.text1 {
font-family:tahoma;
font-size:11px; 
color:#464742;
font-weight:normal;
text-decoration:none}

.text_titre {
font-family:tahoma;
font-size:14px; 
color:#6E563E;
font-weight:bold;
}

.text_titre1 {
font-family:tahoma;
font-size:16px; 
color:#6E563E;
font-weight:bold;
}


.text_red {
font-family:tahoma;
font-size:11px; 
font-weight:bold;
color:#C40202;
}

.Input-text {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #999999 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #666666 1px solid; COLOR: #000000; BORDER-BOTTOM: #666666 1px solid; FONT-FAMILY: Arial; HEIGHT: 17px
}


a:link {
	color: #3D2304;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}


a:visited {
	color: #3D2304;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	
}
a:hover {
	color: #5E3E17;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
}

#cdcovers {
		width: 600px;
text-align: center;

	}




	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 350px; /* Width of Big Image */
			height: auto;
				padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}


.thumb {
		margin: 10px 10px 10px 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;


	}

	

	.thumb a:visited img {
		background-color: #eee; /*Background of photo on hover - sort of a light grey */
	}

	.thumb a:hover img {
		background-color: #dae6e4; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) -
		/* display: none;  if you do not want to display this text */
	}

.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/
		width: 100px; /* Image width*/
		height: 100px; /* Image height*/
		padding: 0px; /* Image padding to form photo frame */
		margin: 0;
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}

/* End of 'primitifs' */

/* Start of CMSMS style sheet 'menu' */
ul#nav_styled {
width: 655px;
height: 64px;
margin:0;
padding:0;

position:relative;
} 



ul#nav_styled li {
display:block;
height:64px;
margin: 0; 
padding: 0; 
list-style: none; 
position: absolute; 
top: 0;
} 



ul#nav_styled li a {
display:block;
height:64px;
}



li#i1 {
left: 0px; 
width: 200px;
}

li#i2 {
left: 81px; 
width: 69px;
} 

li#i3 {
left: 150px; 
width: 69px;
} 

li#i4 {
left: 220px; 
width: 69px;
} 

li#i5{
left: 289px; 
width: 76px;
} 


#i1 a:hover {
background: transparent url('http://www.lesprimitifs.com/demo/images/menu-top-primitifs.jpg') 0px -0px no-repeat;
}
#i2 a:hover {
background: transparent url('http://www.lesprimitifs.com/demo/images/menu-top-primitifs.jpg') 
-81px -0px no-repeat;
}
#i3 a:hover {
background: transparent url('http:/www.lesprimitifs.com/demo/images/menu-top-primitifs.jpg') 
-150px -116px no-repeat;
}
#i4 a:hover {
background: transparent url('http://www.lesprimitifs.com/demo/images/menu-top-primitifs.jpg') 
-220px -116px no-repeat;
}
#i5 a:hover {
background: transparent url('http://www.lesprimitifs.com/demo/images/menu-top-primitifs.jpg') 
-289px -116px no-repeat;
}




ul#nav_styled  li a {
text-indent:-9000px; background-color:transparent; }

/* End of 'menu' */

